mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 17:50:28 +08:00
Modify the source README and regenerate
This commit is contained in:
parent
3c302e861a
commit
e77a8c2dd6
16
README.md
16
README.md
@ -8,7 +8,6 @@ Stay up to date [@fontawesome](http://twitter.com/fontawesome).
|
|||||||
Get started at http://fontawesome.io!
|
Get started at http://fontawesome.io!
|
||||||
|
|
||||||
##License
|
##License
|
||||||
|
|
||||||
- The Font Awesome font is licensed under the SIL OFL 1.1:
|
- The Font Awesome font is licensed under the SIL OFL 1.1:
|
||||||
- http://scripts.sil.org/OFL
|
- http://scripts.sil.org/OFL
|
||||||
- Font Awesome CSS, LESS, and SASS files are licensed under the MIT License:
|
- Font Awesome CSS, LESS, and SASS files are licensed under the MIT License:
|
||||||
@ -19,9 +18,7 @@ Get started at http://fontawesome.io!
|
|||||||
- `Font Awesome by Dave Gandy - http://fontawesome.io`
|
- `Font Awesome by Dave Gandy - http://fontawesome.io`
|
||||||
- Full details: http://fontawesome.io/license
|
- Full details: http://fontawesome.io/license
|
||||||
|
|
||||||
|
|
||||||
##Changelog
|
##Changelog
|
||||||
|
|
||||||
- v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default
|
- v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default
|
||||||
- v3.0.1 - much improved rendering in webkit, various bug fixes
|
- v3.0.1 - much improved rendering in webkit, various bug fixes
|
||||||
- v3.0.2 - much improved rendering and alignment in IE7
|
- v3.0.2 - much improved rendering and alignment in IE7
|
||||||
@ -41,8 +38,7 @@ Get started at http://fontawesome.io!
|
|||||||
Please read through our [contributing guidelines](https://github.com/FortAwesome/Font-Awesome/blob/master/CONTRIBUTING.md).
|
Please read through our [contributing guidelines](https://github.com/FortAwesome/Font-Awesome/blob/master/CONTRIBUTING.md).
|
||||||
Included are directions for opening issues, coding standards, and notes on development.
|
Included are directions for opening issues, coding standards, and notes on development.
|
||||||
|
|
||||||
|
##Versioning
|
||||||
## Versioning
|
|
||||||
|
|
||||||
Font Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered
|
Font Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered
|
||||||
with the following format:
|
with the following format:
|
||||||
@ -57,15 +53,13 @@ And constructed with the following guidelines:
|
|||||||
|
|
||||||
For more information on SemVer, please visit http://semver.org.
|
For more information on SemVer, please visit http://semver.org.
|
||||||
|
|
||||||
|
##Author
|
||||||
## Author
|
|
||||||
|
|
||||||
- Email: dave@fontawesome.io
|
- Email: dave@fontawesome.io
|
||||||
- Twitter: http://twitter.com/davegandy
|
- Twitter: http://twitter.com/davegandy
|
||||||
- GitHub: https://github.com/davegandy
|
- GitHub: https://github.com/davegandy
|
||||||
|
|
||||||
|
|
||||||
## Component
|
##Component
|
||||||
To include as a [component](http://github.com/component/component), just run
|
To include as a [component](http://github.com/component/component), just run
|
||||||
|
|
||||||
$ component install FortAwesome/Font-Awesome
|
$ component install FortAwesome/Font-Awesome
|
||||||
@ -76,10 +70,8 @@ Or add
|
|||||||
|
|
||||||
to the `dependencies` in your `component.json`.
|
to the `dependencies` in your `component.json`.
|
||||||
|
|
||||||
|
|
||||||
## Meteor
|
## Meteor
|
||||||
|
To use Font Awesome with the Meteor framework, run
|
||||||
To use Font Awesome integrates with the Meteor framework, run
|
|
||||||
|
|
||||||
$ meteor add fortawesome:fontawesome
|
$ meteor add fortawesome:fontawesome
|
||||||
|
|
||||||
|
@ -71,6 +71,14 @@ Or add
|
|||||||
|
|
||||||
to the `dependencies` in your `component.json`.
|
to the `dependencies` in your `component.json`.
|
||||||
|
|
||||||
|
## Meteor
|
||||||
|
To use Font Awesome with the Meteor framework, run
|
||||||
|
|
||||||
|
$ meteor add fortawesome:fontawesome
|
||||||
|
|
||||||
|
Learn more about the [Meteor integration in the README](meteor/README.md).
|
||||||
|
|
||||||
|
|
||||||
## Hacking on Font Awesome
|
## Hacking on Font Awesome
|
||||||
|
|
||||||
From the root of the repository, install the tools used to develop.
|
From the root of the repository, install the tools used to develop.
|
||||||
|
Loading…
Reference in New Issue
Block a user