Commit Graph

150 Commits

Author SHA1 Message Date
HardenedSteel
97a8ea0cc3
remove xmrguide and fix broken text
* Remove xmrguide
* Fix the broken I2P guide text & link
2024-10-27 05:59:58 +03:00
plowsof
5f214de2ec
Merge pull request #2393 from HardenedSteel/view-keys
contributing: add view key + primary address
2024-10-18 13:29:06 +02:00
HardenedSteel
b56a180ae7
contributing: add view key + primary address 2024-10-18 02:21:41 +03:00
plowsof
664ecb1af3
Merge pull request #2287 from plowsof/donate-anchor
contributing index.md: add donate anchor
2024-10-15 21:18:38 +02:00
plowsof
7eeea7d9cf
Merge pull request #2383 from nahuhh/poolsxmrwiki
getting-started: mining; remove pools.xmr.wiki
2024-10-15 13:42:12 +02:00
plowsof
710388d116
Merge pull request #2346 from HardenedSteel/inflation-bug
faq: update the inflation bug question
2024-10-15 13:39:43 +02:00
nahuhh
12e8a19c48 getting-started: mining; remove pools.xmr.wiki 2024-10-10 15:30:58 +00:00
HardenedSteel
2285c3c615
faq: update the inflation bug question
make the answer translatable
add moneroinflation.com

closes #2339
2024-10-04 05:43:12 +03:00
luigi1111
753a82f95d
Merge pull request #2347
contributing: make one click selectable addresses
2024-08-27 19:49:59 -04:00
HardenedSteel
4927dea687
contributing: make one click selectable addresses
make donation addresses selectable with one click (instead of two)
2024-08-15 10:10:13 +03:00
plowsof
3a32ab70a1 faq: add randomx animated video 2024-07-03 16:29:42 +01:00
luigi1111
d11493f995
Merge pull request #2251
Update get-started/mining/index.md link
2024-05-21 10:00:42 -05:00
plowsof
c7ff19a560 faq: add tail emission/nodes video 2024-05-17 21:43:01 +01:00
plowsof
b99c2474d0 contributing index.md: add donate anchor 2024-04-19 09:46:19 +01:00
Twiz
afe212e65f
Update index.md
Link update
2024-02-26 13:19:13 +03:00
erciccione
11b2c786f6
faq: change categories 2023-05-22 08:24:05 +02:00
erciccione
6882f1e7a7
add dedicated meta descriptions
posting a link to getmonero on social medias results, except few
exceptions, in showing a standard description for all pages.
This adds dedicated meta descriptions for every page. It will
improve getmonero's seo score and links on social medias will
look nicer and will be more descriptive
2023-04-20 09:39:49 +02:00
plowsof
c1125519b6 accepting: fix link to payment gateways 2023-02-04 00:07:12 +00:00
luigi1111
193f6583d9
Merge pull request #2052
fix xmrguide.org's onion links
2022-10-20 16:36:41 -04:00
luigi1111
224250144b
Merge pull request #1965
Add "Why does monero not have a max supply" to FAQ
2022-10-20 16:34:15 -04:00
HardenedSteel
2b8dc543a8 fix xmrguide.org's onion links 2022-09-26 03:19:11 +03:00
Leo Nerone
9b8718dc15 fix: change "More info" link in "How can I contribute?" section of FAQ 2022-06-08 01:42:35 -03:00
citrus-flagman
2784c161db Broke up tail emission faq answer into multiple paragarphs 2022-05-22 16:26:42 -04:00
citrus-flagman
b5c93440fe Add "Why does monero not have a max supply" to FAQ 2022-05-15 14:42:39 -04:00
erciccione
86294c3c82
mining: fix stray </a> 2022-02-28 19:12:25 +01:00
luigi1111
440b7cad1a
Merge pull request #1882
mining: add section dedicated to p2pool
2022-01-01 12:34:26 -05:00
erciccione
dee975bf0c
contributing: fix monero qr code and add alt text 2021-12-22 18:15:01 +00:00
erciccione
ca0f514d98
mining: add section dedicated to p2pool 2021-11-22 10:04:49 +00:00
erciccione
a513f304b0
faq: add entry 'What is Monero's maximum supply?' 2021-09-10 11:29:47 +02:00
erciccione
e0c362e31e
new FAQ: 'What is ASIC resistance? Why is it important?' 2021-09-02 08:47:01 +02:00
luigi1111
43afa3bf78
Merge pull request #1656
revamp 'mining' page
2021-06-28 14:43:38 -04:00
erciccione
c57b742160
add FAQ: Are there known vulnerabilities in Monero? 2021-06-12 10:12:46 +02:00
erciccione
9ccbee580a
revamp 'mining' page 2021-06-10 09:40:36 +02:00
alreadyburnt
5791499e30
faq: change resources order 2021-04-07 00:06:59 +02:00
luigi1111
38bb6f360a
Merge pull request #1513
faq: fix capitalization of moneropedia links
2021-03-29 12:10:30 -04:00
erciccione
6f7396d4e3
what is monero: add action buttons and remove redundant header 2021-03-28 10:08:11 +02:00
Elliot Wirrick
43adc7dbb0 faq: fix capitalization of moneropedia links 2021-03-16 23:35:08 -04:00
Elliot Wirrick
ae8f3abeda reduce CLS when lazy loading images 2021-03-16 15:37:11 -04:00
erciccione
150ba3a7e2
Improve performance of some pages by lazy loading images
Lazy loading makes web pages load images only when they are actually
needed (when they need to be displayed to the user), thus saving
resources for both host and users and improving performances for the
latter.

