[Osaas-commits] r28 - in trunk: . server server/osaas server/osaas/http server/test
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Aug 29 17:42:23 CEST 2007
Author: bh
Date: 2007-08-29 17:42:22 +0200 (Wed, 29 Aug 2007)
New Revision: 28
Modified:
trunk/ChangeLog
trunk/server/adduser.py
trunk/server/initosaasdb.py
trunk/server/osaas/__init__.py
trunk/server/osaas/config.py
trunk/server/osaas/dbbackend.py
trunk/server/osaas/dbinit.py
trunk/server/osaas/formparser.py
trunk/server/osaas/http/httpserver.py
trunk/server/osaas/http/run.py
trunk/server/osaas/http/threadedserver.py
trunk/server/osaas/http/threadpool.py
trunk/server/osaas/pycompat.py
trunk/server/osaas/recordfilter.py
trunk/server/osaas/run.py
trunk/server/osaas/server.py
trunk/server/osaas/userdb.py
trunk/server/startosaas.py
trunk/server/test/runtests.py
trunk/server/test/serversupport.py
trunk/server/test/support.py
trunk/server/test/test_config.py
trunk/server/test/test_dbbackend.py
trunk/server/test/test_formparser.py
trunk/server/test/test_httpserver.py
trunk/server/test/test_osasserver.py
trunk/server/test/test_run.py
trunk/server/test/test_threadedserver.py
trunk/server/test/test_threadpool.py
trunk/server/test/test_userdb.py
Log:
* server/adduser.py, server/initosaasdb.py,
server/osaas/__init__.py, server/osaas/config.py,
server/osaas/dbbackend.py, server/osaas/dbinit.py,
server/osaas/formparser.py, server/osaas/http/httpserver.py,
server/osaas/http/run.py, server/osaas/http/threadedserver.py,
server/osaas/http/threadpool.py, server/osaas/pycompat.py,
server/osaas/recordfilter.py, server/osaas/run.py,
server/osaas/server.py, server/osaas/userdb.py,
server/startosaas.py, server/test/runtests.py,
server/test/serversupport.py, server/test/support.py,
server/test/test_config.py, server/test/test_dbbackend.py,
server/test/test_formparser.py, server/test/test_httpserver.py,
server/test/test_osasserver.py, server/test/test_run.py,
server/test/test_threadedserver.py,
server/test/test_threadpool.py, server/test/test_userdb.py: Fix
copyright notice. Refer to GPL.txt instead of COPYING.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/ChangeLog 2007-08-29 15:42:22 UTC (rev 28)
@@ -1,5 +1,24 @@
2007-08-29 Bernhard Herzog <bh at intevation.de>
+ * server/adduser.py, server/initosaasdb.py,
+ server/osaas/__init__.py, server/osaas/config.py,
+ server/osaas/dbbackend.py, server/osaas/dbinit.py,
+ server/osaas/formparser.py, server/osaas/http/httpserver.py,
+ server/osaas/http/run.py, server/osaas/http/threadedserver.py,
+ server/osaas/http/threadpool.py, server/osaas/pycompat.py,
+ server/osaas/recordfilter.py, server/osaas/run.py,
+ server/osaas/server.py, server/osaas/userdb.py,
+ server/startosaas.py, server/test/runtests.py,
+ server/test/serversupport.py, server/test/support.py,
+ server/test/test_config.py, server/test/test_dbbackend.py,
+ server/test/test_formparser.py, server/test/test_httpserver.py,
+ server/test/test_osasserver.py, server/test/test_run.py,
+ server/test/test_threadedserver.py,
+ server/test/test_threadpool.py, server/test/test_userdb.py: Fix
+ copyright notice. Refer to GPL.txt instead of COPYING.
+
+2007-08-29 Bernhard Herzog <bh at intevation.de>
+
* server/README.txt: New. Minimal documentation
* server/demo-config.xml: Example configuration
Modified: trunk/server/adduser.py
===================================================================
--- trunk/server/adduser.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/adduser.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -4,7 +4,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Adds a username and password to a OSAAS user database
Usage
Modified: trunk/server/initosaasdb.py
===================================================================
--- trunk/server/initosaasdb.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/initosaasdb.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -4,7 +4,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
from osaas.dbinit import main
Modified: trunk/server/osaas/__init__.py
===================================================================
--- trunk/server/osaas/__init__.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/osaas/__init__.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,6 +3,6 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
import pycompat
Modified: trunk/server/osaas/config.py
===================================================================
--- trunk/server/osaas/config.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/osaas/config.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
import optparse
Modified: trunk/server/osaas/dbbackend.py
===================================================================
--- trunk/server/osaas/dbbackend.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/osaas/dbbackend.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Database backend of OSAAS"""
Modified: trunk/server/osaas/dbinit.py
===================================================================
--- trunk/server/osaas/dbinit.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/osaas/dbinit.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
import sys
Modified: trunk/server/osaas/formparser.py
===================================================================
--- trunk/server/osaas/formparser.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/osaas/formparser.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Parse the OSAAS form data into a record"""
Modified: trunk/server/osaas/http/httpserver.py
===================================================================
--- trunk/server/osaas/http/httpserver.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/osaas/http/httpserver.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""HTTP server that can run in a thread and be stopped"""
Modified: trunk/server/osaas/http/run.py
===================================================================
--- trunk/server/osaas/http/run.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/osaas/http/run.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -4,7 +4,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Functions to run a httpserver as a standalone program"""
Modified: trunk/server/osaas/http/threadedserver.py
===================================================================
--- trunk/server/osaas/http/threadedserver.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/osaas/http/threadedserver.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
from __future__ import nested_scopes
Modified: trunk/server/osaas/http/threadpool.py
===================================================================
--- trunk/server/osaas/http/threadpool.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/osaas/http/threadpool.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Simple pool of worker threads to process tasks like e.g. HTTP requests"""
Modified: trunk/server/osaas/pycompat.py
===================================================================
--- trunk/server/osaas/pycompat.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/osaas/pycompat.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
def sorted(sequence):
L = list(sequence)
Modified: trunk/server/osaas/recordfilter.py
===================================================================
--- trunk/server/osaas/recordfilter.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/osaas/recordfilter.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Filter for requests"""
Modified: trunk/server/osaas/run.py
===================================================================
--- trunk/server/osaas/run.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/osaas/run.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
import logging
Modified: trunk/server/osaas/server.py
===================================================================
--- trunk/server/osaas/server.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/osaas/server.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
import logging
import base64
Modified: trunk/server/osaas/userdb.py
===================================================================
--- trunk/server/osaas/userdb.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/osaas/userdb.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Simple User database"""
Modified: trunk/server/startosaas.py
===================================================================
--- trunk/server/startosaas.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/startosaas.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -4,7 +4,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
from osaas.run import main
Modified: trunk/server/test/runtests.py
===================================================================
--- trunk/server/test/runtests.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/test/runtests.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""
Main entry point for the test suite.
Modified: trunk/server/test/serversupport.py
===================================================================
--- trunk/server/test/serversupport.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/test/serversupport.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Support code for tests involving osaas.http.httpserver"""
Modified: trunk/server/test/support.py
===================================================================
--- trunk/server/test/support.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/test/support.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Support code for the test cases"""
Modified: trunk/server/test/test_config.py
===================================================================
--- trunk/server/test/test_config.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/test/test_config.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
import unittest
Modified: trunk/server/test/test_dbbackend.py
===================================================================
--- trunk/server/test/test_dbbackend.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/test/test_dbbackend.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
import unittest
Modified: trunk/server/test/test_formparser.py
===================================================================
--- trunk/server/test/test_formparser.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/test/test_formparser.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Tests for osaas.formparser"""
Modified: trunk/server/test/test_httpserver.py
===================================================================
--- trunk/server/test/test_httpserver.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/test/test_httpserver.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Tests for osaas.http.httpserver"""
Modified: trunk/server/test/test_osasserver.py
===================================================================
--- trunk/server/test/test_osasserver.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/test/test_osasserver.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Tests for osaas.server"""
Modified: trunk/server/test/test_run.py
===================================================================
--- trunk/server/test/test_run.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/test/test_run.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Tests for osaas.http.run"""
Modified: trunk/server/test/test_threadedserver.py
===================================================================
--- trunk/server/test/test_threadedserver.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/test/test_threadedserver.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Tests for osaas.http.threadedserver"""
Modified: trunk/server/test/test_threadpool.py
===================================================================
--- trunk/server/test/test_threadpool.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/test/test_threadpool.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Tests for ThreadPool"""
Modified: trunk/server/test/test_userdb.py
===================================================================
--- trunk/server/test/test_userdb.py 2007-08-29 14:48:59 UTC (rev 27)
+++ trunk/server/test/test_userdb.py 2007-08-29 15:42:22 UTC (rev 28)
@@ -3,7 +3,7 @@
# Bernhard Herzog <bh at intevation.de>
#
# This program is free software under the GPL (>=v2)
-# Read the file COPYING coming with the software for details.
+# Read the file GPL.txt coming with the software for details.
"""Tests for UserDB"""
More information about the Osaas-commits
mailing list