cedar-backup-svn Mailing List for Cedar Backup (Page 13)
Brought to you by:
pronovic
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
(50) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
|
Feb
(5) |
Mar
(55) |
Apr
(13) |
May
(6) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
(3) |
Dec
(3) |
| 2009 |
Jan
|
Feb
|
Mar
(11) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
(14) |
Feb
(2) |
Mar
|
Apr
|
May
(7) |
Jun
(8) |
Jul
(30) |
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(3) |
Apr
(10) |
May
(6) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(48) |
Nov
(1) |
Dec
|
| 2015 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <pro...@us...> - 2007-12-02 18:26:07
|
Revision: 802
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=802&view=rev
Author: pronovic
Date: 2007-12-02 10:26:05 -0800 (Sun, 02 Dec 2007)
Log Message:
-----------
Add Changelog into htmldocs
Modified Paths:
--------------
cedar-backup3/trunk/Makefile
Modified: cedar-backup3/trunk/Makefile
===================================================================
--- cedar-backup3/trunk/Makefile 2007-12-02 18:25:46 UTC (rev 801)
+++ cedar-backup3/trunk/Makefile 2007-12-02 18:26:05 UTC (rev 802)
@@ -183,9 +183,11 @@
@$(RM) -f $(SDIST_DIR)/cedar-backup3_$(VERSION).orig.tar.gz
# This layout matches the htdocs/docs tree for the SF website
+htmldocs: docdist
docdist: doc
@$(MKDIR) -p $(DOC_DIR)/tmp/docs/cedar-backup3/
@$(MKDIR) -p $(DOC_DIR)/tmp/docs/cedar-backup3/
+ @$(CP) Changelog $(DOC_DIR)/tmp/docs/cedar-backup3/
@$(CP) -r $(MANUAL_DIR) $(DOC_DIR)/tmp/docs/cedar-backup3/
@$(CP) -r $(INTERFACE_DIR) $(DOC_DIR)/tmp/docs/cedar-backup3/
@$(CD) $(DOC_DIR)/tmp && $(TAR) -zcvf ../htmldocs.tar.gz docs/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-12-02 18:25:49
|
Revision: 801
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=801&view=rev
Author: pronovic
Date: 2007-12-02 10:25:46 -0800 (Sun, 02 Dec 2007)
Log Message:
-----------
Add Changelog into htmldocs
Modified Paths:
--------------
cedar-backup2/trunk/Makefile
Modified: cedar-backup2/trunk/Makefile
===================================================================
--- cedar-backup2/trunk/Makefile 2007-12-01 23:34:18 UTC (rev 800)
+++ cedar-backup2/trunk/Makefile 2007-12-02 18:25:46 UTC (rev 801)
@@ -184,9 +184,11 @@
@$(RM) -f $(SDIST_DIR)/cedar-backup2_$(VERSION).orig.tar.gz
# This layout matches the htdocs/docs tree for the SF website
+htmldocs: docdist
docdist: doc
@$(MKDIR) -p $(DOC_DIR)/tmp/docs/cedar-backup2/
@$(MKDIR) -p $(DOC_DIR)/tmp/docs/cedar-backup2/
+ @$(CP) Changelog $(DOC_DIR)/tmp/docs/cedar-backup2/
@$(CP) -r $(MANUAL_DIR) $(DOC_DIR)/tmp/docs/cedar-backup2/
@$(CP) -r $(INTERFACE_DIR) $(DOC_DIR)/tmp/docs/cedar-backup2/
@$(CD) $(DOC_DIR)/tmp && $(TAR) -zcvf ../htmldocs.tar.gz docs/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-12-01 23:34:32
|
Revision: 800
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=800&view=rev
Author: pronovic
Date: 2007-12-01 15:34:18 -0800 (Sat, 01 Dec 2007)
Log Message:
-----------
Rework docdist rule to match new SF website layout
Modified Paths:
--------------
cedar-backup2/trunk/Makefile
Modified: cedar-backup2/trunk/Makefile
===================================================================
--- cedar-backup2/trunk/Makefile 2007-12-01 23:34:07 UTC (rev 799)
+++ cedar-backup2/trunk/Makefile 2007-12-01 23:34:18 UTC (rev 800)
@@ -31,6 +31,7 @@
CD = cd
CP = cp
+MV = mv
EPYDOC = epydoc
FIND = find
MKDIR = mkdir
@@ -49,9 +50,9 @@
# Locations
############
-DOC_DIR = ./doc
-DIST_DIR = ./build
-MANUAL_SRC = ./manual
+DOC_DIR = doc
+DIST_DIR = build
+MANUAL_SRC = manual
SDIST_DIR = $(DIST_DIR)/sdist
INTERFACE_DIR = $(DOC_DIR)/interface
INTERFACE_TEMPDIR = $(DOC_DIR)/interface/tmp
@@ -159,7 +160,7 @@
# Debian packages are maintained via cvs-buildpackage as usual). This
# keeps cedar-backup2 from being a Debian-native package.
-distrib: doc sdist debdist docdist
+distrib: debdist docdist
distribclean: sdistclean debdistclean
-@$(RM) -f MANIFEST
@@ -182,8 +183,15 @@
debdistclean:
@$(RM) -f $(SDIST_DIR)/cedar-backup2_$(VERSION).orig.tar.gz
-docdist:
- @$(TAR) -zcvf ../htmldocs.tar.gz doc/manual doc/interface
+# This layout matches the htdocs/docs tree for the SF website
+docdist: doc
+ @$(MKDIR) -p $(DOC_DIR)/tmp/docs/cedar-backup2/
+ @$(MKDIR) -p $(DOC_DIR)/tmp/docs/cedar-backup2/
+ @$(CP) -r $(MANUAL_DIR) $(DOC_DIR)/tmp/docs/cedar-backup2/
+ @$(CP) -r $(INTERFACE_DIR) $(DOC_DIR)/tmp/docs/cedar-backup2/
+ @$(CD) $(DOC_DIR)/tmp && $(TAR) -zcvf ../htmldocs.tar.gz docs/
+ @$(MV) $(DOC_DIR)/htmldocs.tar.gz ../
+ @$(RM) -rf $(DOC_DIR)/tmp
##################################
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-12-01 23:34:09
|
Revision: 799
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=799&view=rev
Author: pronovic
Date: 2007-12-01 15:34:07 -0800 (Sat, 01 Dec 2007)
Log Message:
-----------
Rework docdist rule to match new SF website layout
Modified Paths:
--------------
cedar-backup3/trunk/Makefile
Modified: cedar-backup3/trunk/Makefile
===================================================================
--- cedar-backup3/trunk/Makefile 2007-12-01 22:46:36 UTC (rev 798)
+++ cedar-backup3/trunk/Makefile 2007-12-01 23:34:07 UTC (rev 799)
@@ -49,9 +49,9 @@
# Locations
############
-DOC_DIR = ./doc
-DIST_DIR = ./build
-MANUAL_SRC = ./manual
+DOC_DIR = doc
+DIST_DIR = build
+MANUAL_SRC = manual
SDIST_DIR = $(DIST_DIR)/sdist
INTERFACE_DIR = $(DOC_DIR)/interface
INTERFACE_TEMPDIR = $(DOC_DIR)/interface/tmp
@@ -159,7 +159,7 @@
# Debian packages are maintained via cvs-buildpackage as usual). This
# keeps cedar-backup3 from being a Debian-native package.
-distrib: doc sdist debdist docdist
+distrib: debdist docdist
distribclean: sdistclean debdistclean
-@$(RM) -f MANIFEST
@@ -182,8 +182,15 @@
debdistclean:
@$(RM) -f $(SDIST_DIR)/cedar-backup3_$(VERSION).orig.tar.gz
-docdist:
- @$(TAR) -zcvf ../htmldocs.tar.gz doc/manual doc/interface
+# This layout matches the htdocs/docs tree for the SF website
+docdist: doc
+ @$(MKDIR) -p $(DOC_DIR)/tmp/docs/cedar-backup3/
+ @$(MKDIR) -p $(DOC_DIR)/tmp/docs/cedar-backup3/
+ @$(CP) -r $(MANUAL_DIR) $(DOC_DIR)/tmp/docs/cedar-backup3/
+ @$(CP) -r $(INTERFACE_DIR) $(DOC_DIR)/tmp/docs/cedar-backup3/
+ @$(CD) $(DOC_DIR)/tmp && $(TAR) -zcvf ../htmldocs.tar.gz docs/
+ @$(MV) $(DOC_DIR)/htmldocs.tar.gz ../
+ @$(RM) -rf $(DOC_DIR)/tmp
##################################
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-12-01 22:46:41
|
Revision: 798
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=798&view=rev
Author: pronovic
Date: 2007-12-01 14:46:36 -0800 (Sat, 01 Dec 2007)
Log Message:
-----------
Fix help text
Modified Paths:
--------------
cedar-backup2/trunk/util/diff
Modified: cedar-backup2/trunk/util/diff
===================================================================
--- cedar-backup2/trunk/util/diff 2007-12-01 22:46:22 UTC (rev 797)
+++ cedar-backup2/trunk/util/diff 2007-12-01 22:46:36 UTC (rev 798)
@@ -7,8 +7,8 @@
then
print "Usage: diff <version> <branch>"
print "Diffs working copy (or optionally a branch) against a named revision."
- print "For example, 'diff 2.8.2' to diff against CEDAR_BACKUP_V2.8.2."
- print "For example, 'diff 2.8.2 capacity' to diff capacity branch against CEDAR_BACKUP_V2.8.2."
+ print "For example, 'diff 2.8.2' to diff against CEDAR_BACKUP2_V2.8.2."
+ print "For example, 'diff 2.8.2 capacity' to diff capacity branch against CEDAR_BACKUP2_V2.8.2."
exit 1
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-12-01 22:46:23
|
Revision: 797
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=797&view=rev
Author: pronovic
Date: 2007-12-01 14:46:22 -0800 (Sat, 01 Dec 2007)
Log Message:
-----------
Change scripts that need svn repo path
Modified Paths:
--------------
cedar-backup3/trunk/util/branch
cedar-backup3/trunk/util/diff
cedar-backup3/trunk/util/release
Modified: cedar-backup3/trunk/util/branch
===================================================================
--- cedar-backup3/trunk/util/branch 2007-12-01 22:39:38 UTC (rev 796)
+++ cedar-backup3/trunk/util/branch 2007-12-01 22:46:22 UTC (rev 797)
@@ -1,6 +1,8 @@
#!/bin/ksh
# Sensibly creates a branch off a named release in Subversion.
+REPO=https://cedar-backup.svn.sourceforge.net/svnroot/cedar-backup/cedar-backup3
+
if [[ $# != 2 || ${1} == "--help" ]]
then
print "Usage: branch <version> <branchname>"
@@ -10,8 +12,8 @@
VERSION=${1}
BRANCH=${2}
-svn copy svn+ssh://daystrom/opt/public/svn/software/cedar-backup3/tags/CEDAR_BACKUP3_V${VERSION} \
- svn+ssh://daystrom/opt/public/svn/software/cedar-backup3/branches/${BRANCH} \
+svn copy ${REPO}/tags/CEDAR_BACKUP3_V${VERSION} \
+ ${REPO}/branches/${BRANCH} \
-m "Branching version ${VERSION} to branch ${BRANCH}."
if [[ $? != 0 ]]
then
@@ -22,7 +24,7 @@
print "Completed branching version ${VERSION} to branch ${BRANCH}:"
print ""
-svn list --verbose svn+ssh://daystrom/opt/public/svn/software/cedar-backup3/branches
+svn list --verbose ${REPO}/branches
print ""
Modified: cedar-backup3/trunk/util/diff
===================================================================
--- cedar-backup3/trunk/util/diff 2007-12-01 22:39:38 UTC (rev 796)
+++ cedar-backup3/trunk/util/diff 2007-12-01 22:46:22 UTC (rev 797)
@@ -1,6 +1,8 @@
#!/bin/ksh
# Does a diff between current trunk and a released version.
+REPO=https://cedar-backup.svn.sourceforge.net/svnroot/cedar-backup/cedar-backup3
+
if [[ ${1} == "--help" ]]
then
print "Usage: diff <version> <branch>"
@@ -15,9 +17,9 @@
if [[ "${2}"F = "F" ]]
then
- svn diff svn+ssh://daystrom/opt/public/svn/software/cedar-backup3/tags/CEDAR_BACKUP3_V${VERSION} \
- svn+ssh://daystrom/opt/public/svn/software/cedar-backup3/trunk | gvim -
+ svn diff ${REPO}/tags/CEDAR_BACKUP3_V${VERSION} \
+ ${REPO}/trunk | gvim -
else
- svn diff svn+ssh://daystrom/opt/public/svn/software/cedar-backup3/tags/CEDAR_BACKUP3_V${VERSION} \
- svn+ssh://daystrom/opt/public/svn/software/cedar-backup3/branches/${BRANCH} | gvim -
+ svn diff ${REPO}/tags/CEDAR_BACKUP3_V${VERSION} \
+ ${REPO}/branches/${BRANCH} | gvim -
fi
Modified: cedar-backup3/trunk/util/release
===================================================================
--- cedar-backup3/trunk/util/release 2007-12-01 22:39:38 UTC (rev 796)
+++ cedar-backup3/trunk/util/release 2007-12-01 22:46:22 UTC (rev 797)
@@ -1,6 +1,8 @@
#!/bin/ksh
# Sensibly creates a release label in Subversion.
+REPO=https://cedar-backup.svn.sourceforge.net/svnroot/cedar-backup/cedar-backup3
+
if [[ $# != 1 || ${1} == "--help" ]]
then
print "Usage: release <version>"
@@ -9,16 +11,16 @@
VERSION=${1}
-svn list svn+ssh://daystrom/opt/public/svn/software/cedar-backup3/tags/CEDAR_BACKUP3_V${VERSION} >/dev/null 2>&1
+svn list ${REPO}/tags/CEDAR_BACKUP3_V${VERSION} >/dev/null 2>&1
if [[ $? = 0 ]]
then
print "Removing existing release label for ${VERSION}."
- svn del svn+ssh://daystrom/opt/public/svn/software/cedar-backup3/tags/CEDAR_BACKUP3_V${VERSION} \
+ svn del ${REPO}/tags/CEDAR_BACKUP3_V${VERSION} \
-m "Tagging new version of ${VERSION} release of Cedar Backup."
fi
-svn copy svn+ssh://daystrom/opt/public/svn/software/cedar-backup3/trunk \
- svn+ssh://daystrom/opt/public/svn/software/cedar-backup3/tags/CEDAR_BACKUP3_V${VERSION} \
+svn copy ${REPO}/trunk \
+ ${REPO}/tags/CEDAR_BACKUP3_V${VERSION} \
-m "Tagging the ${VERSION} release of Cedar Backup."
if [[ $? != 0 ]]
then
@@ -29,7 +31,7 @@
print "Completed tagging release ${VERSION} of Cedar Backup:"
print ""
-svn list --verbose svn+ssh://daystrom/opt/public/svn/software/cedar-backup3/tags
+svn list --verbose ${REPO}/tags
print ""
print "Make sure to re-run this script if you forgot to update"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-12-01 22:39:39
|
Revision: 796
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=796&view=rev
Author: pronovic
Date: 2007-12-01 14:39:38 -0800 (Sat, 01 Dec 2007)
Log Message:
-----------
Change scripts that need svn repo path
Modified Paths:
--------------
cedar-backup2/trunk/util/branch
cedar-backup2/trunk/util/diff
cedar-backup2/trunk/util/release
Modified: cedar-backup2/trunk/util/branch
===================================================================
--- cedar-backup2/trunk/util/branch 2007-12-01 22:23:54 UTC (rev 795)
+++ cedar-backup2/trunk/util/branch 2007-12-01 22:39:38 UTC (rev 796)
@@ -1,6 +1,8 @@
#!/bin/ksh
# Sensibly creates a branch off a named release in Subversion.
+REPO=https://cedar-backup.svn.sourceforge.net/svnroot/cedar-backup/cedar-backup2
+
if [[ $# != 2 || ${1} == "--help" ]]
then
print "Usage: branch <version> <branchname>"
@@ -10,8 +12,8 @@
VERSION=${1}
BRANCH=${2}
-svn copy svn+ssh://daystrom/opt/public/svn/software/cedar-backup2/tags/CEDAR_BACKUP2_V${VERSION} \
- svn+ssh://daystrom/opt/public/svn/software/cedar-backup2/branches/${BRANCH} \
+svn copy ${REPO}/tags/CEDAR_BACKUP2_V${VERSION} \
+ ${REPO}/branches/${BRANCH} \
-m "Branching version ${VERSION} to branch ${BRANCH}."
if [[ $? != 0 ]]
then
@@ -22,7 +24,7 @@
print "Completed branching version ${VERSION} to branch ${BRANCH}:"
print ""
-svn list --verbose svn+ssh://daystrom/opt/public/svn/software/cedar-backup2/branches
+svn list --verbose ${REPO}/branches
print ""
Modified: cedar-backup2/trunk/util/diff
===================================================================
--- cedar-backup2/trunk/util/diff 2007-12-01 22:23:54 UTC (rev 795)
+++ cedar-backup2/trunk/util/diff 2007-12-01 22:39:38 UTC (rev 796)
@@ -1,6 +1,8 @@
#!/bin/ksh
# Does a diff between current trunk and a released version.
+REPO=https://cedar-backup.svn.sourceforge.net/svnroot/cedar-backup/cedar-backup2
+
if [[ ${1} == "--help" ]]
then
print "Usage: diff <version> <branch>"
@@ -15,9 +17,9 @@
if [[ "${2}"F = "F" ]]
then
- svn diff svn+ssh://daystrom/opt/public/svn/software/cedar-backup2/tags/CEDAR_BACKUP2_V${VERSION} \
- svn+ssh://daystrom/opt/public/svn/software/cedar-backup2/trunk | gvim -
+ svn diff ${REPO}/tags/CEDAR_BACKUP2_V${VERSION} \
+ ${REPO}/trunk | gvim -
else
- svn diff svn+ssh://daystrom/opt/public/svn/software/cedar-backup2/tags/CEDAR_BACKUP2_V${VERSION} \
- svn+ssh://daystrom/opt/public/svn/software/cedar-backup2/branches/${BRANCH} | gvim -
+ svn diff ${REPO}/tags/CEDAR_BACKUP2_V${VERSION} \
+ ${REPO}/branches/${BRANCH} | gvim -
fi
Modified: cedar-backup2/trunk/util/release
===================================================================
--- cedar-backup2/trunk/util/release 2007-12-01 22:23:54 UTC (rev 795)
+++ cedar-backup2/trunk/util/release 2007-12-01 22:39:38 UTC (rev 796)
@@ -1,6 +1,8 @@
#!/bin/ksh
# Sensibly creates a release label in Subversion.
+REPO=https://cedar-backup.svn.sourceforge.net/svnroot/cedar-backup/cedar-backup2
+
if [[ $# != 1 || ${1} == "--help" ]]
then
print "Usage: release <version>"
@@ -9,16 +11,16 @@
VERSION=${1}
-svn list svn+ssh://daystrom/opt/public/svn/software/cedar-backup2/tags/CEDAR_BACKUP2_V${VERSION} >/dev/null 2>&1
+svn list ${REPO}/tags/CEDAR_BACKUP2_V${VERSION} >/dev/null 2>&1
if [[ $? = 0 ]]
then
print "Removing existing release label for ${VERSION}."
- svn del svn+ssh://daystrom/opt/public/svn/software/cedar-backup2/tags/CEDAR_BACKUP2_V${VERSION} \
+ svn del ${REPO}/tags/CEDAR_BACKUP2_V${VERSION} \
-m "Tagging new version of ${VERSION} release of Cedar Backup."
fi
-svn copy svn+ssh://daystrom/opt/public/svn/software/cedar-backup2/trunk \
- svn+ssh://daystrom/opt/public/svn/software/cedar-backup2/tags/CEDAR_BACKUP2_V${VERSION} \
+svn copy ${REPO}/trunk \
+ ${REPO}/tags/CEDAR_BACKUP2_V${VERSION} \
-m "Tagging the ${VERSION} release of Cedar Backup."
if [[ $? != 0 ]]
then
@@ -29,7 +31,7 @@
print "Completed tagging release ${VERSION} of Cedar Backup:"
print ""
-svn list --verbose svn+ssh://daystrom/opt/public/svn/software/cedar-backup2/tags
+svn list --verbose ${REPO}/tags
print ""
print "Make sure to re-run this script if you forgot to update"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-12-01 22:23:56
|
Revision: 795
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=795&view=rev
Author: pronovic
Date: 2007-12-01 14:23:54 -0800 (Sat, 01 Dec 2007)
Log Message:
-----------
Clarify current release
Modified Paths:
--------------
web/trunk/cedar-backup/source/index.gtml
Modified: web/trunk/cedar-backup/source/index.gtml
===================================================================
--- web/trunk/cedar-backup/source/index.gtml 2007-12-01 22:23:23 UTC (rev 794)
+++ web/trunk/cedar-backup/source/index.gtml 2007-12-01 22:23:54 UTC (rev 795)
@@ -56,13 +56,13 @@
<a href="http://www.python.org">Python</a>, it should run without problems on
just about any UNIX-like operating system. In particular, Cedar Backup has
users running Debian, RedHat and SuSE Linux systems as well as FreeBSD and Mac
-OS X.
+OS X systems.
</p>
<h2>Library Code</h2>
<p>
-The v2.0 release of Cedar Backup has been designed as both an application and a
+The version 2 release of Cedar Backup has been designed as both an application and a
library of backup-related functionality. The <tt>CedarBackup2</tt> Python
package contains a variety of useful backup-related classes and functions. For
instance: the <tt>IsoImage</tt> class represents an ISO CD image;
@@ -102,20 +102,27 @@
<h2>Package Distributions</h2>
<p>
+The current production release of Cedar Backup is version 2 (project
+"cedar-backup2"). The old version 1 release ("cedar-backup") is still
+available for historical purposes, but is unsupported.
+</p>
+
+<p>
Cedar Backup is primarily distributed as a Python source package.
You can download the latest release from the
-<a href="<<SF_DOWNLOADS_URL>>">SourceForge download page</a>.
+SourceForge <a href="<<SF_DOWNLOADS_URL>>">download page</a>.
</p>
<p>
-Any recent Debian-based distribution (such as Ubuntu) includes official
-Cedar Backup, called <tt>cedar-backup2</tt> and <tt>cedar-backup2-doc</tt>.
+Any recent Debian-based distribution (such as Ubuntu) includes official Cedar
+Backup packages, called <tt>cedar-backup2</tt> and <tt>cedar-backup2-doc</tt>.
</p>
<p>
Debian who want to always run the latest release of Cedar Backup, rather than
-the version included with their distribution, can use the Cedar Solutions APT source.
-See the <a href="<<CEDAR_DEBIAN_URL>>">Cedar Solutions Debian page</a> for more information.
+the version included with their distribution, can use the Cedar Solutions APT
+source. See the Cedar Solutions <a href="<<CEDAR_DEBIAN_URL>>">Debian page</a>
+for more information.
</p>
<a name="support"></a>
@@ -125,12 +132,12 @@
Support is primarily managed through the SourceForge
<a href="<<SF_LISTS_URL>>">mailing lists</a>.
If you would prefer, you can write the Cedar Solutions
-<a href="mail:<<SUPPORT_EMAIL>>">Support Email Address</a> instead.
+<a href="mail:<<SUPPORT_EMAIL>>">support email address</a> instead.
</p>
<p>
If you think you have found a bug or you would like to request an
-enhancement, file a ticket with <a href="<<SF_BTS_URL>>">SourceForge tracker</a>
+enhancement, file a ticket with SourceForge <a href="<<SF_BTS_URL>>">tracker</a>
or submit a patch.
</p>
@@ -138,23 +145,24 @@
<h2>Contributing</h2>
<p>
-Users are welcome to contribute to Cedar Backup. In the past, users
-have helped out by making suggestions, requesting enhancements, updating
+Users are welcome to contribute to Cedar Backup. In the past, users have
+helped out by making suggestions, requesting enhancements, updating
documentation, submitting patches, and testing beta releases. As a result,
Cedar Backup has evolved into a much more flexible platform than it would
-otherwise have been. If you are interested in contributing, drop an email
-off to the <a href="mailto:<<SUPPORT_EMAIL>>">Support</a> address or to
-<a href="mailto:<<CONTACT_EMAIL>>">Ken</a> directly.
+otherwise have been. If you are interested in contributing, drop an email off
+to the Cedar Solutions <a href="mailto:<<SUPPORT_EMAIL>>">support email address</a>
+or to <a href="mailto:<<CONTACT_EMAIL>>">Ken</a> directly.
</p>
<a name="sourcecode"></a>
<h2>Source Code</h2>
<p>
-Cedar Backup is hosted at SourceForge. Anonymous read-only access to the
-Subversion source code repository is available as described on the <a
-href="<<SF_CODE_URL>>">Code</a> page. You can also <a
-href="<<SF_SVN_BROWSE_URL>>">browse</a> the Subversion repository online.
+Cedar Backup is hosted at <a href="<<SF_URL>>">SourceForge</a>. Anonymous
+read-only access to the Subversion source code repository is available as
+described on the SourceForge <a href="<<SF_CODE_URL>>">code page</a>. You can
+also <a href="<<SF_SVN_BROWSE_URL>>">browse</a> the Subversion repository
+online.
</p>
#include "content_footer.gth"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-12-01 22:23:24
|
Revision: 794
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=794&view=rev
Author: pronovic
Date: 2007-12-01 14:23:23 -0800 (Sat, 01 Dec 2007)
Log Message:
-----------
Tweak copyright statement
Modified Paths:
--------------
web/trunk/cedar-backup/config/copyright.gth
web/trunk/cedar-backup/source/terms.gtml
Modified: web/trunk/cedar-backup/config/copyright.gth
===================================================================
--- web/trunk/cedar-backup/config/copyright.gth 2007-11-30 05:10:57 UTC (rev 793)
+++ web/trunk/cedar-backup/config/copyright.gth 2007-12-01 22:23:23 UTC (rev 794)
@@ -10,13 +10,13 @@
# All rights reserved.
#
# You must consider all source code listed on any of these pages
- # as under the GNU General Public License (GPL) unless otherwise
- # specified. See the GPL link off the terms-of-use page for more
- # information.
+ # as under the GNU General Public License, version 2 (GPLv2) unless
+ # otherwise specified. See the GPL link off the terms-of-use page
+ # for more information.
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
- # Author : Kenneth J. Pronovici <pro...@ie...>
+ # Author : Kenneth J. Pronovici <pro...@ie...>
# Language : XHTML 1.0 Strict
# Project : Cedar Backup SourceForge Site
#
Modified: web/trunk/cedar-backup/source/terms.gtml
===================================================================
--- web/trunk/cedar-backup/source/terms.gtml 2007-11-30 05:10:57 UTC (rev 793)
+++ web/trunk/cedar-backup/source/terms.gtml 2007-12-01 22:23:23 UTC (rev 794)
@@ -28,8 +28,7 @@
</pre>
<p>
-You can read the specification for the GPL (GNU General Public License)
-<a href="<<GPL_URL>>">here</a>.
+You can read the specification for GPLv2 <a href="<<GPL_URL>>">here</a>.
</p>
#include "content_footer.gth"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-11-30 05:11:01
|
Revision: 793
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=793&view=rev
Author: pronovic
Date: 2007-11-29 21:10:57 -0800 (Thu, 29 Nov 2007)
Log Message:
-----------
Remove file that wasn't supposed to be there.
Removed Paths:
-------------
web/trunk/cedar-backup/config/.nfs0011524b00000010
Deleted: web/trunk/cedar-backup/config/.nfs0011524b00000010
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-11-30 05:10:12
|
Revision: 792
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=792&view=rev
Author: pronovic
Date: 2007-11-29 21:10:01 -0800 (Thu, 29 Nov 2007)
Log Message:
-----------
Remove file that wasn't supposed to be there.
Removed Paths:
-------------
web/trunk/cedar-backup/source/.index.gtml.swp
Deleted: web/trunk/cedar-backup/source/.index.gtml.swp
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-11-30 05:09:01
|
Revision: 791
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=791&view=rev
Author: pronovic
Date: 2007-11-29 21:08:57 -0800 (Thu, 29 Nov 2007)
Log Message:
-----------
Importing web site.
Added Paths:
-----------
web/trunk/cedar-backup/
web/trunk/cedar-backup/GTMLMakefile
web/trunk/cedar-backup/Makefile
web/trunk/cedar-backup/config/
web/trunk/cedar-backup/config/.nfs0011524b00000010
web/trunk/cedar-backup/config/content_footer.gth
web/trunk/cedar-backup/config/content_header.gth
web/trunk/cedar-backup/config/copyright.gth
web/trunk/cedar-backup/config/footer.gth
web/trunk/cedar-backup/config/header.gth
web/trunk/cedar-backup/config/site-wide.gth
web/trunk/cedar-backup/css/
web/trunk/cedar-backup/css/cedar-backup.css
web/trunk/cedar-backup/css/header.png
web/trunk/cedar-backup/css/header.xcf
web/trunk/cedar-backup/project.gtp
web/trunk/cedar-backup/source/
web/trunk/cedar-backup/source/.index.gtml.swp
web/trunk/cedar-backup/source/gpl.gtml
web/trunk/cedar-backup/source/index.gtml
web/trunk/cedar-backup/source/terms.gtml
Added: web/trunk/cedar-backup/GTMLMakefile
===================================================================
--- web/trunk/cedar-backup/GTMLMakefile (rev 0)
+++ web/trunk/cedar-backup/GTMLMakefile 2007-11-30 05:08:57 UTC (rev 791)
@@ -0,0 +1,50 @@
+# GTML generated makefile, usable with GNU make.
+
+GTML = gtml
+RM = rm
+
+.SUFFIXES: .gtp .gtm .gtml .html
+.PHONY: clean
+
+##############
+# Files list #
+##############
+
+OUTPUT_FILES = \
+ source/index.html \
+ source/terms.html \
+ source/gpl.html
+
+#####################
+# Processsing rules #
+#####################
+
+all: $(OUTPUT_FILES)
+
+clean:
+ -$(RM) $(OUTPUT_FILES)
+ -$(RM) *~
+
+%.html: %.gtm
+ $(GTML) -F$< $(word 1, $(word 2, $^) $<)
+
+%.html: %.gtml
+ $(GTML) -F$< $(word 1, $(word 2, $^) $<)
+
+#####################
+# File dependencies #
+#####################
+
+/home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/header.gth: /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/copyright.gth /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/copyright.gth /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/copyright.gth
+ touch $@
+source/index.gtml: /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/site-wide.gth /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/header.gth /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/content_header.gth /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/content_footer.gth /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/footer.gth
+ touch $@
+source/gpl.gtml: /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/site-wide.gth /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/header.gth /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/content_header.gth /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/content_footer.gth /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/footer.gth
+ touch $@
+source/index.html: project.gtp source/index.gtml
+source/terms.html: project.gtp source/terms.gtml
+source/gpl.html: project.gtp source/gpl.gtml
+source/terms.gtml: /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/site-wide.gth /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/header.gth /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/content_header.gth /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/copyright.gth /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/content_footer.gth /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config/footer.gth
+ touch $@
+
+# End of makefile.
Added: web/trunk/cedar-backup/Makefile
===================================================================
--- web/trunk/cedar-backup/Makefile (rev 0)
+++ web/trunk/cedar-backup/Makefile 2007-11-30 05:08:57 UTC (rev 791)
@@ -0,0 +1,66 @@
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+#
+# C E D A R
+# S O L U T I O N S "Software done right."
+# S O F T W A R E
+#
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+#
+# Author : Kenneth J. Pronovici <pro...@ie...>
+# Revision : $Id$
+# Purpose : Makefile for SourceForge website
+#
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+
+########
+# Notes
+########
+
+# This file just uses GTML's "build a makefile" capability and then tacks a few
+# of its own rules onto the end to meet specific needs for this website.
+#
+# To rebuild the GTML makefile, use:
+#
+# gtml -MGTMLMakefile project.gtp
+#
+# or, just:
+#
+# make makefile
+#
+# This main Makefile will include the GTML file and and things should work fine
+# from that point forward.
+#
+# Note: the 'deploy' rule will deploy all generated HTML, graphics, style
+# sheets, etc. to the htdocs directory. However, it will not remove anything
+# from the server. So, if you remove files or directories, you'll have to make
+# changes by hand on the server. This is an infrequent case, so I'm not going
+# to cover it here.
+
+include GTMLMakefile
+
+TARBALL=content.tar
+CACHE=/home/users/p/pr/pronovic/tmp
+TARGET=/home/groups/c/ce/cedar-backup/htdocs
+
+tarball: $(OUTPUT_FILES)
+ @tar --exclude=.svn -cf content.tar css/ && \
+ cd source && tar --exclude=.svn -rf ../content.tar `find . -type f -name "*.html"`
+
+deploy: tarball
+ # ====================================================================
+ # If you have removed items, you must propogate those changes by hand.
+ # ====================================================================
+ cp $(TARBALL) $(CACHE) && \
+ cd $(TARGET) && \
+ tar -xf $(CACHE)/$(TARBALL) && \
+ rm $(CACHE)/$(TARBALL) && \
+ echo "Deployment complete."
+
+distclean: allclean
+allclean: clean
+ rm -f content.tar
+
+makefile:
+ gtml -MGTMLMakefile project.gtp
+
+.PHONY: tarball deploy allclean makefile
Added: web/trunk/cedar-backup/config/.nfs0011524b00000010
===================================================================
(Binary files differ)
Property changes on: web/trunk/cedar-backup/config/.nfs0011524b00000010
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: web/trunk/cedar-backup/config/content_footer.gth
===================================================================
--- web/trunk/cedar-backup/config/content_footer.gth (rev 0)
+++ web/trunk/cedar-backup/config/content_footer.gth 2007-11-30 05:08:57 UTC (rev 791)
@@ -0,0 +1,5 @@
+
+ <div> <!-- end id="narrative" -->
+
+ </div> <!-- end id="content"-->
+
Added: web/trunk/cedar-backup/config/content_header.gth
===================================================================
--- web/trunk/cedar-backup/config/content_header.gth (rev 0)
+++ web/trunk/cedar-backup/config/content_header.gth 2007-11-30 05:08:57 UTC (rev 791)
@@ -0,0 +1,3 @@
+ <div id="content">
+
+ <div id="narrative">
Added: web/trunk/cedar-backup/config/copyright.gth
===================================================================
--- web/trunk/cedar-backup/config/copyright.gth (rev 0)
+++ web/trunk/cedar-backup/config/copyright.gth 2007-11-30 05:08:57 UTC (rev 791)
@@ -0,0 +1,23 @@
+ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+ #
+ # C E D A R
+ # S O L U T I O N S "Software done right."
+ # S O F T W A R E
+ #
+ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+ #
+ # Copyright (c) <<COPYRIGHT_DATE>> <<SITE_OWNER>>
+ # All rights reserved.
+ #
+ # You must consider all source code listed on any of these pages
+ # as under the GNU General Public License (GPL) unless otherwise
+ # specified. See the GPL link off the terms-of-use page for more
+ # information.
+ #
+ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+ #
+ # Author : Kenneth J. Pronovici <pro...@ie...>
+ # Language : XHTML 1.0 Strict
+ # Project : Cedar Backup SourceForge Site
+ #
+ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Added: web/trunk/cedar-backup/config/footer.gth
===================================================================
--- web/trunk/cedar-backup/config/footer.gth (rev 0)
+++ web/trunk/cedar-backup/config/footer.gth 2007-11-30 05:08:57 UTC (rev 791)
@@ -0,0 +1,42 @@
+ <div id="footer">
+ <div id="pageFooter">
+ Copyright © <<COPYRIGHT_DATE>> <<SITE_OWNER>> \xB7 All rights reserved.<br>
+ </div>
+ </div>
+
+ <div id="sidebar">
+
+ <div id="navigation">
+ <h3><span>Navigation</span></h3>
+ <ul>
+ <li><a href="<<HOME_URL>>" accesskey="h">Cedar Backup <span class="accesskey">H</span>ome</a></li>
+ <li><a href="<<SF_PROJECT_URL>>"accesskey="p">SF <span class="accesskey">P</span>roject Page</a></li>
+ <li><a href="<<SF_DOWNLOADS_URL>>"accesskey="d">SF <span class="accesskey">D</span>ownloads</a></li>
+ <li><a href="<<SF_LISTS_URL>>"accesskey="l">SF Mailing <span class="accesskey">L</span>ists</a></li>
+ <li><a href="<<SF_BTS_URL>>" accesskey="b">SF <span class="accesskey">B</span>ug Tracking</a></li>
+ <li><a href="<<SF_CODE_URL>>" accesskey="c">SF Source <span class="accesskey">C</span>ode</a></li>
+ <li><a href="<<TERMS_URL>>" accesskey="t"><span class="accesskey">T</span>erms of Use</a></li>
+ <li><a href="mailto:<<WEBMASTER_EMAIL>>" accesskey="m">Contact Web<span class="accesskey">m</span>aster</a></li>
+ </div>
+
+ <div id="externalSites">
+ <h3><span>External Sites</span></h3>
+ <ul>
+ <li><a href="<<CEDAR_URL>>">Cedar Solutions</a></li>
+ <li><a href="<<DEBIAN_URL>>">Debian</a></li>
+ <li><a href="<<SF_URL>>">SourceForge</a></li>
+ </ul>
+ </div>
+
+ <div id="sourceforge">
+ <h3><span>Project Hosted By:</span</h3>
+ <<SF_LOGO>>
+ </div>
+
+ </div> <!-- end id="sidebar" -->
+
+ </div> <!-- id="container" -->
+
+</body>
+</html>
+
Added: web/trunk/cedar-backup/config/header.gth
===================================================================
--- web/trunk/cedar-backup/config/header.gth (rev 0)
+++ web/trunk/cedar-backup/config/header.gth 2007-11-30 05:08:57 UTC (rev 791)
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
+
+<!--
+#include "copyright.gth"
+-->
+
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta name="author" content="<<SITE_OWNER>>"/>
+ <meta name="keywords" content="<<PAGE_KEYWORDS>>">
+ <meta name="description" content="<<PAGE_DESCRIPTION>>">
+
+ <link rel="icon" href="/favicon.ico" type="image/ico">
+ <link rel="shortcut icon" href="/favicon.ico" type="image/ico">
+
+ <title><<PAGE_TITLE>></title>
+
+ <script type="text/javascript"></script> <!-- don't flash unstyled content -->
+ <style type="text/css" media="screen,print">@import "<<HTTP_URL>>/css/cedar-backup.css";</style>
+</head>
+
+<body id="cedar-solutions">
+
+ <div id="container">
+
+ <div id="header">
+ <div id="banner">
+ <h1><span>Cedar Backup</span></h1>
+ </div>
+ </div>
+
Added: web/trunk/cedar-backup/config/site-wide.gth
===================================================================
--- web/trunk/cedar-backup/config/site-wide.gth (rev 0)
+++ web/trunk/cedar-backup/config/site-wide.gth 2007-11-30 05:08:57 UTC (rev 791)
@@ -0,0 +1,31 @@
+#define SITE_OWNER Kenneth J. Pronovici
+#define CONTACT_EMAIL pro...@ie...
+#define SUPPORT_EMAIL su...@ce...
+#define WEBMASTER_EMAIL pro...@ie...
+#define COPYRIGHT_DATE 2007
+
+#define SITE_NAME Cedar Backup
+
+#timestamp $dd-$Mmm-$yyyy
+
+#define HTTP_URL http://cedar-backup.sourceforge.net
+#define HOME_URL <<HTTP_URL>>/
+#define IMAGE_URL <<HTTP_URL>>/images
+#define DOC_DIR_URL <<HTTP_URL>>/docs
+#define TERMS_URL <<HTTP_URL>>/terms.html
+#define GPL_URL <<HTTP_URL>>/gpl.html
+#define V2_DOC_DIR_URL <<DOC_DIR_URL>>/cedar-backup2
+
+#define SF_URL http://sourceforge.net
+#define SF_PROJECT_URL <<SF_URL>>/projects/cedar-backup
+#define SF_DOWNLOADS_URL http://sourceforge.net/project/platformdownload.php?group_id=210468
+#define SF_LISTS_URL http://sourceforge.net/mail/?group_id=210468
+#define SF_BTS_URL http://sourceforge.net/tracker/?group_id=210468
+#define SF_CODE_URL https://sourceforge.net/svn/?group_id=210468
+#define SF_SVN_BROWSE_URL http://cedar-backup.svn.sourceforge.net/viewvc/cedar-backup/
+
+#define CEDAR_URL http://cedar-solutions.com
+#define CEDAR_DEBIAN_URL <<CEDAR_URL>>/debian.html
+#define DEBIAN_URL http://debian.org/
+
+#define SF_LOGO <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=210468&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
Added: web/trunk/cedar-backup/css/cedar-backup.css
===================================================================
--- web/trunk/cedar-backup/css/cedar-backup.css (rev 0)
+++ web/trunk/cedar-backup/css/cedar-backup.css 2007-11-30 05:08:57 UTC (rev 791)
@@ -0,0 +1,188 @@
+/******************************************
+ Body, container, and general definitions
+ ******************************************/
+
+body {
+ font-family: verdana, helvetica, arial, sans-serif;
+ color: #333;
+}
+
+p {
+ font-size: 12px;
+}
+
+ul {
+ font-size: 12px;
+}
+
+a, a:link, a:visited {
+ color: #999;
+}
+
+a:hover {
+ color: #333;
+}
+
+#container {
+ position: relative;
+ margin: auto;
+}
+
+
+/********
+ Header
+ ********/
+
+#header {
+ /* show the page title in a graphic */
+ background: url(header.png) top no-repeat;
+ text-align: center;
+ width: 780px;
+ height: 110px;
+}
+
+#banner {
+ /* don't show the intro content, which is now in the graphic */
+ display: none;
+}
+
+
+/**************
+ Page content
+ **************/
+
+#content {
+ /* move the supporting text off to the right side */
+ margin: 0 0 0 180px;
+ width: 590px;
+}
+
+#narrative {
+ /* justify the main page content */
+ margin: 20px 0 0 0;
+ text-align: justify;
+}
+
+#narrative h2 {
+ margin: 20px 0 0 0;
+ text-align: left;
+ font-size: 14px;
+}
+
+#narrative h3 {
+/* margin: 20px 0 0 0;*/ /* for some reason, messes with <h3> on sidebar */
+ text-align: left;
+ font-style: italic;
+ font-size: 12px;
+}
+
+#narrative p {
+ /* give a little more space between each paragraph line */
+ line-height: 18px;
+}
+
+#narrative table {
+ border-collapse: collapse;
+ border: 1px solid #000000;
+}
+
+#narrative th {
+ font-size: 12px;
+ background-color: #d9d9d9;
+ border: 1px solid #000000;
+ padding: 5px 5px 5px 5px;
+}
+
+#narrative td {
+ font-size: 11px;
+ border: 1px solid #000000;
+ padding: 5px 5px 5px 5px;
+}
+
+#narrative blockquote {
+ font-size: 12px;
+}
+
+
+/********
+ Footer
+ ********/
+
+#footer {
+}
+
+#footer a, #footer a:link, #footer a:visited {
+ text-decoration: none;
+ color: #333;
+}
+
+#footer a:hover {
+ text-decoration: underline;
+ color: #333;
+}
+
+#pageFooter {
+ text-align: center;
+ font-size: 10px;
+ padding-top: 30px; /* move the footer down away from the content */
+ color: #333;
+}
+
+
+/*********
+ Sidebar
+ *********/
+
+#sidebar {
+ /* put the list of references off to the left-hand side */
+ position: absolute;
+ width: 190px;
+ top: 120px; /* safely below header graphic */
+ left: 15px;
+}
+
+#sidebar ul {
+ font-size: 10px;
+ list-style: none;
+ margin: -10px 0 0 0; /* margins set so items can take up entire width */
+ padding: 0 0 0 0;
+}
+
+#sidebar ul li {
+ padding: 0 0 0 17px; /* padding to indent the links */
+ line-height: 14px;
+}
+
+#sidebar a, #sidebar a:link, #sidebar a:visited {
+ text-decoration: none;
+ color: #666;
+}
+
+#sidebar a:hover {
+ text-decoration: underline;
+ color: #333;
+}
+
+#navigation h3 {
+ width: 200px;
+ height: 20px;
+}
+
+#navigation h3 span {
+}
+
+#externalSites h3 {
+ width: 200px;
+ height: 20px;
+}
+
+#externalSites h3 span {
+}
+
+#sourceforge h3 {
+ width: 200px;
+ height: 20px;
+}
+
+#sourceforge h3 span {
+}
Added: web/trunk/cedar-backup/css/header.png
===================================================================
(Binary files differ)
Property changes on: web/trunk/cedar-backup/css/header.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: web/trunk/cedar-backup/css/header.xcf
===================================================================
(Binary files differ)
Property changes on: web/trunk/cedar-backup/css/header.xcf
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: web/trunk/cedar-backup/project.gtp
===================================================================
--- web/trunk/cedar-backup/project.gtp (rev 0)
+++ web/trunk/cedar-backup/project.gtp 2007-11-30 05:08:57 UTC (rev 791)
@@ -0,0 +1,7 @@
+// Make sure that it can find the "global" include files
+define INCLUDE_PATH /home/users/p/pr/pronovic/projects/dev/web/cedar-backup/config
+
+// And work for every .gtml file it can find. If I need to
+// I can use file.txt..gtml or file.gtml..html to skip
+// compilation on some files.
+allsource
Added: web/trunk/cedar-backup/source/.index.gtml.swp
===================================================================
(Binary files differ)
Property changes on: web/trunk/cedar-backup/source/.index.gtml.swp
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: web/trunk/cedar-backup/source/gpl.gtml
===================================================================
--- web/trunk/cedar-backup/source/gpl.gtml (rev 0)
+++ web/trunk/cedar-backup/source/gpl.gtml 2007-11-30 05:08:57 UTC (rev 791)
@@ -0,0 +1,330 @@
+#define PAGE_AUTHOR $Author: pronovic $
+#define PAGE_REVISION $Id: gpl.gtml 143 2004-04-27 06:16:08Z pronovic $
+#define PAGE_DATE $Date: 2005-02-27 01:57:19 -0600 (Sun, 27 Feb 2005) $
+
+#define PAGE_TITLE GNU General Public License
+#define PAGE_DESCRIPTION Text of the GNU General Public License
+#define PAGE_KEYWORDS GNU, general, public, license
+
+#include "site-wide.gth"
+#include "header.gth"
+
+#include "content_header.gth"
+
+<!-- <P> vs <p> style, etc. varies in here because I didn't code
+ this version of the license. Sorry. -->
+
+<P>
+<H1><A NAME="SEC1">GNU GENERAL PUBLIC LICENSE</A></H1>
+Version 2, June 1991
+<P>
+<PRE>
+Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+675 Mass Ave, Cambridge, MA 02139, USA
+
+Everyone is permitted to copy and distribute verbatim copies
+of this license document, but changing it is not allowed.
+</PRE>
+<P>
+<H2><A NAME="SEC2">Preamble</A></H2>
+<P>
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+<P>
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+<P>
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+<P>
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+<P>
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+<P>
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+<P>
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+<P>
+ The precise terms and conditions for copying, distribution and
+modification follow.
+<P>
+<H2><A NAME="SEC3">TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</A></H2>
+<P>
+<OL>
+<LI>
+This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+<P>
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+<P>
+<LI>
+You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+<P>
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+<P>
+<LI>
+You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+<P>
+<OL>
+<LI>
+You must cause the modified files to carry prominent notices
+stating that you changed the files and the date of any change.
+<P>
+<LI>
+You must cause any work that you distribute or publish, that in
+whole or in part contains or is derived from the Program or any
+part thereof, to be licensed as a whole at no charge to all third
+parties under the terms of this License.
+<P>
+<LI>
+If the modified program normally reads commands interactively
+when run, you must cause it, when started running for such
+interactive use in the most ordinary way, to print or display an
+announcement including an appropriate copyright notice and a
+notice that there is no warranty (or else, saying that you provide
+a warranty) and that users may redistribute the program under
+these conditions, and telling the user how to view a copy of this
+License. (Exception: if the Program itself is interactive but
+does not normally print such an announcement, your work based on
+the Program is not required to print an announcement.)
+</OL>
+<P>
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+<P>
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+<P>
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+<P>
+<LI>
+You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+<P>
+<OL>
+<LI>
+Accompany it with the complete corresponding machine-readable
+source code, which must be distributed under the terms of Sections
+1 and 2 above on a medium customarily used for software interchange; or,
+<P>
+<LI>
+Accompany it with a written offer, valid for at least three
+years, to give any third party, for a charge no more than your
+cost of physically performing source distribution, a complete
+machine-readable copy of the corresponding source code, to be
+distributed under the terms of Sections 1 and 2 above on a medium
+customarily used for software interchange; or,
+<P>
+<LI>
+Accompany it with the information you received as to the offer
+to distribute corresponding source code. (This alternative is
+allowed only for noncommercial distribution and only if you
+received the program in object code or executable form with such
+an offer, in accord with Subsection b above.)
+</OL>
+<P>
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+<P>
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+<P>
+<LI>
+You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+<P>
+<LI>
+You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+<P>
+<LI>
+Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+<P>
+<LI>
+If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+<P>
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+<P>
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+<P>
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+<P>
+<LI>
+If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+<P>
+<LI>
+The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+<P>
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+<P>
+<LI>
+If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+<P>
+<H2>NO WARRANTY</H2>
+<P>
+<LI>
+BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+<P>
+<LI>
+IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+</OL>
+<P>
+<H2>END OF TERMS AND CONDITIONS</H2>
+<P>
+<BR>
+
+#include "content_footer.gth"
+
+#include "footer.gth"
Added: web/trunk/cedar-backup/source/index.gtml
===================================================================
--- web/trunk/cedar-backup/source/index.gtml (rev 0)
+++ web/trunk/cedar-backup/source/index.gtml 2007-11-30 05:08:57 UTC (rev 791)
@@ -0,0 +1,162 @@
+#define PAGE_AUTHOR $Author$
+#define PAGE_REVISION $Id$
+#define PAGE_DATE $Date$
+
+#define PAGE_TITLE Cedar Backup
+#define PAGE_DESCRIPTION Main distribution site for Cedar backup
+#define PAGE_KEYWORDS Cedar Backup, CD-R, CD-RW, backup, SourceForge
+
+#include "site-wide.gth"
+#include "header.gth"
+
+#include "content_header.gth"
+
+<a name="whatis"></a>
+<h2>What is Cedar Backup?</h2>
+
+<p>
+Cedar Backup is a software package designed to manage system backups for a pool
+of local and remote machines. Cedar Backup understands how to back up
+filesystem data as well as MySQL and PostgreSQL databases and Subversion
+repositories. It can also be easily extended to support other kinds of data
+sources.
+</p>
+
+<p>
+Cedar Backup is focused around weekly backups to a single CD or DVD disc, with
+the expectation that the disc will be changed or overwritten at the beginning
+of each week. If your hardware is new enough (and almost all hardware is
+today), Cedar Backup can write multisession discs, allowing you to add
+incremental data to a disc on a daily basis.
+</p>
+
+<p>
+Besides offering command-line utilities to manage the backup process, Cedar
+Backup provides a well-organized library of backup-related functionality,
+written in the Python programming language.
+</p>
+
+<p>
+There are many different backup software implementations out there in the free
+software and open source world. Cedar Backup aims to fill a niche: it aims to
+be a good fit for people who need to back up a limited amount of important data
+to CD or DVD on a regular basis. Cedar Backup isn't for you if you want to back
+up your MP3 collection every night, or if you want to back up a few hundred
+machines. However, if you administer a small set machines and you want to run
+daily incremental backups for things like system configuration, current email,
+small web sites, a CVS or Subversion repository, or a small MySQL database,
+then Cedar Backup is probably worth your time.
+</p>
+
+<p>
+Cedar Backup has been developed on a
+<a href="http://www.debian.org/">Debian GNU/Linux</a>
+system and is primarily supported on Debian and other Linux systems.
+However, since it is written in portable
+<a href="http://www.python.org">Python</a>, it should run without problems on
+just about any UNIX-like operating system. In particular, Cedar Backup has
+users running Debian, RedHat and SuSE Linux systems as well as FreeBSD and Mac
+OS X.
+</p>
+
+<h2>Library Code</h2>
+
+<p>
+The v2.0 release of Cedar Backup has been designed as both an application and a
+library of backup-related functionality. The <tt>CedarBackup2</tt> Python
+package contains a variety of useful backup-related classes and functions. For
+instance: the <tt>IsoImage</tt> class represents an ISO CD image;
+the <tt>CdWriter</tt> class represents a CD-R/CD-RW writer device; and the
+<tt>FilesystemList</tt> class represents a list of files and directories on a
+filesystem. For more information, see the
+<a href="<<V2_DOC_DIR_URL>>/interface/index.html">public interface documentation</a>,
+generated from the source code using <a href="http://epydoc.sourceforge.net">Epydoc</a>.
+</p>
+
+<h2>Documentation</h2>
+
+<p>
+The Cedar Backup Software Manual documents the process of setting up and using
+Cedar Backup. In the manual, you can find information about how Cedar Backup
+works, how to install and configure it, how to schedule backups, how to restore
+data, and how to get support.
+</p>
+
+<p>
+The following versions of the manual are available:
+</p>
+
+<ul>
+ <li><a href="<<V2_DOC_DIR_URL>>/manual/manual.html">Single-page HTML</a></li>
+ <li><a href="<<V2_DOC_DIR_URL>>/manual/index.html">Multiple-page HTML</a></li>
+ <li><a href="<<V2_DOC_DIR_URL>>/manual/manual.pdf">Portable Document Format (PDF)</a></li>
+ <li><a href="<<V2_DOC_DIR_URL>>/manual/manual.txt">Plaintext</a></li>
+</ul>
+
+<p>
+Most users will want to look at the multiple-page HTML version. Users who
+wish to print the software manual should use the PDF version.
+</p>
+
+<a name="packages"></a>
+<h2>Package Distributions</h2>
+
+<p>
+Cedar Backup is primarily distributed as a Python source package.
+You can download the latest release from the
+<a href="<<SF_DOWNLOADS_URL>>">SourceForge download page</a>.
+</p>
+
+<p>
+Any recent Debian-based distribution (such as Ubuntu) includes official
+Cedar Backup, called <tt>cedar-backup2</tt> and <tt>cedar-backup2-doc</tt>.
+</p>
+
+<p>
+Debian who want to always run the latest release of Cedar Backup, rather than
+the version included with their distribution, can use the Cedar Solutions APT source.
+See the <a href="<<CEDAR_DEBIAN_URL>>">Cedar Solutions Debian page</a> for more information.
+</p>
+
+<a name="support"></a>
+<h2>Support</h2>
+
+<p>
+Support is primarily managed through the SourceForge
+<a href="<<SF_LISTS_URL>>">mailing lists</a>.
+If you would prefer, you can write the Cedar Solutions
+<a href="mail:<<SUPPORT_EMAIL>>">Support Email Address</a> instead.
+</p>
+
+<p>
+If you think you have found a bug or you would like to request an
+enhancement, file a ticket with <a href="<<SF_BTS_URL>>">SourceForge tracker</a>
+or submit a patch.
+</p>
+
+<a name="contributing"></a>
+<h2>Contributing</h2>
+
+<p>
+Users are welcome to contribute to Cedar Backup. In the past, users
+have helped out by making suggestions, requesting enhancements, updating
+documentation, submitting patches, and testing beta releases. As a result,
+Cedar Backup has evolved into a much more flexible platform than it would
+otherwise have been. If you are interested in contributing, drop an email
+off to the <a href="mailto:<<SUPPORT_EMAIL>>">Support</a> address or to
+<a href="mailto:<<CONTACT_EMAIL>>">Ken</a> directly.
+</p>
+
+<a name="sourcecode"></a>
+<h2>Source Code</h2>
+
+<p>
+Cedar Backup is hosted at SourceForge. Anonymous read-only access to the
+Subversion source code repository is available as described on the <a
+href="<<SF_CODE_URL>>">Code</a> page. You can also <a
+href="<<SF_SVN_BROWSE_URL>>">browse</a> the Subversion repository online.
+</p>
+
+#include "content_footer.gth"
+#include "footer.gth"
+
Added: web/trunk/cedar-backup/source/terms.gtml
===================================================================
--- web/trunk/cedar-backup/source/terms.gtml (rev 0)
+++ web/trunk/cedar-backup/source/terms.gtml 2007-11-30 05:08:57 UTC (rev 791)
@@ -0,0 +1,37 @@
+#define PAGE_AUTHOR $Author: pronovic $
+#define PAGE_REVISION $Id: terms.gtml 143 2004-04-27 06:16:08Z pronovic $
+#define PAGE_DATE $Date: 2005-02-27 01:57:19 -0600 (Sun, 27 Feb 2005) $
+
+#define PAGE_TITLE Terms of Use
+#define PAGE_DESCRIPTION Information about terms of use for the Cedar Solutions website
+#define PAGE_KEYWORDS Cedar Solutions, terms of use, copyright, GPL
+
+#include "site-wide.gth"
+#include "header.gth"
+
+#include "content_header.gth"
+
+<h2>Terms of Use</h2>
+
+<p>
+All pages in this web site, including this one, contain a disclaimer
+embedded as a comment. This disclaimer has been reproduced below.
+If you have questions with regard to the allowed use of site content,
+first read the embedded disclaimer on the top of the page in question
+(which may differ slightly from the disclaimer reproduced below),
+and the contact the <a href="mailto:<<WEBMASTER_EMAIL>>">Webmaster</a>
+if you still have questions.
+</p>
+
+<pre>
+#include "copyright.gth"
+</pre>
+
+<p>
+You can read the specification for the GPL (GNU General Public License)
+<a href="<<GPL_URL>>">here</a>.
+</p>
+
+#include "content_footer.gth"
+#include "footer.gth"
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-11-30 05:07:27
|
Revision: 789
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=789&view=rev
Author: pronovic
Date: 2007-11-29 21:07:08 -0800 (Thu, 29 Nov 2007)
Log Message:
-----------
Added Paths:
-----------
web/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pro...@us...> - 2007-11-30 05:07:27
|
Revision: 790
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=790&view=rev
Author: pronovic
Date: 2007-11-29 21:07:14 -0800 (Thu, 29 Nov 2007)
Log Message:
-----------
Added Paths:
-----------
web/trunk/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|