Commit graph

2561 commits

Author SHA1 Message Date
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
e222c36b8a
Merge pull request #1018
blog: add post for GUI release 0.16
2020-05-30 09:15:36 -05:00
erciccione
451f55a52f
blog: add post for GUI release 0.16 2020-05-30 10:02:12 +02:00
binaryFate
167ca9ea40
Merge pull request #1017 from binaryFate/update-hashes-version-gui-v0.16
update version and hashes for GUI bins - v0.16.0.0
2020-05-29 19:28:59 +02:00
binaryFate
dab3cc5ea8 update version and hashes for GUI bins - v0.16.0.0 2020-05-29 19:20:45 +02:00
luigi1111
8052ff2bb6
Merge pull request #1014
Add 'https' to some links
2020-05-28 12:52:02 -05:00
luigi1111
8632e366a5
Merge pull request #994
index: fix video in Safari
2020-05-28 12:50:08 -05: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
luigi1111
4a91f31b8b
Merge pull request #1010
update genfund donation to subaddress -- still same wallet
2020-05-28 12:48:20 -05:00
luigi1111
181fde5b65
Merge pull request #1004
Developer Guides: Remove unnecessary curl parameters
2020-05-28 12:22:18 -05:00
erciccione
2bb391e855
Add 'https' to some imgur links 2020-05-28 11:36:02 +02: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
Matt Smith
b9cece0891
developer guides: wallet: Remove curl method parameter 2020-05-24 22:17:27 +01:00
Matt Smith
0caf8ed6fb
developer guides: daemon: Remove curl method parameter 2020-05-24 22:17:18 +01:00
binaryFate
3f45ebda54
Merge pull request #996 from erciccione/fix-rx-link
Moneropedia: fix link to RandomX Outreach article
2020-05-23 21:47:34 +02:00
binaryFate
5faab7bd25
Merge pull request #992 from erciccione/prep-016
Downloads: set 'common issues' back to 'noissues' (prep for 0.16)
2020-05-23 21:45:47 +02:00
binaryFate
30077d8ca4
Merge pull request #1000 from erciccione/post-0.16
Blog: Add post about release 0.16
2020-05-23 21:45:32 +02:00
erciccione
d07075a2cd
Blog: Add post about release 0.16 2020-05-23 19:26:34 +02:00
binaryFate
79f7fa69f1
Merge pull request #997 from binaryFate/release-cli-v0.16.0.0
update hashes & version & links for CLI v0.16.0.0
2020-05-23 16:18:29 +02:00
binaryFate
ee72ef4bdc update hashes & version & links for CLI v0.16.0.0 2020-05-23 15:44:25 +02:00
erciccione
3bc859dd2c
Moneropedia: fix link to RandomX Outreach article 2020-05-23 12:18:02 +02:00
selsta
4b6667d91d
index: fix video in Safari 2020-05-22 20:38:03 +02:00
erciccione
b76760a9ae
Downloads: set 'common issues' back to 'noissues' (prep for 0.16) 2020-05-22 10:13:18 +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
13ea33d601
Merge pull request #972
merchants: Add monerorpc library
2020-05-20 12:50:57 -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
e1e2c9d9d2
Merge pull request #967
FAQ: add link to blog post about supply auditability
2020-05-20 12:49:56 -05:00
luigi1111
9270d1b4aa
Merge pull request #962
README: update instructions to edit library
2020-05-20 12:49:34 -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
cffce097a1
Merge pull request #981
blog: fix wrong link to page 1
2020-05-15 13:44:46 -05:00
luigi1111
f879e12eed
Merge pull request #976
Hangouts: refactor IRC channels list
2020-05-15 13:44:32 -05:00
luigi1111
9a1c69c347
Merge pull request #975
navigation: remove 'technical-specs' tab for all languages
2020-05-15 13:44:07 -05:00
luigi1111
0092a890c1
Merge pull request #939
About: uncomment dandelion++ in 'Technical Info'
2020-05-15 13:43:47 -05:00
luigi1111
b435d28aae
Merge pull request #980
Moneropedia: add RandomX
2020-05-14 16:15:18 -05:00
luigi1111
5996e50402
Merge pull request #956
New 404 page
2020-05-14 16:14:36 -05:00
erciccione
3c6248881e
blog: fix wrong link to page 1 2020-05-14 14:37:38 +02:00
erciccione
df69e33b44
Moneropedia: add RandomX 2020-05-14 14:23:29 +02:00
erciccione
dc2a0b118e
New 404 page
Removed the '404' folder with its content and created a new '404.html' file in the root directory, added some specific css and slighlty edited the 'error' layout.
2020-05-14 10:27:03 +02:00
erciccione
d6524d456e
Hangouts: refactor IRC channels list 2020-05-11 12:48:31 +02:00
erciccione
71f45947f7
navigation: remove 'technical-specs' tab for all languages 2020-05-11 11:18:21 +02:00
Matt Smith
2cf18c341c
merchants: Add monerorpc library 2020-05-10 13:01:47 +01: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
erciccione
69c9b7096f
README: update instructions to edit library 2020-05-10 09:36:45 +02:00