From a0e75dbbfcde794657a344f6b92888b713b950a7 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Sun, 28 Sep 2008 17:19:11 -0400 Subject: [PATCH] Update documentation. Signed-off-by: Loui Chang Signed-off-by: Callan Barrett --- AUTHORS | 50 ++++++++++++++++++++++++++++++++------ HACKING | 8 +++++- web/{README.txt => README} | 7 ++++-- 3 files changed, 54 insertions(+), 11 deletions(-) rename web/{README.txt => README} (97%) diff --git a/AUTHORS b/AUTHORS index f7ae3f62..89a41017 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,16 +2,17 @@ Current Contributors -------------------- Callan Barrett (wizzo) Loui Chang (louipc) -Eli Janssen (eliott/cactus) Simo Leone (simo) Contributors -------------------- Jason Chu (jchu) Joerie de Gram (Thralas) +Eli Janssen (eliott/cactus) Eric Johnson (eric) http://www.coding-zone.com Michael Klier Paul Mattal (pjmattal) +Andrea Scarpino Douglas Soares de Andrade (dsa) Jaroslaw Swierczynski (swiergot) Sebastian Nowicki (Xilon) @@ -20,15 +21,48 @@ dusty dp Translations --------------------- +==================== + +Català +------ +Sergio Jovani Guzman + +Deutsch +------- Gerhard Brauer Matthias Gorissen -Mateusz Herych -Morgan Lefieux +Lukas Kropatschek +Niclas Pfeifer + +Español +------- +Víctor Martínez Romanos + +Français +-------- +Morgan Lefieux Cilyan Olowen -Sergej Pupykin -Víctor Martínez Romanos -Giovanni Scafora (voidnull) -Pierre Schmitz + +Italiano +-------- +Pierluigi Picciau +Giovanni Scafora (voidnull) Andrea Scarpino +Polski +------ +Mateusz Herych +Jaroslaw Swierczynski + +Português +--------- + +Русский +------- +Sergej Pupykin +Pierre Schmitz + +Türkçe +------ +H.Gökhan SARI + diff --git a/HACKING b/HACKING index eef0be14..e1c881ba 100644 --- a/HACKING +++ b/HACKING @@ -18,7 +18,13 @@ Consider creating templates for HTML. MySQL queries should generally go into functions. +Submitting patches +------------------ Please submit uncompressed git-formatted patches to aur-dev@archlinux.org. +Base your patches on the testing branch as forward development is done there. When writing patches please keep unnecessary changes to a minimum. -Smaller patches are much easier to review thus have a better chance of being +Smaller patches are much easier to review and have a better chance of being pushed more quickly into the main repo. + +Try to make your commit messages brief and descriptive. + diff --git a/web/README.txt b/web/README similarity index 97% rename from web/README.txt rename to web/README index 249f6052..b0e6c39f 100644 --- a/web/README.txt +++ b/web/README @@ -55,6 +55,9 @@ Setup on Arch Linux: PEAR's path may vary depending on your set up. 6) Configure MySQL + - Start the MySQL service. Example: + # /etc/rc.d/mysqld start + - Connect to the mysql client # mysql -uroot @@ -74,8 +77,8 @@ Setup on Arch Linux: (give password 'aur' at the prompt) 7) Copy the config.inc.proto file to config.inc. Modify as needed. - cd ~/aur/web/lib/ - cp config.inc.profo config.inc + # cd ~/aur/web/lib/ + # cp config.inc.profo config.inc 8) Point your browser to http://aur