You are not logged in.
Pages: 1
Hello,
I have made my first article in Arch Wiki today.
https://wiki.archlinux.org/index.php/Gateone
Does it look OK to you, is there anything I have missed?
regards,
Snis
Offline
It looks like a good job, however there are some minor improvements you can make:
* python2-futures seems to be in the AUR, not in the official repos
* The article is what is called an "orphan" one, i.e. it's not linked from any other, you may want to check if there are related articles that can link there
* Command boxes like:
cd /etc/gateone/conf.d
sudo vi 10server.conf
can be simplified to e.g.:
# vi /etc/gateone/conf.d/10server.conf
Note the replacement of sudo with the # prompt, as recommended in https://wiki.archlinux.org/index.php/He … _line_text
* https://wiki.archlinux.org/index.php/He … operations recommends to link to the systemd article instead of giving systemctl examples like in the Configuration section
* Compliance with https://wiki.archlinux.org/index.php/He … unctuation could be improved
Hope this helps
EDIT: Even better, the file editing commands should be generalized in accordance with https://wiki.archlinux.org/index.php/He … g_requests
Last edited by kynikos (2014-01-30 04:16:44)
Offline
@kynikos, thanks for your input.
I have now edited the article. For the better I hope
Last edited by snis (2014-01-30 13:16:08)
Offline
Thank you for your support!! ...and edit.
I should from here on try to make notes of all issues I head encounter that can't be resolved by the Great Arch Wiki, so that I can make more contributions.
However I often tend to solve the issues in unrecommended ways
Last edited by snis (2014-01-31 21:44:06)
Offline
Pages: 1