From ac66f32814491b1d28c41d2dcaf963af0d443e71 Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Fri, 2 May 2014 02:22:17 +0200 Subject: [PATCH 1/6] Added composer.json --- composer.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..024c9cf --- /dev/null +++ b/composer.json @@ -0,0 +1,21 @@ +{ + "name": "orlandotm/payment-webfont", + "description": "An SVG webfont full of main payment system icons", + "homepage": "https://github.com/orlandotm/payment-webfont", + "keywords": [ + "font", + "payment", + "icon", + "webfont", + "svg" + ], + "authors": [ + { + "name": "Orlando Merone", + "homepage": "http://www.orlandotm.com" + } + ], + "license": [ + "CC0-1.0" + ] +} \ No newline at end of file From 1965e68d8ac7c8d6bb3fcd21407e595edc22da3e Mon Sep 17 00:00:00 2001 From: leodido Date: Fri, 2 May 2014 02:22:36 +0200 Subject: [PATCH 2/6] Component JSON --- .gitignore | 7 +++---- component.json | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 component.json diff --git a/.gitignore b/.gitignore index 4a94011..ea8bc03 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ .buildpath .project -.settings/org.eclipse.php.core.prefs +.settings +.idea .DS_store -demo/.DS_store -.DS_Store -demo/.DS_Store +*~ diff --git a/component.json b/component.json new file mode 100644 index 0000000..ceb3a2f --- /dev/null +++ b/component.json @@ -0,0 +1,23 @@ +{ + "name": "payment-webfont", + "repo": "components/payment-webfont", + "version": "0.9.0", + "description": "An SVG webfont full of main payment system icons", + "keywords": [ + "icon", + "font", + "component", + "svg", + "payment" + ], + "fonts": [ + "fonts/payment-webfont.eot", + "fonts/payment-webfont.svg", + "fonts/payment-webfont.ttf", + "fonts/payment-webfont.woff" + ], + "styles": [ + "style.css" + ] + "license": "CC0-1.0" +} From 81fe1ab42d303133da24fa7f348a46737a76450f Mon Sep 17 00:00:00 2001 From: leodido Date: Fri, 2 May 2014 02:39:53 +0200 Subject: [PATCH 3/6] Component and README.md updated --- README.md | 61 ++++++++++++++++++++++++++++++++++++++++++++------ component.json | 2 +- 2 files changed, 55 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e202b54..f0e3b5a 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,60 @@ -payment-webfont -=============== +Payment webfont icons +===================== -An SVG webfont full of icons of main payment systems created by @orlandotm with Icomoon.io +An SVG webfont full of icons of main payment systems created by [@orlandotm](http://twitter.com/orlandotm) with [Icomoon](http://icomoon.io). + +Disclaimer +---------- All trademarks are the property of their respective owners; third-party brands, product names, trade names, corporate names and companies mentioned herein may be the trademarks of their respective owners or registered trademarks of other companies and have been used for purposes of explanation and to the owner's benefit, without implying a violation of copyright law. -Included Glyphs -=============== +Glyphs +------ + +![Payment webfont glyphs](https://raw.githubusercontent.com/orlandotm/payment-webfont/master/preview.jpg "Payment webfont glyphs") + +* Mastercard +* Maestro +* Visa +* Visa Electron +* American Express +* Postepay +* Cartasì +* Diners Club +* Discover +* Union Pay +* Electronic Cash +* TrustE +* Amazon +* JCB +* Google Wallet +* Stripe +* Square +* Ogone +* VeriSign + +Installation +------------ + +### Using [Composer](http://packagist.org/packages/orlandotm/payment-webfont) + +To install with composer add `orlandotm/payment-webfont` to your `composer.json`. E.g., + +``` +{ + "require": { + "orlandotm/payment-webfont": "* " + } +} +``` + +## Using [Component](https://github.com/component/component) + +To install as a component just run `component install orlandotm/payment-webfont`. + +Or add `orlandotm/payment-webfont` to the dependencies element into your `component.json`. + +--- -![alt text](https://raw.githubusercontent.com/orlandotm/payment-webfont/master/preview.jpg "Included Glyphs") +[![Analytics](https://ga-beacon.appspot.com/UA-50602721-1/orlandotm/payment-webfonts)](https://github.com/igrigorik/ga-beacon) -Mastercard, Maestro, Visa, Visa Electron, American Express, Postepay, Cartasì, Diners, Discover, Union Pay, Electronic Cash, TrustE, Amazon, JCB, Google Wallet, Stripe, Square, ogone, VeriSign diff --git a/component.json b/component.json index ceb3a2f..e76fdda 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "payment-webfont", - "repo": "components/payment-webfont", + "repo": "orlandotm/payment-webfont", "version": "0.9.0", "description": "An SVG webfont full of main payment system icons", "keywords": [ From 83ea6a1474e3aa204e84d395923901ad91a81808 Mon Sep 17 00:00:00 2001 From: leodido Date: Fri, 2 May 2014 02:41:54 +0200 Subject: [PATCH 4/6] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0e3b5a..1aa3b9c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To install with composer add `orlandotm/payment-webfont` to your `composer.json` } ``` -## Using [Component](https://github.com/component/component) +### Using [Component](https://github.com/component/component) To install as a component just run `component install orlandotm/payment-webfont`. From 75c4ffbf05474a17df59dfa5effa68c0b903cb30 Mon Sep 17 00:00:00 2001 From: Leo Di Donato Date: Fri, 2 May 2014 02:43:09 +0200 Subject: [PATCH 5/6] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aa3b9c..e38468e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To install with composer add `orlandotm/payment-webfont` to your `composer.json` ``` { "require": { - "orlandotm/payment-webfont": "* " + "orlandotm/payment-webfont": "*" } } ``` From 7f8415ddafae405291b1856ec42583b872369c90 Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Fri, 2 May 2014 02:51:56 +0200 Subject: [PATCH 6/6] Updated composer.json --- composer.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 024c9cf..f815131 100644 --- a/composer.json +++ b/composer.json @@ -12,10 +12,24 @@ "authors": [ { "name": "Orlando Merone", - "homepage": "http://www.orlandotm.com" + "email": "orlando.merone@gmail.com", + "homepage": "http://www.orlandotm.com", + "role": "Developer" + }, + { + "name": "Leo Di Donato", + "email": "leodidonato@gmail.com", + "homepage": "http://github.com/leodido", + "role": "Maintainer" + }, + { + "name": "Leonardo Grasso", + "email": "me@leonardograsso.com", + "homepage": "http://github.com/leogr", + "role": "Maintainer" } ], "license": [ "CC0-1.0" ] -} \ No newline at end of file +}