Skip to content

Commit

Permalink
upd readme, license
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Oct 19, 2020
1 parent d0c5b35 commit e847a10
Show file tree
Hide file tree
Showing 35 changed files with 60 additions and 740 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ bower_components
node_modules

# others
LICENSE
LICENSE*
#LICENSE
#LICENSE*
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
### 4.4.1
#### M4Q
+ [x] M4Q: updated to 1.0.9
+ [x] M4Q: added function `$.isLocalhost([hostname])`, **true** if host is localhost.
+ [x] M4Q: added property `$.localhost`, **true** if current location is localhost.
+ [x] M4Q: added property `$.touchable`, **true** if device detected as touchable.
+ [x] M4Q Core: added function `$.isLocalhost([hostname])`, **true** if host is localhost.
+ [x] M4Q Core: added property `$.localhost`, **true** if current location is localhost.
+ [x] M4Q Core: added property `$.touchable`, **true** if device detected as touchable.
+ [x] M4Q Manipulation: added methods `appendText(...any_text...)`, `prependText(...any_text...)`.

#### Metro 4
+ [x] Tile: fixed double firing click event. Component internal event `onClick` renamed to `onTileClick` (attribute `data-on-click` => `data-on-tile-click`), issue #1636
Expand Down
19 changes: 0 additions & 19 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
----

Dear contributor,

The repository you are contributing code to is also available with a different license on xs:code.

I am using xs:code to offer paid access to a permissive licensed version of the code.

In order to accept your contribution to this GPL licensed version, and to be able to use the contribution on the MIT licensed version as well,
I ask that you sign this CLA (Contributor license agreement) and send it to [email protected].

