Commit graph

515 commits

Author SHA1 Message Date
luigi1111
ef9d4e4864
Merge pull request #1027
Blog: Use only one 'Blog' menu and add category selector
2020-07-27 21:33:34 -05:00
Nathan Dorfman
00dd6155b6 Fix confusion and add warning in blockchain import guide 2020-07-08 23:32:59 -06:00
luigi1111
16718c3a38
Merge pull request #948
Revamped homepage
2020-06-24 13:57:56 -05:00
luigi1111
b3cc625fb0
Merge pull request #1050
Faq: Add 'Why is Monero called 'Monero'?'
2020-06-24 13:44:31 -05:00
erciccione
5ee1ff7503
Revamped homepage
- Changed the 'Get Started' button to 'Learn more about Monero' which now links to the 'What is Monero?' page
- Replaced the 'Why Monero is different' section with 'Get started', which now contains the info and links necessary to
start using Monero. The picture were taken from the 'Using' page, now removed.
- Removed 'Downloads' and added 'Guide and Resources'
- Removed 'Last news' box
- Added a 'Join the Community' section
2020-06-24 19:46:48 +02:00
erciccione
90848dca72
roadmap: final refactoring
Removed all _data/LANG/roadmap.yml files and moved all strings to _i18n/LANG.yml to take advantage of the multilingual
plugin. Also removed all loops in resources/roadmap/index.md, now we simply map to each placeholder.
2020-06-24 10:06:44 +02:00
erciccione
8996468b1c
Remove 'Using' page 2020-06-21 17:59:09 +02:00
luigi1111
fa9b5990c2
Merge pull request #1048
Remove 'The Monero Project' page and replace link in header with link to Weblate
2020-06-19 15:31:15 -05:00
luigi1111
9a621718bf
Merge pull request #1045
Update user guide 'Run a Monero node through I2P with I2P-zero'
2020-06-19 15:30:58 -05:00
erciccione
31432b665d
Faq: Add 'Why is Monero called 'Monero'?' 2020-06-19 10:25:14 +02:00
erciccione
79f34d360c
Blog: Use only one 'Blog' menu and add category selector
- Added separator between posts
- remove all submenus and use only 'blog'
- Add category selector for desktop and mobile
2020-06-19 09:37:04 +02:00
erciccione
e29426565d
Remove 'The Monero Project' page and replace link in header with link to Weblate
Removed completely the 'The Monero Project' page and related entries in _i18n/en.yml. Replaced entry in header with 'Translate', which links to Weblate (translate.getmonero.org)
2020-06-16 17:18:45 +02:00
luigi1111
1eee41b4e8
Merge pull request #977
accepting: add TOC
2020-06-15 09:18:04 -05:00
erciccione
b09a9b8845
Update user guide 'Run a Monero node through I2P with I2P-zero' 2020-06-14 13:17:52 +02:00
luigi1111
e8743f2468
Merge pull request #1040
Add user guide 'Run a Monero node through I2P with I2P-zero'
2020-06-12 08:50:36 -05:00
luigi1111
27b62638b3
Merge pull request #1032
home: remove 'reasonably' from header
2020-06-12 08:49:55 -05:00
luigi1111
c00dd9c46a
Merge pull request #1031
Downloads: add warning about binaries being potentially flagged as malware by AVs
2020-06-12 08:49:22 -05:00
luigi1111
ee8cb82bb4
Merge pull request #1030
FAQ: add 'Why is my antivirus/firewall flagging the Monero software as malware?
2020-06-12 08:48:57 -05:00
erciccione
1ee2532825
FAQ: add 'Why is my antivirus/firewall flagging the Monero software as malware?' 2020-06-11 18:59:26 +02:00
erciccione
df2b7f9e74
Add user guide 'Run a Monero node through I2P with I2P-zero' 2020-06-10 10:50:40 +02:00
Matt Smith
db69265327 user guides: mining: Rewrite mining guide
Fixes: #1005
2020-06-09 16:13:04 +01:00
erciccione
fa9949a25b
home: remove 'A reasonably' from header 2020-06-09 13:55:19 +02:00
erciccione
58abf3ef1f
Downloads: add warning about binaries being potentially flagged as malware by AVs 2020-06-06 12:17:56 +02:00
erciccione
4e5143db60
Simplify versioning system for user guides
This new approach doesn't require version numbers and make easier for contributors to understand the status
of the document. There are only 3 states:

- Outdated: The page is outdated and might not work as expected
- Untranslated: The page needs to be translated
- Translation outdated: The page is translated, but the original (English) document has been updated

