Commit graph

95 commits

Author SHA1 Message Date
Santori Helix
5c16cd56d0
Updating "Wallet/daemon isolation with Qubes + Whonix" (#1312)
* Update cli_wallet_daemon_isolation_qubes_whonix.md

+ Added notice about increasing the daemon workstation's private storage and how to estimate the space needed.
+ Changed `monerod` location in the systemd file to `/usr/bin/monerod` from `/usr/local/bin/monerod` since that is where it is located now.
- Removed the parts about installing monero since it is now preinstalled in Whonix.
+ Changed mentions of `gedit` to `nano` because `gedit` is not installed by default.

* Update cli_wallet_daemon_isolation_qubes_whonix.md

added "up" somewhere.

* Update cli_wallet_daemon_isolation_qubes_whonix.md

Changed the outdated to False

* Update _i18n/en/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md

Changed web.getmonero.org to {{ site.baseurl }}

Co-authored-by: erciccione <erciccione@users.noreply.github.com>

* Update _i18n/en/resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md

Co-authored-by: erciccione <erciccione@users.noreply.github.com>

* Update cli_wallet_daemon_isolation_qubes_whonix.md

* Update cli_wallet_daemon_isolation_qubes_whonix.md

* Update cli_wallet_daemon_isolation_qubes_whonix.md

* Update cli_wallet_daemon_isolation_qubes_whonix.md

* Update cli_wallet_daemon_isolation_qubes_whonix.md

* Update cli_wallet_daemon_isolation_qubes_whonix.md

* Update cli_wallet_daemon_isolation_qubes_whonix.md

* Update cli_wallet_daemon_isolation_qubes_whonix.md

* Updated `nl` to have translationOutdated="yes"

* Updated `fr` to have translationOutdated="yes"

* Updated `es` to have translationOutdated="yes"

Co-authored-by: erciccione <erciccione@users.noreply.github.com>
2020-11-27 16:41:28 -06:00
erciccione
8450a0f6e4
Migrate all original screenshots from resources/user-guides/png to img/resources/user-guides/en. Delete _i18n/en/resources/user-guides/png and resources/user-guides/png and remove screenshots.rb 2020-11-11 10:53:37 +00:00
erciccione
cf3e92153a
user guides: remove 'png/create-wallet' fnd 'png/easiest_way' folders with old screenshots 2020-10-29 14:19:03 +00:00
luigi1111
4487655c68
Merge pull request #1206
User Guides: Mark guide 'CLI Wallet/Daemon Isolation with Qubes + Whonix' as outdated
2020-10-21 15:45:53 -05:00
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
luigi1111
12b3a3558c
Merge pull request #1186
Remote node guide: update instructions and screenshots
2020-09-23 13:45:23 -05:00
erciccione
21d95cccc5
User Guides: Mark guide 'CLI Wallet/Daemon Isolation with Qubes + Whonix' as outdated 2020-09-21 16:27:54 +02: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
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
erciccione
50f77a37d6
User Guides: Add external link to the 'Guide for the Monero GUI wallet' 2020-08-24 08:23:24 +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
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
erciccione
cf79d9d9d4
Remove user guide 'Mining with Docker and XMRig' 2020-05-20 11:14:26 +02: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
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
f3af78e48d
remove unused or obsolete files (user guides and technical-specs) 2019-09-16 11:32:59 +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
luigi1111
5158ec7bdf Merge !1032
Update view-only user-guide to 0.14

See merge request monero-project/monero-site!1032
2019-05-13 20:11:24 +02:00
luigi1111
c30118edb0 Merge !1024
update Remote node user-guide with 0.14 screenshot

See merge request monero-project/monero-site!1024
2019-04-08 20:39:32 +02:00
luigi1111
38514f2b73 Merge !1023
Update prove payment user-guide with 0.14 screenshots

See merge request monero-project/monero-site!1023
2019-04-08 20:39:01 +02:00
el00ruobuob
31cffaed89
update remote node user-guide with 0.14 screenshot
+ update image link to markdown
2019-03-21 15:18:05 +01:00
el00ruobuob
38326ab040
Update view-only user-guide to 0.14 2019-03-18 13:57:36 +01:00
el00ruobuob
384d2a4c17
Update prove payment screenshots to 0.14
+ add screenshots to root /resources folder
2019-03-15 16:08:04 +01:00
el00ruobuob
b79d046fec
Update kovri link in MMS guide to kovri.io 2019-03-11 19:52:00 +01:00
el00ruobuob
9173a3b652
Update NiceHash guide to mine CryptoNightR & version bumped to 3.1.0 (as CryptoNightV7/8 algo are misleading) 2019-03-09 09:46:45 +01:00
rbrunner7
3c3f2980a4 MMS (Multisig Messaging System) manual added to user guides 2019-02-15 21:56:36 +01:00
c1761e7bca Large scale website redesign update thing
- Updated lots and lots and lots of CSS
- Changed all link colors from orange to black and underlined
- Made site more accessible across the board
- Seriously, look at all the pages and tell me it's not awesomer
- Updated relevant HTML in pages to accomodate
- Changed en.yml Developer Guides translated string to yes (why was it not already?)
- Added images to the Using Monero page for wicked sick purposes
2019-01-18 20:18:55 -07:00
luigi1111
74271d760c Merge !948
User guide "view-wallet" update to 0.13

See merge request monero-project/monero-site!948
2018-11-30 22:52:04 +01:00
el00ruobuob
b4f260eafb
Update user guide remote node to 0.13.0 2018-11-21 07:36:47 +01:00
el00ruobuob
5c492acc90
User guide "view-wallet" update to 0.13
- Bump version to 1.2.0
- AR new screenshots (all of them were EN), text not updated: will need an arabic speaker.
- EN new `settings` screnshot, text update, bump to 1.2.0
- ES new `settings` screnshot, text update (untranslated), bump to 1.2.0
- FR new `settings` screnshot, text update, bump to 1.2.0
- IT new `settings` screnshot, text update (untranslated), bump to 1.2.0
- PL new `settings` screnshot, text update, bump to 1.2.0
2018-11-21 07:29:14 +01:00
el00ruobuob
1c38c33780
Update a bunch of things to new hosting on gitlab (repo.getmonero.org / gitlab kovri-project) 2018-10-22 23:49:31 +02:00
el00ruobuob
4c1e8dd858
Moneropedia relocalized
+ correction on Italian Account
+ Removed leftover miners.md (replaced by mining.md)
+ Removed Dust and update Copyright
+ Code improvement to avoid reading the config file and to use the builtin jekyll config variable passed in the content
+ Ammount.md:25/26 glitch "\@transaction-privacy" corrected. PL to be checked twice.
+ Italian ammount.md moneropedia links corrected (terms added to destination entries, unnecessary markdown links removed)
+ Polish corrections
+ extend ruby \word-boundary in regex to match `-based` `-like` `-form`
+ Updated readme according to the new way to add or translate a moneropedia entry
+ fix mining with CryptoNight variant
+ rebased to include AR
+ chery picked #820 to avoid conflicts
2018-08-03 06:34:28 +02:00
el00ruobuob
9845edd0d8
Ledger Wallet CLi guide
+ Based on [dEBRUYNE StackExchange Post](https://monero.stackexchange.com/questions/8503/how-do-i-generate-a-ledger-monero-wallet-with-the-cli-monero-wallet-cli)
+ De-personalized (s/"I"/"We"/g)
+ Download links moved to getmonero.org instead of GitHub
+ Typo Correction
  - Mac OS referring to GUI 0.12.1.0 instead of CLI 0.12.2.0
  - Monero v0.12.1.0 mentioned instead of v0.12.2.0
  - s/cavaet/caveat/g
+ Precision on installation section of Ledger Monero app guide for windows
+ Update the "need assistance" final note to link to the StackExchange answer.
+ Update to latest edit from @dEBRUYNE-1 on 2018/06/06
+ Corrections after review
+ consistency checks
2018-07-18 00:09:58 +02:00
luigi1111
9dad9bcb21
Merge pull request #767 from el00ruobuob/Minor-changes
Minor French Update + NiceHash guide re-re-added
2018-07-17 16:11:21 -05:00
el00ruobuob
f947963cca
A few things corrected
+ Missing French sentences
+ Nicehash guide re-re-added
+ Missing space in download > Mobile & lightweitght after "hangouts" link.
+ Relocalization of StackExchange in Hangouts
+ typo in securely purchase (FR)
2018-07-08 15:07:47 +02:00
el00ruobuob
9843b58674
Guides versioning
+ All guides are version
+ Major diff on Polish daemon RPC guide
+ Minor diff on Polish daemon RPC guide
+ yml completed for en, fr, pl, it, es
+ Instructions updated on readme.md:
  - For Guide création: adding the mainversion to the /ressources/user-guides, the guide version and the translation snippet to the localized files
  - For Guides update: how, where and why handling the version number.
2018-07-08 15:05:49 +02:00
luigi1111
68973a8ed9
Merge pull request #734 from el00ruobuob/User-Guides-v12
User-guides ScreenShots updates to Lithium Luna
2018-06-07 12:24:59 -05:00
luigi1111
ca03d843bf
Merge pull request #736 from el00ruobuob/user-guides-add-gui
Guides updated with GUI
2018-06-07 12:02:19 -05:00
luigi1111
1d872a323d
Merge pull request #692 from qubenix/qubenix-adv-verify
Add advanced binary verification user guide
2018-06-07 12:00:47 -05:00
qubenix
1ee2d9b32f Add advanced binary verification guide
+ Add verification-allos-advanced.md to all langs/~~template~~
+ Modify index.md of user-guides in all langs/~~template~~
2018-05-30 17:17:25 +02:00
el00ruobuob
e6910e15e6 Solves Index missing and ressource badly formated in root folder. Added Polish disclamer. 2018-05-30 07:54:43 +02:00
el00ruobuob
de97b64b56 update NiceHash algo for PoW Change in user guide
NiceHash now has a "CryptoNightV7" algorithm to use when buying hash power for Monero after the PoW Change.
2018-05-30 07:50:37 +02:00