From 0207ba60fd0a8a749bf97f183e5ef6f71d0b1cde Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Fri, 10 Oct 2008 18:38:08 -0400 Subject: update documentation --- AUTHORS | 6 ++++-- HACKING | 2 +- README | 8 +++++++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 850273f..b42c3a3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,8 +1,10 @@ -# AUTHORS +# CURRENT MAINTAINER +Dusty Phillips + +# OTHER AUTHORS Judd Vinet Simo Leone eliott Dan McGee Thayer Williams -Dusty Phillips diff --git a/HACKING b/HACKING index fc076b7..2731a58 100644 --- a/HACKING +++ b/HACKING @@ -10,7 +10,7 @@ Coding Style 2. Recommend removing trailing whitespace. Here is an example for .vimrc autocmd BufWritePre *.py normal m`:%s/\s\+$//e `` - +3. Wrap lines at 80 characters MAXIMUM vim: set ai ts=4 sw=4 et: diff --git a/README b/README index fc87e4c..b4bf0b2 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ # Dependencies - python - mysql-python or python-pysqlite - - Django = 0.96 + - Django = 1.0 # Installation For a simple testing installation: @@ -27,3 +27,9 @@ For a simple testing installation: 5. Use the following commands to start a service instance $ python manage.py runserver + 6. To optionally populate the database with real data: + $ wget ftp://ftp.archlinux.org/core/os/i686/core.db.tar.gz + $ scripts/reporead.py i686 ./core.db.tar.gz + + (alter architecture and repo to get x86_64 and extra packages if needed) + -- cgit v1.2.3-24-g4f1b