reworked "help"
This commit is contained in:
parent
8782d34f14
commit
37ae5a2ccf
19
README.md
19
README.md
|
@ -28,18 +28,18 @@ Stylus is a fork of Stylish for Chrome, also compatible with Firefox as a WebExt
|
||||||
|
|
||||||
## Help
|
## Help
|
||||||
|
|
||||||
[![Discord][chat-image]][chat-link]
|
- [Stylus help, FAQ and Wiki](https://github.com/openstyles/stylus/wiki/)
|
||||||
|
- [Discussion section](https://add0n.com/stylus.html#reviews) of our representation on add0n.com
|
||||||
See the [help docs](http://userstyles.org/help/stylish_chrome) or [ask in userstyles.org forum](https://forum.userstyles.org). For Stylus specific questions and suggestions please use [review section](http://add0n.com/stylus.html#reviews) of the FAQs page.
|
- Discord: [![Discord][chat-image]][chat-link]
|
||||||
|
|
||||||
[chat-image]: https://img.shields.io/discord/379521691774353408.svg
|
[chat-image]: https://img.shields.io/discord/379521691774353408.svg
|
||||||
[chat-link]: https://discordapp.com/widget?id=379521691774353408
|
[chat-link]: https://discordapp.com/widget?id=379521691774353408
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
The source is hosted on [GitHub](https://github.com/openstyles/stylus) and pull requests are welcome.
|
The source is hosted on [GitHub](https://github.com/openstyles/stylus/) and pull requests are welcome.
|
||||||
|
|
||||||
You can help us translate the extension on [Transifex](https://www.transifex.com/github-7/Stylus). When `messages.json` file is ready to be merged, please open a new bug report in [stylus/issues](https://github.com/openstyles/stylus/issues).
|
You can help us translate the extension on [Transifex](https://www.transifex.com/github-7/Stylus). When `messages.json` file is ready to be merged, please open a new bug report in [stylus/issues](./issues).
|
||||||
|
|
||||||
See our [contributing](./.github/CONTRIBUTING.md) page for more details.
|
See our [contributing](./.github/CONTRIBUTING.md) page for more details.
|
||||||
|
|
||||||
|
@ -49,9 +49,10 @@ Inherited code from the original [Stylish](https://github.com/stylish-userstyles
|
||||||
Copyright © 2005-2014 [Jason Barnabe](jason.barnabe@gmail.com)
|
Copyright © 2005-2014 [Jason Barnabe](jason.barnabe@gmail.com)
|
||||||
|
|
||||||
Current Stylus:
|
Current Stylus:
|
||||||
Copyright © 2017-2018 [Stylus Team](https://github.com/openstyles/stylus/graphs/contributors)
|
Copyright © 2017-2018 [Stylus Team](./graphs/contributors)
|
||||||
|
|
||||||
|
**[GNU GPLv3](./blob/master/LICENSE)**
|
||||||
|
|
||||||
**[GNU GPLv3](https://github.com/openstyles/stylus/blob/master/LICENSE)**
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
@ -63,8 +64,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
### External libraries
|
### External libraries
|
||||||
|
|
||||||
The licenses of [external libraries](https://github.com/openstyles/stylus/tree/master/vendor) used in this project or [modified versions of external libraries](https://github.com/openstyles/stylus/tree/master/vendor-overwrites) can be found in their respective directory.
|
The licenses of [external libraries](./tree/master/vendor) used in this project or [modified versions of external libraries](./tree/master/vendor-overwrites) can be found in their respective directory.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user