To mark a guide as outdated, we change the boolean of the front matter entry 'outdated' in /resources/user-guides/GUIDE.
If 'False', the guide is updated. If 'True' all versions of the guide (English included) will show a warning at the bottom
of the page.

The other 2 states are related to the status of the translated pages and we control them from the language-specific
user guides: /_i18n/LANG/resources/user-guides/GUIDE. At the top of the page a snippet will include 2 parameters:

- translated: "yes" if the page is translated, "no" if it's not.
- translationOutdated: "yes" if the translation is outdated, "no" if it's not

This new system aims to be simpler than the precedent, avoiding to compare versioning numbers and using a higher level
system instead (yes, no, True, False). I also removed the middle way status 'only minor changes', because if there are
only minor changes that don't affect the usability of the guide, we don't need to point it out.

The old system was complex and people didn't use it. These changes will hopefully make things easier for translators and
other contributors.
2020-05-31 09:23:16 +02:00
luigi1111
76f190432b
Merge pull request #988
Remove user guide 'Mining with Docker and XMRig'
2020-05-28 12:49:47 -05:00
luigi1111
76c25bec39
Merge pull request #986
Moneropedia: remove all i2p related entries (22)
2020-05-28 12:49:31 -05:00
luigi1111
457ba18461
Merge pull request #1013
moneropedia: rewrite 'Scalability' entry
2020-05-28 12:48:36 -05:00
erciccione
09444928da
moneropedia: rewrite 'Scalability' entry
Co-authored-by: Sarang Noether <32460187+SarangNoether@users.noreply.github.com>
2020-05-28 10:00:31 +02:00
binaryFate
3f1cdcc9ef update genfund donation to subaddress -- still same wallet 2020-05-25 19:53:49 +02:00
erciccione
3bc859dd2c
Moneropedia: fix link to RandomX Outreach article 2020-05-23 12:18:02 +02:00
luigi1111
3824a2abc2
Merge pull request #984
Merchants: Add onion logo when merchant is on onion service
2020-05-20 12:51:32 -05:00
luigi1111
86fa272489
Merge pull request #968
press-kit: add TheMonera's graphics and badges
2020-05-20 12:50:40 -05:00
luigi1111
271eb77eb8
Merge pull request #961
Remove translations of developer guides
2020-05-20 12:48:52 -05:00
erciccione
cf79d9d9d4
Remove user guide 'Mining with Docker and XMRig' 2020-05-20 11:14:26 +02:00
erciccione
8ce3943a3f
Moneropedia: remove all i2p related entries (22)
Removed for all languages (336 files) and from _i18n/en.yml
2020-05-20 10:36:52 +02:00
erciccione
633ae56c8f
Merchants: Add onion logo when merchant is on onion service 2020-05-17 12:35:43 +02:00
erciccione
d78edfdf99
press-kit: add TheMonera's graphics and badges 2020-05-16 11:07:19 +02:00
luigi1111
f879e12eed
Merge pull request #976
Hangouts: refactor IRC channels list
2020-05-15 13:44:32 -05:00
erciccione
df69e33b44
Moneropedia: add RandomX 2020-05-14 14:23:29 +02:00
erciccione
6fd9bd0622
accepting: add TOC
and add ul.logo class to general CSS
2020-05-12 13:38:02 +02:00
erciccione
d6524d456e
Hangouts: refactor IRC channels list 2020-05-11 12:48:31 +02:00
erciccione
f7e7b5f607
Remove translations of developer guides
and remove the possibility to translate them. The 2 dev guides ('wallet RPC' and 'Daemon RPC') are now available only in English
2020-05-10 10:19:06 +02:00
luigi1111
15121a888d
Merge pull request #970
User Guide Update (Russian translate)
2020-05-09 16:48:47 -05:00
luigi1111
d9f2cca6b4
Merge pull request #969
fixing typos
2020-05-09 16:48:30 -05:00
luigi1111
a09574b005
Merge pull request #959
Press kit refactoring
2020-05-09 16:46:30 -05:00
v1docq47
cf138b3eda User Guide Update 2020-05-07 23:22:28 +06:00
netrik182
c28676056a
fixing typos 2020-05-06 19:17:02 +00:00
luigi1111
7ec6c7ffea
Merge pull request #952
wallet-rpc (en): 'restore_height' is 'integer' not 'long'
2020-05-01 23:36:46 -05:00
erciccione
8225775a99
apply partial refactoring of quick-facts to all languages 2020-04-29 14:23:55 +02:00
erciccione
25e9cc785d
press-kit: partial refactoring (remove loops) 2020-04-29 13:58:38 +02:00