summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2005-09-29 00:00:45 +0000
committerIan Bicking <ian@ianbicking.org>2005-09-29 00:00:45 +0000
commitf018576ef46a19fa58a6cc9667f31fdc5d274d80 (patch)
treee26c16cd4dde5887c75140b0cdabced38a0839d3
parent4209f55f4a7d6598f1a7715ec20280984c45663d (diff)
downloadpaste-git-f018576ef46a19fa58a6cc9667f31fdc5d274d80.tar.gz
Moved docs around
-rw-r--r--docs/community/index.txt (renamed from docs/web/community/index.txt)0
-rw-r--r--docs/community/mailing-list.txt (renamed from docs/web/community/mailing-list.txt)0
-rw-r--r--docs/community/repository.txt (renamed from docs/web/community/repository.txt)0
-rw-r--r--docs/download/index.txt (renamed from docs/web/download/index.txt)0
-rw-r--r--docs/package_index.txt (renamed from docs/web/package_index.txt)0
-rw-r--r--setup.cfg10
6 files changed, 6 insertions, 4 deletions
diff --git a/docs/web/community/index.txt b/docs/community/index.txt
index e5e2360..e5e2360 100644
--- a/docs/web/community/index.txt
+++ b/docs/community/index.txt
diff --git a/docs/web/community/mailing-list.txt b/docs/community/mailing-list.txt
index eb4ee98..eb4ee98 100644
--- a/docs/web/community/mailing-list.txt
+++ b/docs/community/mailing-list.txt
diff --git a/docs/web/community/repository.txt b/docs/community/repository.txt
index 344b017..344b017 100644
--- a/docs/web/community/repository.txt
+++ b/docs/community/repository.txt
diff --git a/docs/web/download/index.txt b/docs/download/index.txt
index b1fbaa1..b1fbaa1 100644
--- a/docs/web/download/index.txt
+++ b/docs/download/index.txt
diff --git a/docs/web/package_index.txt b/docs/package_index.txt
index 7cce07a..7cce07a 100644
--- a/docs/web/package_index.txt
+++ b/docs/package_index.txt
diff --git a/setup.cfg b/setup.cfg
index 3fbf4a3..8c87f4a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,17 +6,19 @@ tag_svn_revision = true
theme = pythonpaste.org
docs = docs/index.txt docs/DeveloperGuidelines.txt docs/StyleGuide.txt
docs/testing-applications.txt docs/url-parsing-with-wsgi.txt
+ docs/package_index.txt
+ docs/community/index.txt docs/community/mailing-list.txt
+ docs/community/repository.txt
+ docs/download/index.txt
+doc_base = docs/
dest = docs/html
modules = paste
title = Paste Core
organization = Python Paste
organization_url = http://pythonpaste.org/
-trac_url = http://pythonpaste.org/trac/
-blog_url = http://pythonpaste.org/news/
-mailing_list_url = http://pythonpaste.org/community/mailing-list.html
[publish]
doc-dir=docs/html
-doc-dest=scp://ianb@webwareforpython.org/home/paste/htdocs/new/paste
+doc-dest=scp://ianb@webwareforpython.org/home/paste/htdocs/new/
make-dirs=1