What is the standard procedure for reporting possible errors in wiki pages? The reason I ask is that during my attempts to install Koha from (1) Debian packages, and (2) a git development environment, I have run into a small number of commands or config file lines in the wiki pages I used that I had to change. Some examples: In https://wiki.koha-community.org/wiki/Debian_Jessie_development_setup, I had to change the line: <Directory "/var/koha/Koha"> to: <Directory "/var/koha"> In https://wiki.koha-community.org/wiki/Koha_on_Debian, I had to change: sudo xmlstarlet sel -t -v 'yazgfs/config/user' /etc/koha/sites/libraryname/koha-conf.xml koha_libraryname sudo xmlstarlet sel -t -v 'yazgfs/config/pass' /etc/koha/sites/libraryname/koha-conf.xml randompasswordtext to: sudo xmlstarlet sel -t -v 'yazgfs/config/user' /etc/koha/sites/libraryname/koha-conf.xml sudo xmlstarlet sel -t -v 'yazgfs/config/pass' /etc/koha/sites/libraryname/koha-conf.xml (i.e., delete the last command line arguments).
The standard procedure is to sign up for a wiki account here: https://wiki.koha-community.org/wiki/Special:RequestAccount Then edit the page :-) Cheers! --Barton On Wed, Jan 25, 2017 at 11:49 AM, Mark Alexander <marka@pobox.com> wrote:
What is the standard procedure for reporting possible errors in wiki pages?
The reason I ask is that during my attempts to install Koha from (1) Debian packages, and (2) a git development environment, I have run into a small number of commands or config file lines in the wiki pages I used that I had to change.
Some examples:
In https://wiki.koha-community.org/wiki/Debian_Jessie_development_setup, I had to change the line:
<Directory "/var/koha/Koha">
to:
<Directory "/var/koha">
In https://wiki.koha-community.org/wiki/Koha_on_Debian, I had to change:
sudo xmlstarlet sel -t -v 'yazgfs/config/user' /etc/koha/sites/libraryname/koha-conf.xml koha_libraryname sudo xmlstarlet sel -t -v 'yazgfs/config/pass' /etc/koha/sites/libraryname/koha-conf.xml randompasswordtext
to:
sudo xmlstarlet sel -t -v 'yazgfs/config/user' /etc/koha/sites/libraryname/ koha-conf.xml sudo xmlstarlet sel -t -v 'yazgfs/config/pass' /etc/koha/sites/libraryname/ koha-conf.xml
(i.e., delete the last command line arguments). _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Salvete! To add to what Barton said: if you've lingered in the new account queue, 1) email me, 2) prove you're not a terrible spammy bot, 3) and I will make sure that you get wiki access. Cheers, Brooke
participants (3)
-
Barton Chittenden -
BWS Johnson -
Mark Alexander