Commit graph

221 commits

Author SHA1 Message Date
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
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
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
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
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
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
luigi1111
0092a890c1
Merge pull request #939
About: uncomment dandelion++ in 'Technical Info'
2020-05-15 13:43:47 -05:00
erciccione
df69e33b44
Moneropedia: add RandomX 2020-05-14 14:23:29 +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
erciccione
d244b9fe2c
About: uncomment dandelion++ in 'Technical Info' 2020-04-18 09:08:03 +02:00
erciccione
4f57e29c0d
Change all links to gitlab 'monero-site' repo to github 2020-04-13 10:15:24 +02:00
luigi1111
7207b3a47a Merge !1258
Improve 'Developer Guides' page

See merge request monero-project/monero-site!1258
2020-04-10 22:20:16 +02:00
luigi1111
9ac0c1c90c Merge !1256
Moneropedia: add 'Pruning'

Closes #1013

See merge request monero-project/monero-site!1256
2020-04-10 22:19:53 +02:00
erciccione
52bafb746c
Moneropedia: add 'Pruning'
and link to the Moneropedia entry from the 'Downloads' page
2020-04-10 14:40:34 +02:00
erciccione
259e3f18bc
Improve 'Developer Guides' page
- Split page vertically and add new section: 'External resources'
- Add description for each resource
- Add pics to suggest where the content is located (web page, github, internal doc)
2020-04-10 14:17:46 +02:00
Sarang Noether
c65e4884a2 Update CLSAG paper 2020-03-30 13:13:11 -04:00
luigi1111
7263257926 Merge !1246
Roadmap: new structure

Closes #1057, #1067, and #1070

See merge request monero-project/monero-site!1246
2020-03-23 20:45:36 +01:00
luigi1111
00dd077f59 Merge !1248
moneropedia: Fix link to instructions to add a new entry

See merge request monero-project/monero-site!1248
2020-03-20 03:03:41 +01:00
luigi1111
db5551864f Merge !1234
Add new Moneropedia entry 'Remote Node', edit entry 'Node' and a couple of minor changes

See merge request monero-project/monero-site!1234
2020-03-20 03:02:51 +01:00
luigi1111
f88871b7af Merge !1225
Add technical info to 'About' page and remove 'technical specs' page

Closes #1035

See merge request monero-project/monero-site!1225
2020-03-20 03:02:03 +01:00
erciccione
d032b10454
Roadmap: new structure
- Changed 'completed', 'ongoing' and 'upcoming' icons to emojis (#1057)
- Refactored CSS and .yml files to make the roadmap compatible with Weblate (#1067)
- Added "GUI 0.15.0.4 released" to March 2020 (#1070)
- Removed dates and replaced with headers showing months
2020-03-18 18:11:46 +01:00
luigi1111
5305549084 Merge !1245
Triptych-2 preprint

See merge request monero-project/monero-site!1245
2020-03-17 19:47:40 +01:00
erciccione
ab22a1f6f2
moneropedia: Fix link to instructions to add a new entry 2020-03-17 15:05:52 +01:00
Sarang Noether
0af0368bf5 Triptych-2 preprint 2020-03-16 08:53:26 -04:00
erciccione
6a9026a431
Add Moneropedia entry 'Remote Node' 2020-03-04 19:18:29 +01:00
erciccione
ae816cf6b3
roadmap: change structure
The structure of the roadmap isn't meant to support more than 6 tabs, so some changes are necessary to show
the roadmap correctly.

- Grouped the first 2 years 2014-215 on a single tab.
- Added headers for each card
- The last tab is now "Future", and doesn't refer to a specific year, but it's meant to show updates that will be
implemented in the future
- Changed default card from 2019 to 2020
2020-02-28 11:56:21 +01:00
erciccione
33a62f780b
Add technical info to 'About' page and remove 'technical specs' page
This commits removes the page 'Technical specs' and adds some technical info to the 'About' page.
The 'technical specs' folder and page were removed from the repo, from the navigation menu and
the footer (for all languages)
2020-02-26 18:38:42 +01:00
erciccione
1d534a4a04
Remove 'untranslated' snippet logic from all pages (except where it's called using 'include')
It's not compatible with Weblate and will be not needed after the migration
2020-01-27 12:26:31 +01:00
koe
58cf4d4276 add htp writeup
-hash to point writeup from Shen Noether: add to MRL Research page as unpublished paper [use summary instead of abstract]
-fixed formatting issue with MRL-0005

fix conflict with added Triptych paper

Delete index.md.orig
2020-01-24 21:44:32 -06:00
Sarang Noether
72425f0682 Triptych paper 2020-01-09 16:14:02 -05:00
Jonathan Cross
ddad19861a Adding tor_wallet user guide. (Connecting your local wallet to your own daemon over Tor) 2019-12-17 21:02:12 +01:00
erciccione
97f54163d1
remove 'more coming soon' from dev guides 2019-10-14 15:42:57 +02:00
luigi1111
c80e3166be Merge !1129
Update to CLSAG paper

See merge request monero-project/monero-site!1129
2019-09-26 02:38:57 +02:00
luigi1111
7cb8ea4a3c Merge !1128
Remove all '00-base-00' from the Moneropedia folders

See merge request monero-project/monero-site!1128
2019-09-26 02:38:34 +02:00
Sarang Noether
067663f438 Update to CLSAG paper 2019-09-24 13:44:28 -04:00
erciccione
d9171d6de1
remove all '00-base-00' from the Moneropedia folders 2019-09-23 12:24:33 +02:00
erciccione
f3af78e48d
remove unused or obsolete files (user guides and technical-specs) 2019-09-16 11:32:59 +02:00
erciccione
2f355c2bcb
adapt user and dev guides to new system removing/editing headers 2019-09-04 16:00:53 +02:00
erciccione
01cd52cbd9
Add generated titles for user guides 2019-09-04 16:00:45 +02:00
dginovker
0913cbe742 Updated remote node guide for 0.14.1 2019-08-29 16:05:47 -04:00
Sarang Noether
67b9916919 Updated CLSAG paper 2019-07-26 15:33:58 -04:00
Sarang Noether
f517bb74ee Minor update to CLSAG paper 2019-06-03 11:29:17 -04:00
Sarang Noether
8c52ee628d Update to CLSAG paper 2019-06-03 11:13:35 -04:00
Sarang Noether
e2de8c3ec0 Add CLSAG paper as MRL-0011 2019-05-30 16:03:43 -05:00