Download the CLA [here](CLA.docx) or [here](https://pimenov.com.ua/files/CLA.docx) or you can sign [CLA here](https://xscode.com/olton/Metro-UI-CSS/cla).

Without signing the CLA, I will not be able to accept your contribution.

Thank you for your contribution and for your cooperation.

----

## Issues Guidelines

Before create issue:
Expand Down
686 changes: 17 additions & 669 deletions LICENSE

Large diffs are not rendered by default.

16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<p align="center" style="background: #010023;">
<a href="https://xscode.com/olton/Metro-UI-CSS">
<img src="https://xscode.com/assets/promo-banner.svg" alt="XS:CODE">
</a>
</p>

<p align="center">
<a href="https://metroui.org.ua/">
<img src="https://metroui.org.ua/images/metro-xscode-logo.jpg" alt="">
Expand Down Expand Up @@ -47,7 +41,6 @@ It's an independent project with its ongoing development made possible entirely
![Nuget](https://img.shields.io/nuget/v/Metro4.svg?color=darklime)
![Website](https://img.shields.io/website/https/metroui.org.ua.svg)
[![xscode](https://img.shields.io/badge/Available%20on-xs%3Acode-blue?style=?style=plastic&logo=appveyor&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////////VXz1bAAAAAJ0Uk5T/wDltzBKAAAAlUlEQVR42uzXSwqAMAwE0Mn9L+3Ggtgkk35QwcnSJo9S+yGwM9DCooCbgn4YrJ4CIPUcQF7/XSBbx2TEz4sAZ2q1RAECBAiYBlCtvwN+KiYAlG7UDGj59MViT9hOwEqAhYCtAsUZvL6I6W8c2wcbd+LIWSCHSTeSAAECngN4xxIDSK9f4B9t377Wd7H5Nt7/Xz8eAgwAvesLRjYYPuUAAAAASUVORK5CYII=)](https://xscode.com/olton/Metro-UI-CSS)
![License: GPLv3](https://img.shields.io/badge/License-GPLv3-blue.svg?style=flat)
![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)
![GitHub issues](https://img.shields.io/github/issues-raw/olton/Metro-UI-CSS.svg)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/olton/Metro-UI-CSS.svg)
Expand All @@ -57,13 +50,10 @@ It's an independent project with its ongoing development made possible entirely
## Current version 4.4.1

### License and Premium Features
[![dual license](https://github.com/xscode-resources/promotion-materials/blob/master/assets/Dual-license-badge.gif?raw=true)](https://xscode.com/olton/Metro-UI-CSS)

As of **version 4.4.0**, this project licensed under the **GPLv3** license.
An **MIT** licensed version is available for an annual subscription [here](https://xscode.com/olton/Metro-UI-CSS) and for a Patreon Patrons.
This project licensed under the **MIT** license.
In addition, **SUPPORT PACK** is available for an annual subscription on [XS:CODE](https://xscode.com/olton/Metro-UI-CSS) and for a Patreon Patrons.

> Subscribers will get access to special Metro 4 repo with MIT license.
> <br>Patreon Patrons get access to dedicated email support.
**SUPPORT PACK** includes an **Extra time for priority support** by email and other options.

### Donation on Patreon
![Donations on Patreon](https://img.shields.io/badge/Patrons-6-green.svg)
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-all.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
*,
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-animations.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.ani-spin,
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-colors.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.bg-transparent {
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-common.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.button.primary,
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-components.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.accordion {
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-icons.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
@font-face {
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-reset.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
*,
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
*,
Expand Down
2 changes: 1 addition & 1 deletion build/css/schemes/darcula.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.bg-scheme {
Expand Down
2 changes: 1 addition & 1 deletion build/css/schemes/red-alert.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.bg-scheme {
Expand Down
2 changes: 1 addition & 1 deletion build/css/schemes/red-dark.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.bg-scheme {
Expand Down
2 changes: 1 addition & 1 deletion build/css/schemes/red-mirohost.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.bg-scheme {
Expand Down
2 changes: 1 addition & 1 deletion build/css/schemes/sky-net.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.bg-scheme {
Expand Down
4 changes: 2 additions & 2 deletions build/js/metro.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
(function (global, undefined) {
Expand Down Expand Up @@ -4537,7 +4537,7 @@ $.noConflict = function() {
var Metro = {

version: "4.4.1",
compileTime: "19/10/2020 13:12:28",
compileTime: "19/10/2020 17:29:09",
buildNumber: "@@build",
isTouchable: isTouch,
fullScreenEnabled: document.fullscreenEnabled,
Expand Down
4 changes: 2 additions & 2 deletions build/js/metro.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/metro/css/metro-all.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
*,
Expand Down
2 changes: 1 addition & 1 deletion tests/metro/css/metro-animations.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.ani-spin,
Expand Down
2 changes: 1 addition & 1 deletion tests/metro/css/metro-colors.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.bg-transparent {
Expand Down
2 changes: 1 addition & 1 deletion tests/metro/css/metro-common.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.button.primary,
Expand Down
2 changes: 1 addition & 1 deletion tests/metro/css/metro-components.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.accordion {
Expand Down
2 changes: 1 addition & 1 deletion tests/metro/css/metro-icons.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
@font-face {
Expand Down
2 changes: 1 addition & 1 deletion tests/metro/css/metro-reset.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
*,
Expand Down
2 changes: 1 addition & 1 deletion tests/metro/css/metro.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
*,
Expand Down
2 changes: 1 addition & 1 deletion tests/metro/css/schemes/darcula.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.bg-scheme {
Expand Down
2 changes: 1 addition & 1 deletion tests/metro/css/schemes/red-alert.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.bg-scheme {
Expand Down
2 changes: 1 addition & 1 deletion tests/metro/css/schemes/red-dark.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.bg-scheme {
Expand Down
2 changes: 1 addition & 1 deletion tests/metro/css/schemes/red-mirohost.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.bg-scheme {
Expand Down
2 changes: 1 addition & 1 deletion tests/metro/css/schemes/sky-net.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
.bg-scheme {
Expand Down
4 changes: 2 additions & 2 deletions tests/metro/js/metro.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.4.1 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 19/10/2020 13:12:28
* Built at 19/10/2020 17:29:09
* Licensed under GPL3
*/
(function (global, undefined) {
Expand Down Expand Up @@ -4537,7 +4537,7 @@ $.noConflict = function() {
var Metro = {

version: "4.4.1",
compileTime: "19/10/2020 13:12:28",
compileTime: "19/10/2020 17:29:09",
buildNumber: "@@build",
isTouchable: isTouch,
fullScreenEnabled: document.fullscreenEnabled,
Expand Down
4 changes: 2 additions & 2 deletions tests/metro/js/metro.min.js

Large diffs are not rendered by default.

0 comments on commit e847a10

Please sign in to comment.