Skip to content

Commit

Permalink
Merge pull request #2 from ripaclub/master
Browse files Browse the repository at this point in the history
Packaging for composer and component
  • Loading branch information
orlandotm committed May 2, 2014
2 parents 91d3611 + 7f8415d commit cb38e22
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 11 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.buildpath
.project
.settings/org.eclipse.php.core.prefs
.settings
.idea
.DS_store
demo/.DS_store
.DS_Store
demo/.DS_Store
*~
61 changes: 54 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
23 changes: 23 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "payment-webfont",
"repo": "orlandotm/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"
}
35 changes: 35 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"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",
"email": "[email protected]",
"homepage": "http://www.orlandotm.com",
"role": "Developer"
},
{
"name": "Leo Di Donato",
"email": "[email protected]",
"homepage": "http://github.com/leodido",
"role": "Maintainer"
},
{
"name": "Leonardo Grasso",
"email": "[email protected]",
"homepage": "http://github.com/leogr",
"role": "Maintainer"
}
],
"license": [
"CC0-1.0"
]
}

0 comments on commit cb38e22

Please sign in to comment.