Commit graph

173 commits

Author SHA1 Message Date
luigi1111
1eee41b4e8
Merge pull request #977
accepting: add TOC
2020-06-15 09:18:04 -05: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
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
d9f2cca6b4
Merge pull request #969
fixing typos
2020-05-09 16:48:30 -05:00
netrik182
c28676056a
fixing typos 2020-05-06 19:17:02 +00:00
erciccione
25e9cc785d
press-kit: partial refactoring (remove loops) 2020-04-29 13:58:38 +02:00
erciccione
4de70cb9b6
Merchants: point to the disclaimer at the bottom of the page 2020-04-26 13:12:25 +02:00
erciccione
2b647348fc
Merchants: substitute Gitlab with GitHub in description 2020-04-20 11:11:56 +02:00
erciccione
62d21c3918
Apply refactor of 'Library' to all languages (with translations) 2020-04-15 16:10:44 +02:00
erciccione
0a05167032
Refactor 'Library' section
and reindented to make it more consistent with the rest of the repo (4 spaces instead of 2)
2020-04-15 16:10:37 +02:00
luigi1111
4dd7bd9cea Merge !1270
Renaming for Arcturus

See merge request monero-project/monero-site!1270
2020-04-10 22:29:32 +02:00
luigi1111
a561a54378 Merge !1268
Revamp of the FAQ

Closes #994

See merge request monero-project/monero-site!1268
2020-04-10 22:22:32 +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
erciccione
6dd7c60006
Revamp of the FAQ
- Added anchors. Visible when hovering on the tabs
- Added "More info:", which links to related sections on getmonero (contributing, user guides, etc)
- Added toc
- Added links to related Moneropedia entries in the answers
- Added side box with more resources and info
- 10 new questions/answers:
	- Can I avoid to download the entire blockchain?
	- why my wallet needs to be scanned everytime I open it?
	- Is it dangerous to run a personal node?
	- Is it dangerous to use a remote node? what's the data a node operator can get from me?
	- How can I contribute?
	- What's the meaning of [technical word]?
	- What wallet should I use?
	- Can't see funds. Did I just lose all my Monero?
	- How can I connect my node via Tor?
	- Why does the blockchain need so much space?
2020-04-10 13:42:36 +02:00
Sarang Noether
9146e4633f Renaming for Arcturus 2020-04-07 07:18:51 -04:00
luigi1111
cb719e7166 Merge !1267
Publish Zero to Monero: Second Edition

See merge request monero-project/monero-site!1267
2020-04-05 20:57:59 +02:00
koe
5ca971ea83 publish-ztm2
fix indent

tiny update

add repo link footnote

non-english files dont modify

add repo link to library abstract
2020-04-04 12:45:45 -05:00
Sarang Noether
c65e4884a2 Update CLSAG paper 2020-03-30 13:13:11 -04:00
luigi1111
af7a65cf7f Merge !1255
downloads: improve GUI known issue string

See merge request monero-project/monero-site!1255
2020-03-23 20:46:09 +01:00
selsta
a96480951f
downloads: improve GUI known issue string 2020-03-22 20:37:03 +01:00
erciccione
d55551d1c0
downloads: add known issue about CLI 0.15.0.5 on ubuntu 16.04
Plus add comments with instructions to update the 'known issues' section
2020-03-20 19:35:09 +01:00
luigi1111
8ad0e54b1e Merge !1241
Downloads: Add problem with Trezor in 'Known Issues'

Closes #1062

See merge request monero-project/monero-site!1241
2020-03-20 03:03:13 +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
Sarang Noether
0af0368bf5 Triptych-2 preprint 2020-03-16 08:53:26 -04:00