index.html: 474 kB (546 ms) -> 214kB (373ms)
get-started/what-is-monero/index.md: 320 kB (548 ms) -> 246kB (525 ms)
get-started/accepting/index.md: 254 kB (747 ms) -> 193kB (536 ms)
downloads/index.md: 397 kB (595 ms) -> 243kB (383 ms)

(tests ran locally)
2021-03-16 10:30:58 +01:00
luigi1111
0717e962fb
Merge pull request #1481
what is monero: update content and add relevant links
2021-03-15 17:37:37 -04:00
luigi1111
0947ce79cc
Merge pull request #1476
FAQ: Standardize video hyperlinks
2021-03-15 17:31:53 -04:00
Elliot Wirrick
f6aa1cd23e what is monero: update content and add relevant links 2021-02-26 21:01:17 -05:00
erciccione
f82779c319
contributing: add link to openhub 2021-02-23 09:32:45 +00:00
Elliot Wirrick
8510510409 faq: standardize video hyperlinks 2021-02-23 02:26:14 -05:00
Tony
6d3d3c766a Added FAQ 'How Big is the Monero blockchain?' 2021-01-28 11:06:40 -06:00
erciccione
8db59a0caa
Refresh 'Contributing' page
More detailed and updated info, updated links, added button for CCS and made several cosmetic changes
2021-01-21 09:25:42 +00:00
erciccione
58c0a8a646
FAQ: add 'I haven't touched my Monero in a long time...' 2020-12-15 09:38:37 +00:00
luigi1111
4833b3897b
Merge pull request #1304
FAQ: add Monero videos ("Are there videos I can watch to learn about Monero?")
2020-12-14 12:11:21 -06:00
Thomas Bucaioni
d9cf5a2857
Add FAQ item (#1248)
* add qxmrfiat and axmrfiat

* add item 'How to buy Monero for fiat?'

* add countries

* merge Faq items

* remove list

* remove link

* add quote

* typos

* yaml quote

* yaml quote again

* rephrase

Co-authored-by: Thoams Bucaïoni <tbucaioni@doctleat2.unice.fr>
2020-11-27 16:38:50 -06:00
erciccione
da5dcdb240
Remove xmr-stak from 'Mining' page 2020-11-16 12:14:30 +00:00