Commit graph

27 commits

Author SHA1 Message Date
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
erciccione
97f54163d1
remove 'more coming soon' from dev guides 2019-10-14 15:42:57 +02:00
erciccione
2f355c2bcb
adapt user and dev guides to new system removing/editing headers 2019-09-04 16:00:53 +02:00
el00ruobuob
4f84ff684f
Correct empty subaddr_indices not defaulting to 0
+ Update version numbered and apply corrections on all languages
+ Correct typo in transfer_split example
2019-03-18 16:04:33 +01:00
luigi1111
bae0e58eb6 Merge branch 'wallet_rpc_parse_uri' into 'master'
Wallet RPC: Wrong amount type in parse_uri method

See merge request monero-project/monero-site!938
2019-03-10 22:26:45 +01:00
el00ruobuob
1497c6da95
correct the amount parsed in parse_uri (integer atomic units, instead of decimal 'coin' unit)
+ rebased & updated version number to 2.1.1 from 2.1.0
2019-02-05 19:09:24 +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
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
Riccardo Spagni
da8a3413b7 Merge branch 'wallet-rpc-refresh' into 'master'
Wallet RPC developer guide - Full refresh

See merge request monero-project/monero-site!898
2018-09-25 13:21:51 +02:00
el00ruobuob
b10cea3807
Wallet RPC guide refresh + Finalized for all languages (except PL):
- get_balance;
- get_address;
- get_address_index;
- create_address;
- label_address;
- get_accounts;
- create_account;
- label_account;
- get_account_tags;
- tag_accounts;
- untag_accounts;
- set_account_tag_description;
- get_height;
- transfer;
- transfer_split;
- sign_transfer;
- submit_transfer;
- sweep_dust;
- sweep_all;
- sweep_single;
- relay_tx;
- store;
- get_payments;
- get_bulk_payments;
- incoming_transfers;
- query_key;
- make_integrated_address;
- split_integrated_address;
- stop_wallet;
- rescan_blockchain;
- set_tx_notes;
- get_tx_notes;
- set_attribute;
- get_attribute;
- get_tx_key;
- check_tx_key;
- get_tx_proof;
- check_tx_proof;
- get_spend_proof;
- check_spend_proof;
- get_reserve_proof;
- check_reserve_proof;
- get_transfers; (including clarification proposed in #703)
- get_transfer_by_txid;
- sign;
- verify;
- export_outputs;
- import_outputs;
- export_key_images;
- import_key_images;
- make_uri;
- parse_uri;
- get_address_book;
- add_address_book;
- delete_address_book;
- refresh;
- rescan_spent;
- start_mining;
- stop_mining;
- get_languages;
- create_wallet;
- open_wallet;
- close_wallet;
- change_wallet_password;
- is_multisig;
- prepare_multisig;
- make_multisig;
- export_multisig_info;
- import_multisig_info;
- finalize_multisig;
- sign_multisig;
- submit_multisig;
- get_version;
2018-09-21 07:23:34 +02:00
woodser
729a0a5c48 bump versions to 2.2.0 2018-09-17 18:03:24 -04: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
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
rehrar
a22d7eda73 OH MY GOSH THIS LOCALIZATION REIMPLEMENTATION TOOK FOREVER
- Deleted flippin' template directories (unnecessary now)
- Moved all cussin' HTML to root files instead of in _i18n folder (except for guides)
- Replaced all freakin' strings with liquid translation tags
- Added all Kevin' strings for each language already merged to their respective .yml files
- 40 seconds of testing before sending PR

Signed-off-by: rehrar <rehrar@tuta.io>
2018-05-26 16:32:58 -06:00
rehrar
80237c0a6c
Various deletions and translation readyness
- Removed unnecessary legal pages (all have been combined into 'Legal' page)
- Removed unnecessary resources pages that are not in the navigation
- Adjusted press kit for translation
2018-01-30 13:18:02 -07:00
rehrar
a8d36567b5
Enabled all site except user guides to be multilingual ready
- Moved technical specs out of 'Resources' and into root
2018-01-30 13:18:02 -07:00
cryptoshrimpi
f7b4bd5850 Add doc for sendrawtransaction in daemon-rpc guide
Describe return fields of RPC call 'sendrawtransaction'
closes #224
2017-11-23 17:35:53 +00:00
binaryfate
8842eac674 Fix remaining broken links in RPC documentation 2017-10-09 10:09:59 +02:00
Riccardo Spagni
9965eb5253 Merge pull request #402 from mattcode55/wallet-rpc-links
Fix links to RPC methods in RPC guides
2017-09-21 09:54:23 -07:00
Matt Smith
1f038352ce Fix links to rpc methods in daemon-rpc guide 2017-09-18 17:14:13 +01:00
Matt Smith
bd9530e39f Fix links to rpc methods in wallet-rpc guide 2017-09-14 17:45:27 +01:00
Mike C
debbd61b09 Improve Developer Guides layout
This PR includes the following:
- Fix issue with daemon-rpc example styling.
- Remove references to deprecated class “cli-code” and replace with
code blocks where necessary.
- Add new line between all RPC calls and outputs.
- Use 3-apostrophe code blocks instead of indent for all curl examples
for markdown neatness and to enable future syntax highlighting.
2017-09-13 14:11:55 -06:00
cryptobadger
66e16984ae
Missing transfer params added. Code reformatted.
- Indented the Example code snippets
- Added missing parameters and return values to transfer
  and transfer_split
2017-09-04 15:51:11 +02:00
cryptobadger
255e776840
Added missing result and outputs for sweep_all 2017-08-30 01:30:27 +02:00
cryptobadger
1f5d2c4fb1
Further reformatting 2017-08-30 01:21:28 +02:00
cryptobadger
eb581dda52
Added missing wallet-rpc calls, minor reformatting 2017-08-30 01:12:42 +02:00
rehrar
4e41a6a0cf Added new site 2017-07-04 00:00:32 -06:00