mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Revert README.md for XEIcon to v1.0.4
실제 제공중인 버전은 1.0.4인데, 2.0.0의 README가 포함되어 있어서 혼란을 유발함
This commit is contained in:
parent
ec3fd6c933
commit
4c4b11ff35
1 changed files with 34 additions and 42 deletions
|
|
@ -1,49 +1,46 @@
|
||||||
# [XEIcon v2.0.0](http://xpressengine.github.io/XEIcon/)
|
# [XEIcon v1.0.4](http://xpressengine.github.io/XEIcon/)
|
||||||
[한글 문서 바로가기 →](https://github.com/xpressengine/XEIcon/blob/2.0.0-wip/README_kor.md)
|
> [Korean](https://github.com/xpressengine/XEIcon/blob/1.0.4-wip/README_kor.md)
|
||||||
|
|
||||||
### The iconic font and CSS toolkit
|
### The iconic font and CSS toolkit
|
||||||
XEIcon is a full shite of 820 pictographic icons for easy scalable vector graphics on websites,
|
XEIcon is a full shite of 680 pictographic icons for easy scalable vector graphics on websites,
|
||||||
created by designer, [Lee Junha](https://github.com/junnaa), and maintained by [XpressEngine](http://www.xpressengine.com).
|
created by [Junha,Lee](https://www.facebook.com/juna.junhalee), and maintained by [XpressEngine](http://www.xpressengine.com).
|
||||||
|
|
||||||
To get stared, check out [http://xpressengine.github.io/XEIcon](http://xpressengine.github.io/XEIcon)!
|
To get stared, check out [http://xpressengine.github.io/XEIcon](http://xpressengine.github.io/XEIcon)!
|
||||||
|
|
||||||
|
|
||||||
## Getting icons
|
## Quick start
|
||||||
- [Download the latest release](https://github.com/xpressengine/XEIcon/archive/v2.0.0.zip).
|
- [Download the latest release](https://github.com/xpressengine/XEIcon/archive/v1.0.4.zip).
|
||||||
- Clone the repo:
|
- Clone the repo: `git clone https://github.com/xpressengine/XEIcon.git`.
|
||||||
```
|
- Install with [Bower](http://bower.io): `bower install xeicon`.
|
||||||
$ git clone https://github.com/xpressengine/XEIcon.git
|
- CDN by [jsDelivr](http://www.jsdelivr.com/#!xeicon): `<link rel="stylesheet" href="//cdn.jsdelivr.net/xeicon/1.0.4/xeicon.min.css">`
|
||||||
```
|
|
||||||
|
|
||||||
- Install with [Bower](http://bower.io):
|
Read the [Get started page](#) for information on the contents and examples, and more.
|
||||||
```
|
|
||||||
$ bower install XEIcon
|
|
||||||
```
|
|
||||||
|
|
||||||
- CDN by [jsDelivr](http://www.jsdelivr.com/#!xeicon):
|
|
||||||
```html
|
|
||||||
<link href="//cdn.jsdelivr.net/xeicon/2.0.0/xeicon.min.css"
|
|
||||||
rel="stylesheet">
|
|
||||||
```
|
|
||||||
|
|
||||||
Read the [Get started page](http://xpressengine.github.io/XEIcon/started.html) for information on the contents and examples, and more.
|
|
||||||
|
|
||||||
|
|
||||||
## Changelog
|
## License
|
||||||
- v1.0 - Basic icons added, optimized for 24px default.
|
- The XEIcon font is licensed under SIL OFL 1.1 :
|
||||||
- v1.0.1 - Detail fix.
|
- http://scripts.sil.org/OFL
|
||||||
- v1.0.2 - Added 78 icons.
|
- XEIcon CSS, LESS, and SASS files are licensed under the MIT License :
|
||||||
|
- http://opensource.org/licenses/mit-license.html
|
||||||
|
- The XEIcon documentation is licensed under the CC BY 4.0 License :
|
||||||
|
- http://creativecommons.org/licenses/by-sa/4.0
|
||||||
|
- Full detail : http://xpressengine.github.io/XEIcon/xe_icon_license.html
|
||||||
|
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
- v1.0 - Basic icons added, optimized for 24px default
|
||||||
|
- v1.0.1 - detail fix
|
||||||
|
- v1.0.2 - Added 78 icons
|
||||||
- [v1.0.3 GitHub milestone](https://github.com/xpressengine/XEIcon/issues?q=milestone%3A%22XEIcon+1.0.3%22)
|
- [v1.0.3 GitHub milestone](https://github.com/xpressengine/XEIcon/issues?q=milestone%3A%22XEIcon+1.0.3%22)
|
||||||
- [v1.0.4 GitHub milestone](https://github.com/xpressengine/XEIcon/milestones/XEIcon%201.0.4)
|
- [v1.0.4 GitHub milestone](https://github.com/xpressengine/XEIcon/milestones/XEIcon%201.0.4)
|
||||||
- [v2.0.0 Github milestone](https://github.com/xpressengine/XEIcon/milestones/XEIcon%202.1) - Change all icons style.
|
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
Please read through our [contributing guidelines](https://github.com/xpressengine/XEIcon/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
|
Please read through our [contributing guidelines](https://github.com/xpressengine/XEIcon/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
|
||||||
|
|
||||||
|
|
||||||
## Versioning
|
## Versioning
|
||||||
XEIcon library will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:
|
XEIcon will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:
|
||||||
|
|
||||||
`<major>.<minor>.<patch>`
|
`<major>.<minor>.<patch>`
|
||||||
|
|
||||||
|
|
@ -51,24 +48,19 @@ for more information on SemVer, please visit http://semver.org/
|
||||||
|
|
||||||
|
|
||||||
## Maintainors
|
## Maintainors
|
||||||
[@juna](https://github.com/junnaa), [@gunil](http://github.com/gunil), [@bnu](https://github.com/bnu).
|
[@juna](https://www.facebook.com/juna.junhalee), [@gunil](http://github.com/gunil), [@marob](http://www.facebook.com/marob.99)
|
||||||
|
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
[@LeeYoonGu](https://github.com/LeeYoonGu), [@marob](https://www.facebook.com/marob.99).
|
[@may](https://www.facebook.com/rabbitgirl80), [@daze](http://www.facebook.com/daze325.), [@pretty758](https://www.facebook.com/haneul.kim.79656), [@LeeYoonGu](https://github.com/LeeYoonGu), [@niizguy](https://github.com/niizguy), [@jihyeok](https://www.facebook.com/jihyeok.lee.3?fref=ts)
|
||||||
|
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
- Email : lee_junha@xpressengine.com
|
- XpressEngine : http://www.xpressengine.com
|
||||||
- Facebook : https://www.facebook.com/juna.junhalee
|
- Email : contact@xpressengine.com
|
||||||
- GitHub : https://github.com/junnaa
|
- Facebook : https://www.facebook.com/xehub?fref=ts
|
||||||
|
- GitHub : https://github.com/xpressengine
|
||||||
|
|
||||||
|
|
||||||
## License
|
## Copyright
|
||||||
- The XEIcon font is licensed under SIL OFL 1.1 :
|
Copyright [ⓒNAVER Corp.](http://www.navercorp.com/ko/index.nhn) Supported by [D2 Program.](https://www.facebook.com/naverd2?fref=ts)
|
||||||
- http://scripts.sil.org/OFL
|
|
||||||
- XEIcon CSS, LESS, and SASS files are licensed under the MIT License :
|
|
||||||
- http://opensource.org/licenses/mit-license.html
|
|
||||||
- The XEIcon documentation is licensed under the CC BY 4.0 License :
|
|
||||||
- http://creativecommons.org/licenses/by-sa/4.0
|
|
||||||
- Full detail : http://xpressengine.github.io/XEIcon/xe_icon_license.html
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue