summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dec9a00)
raw | patch | inline | side by side (parent: dec9a00)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 3 Aug 2001 01:54:58 +0000 (01:54 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 3 Aug 2001 01:54:58 +0000 (01:54 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@200 57a73879-2fb5-44c3-a270-3262357dd7e2
BUILD.txt | patch | blob | history | |
CHANGES.txt | patch | blob | history | |
README.txt | patch | blob | history | |
roundup/templates/classic/htmlbase.py | patch | blob | history | |
setup.py | patch | blob | history |
diff --git a/BUILD.txt b/BUILD.txt
index 7527efa527bd9b581f6135bb94d63518569f4f98..5e5e9c4f268661b9a4231e25b6271b6e010cfdd5 100644 (file)
--- a/BUILD.txt
+++ b/BUILD.txt
2. Author
=========
-richard@sourceforge.net
+richard@users.sourceforge.net
diff --git a/CHANGES.txt b/CHANGES.txt
index 90f597a1382bc327eeb40ed721c5e8477d830d3e..938a160bc85f942175244e92d1a88e4017d7733f 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
This file contains the changes to the Roundup system over time. The entries
are given with the most recent entry first.
-2001-08-?? - 0.2.4
+2001-08-?? - 0.2.5
+Features:
+
+Fixed:
+
+
+2001-08-03 - 0.2.4
Features:
. Added ability for cgi newblah forms to indicate that the new node
should be linked somewhere.
diff --git a/README.txt b/README.txt
index d923f0cc4a74e383bd433125a9eed3de60953c0f..e09fbd11dc91c818382d50268d4ca045f83ec735 100644 (file)
--- a/README.txt
+++ b/README.txt
3. Usage
========
The system is designed to accessed through the command-line, e-mail or web
-interface.
+interface. Roundup has some useful doucmentation in its docstrings, so
+"pydoc roundup" will give useful information.
3.1 Command-line
----------------
3.2 E-mail
----------
See the docstring at the start of the roundup/mailgw.py source file.
+Use "pydoc roundup.mailgw".
3.3 Web
roundupdb:
. split the file storage into multiple dirs?
roundup-mailgw:
+ . do the "sectioning" stuff properly (ie. as it's documented)
. errors as attachments
. snip signatures?
roundup-server:
6. Author
=========
-richard@sourceforge.net
+richard@users.sourceforge.net
7. Thanks
index ad502f8a5cf0f77f28c798dc900e7b903411d9da..cbebe45b9560cf9939824c94854817f5e4aa41a2 100644 (file)
</tr>
"""
-issueDOTitem = """<!-- dollarId: issue.item,v 1.3 2001/07/30 08:12:17 richard Exp dollar-->
+issueDOTitem = """<!-- dollarId: issue.item,v 1.4 2001/08/03 01:19:43 richard Exp dollar-->
<table border=0 cellspacing=0 cellpadding=2>
<tr bgcolor="ffffea">
diff --git a/setup.py b/setup.py
index e7e698874b320b088132633baadf05b4992a2b12..9eb6e39fc43c57b75ccd5f810c6cd0d906dd0d22 100644 (file)
--- a/setup.py
+++ b/setup.py
#! /usr/bin/env python
-# $Id: setup.py,v 1.10 2001-07-30 07:17:44 richard Exp $
+# $Id: setup.py,v 1.11 2001-08-03 01:54:58 richard Exp $
from distutils.core import setup, Extension
from distutils.util import get_platform
setup ( name = "roundup",
- version = "0.2.4",
+ version = "0.2.5",
description = "Roundup issue tracking system.",
author = "Richard Jones",
author_email = "richard@sourceforge.net",
#
# $Log: not supported by cvs2svn $
+# Revision 1.10 2001/07/30 07:17:44 richard
+# Just making sure we've got the right version in there for development.
+#
# Revision 1.9 2001/07/29 23:34:26 richard
# Added unit tests so they're run whenever we package/install/whatever.
#