From 259757f71d1a41d00fd80c11492f5fc44002dd95 Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Mon, 21 Jan 2008 01:07:46 +0000 Subject: [PATCH] * Updates to README, mainly concerning licensing and media locations. --- README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index afeac51f..a14579e4 100644 --- a/README +++ b/README @@ -38,7 +38,9 @@ $Id$ 1. Licensing ######################### -See the file 'LICENSE' for licensing terms and conditions. +See the file 'LICENSE' for licensing terms. Note that jQuery and nicEdit +are both distributed with this product, and have their own licenses. See +LICENSE.JQUERY and LICENSE.NICEDIT for their respective license terms. ######################### 2. Dependencies (pre-flight checklist) @@ -55,7 +57,8 @@ See the file 'LICENSE' for licensing terms and conditions. 3. Installation ######################### -1. Place 'helpdesk' in your Python path +1. Place 'helpdesk' in your Python path. I use /var/django, others may use + /usr/lib/python2.3/site-packages/ or a similar path. 2. In your projects' settings.py file, add these lines to the INSTALLED_APPS setting: @@ -83,6 +86,9 @@ See the file 'LICENSE' for licensing terms and conditions. symlink: ln -s /path/to/helpdesk/htdocs /path/to/media/helpdesk + This application assumes all helpdesk media will be accessible at + http://MEDIA_PATH/helpdesk/ + ######################### 4. Initial Configuration #########################