Merge pull request #1 from monero-project/master
Up to date?
... | @@ -4,8 +4,8 @@ Copyright (c) 2014-2017, The Monero Project | ... | @@ -4,8 +4,8 @@ Copyright (c) 2014-2017, The Monero Project |
## Development Resources | ## Development Resources | ||
Web: [getmonero.org](http://getmonero.org) | Web: [getmonero.org](http://getmonero.org) | ||
Mail: [[email protected]](mailto:[email protected]) | Mail: [[email protected]](mailto:[email protected]) | ||
IRC: [#monero-dev on Freenode](irc://chat.freenode.net/#monero-dev) | IRC: [#monero-dev on Freenode](irc://chat.freenode.net/#monero-dev) | ||
## About this Project | ## About this Project | ||
... | @@ -20,7 +20,7 @@ Pages and formats should be based off existing pages to maintain a consistent lo | ... | @@ -20,7 +20,7 @@ Pages and formats should be based off existing pages to maintain a consistent lo |
- changes made to _layouts, _includes, and home.php will need to use {% t x.x %} translation tags to pull in the YAML tag from _strings_en.yml, as this is required for multi-language support later on | - changes made to _layouts, _includes, and home.php will need to use {% t x.x %} translation tags to pull in the YAML tag from _strings_en.yml, as this is required for multi-language support later on | ||
- with the exception of something like blog/index.html (that is required to be a .html file for Jekyll's pagination to work) all pages should be .md files | - with the exception of something like blog/index.html (that is required to be a .html file for Jekyll's pagination to work) all pages should be .md files | ||
- since all static content (CSS/JS/images) is hosted in a separate, non-public repository, changes can be suggested via Github issues and we will cross-apply them to that repo, crediting you in the commit message | - static content (CSS/JS/images) can be found in the [monero-forum](https://github.com/monero-project/monero-forum) repo | ||
- SVG should be used in header icons and diagrams, and FontAwesome icons can be used in text | - SVG should be used in header icons and diagrams, and FontAwesome icons can be used in text | ||
- Moneropedia entries require nothing more than creating the .md file in knowledge-base/moneropedia/, please use the 00-base-00 file as a boilerplate | - Moneropedia entries require nothing more than creating the .md file in knowledge-base/moneropedia/, please use the 00-base-00 file as a boilerplate | ||
- To create a CLI screen shot, prefix the text block with {:.cli-code}, and use span elements for the colours; see getting-started/running.md, getting-started/accepting.md, and the account.md Moneropedia entry | - To create a CLI screen shot, prefix the text block with {:.cli-code}, and use span elements for the colours; see getting-started/running.md, getting-started/accepting.md, and the account.md Moneropedia entry | ||
... | ... |