Commit Graph

5736 Commits (97cace17d98e257ed50e92153892e74006c2ec71)

Author SHA1 Message Date
Pierre Rudloff 97cace17d9 vrms: add page (#3628) 2019-11-29 09:30:14 +08:00
Owen Voke ae60cc973b laravel: add auth flag (#3631) 2019-11-29 09:28:55 +08:00
Starbeamrainbowlabs 47a0bb6345 MAINTAINERS.md: add Rudloff and Proscream (#3617) 2019-11-28 21:51:49 +00:00
Waldir Pimenta 73236a6e52 gedit: streamline page (#3622)
- Remove the second line of the description, which didn't add useful info
- Reorder two examples to provide a more logical sequence
- Tweak some descriptions for clarity and correctness
2019-11-28 21:30:59 +00:00
Pierre Rudloff 95d472d781 check-support-status: add page (#3629) 2019-11-28 21:24:45 +00:00
Pierre Rudloff f9ef67608e a2disconf, a2dismod, a2dissite, a2enconf, a2enmod, a2ensite, a2query: add page (#3609) 2019-11-28 21:20:50 +00:00
Marco Bonelli 53af408ce5 Add missing trailing newline to some Korean pages (#3633) 2019-11-28 21:16:38 +00:00
Vaarnan Drolia acb14d8109 qrencode: add page (#3618) 2019-11-28 21:12:20 +00:00
Rui Alves 5fc68346d0 htop: add pt_BR translation (#3486) 2019-11-28 21:10:55 +00:00
Owen Voke 04dea780d0 nfsstat: add page (#3626) 2019-11-28 13:27:18 +08:00
Waldir Pimenta 65a39312bd git-status: improve main description & add example (#3620) 2019-11-26 19:12:12 +00:00
Pierre Rudloff 293d698b85 phpdismod, phpenmod, phpquery: add page (#3610) 2019-11-26 18:59:16 +00:00
Pierre Rudloff 8d87de839c timeshift: add page (#3613) 2019-11-26 18:58:20 +00:00
Waldir Pimenta c5a8569ece git-show: add example for showing file contents (#3600) 2019-11-26 18:56:44 +00:00
Proscream 3c65624896 multiple pages(asciinema to atoum) : Add Korean Translation (#3556) 2019-11-26 18:49:10 +00:00
Antoine Amara a63157edc1 pprof: add new page (#3450) 2019-11-26 18:38:42 +00:00
lch7167 bd07a73beb multiple pages(cp to cradle-elastic): add korean translation (#3607) 2019-11-26 17:52:56 +08:00
Pierre Rudloff 2ef7443658 nemo: add page (#3621) 2019-11-26 09:55:16 +08:00
Guilherme Silva a8b4159c9b csvkit: add page (#3386) 2019-11-25 17:50:45 +00:00
timvisee 6e7bd3baee ffsend: move to common 2019-11-25 12:35:37 +05:30
Starbeamrainbowlabs 707db4b5b2 influx: add page (#3605) 2019-11-25 09:19:26 +08:00
Sibi bf696e0ccd Clarify stack command (#3614) 2019-11-24 20:08:35 +00:00
lch7167 9e178edb8e multiple pages(cradle-install to cryfs): add korean translation (#3608) 2019-11-24 20:02:01 +00:00
JJByun 1c78b9e106 multiple pages : Add Korean Translation (#3583)
* Translation-ko

chsh.md
cksum.md
clamscan.md
clang.md
clear.md
clementine.md
cloc.md
clockwork-cli.md

* update some words

chsh.md
cksum.md
clamscan.md
clear.md
cloc.md
clockwork-cli.md

* update

* update

* Update clockwork-cli.md
2019-11-24 19:33:52 +00:00
Starbeamrainbowlabs 40fb7d51dc add logo 2019-11-23 18:40:52 +05:30
JJByun 61f5b84720 merge mutiple pages(cmake to command) : Add Korean Translation (#3595)
* korean translation

cmake
cmark
cmp
code
coffee
column
comm
command

* update some words

* update

* update cmake.md

delete \n

* change whitespace
2019-11-23 00:25:18 +09:00
lch7167 3b31dfcc59 merge consul_to_cowsay (#3593) 2019-11-23 00:21:20 +09:00
Marco Bonelli 503e5f030c multiple pages: fix whitespace in Korean pages (#3603) 2019-11-22 15:09:37 +00:00
JJByun 21c755e52a mutiple pages(complete to consul-kv) : Add Korean Translation (#3596) 2019-11-22 15:08:47 +00:00
Waldir Pimenta 6463f50a18 chisel: rephrase descriptions for clarity (#3601) 2019-11-22 15:06:04 +00:00
Waldir Pimenta 93420c3529 hdiutil: improve tokens (#3602) 2019-11-22 15:03:55 +00:00
dmakth 61fa29d29f Mutiple pages: add Korean translation (#3594)
Add Korean translation for the following common pages:

 - csvpy
 - csvsort
 - csvstat
 - ctest
 - curl
 - cut
 - darkhttpd
 - date
2019-11-22 09:10:17 +01:00
Proscream 06aa050c9d deluge : add Korean translation (#3599) 2019-11-22 09:41:23 +08:00
Waldir Pimenta e4161ff34f hub: fix instructions for aliasing the command (#3597) 2019-11-22 09:35:56 +08:00
dmakth 3e86af3472 multiple pages: Add Korean Translation (#3584) 2019-11-19 18:48:15 +00:00
Pierre Rudloff edf95e38a8 robo: add list example 2019-11-19 18:40:27 +00:00
Pierre Rudloff fa1738268c robo: add page 2019-11-19 18:40:27 +00:00
Pierre Rudloff 597ee82dfb drupal: add page (#3589) 2019-11-19 18:39:32 +00:00
Agniva De Sarker 62731a8b64 Correctly store language and platform mappings together (#3588)
Previously they were stored separately in their own arrays.
This made them disconnected, and impossible to know if a page
belonged to which platform and language combination.

This PR adds an array of objects called `targets` which contains
platform/language pairs.
2019-11-19 18:58:23 +01:00
Proscream bfbe15c8e4 Multiple pages(chisel to chroot) : Add Korean Translation (#3586) 2019-11-19 17:22:39 +00:00
lch7167 0f1332a5d5 multiple pages (boot to bup): add korean translation (#3587) 2019-11-19 17:21:58 +00:00
Proscream 8181c0c27e Multiple pages(calibredb to case) : Add Korean Translation (#3582) 2019-11-19 17:19:13 +00:00
Proscream 0d6ef290eb multiple pages(bzip2 to cake) : Add Korean Translation (#3579) 2019-11-19 17:17:05 +00:00
Proscream cb340e9341 multiple pages : Add Korean Translation (#3553) 2019-11-19 17:15:13 +00:00
Proscream 5dfacef130 multiple pages: add Korean Translation (#3549) 2019-11-19 17:13:49 +00:00
Proscream f07d3ea376 Multiple Pages(cat to chgrp) : Add Korean Translation (#3585) 2019-11-19 17:12:39 +00:00
Jason Ge b777d86b57 convert: add vertical append example (#3581) 2019-11-19 17:07:11 +00:00
Ein Verne b95ec365a5 javadoc: add page (#3567) 2019-11-19 17:01:14 +00:00
Matthias Langhard a002465004 bluetoothctl: add page (#3590) 2019-11-19 17:31:22 +05:30
Nir Elbaz e9967dfdec Update pm2.md (#3569) 2019-11-18 11:18:32 +01:00