Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/README.md-nobuild')
-rw-r--r--src/README.md-nobuild31
1 files changed, 15 insertions, 16 deletions
diff --git a/src/README.md-nobuild b/src/README.md-nobuild
index d74d417d3..702efa74d 100644
--- a/src/README.md-nobuild
+++ b/src/README.md-nobuild
@@ -1,14 +1,15 @@
---
---
-# [Font Awesome v{{ site.fontawesome.version }}]({{ site.fontawesome.url }}) [![Changelog #226](https://img.shields.io/badge/changelog-%23226-9E978E.svg)](https://changelog.com/podcast/226)
-### The iconic font and CSS framework
+# {{ site.forkawesome.name }}
+### {{ site.forkawesome.tagline }}
-Font Awesome is a full suite of {{ icons | size }} pictographic icons for easy scalable vector graphics on websites,
-created and maintained by [{{ site.fontawesome.author.name }}](https://twitter.com/{{ site.fontawesome.author.twitter }}).
-Stay up to date with the latest release and announcements on Twitter:
-[@{{ site.fontawesome.twitter }}](https://twitter.com/{{ site.fontawesome.twitter }}).
+{{ site.forkawesome.name }} is a full suite of 677 pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community.
-Get started at {{ site.fontawesome.url }}!
+Following concerns regarding [the development of Font Awesome](https://github.com/FortAwesome/Font-Awesome/issues/12199#issuecomment-362919956), the PR Freeze since Oct 2016 and the direction Fort Awesome is taking with the version 5.0 of their project, we are forking Font Awesome (4.7), in order to build on this incredible tool Dave Gandy has given us, while at the same time allowing this project to be run by a distributed community of contributors.
+
+A tremendous gratitude is given to the whole team behind [Font Awesome](https://fontawesome.io), and you are encouraged to support them and buy Font Awesome Pro for your project.
+
+This fork is still in its very early stage of development. Though If you wish to be part of the adventure, please start submitting patches.
## License
- The Font Awesome font is licensed under the SIL OFL 1.1:
@@ -17,9 +18,6 @@ Get started at {{ site.fontawesome.url }}!
- https://opensource.org/licenses/mit-license.html
- The Font Awesome documentation is licensed under the CC BY 3.0 License:
- https://creativecommons.org/licenses/by/3.0/
-- Attribution is no longer required as of Font Awesome 3.0, but much appreciated:
- - `Font Awesome by Dave Gandy - http://fontawesome.io`
-- Full details: http://fontawesome.io/license/
## Changelog
- [v4.7.0 GitHub pull request](https://github.com/FortAwesome/Font-Awesome/pull/10012)
@@ -46,12 +44,12 @@ Get started at {{ site.fontawesome.url }}!
## Contributing
-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/ForkAwesome/Fork-Awesome/blob/master/CONTRIBUTING.md).
Included are directions for opening issues, coding standards, and notes on development.
## Versioning
-Font Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered
+{{ site.forkawesome.name }} will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered
with the following format:
`<major>.<minor>.<patch>`
@@ -61,10 +59,11 @@ And constructed with the following guidelines:
* Breaking backward compatibility bumps the major (and resets the minor and patch)
* New additions, including new icons, without breaking backward compatibility bumps the minor (and resets the patch)
* Bug fixes, changes to brand logos, and misc changes bumps the patch
+* The fork is based on FontAwesome 4.7 and renamed. So it starts at version 0.4.7
For more information on SemVer, please visit http://semver.org.
-## Author
+## Original authors ot Font Awesome:
- Email: {{ site.fontawesome.author.email }}
- Twitter: http://twitter.com/{{ site.fontawesome.author.twitter }}
- GitHub: https://github.com/{{ site.fontawesome.author.github }}
@@ -72,11 +71,11 @@ For more information on SemVer, please visit http://semver.org.
## Component
To include as a [component](https://github.com/componentjs/component), just run
- $ component install FortAwesome/Font-Awesome
+ $ component install ForkAwesome/Fork-Awesome
Or add
- "FortAwesome/Font-Awesome": "*"
+ "ForkAwesome/Fork-Awesome": "*"
to the `dependencies` in your `component.json`.
@@ -102,6 +101,6 @@ Build the project and documentation:
$ bundle exec jekyll build
-Or serve it on a local server on http://localhost:7998/Font-Awesome/:
+Or serve it on a local server on http://localhost:7998/Fork-Awesome/:
$ bundle exec jekyll -w serve