No description
Find a file
2016-01-30 11:59:36 +02:00
404 fixed relative paths in CSS 2015-03-06 11:38:27 +02:00
_data update versions and hashes 2016-01-15 20:22:22 +02:00
_i18n Fix links language base 2016-01-17 14:03:02 -06:00
_includes finished cn translations and set up multi-lang page titles 2016-01-17 13:30:42 -06:00
_layouts finished cn translations and set up multi-lang page titles 2016-01-17 13:30:42 -06:00
_plugins Fix links language base 2016-01-17 14:03:02 -06:00
_posts updated forum link 2015-09-14 20:43:13 +02:00
blog added old missives 2015-04-24 08:56:22 +02:00
design-goals added design goals, finished address 2015-02-20 02:19:18 +02:00
downloads merge upstream 2016-01-25 18:42:51 -06:00
getting-started Fix links language base 2016-01-17 14:03:02 -06:00
knowledge-base merge upstream 2016-01-25 18:42:51 -06:00
legal minor tweaks, clarification 2015-03-01 12:48:15 +02:00
research-lab finished cn translations and set up multi-lang page titles 2016-01-17 13:30:42 -06:00
.gitignore fixed merge conflict 2016-01-11 20:15:50 +02:00
_config.yml Set up multi lang plugin and begin chinese translations 2016-01-13 20:23:18 -06:00
_strings_en.yml correction of syntax and grammar errors 2016-01-23 21:32:17 +02:00
android-chrome-36x36.png favicon all of the things 2015-03-05 12:15:42 +02:00
android-chrome-48x48.png favicon all of the things 2015-03-05 12:15:42 +02:00
android-chrome-72x72.png favicon all of the things 2015-03-05 12:15:42 +02:00
android-chrome-96x96.png favicon all of the things 2015-03-05 12:15:42 +02:00
android-chrome-144x144.png favicon all of the things 2015-03-05 12:15:42 +02:00
android-chrome-192x192.png favicon all of the things 2015-03-05 12:15:42 +02:00
apple-touch-icon-57x57.png favicon all of the things 2015-03-05 12:15:42 +02:00
apple-touch-icon-60x60.png favicon all of the things 2015-03-05 12:15:42 +02:00
apple-touch-icon-72x72.png favicon all of the things 2015-03-05 12:15:42 +02:00
apple-touch-icon-76x76.png favicon all of the things 2015-03-05 12:15:42 +02:00
apple-touch-icon-114x114.png favicon all of the things 2015-03-05 12:15:42 +02:00
apple-touch-icon-120x120.png favicon all of the things 2015-03-05 12:15:42 +02:00
apple-touch-icon-144x144.png favicon all of the things 2015-03-05 12:15:42 +02:00
apple-touch-icon-152x152.png favicon all of the things 2015-03-05 12:15:42 +02:00
apple-touch-icon-180x180.png favicon all of the things 2015-03-05 12:15:42 +02:00
apple-touch-icon-precomposed.png favicon all of the things 2015-03-05 12:15:42 +02:00
apple-touch-icon.png favicon all of the things 2015-03-05 12:15:42 +02:00
favicon-16x16.png favicon tweaks, probably needs more work 2015-03-06 12:29:45 +02:00
favicon-32x32.png favicon tweaks, probably needs more work 2015-03-06 12:29:45 +02:00
favicon-96x96.png favicon tweaks, probably needs more work 2015-03-06 12:29:45 +02:00
favicon-194x194.png favicon tweaks, probably needs more work 2015-03-06 12:29:45 +02:00
favicon.ico favicon tweaks, probably needs more work 2015-03-06 12:29:45 +02:00
feed.xml major overhaul, revert to single language until multi-language is fixed 2015-02-14 21:39:47 +02:00
home.php Fix links language base 2016-01-17 14:03:02 -06:00
language.php Set up multi lang plugin and begin chinese translations 2016-01-13 20:23:18 -06:00
manifest.json favicon all of the things 2015-03-05 12:15:42 +02:00
mstile-144x144.png favicon all of the things 2015-03-05 12:15:42 +02:00
README.md update README.md copyright notice 2016-01-23 12:52:47 +02:00

Monero

Copyright (c) 2014-2016, The Monero Project

Development Resources

Web: getmonero.org
Mail: dev@getmonero.org
IRC: #monero-dev on Freenode

About this Project

This is the Monero website. Instead of using MediaWiki or similar, we are using Jekyll and hosting the source on github. All site content is in the easy-to-use Markdown format (Kramdown, specifically), so contributors don't need to have any knowledge of HTML or anything else.

Pages, Formats, and Rules

If you would like to suggest changes you can do so by forking the repository, making changes directly on your fork, and then submitting them as pull requests. If you need help doing so feel free to ask for assistance in #monero-dev on Freenode.

Pages and formats should be based off existing pages to maintain a consistent look-and-feel. The following notes apply to various parts of the site:

  • 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
  • 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
  • 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
  • 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

Deployment

Deploying this website requires Jekyll (3.0+) and the following ruby gems: builder, rubysl-rexml, jekyll-paginate

Multiple language support will be added soon.

License

Copyright (c) 2014-2016, The Monero Project

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.