aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2007-11-09 18:38:56 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2007-11-09 18:38:56 +0000
commitbb8a4e6713cd4e110ebed2f54cf89f680aabf0d9 (patch)
treeaac3768c42581913b6f5edec353508a26754bd36
parentThe CHANGES file got renamed. (diff)
downloadwebapp-config-bb8a4e6713cd4e110ebed2f54cf89f680aabf0d9.tar.gz
webapp-config-bb8a4e6713cd4e110ebed2f54cf89f680aabf0d9.tar.bz2
webapp-config-bb8a4e6713cd4e110ebed2f54cf89f680aabf0d9.zip
A number of code doc files.
svn path=/trunk/webapp-config/; revision=59
-rw-r--r--AUTHORS2
-rw-r--r--HACKING28
-rw-r--r--INSTALL22
-rw-r--r--README17
-rw-r--r--RELEASE_NOTES30
-rw-r--r--TODO41
6 files changed, 139 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 10f45c8..db94af2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,7 +7,7 @@ Original design came from GLEP 11:
Code authors:
- Stuart Herbert <stuart@gentoo.org>
+ Stuart Herbert <stuart@stuartherbert.com>
Renat Lumpau <rl03@gentoo.org>
Gunnar Wrobel <wrobel@gentoo.org>
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..c4b56a6
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,28 @@
+===============================
+webapp-config DEVELOPMENT NOTES
+===============================
+
+:Last update: $Date$
+:Revision: $Revision$
+:Contact: web-apps@gentoo.org
+
+Changes
+-------
+
+Versions
+--------
+
+Authors
+-------
+
+Release management
+------------------
+
+Branches
+--------
+
+Documentation
+-------------
+
+Project pages
+-------------
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..eff72bb
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,22 @@
+==================================
+webapp-config INSTALL instructions
+==================================
+
+:Last update: $Date$
+:Revision: $Revision$
+:Contact: web-apps@gentoo.org
+
+Obtaining the software
+----------------------
+
+Prerequisites
+-------------
+
+Installing the software
+-----------------------
+
+Configuring the software
+------------------------
+
+Obtaining support
+-----------------
diff --git a/README b/README
new file mode 100644
index 0000000..8bd52ca
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+======
+README
+======
+
+:Last update: $Date$
+:Revision: $Revision$
+:Contact: web-apps@gentoo.org
+
+
+About
+-----
+
+Links
+-----
+
+File description
+----------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
new file mode 100644
index 0000000..69abbe4
--- /dev/null
+++ b/RELEASE_NOTES
@@ -0,0 +1,30 @@
+Version 1.50.19 - Released
+=========================================
+
+FULL CHANGES
+------------
+
+
+SHORT CHANGES
+-------------
+
+
+FRESHMEAT
+=========
+
+# Release focus. Possible values:
+# 0 - N/A
+# 1 - Initial freshmeat announcement
+# 2 - Documentation
+# 3 - Code cleanup
+# 4 - Minor feature enhancements
+# 5 - Major feature enhancements
+# 6 - Minor bugfixes
+# 7 - Major bugfixes
+# 8 - Minor security fixes
+# 9 - Major security fixes
+
+focus:
+name:
+project:
+branch:
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..5ad91eb
--- /dev/null
+++ b/TODO
@@ -0,0 +1,41 @@
+=======================
+webapp-config TODO List
+=======================
+
+:Last update: $Date$
+:Revision: $Revision$
+:Contact: web-apps@gentoo.org
+
+Open bugs
+---------
+
+
+Required enhancements
+---------------------
+
+1.50.19
+
+Update the CHANGES file.
+Check the freshmeat project site.
+Check the sourceforge project site.
+Check the Ohloh project site
+Complete the README file.
+Complete the INSTALL file.
+Complete the HACKING file.
+Get a common file header for the code files.
+
+Plans
+-----
+
+Three RSS feeds: commits, devnotes, announcements
+
+
+Deferred For webapp-config-v2
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+ * sqlite database for contents db?
+ * enhancement: introduce metadata.xml support
+ * vhost-config support
+ * support for multiple webapps installed into the same directory
+ (Gentoo Bug #56364)
+