Author: phd
Date: 2009-07-25 05:01:07 -0600 (Sat, 25 Jul 2009)
New Revision: 3926
Removed:
SQLObject/branches/0.9/docs/FAQ.comments.txt
SQLObject/branches/0.9/docs/index.comments.txt
SQLObject/branches/0.9/docs/sqlobject-admin.comments.txt
Modified:
SQLObject/branches/0.9/docs/rebuild
Log:
Removed old (almost) empty doc files; build all *.txt.
Deleted: SQLObject/branches/0.9/docs/FAQ.comments.txt
===================================================================
--- SQLObject/branches/0.9/docs/FAQ.comments.txt 2009-07-25 10:50:07 UTC (rev 3925)
+++ SQLObject/branches/0.9/docs/FAQ.comments.txt 2009-07-25 11:01:07 UTC (rev 3926)
@@ -1,9 +0,0 @@
-==== $(how-can-i-do-a-left-join) c +
-----------------------------------------
-date: 2006-01-03T14:32:21
-email: b.n...@rl...
-id: 1
-ip: 86.143.215.248
-username: bryan
-
-Ian, this works fine from Mozilla, but not from konqueror ... what exactly
Deleted: SQLObject/branches/0.9/docs/index.comments.txt
===================================================================
--- SQLObject/branches/0.9/docs/index.comments.txt 2009-07-25 10:50:07 UTC (rev 3925)
+++ SQLObject/branches/0.9/docs/index.comments.txt 2009-07-25 11:01:07 UTC (rev 3926)
@@ -1,16 +0,0 @@
-==== $(example) c
-----------------------------------------
-date: 2006-01-31T06:42:16
-id: 2
-ip: 84.190.227.75
-username: MB
-
-Sie werden jeweils nach Doppelklick gespeichert.
-==== $(example) c +
-----------------------------------------
-date: 2006-01-31T06:42:36
-id: 3
-ip: 84.190.227.75
-username: MB
-
-Auch an unterschiedlichen Stellen geht das
Modified: SQLObject/branches/0.9/docs/rebuild
===================================================================
--- SQLObject/branches/0.9/docs/rebuild 2009-07-25 10:50:07 UTC (rev 3925)
+++ SQLObject/branches/0.9/docs/rebuild 2009-07-25 11:01:07 UTC (rev 3926)
@@ -5,10 +5,9 @@
echo "Adding $parent to \$PYTHONPATH"
export PYTHONPATH=$parent:$PYTHONPATH
-NORMAL="Authors DeveloperGuide FAQ Inheritance News SQLBuilder
- SQLObject TODO Versioning
- web/index web/links web/repository web/community
- index community sqlobject-architecture sqlobject-admin"
+NORMAL="Authors DeveloperGuide FAQ Inheritance News
+ SQLBuilder SQLObject SQLObject.comments TODO Versioning
+ community download index links sqlobject-admin sqlobject-architecture"
for NAME in $NORMAL ; do
if [ -e "$NAME.html" -a ! "$NAME.html" -ot "$NAME.txt" ] ; then
@@ -19,5 +18,3 @@
rst2html.py --no-toc-backlinks --stylesheet=default.css --link-stylesheet \
-- "$NAME.txt" > "$NAME.html"
done
-
-source-highlight -f html interface.py
Deleted: SQLObject/branches/0.9/docs/sqlobject-admin.comments.txt
===================================================================
|