luigi1111
889e848ec2
Merge pull request #1192
...
Remove usr guide 'How-to-mine-Monero-XMR-without-a-mining-equipment' (Nicehash)
2020-10-21 15:43:59 -05:00
luigi1111
27f7c55072
Merge pull request #1155
...
Add guide 'Set up a wallet (using a remote node) on Tails' (external onion address)
2020-10-21 15:41:22 -05:00
luigi1111
074101837a
Merge pull request #1083
...
Update screenshots of user guide 'verification-windows-beginner.html' + minor fixes and adapt all translations
2020-10-21 15:39:53 -05:00
bonedaddy
f638c847f3
developer-guides: add missing output fields to check_reserve_proof
2020-09-24 18:01:54 -07:00
luigi1111
12b3a3558c
Merge pull request #1186
...
Remote node guide: update instructions and screenshots
2020-09-23 13:45:23 -05:00
erciccione
8d2aabab4c
Remove user guide 'How to mine Monero XMR without a mining equipment' (Nicehash)
2020-09-16 12:44:30 +02:00
rating89us
ee1421af7f
Remote node guide: update instructions and screenshots
2020-09-14 13:06:34 +02:00
rating89us
6a2823be69
view-only wallet guide: update instructions + create from private view key in GUI
2020-09-13 21:05:23 +02:00
selsta
14729082e9
repo: update web.getmonero.org to baseurl
2020-08-27 15:53:19 +02:00
erciccione
384e827a71
User Guides: Add guide 'Set up a wallet (using a remote node) on Tails' (external onion address)
2020-08-27 11:46:19 +02:00
luigi1111
a66e14d55d
Merge pull request #1157
...
Add entry for "generate_from_keys".
2020-08-26 15:47:32 -05:00
luigi1111
c8110fa970
Merge pull request #1154
...
User Guides: Add external link to the 'Guide for the Monero GUI wallet'
2020-08-26 15:36:49 -05:00
timetherewere
48af1a6a6f
Add entry for "generate_from_keys".
...
Co-authored-by: woodser <woodser@protonmail.com>
2020-08-25 07:30:39 -04:00
erciccione
50f77a37d6
User Guides: Add external link to the 'Guide for the Monero GUI wallet'
2020-08-24 08:23:24 +02:00
erciccione
d6770188c0
Dev guides: Add new section 'Libraries and helpers'
...
This section was originally in the merchants page. Most of the libraries listed were obsoleted and not maintained anymore, so i added new and maintained repositories.
2020-08-15 13:55:40 +02:00
luigi1111
ff1328c0c9
Merge pull request #1127
...
Roadmap: add CLI and GUI 0.16.0.0
2020-08-14 14:12:21 -05:00
erciccione
3a45ca706f
Roadmap: add CLI and GUI 0.16.0.0
2020-08-10 09:12:40 +02:00
erciccione
1a9b50562e
Fix Moneropedia tooltips not showing in dev guides
2020-08-06 18:13:57 +02:00
luigi1111
708de92804
Merge pull request #1109
...
Add whitepaper_annotated.pdf and whitepaper_review.pdf
2020-07-31 15:15:21 -05:00
luigi1111
27d5235404
Merge pull request #1078
...
Moneropedia: add 'Daemon' entry
2020-07-31 15:10:26 -05:00
luigi1111
9dc70e534d
Merge pull request #1076
...
Moneropedia: add description of the Moneropedia to index.md
2020-07-31 15:10:09 -05:00
Sarang Noether
c937126cb4
CLSAG audit report and blog post
2020-07-31 11:51:55 -05:00
erciccione
99b871f9e4
Moneropedia: add description of the Moneropedia to index.md
2020-07-31 16:17:04 +02:00
erciccione
8ae8b926be
Add whitepaper_annotated.pdf and whitepaper_review.pdf
...
and link to them from the 'Research Lab' page. These files were initially hosted on downloads.getmonero.org.
2020-07-31 15:37:33 +02:00
knaccc
6828c623e5
Update daemon-rpc.md
...
Added documentation for `get_outs` input parameter `get_txid`. See monero-project/monero#6721
2020-07-26 08:30:32 +01:00
erciccione
a8fb705e6f
Moneropedia: add 'Daemon' entry
2020-07-17 09:36:30 +02:00
erciccione
97175f00a5
Update screenshots of user guide 'verification-windows-beginner.html' + minor fixes and adapt all translations
2020-07-15 20:20:16 +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
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