summaryrefslogtreecommitdiffstats
path: root/Doc/tools/push-docs.sh
Commit message (Collapse)AuthorAgeFilesLines
* Mark the notice about the new development version of the docs as not needingFred Drake2002-04-041-0/+1
| | | | to be archived. Most of these are pretty bland. ;-)
* Update to push the docs to python.org instead of python.sf.net.Fred Drake2002-04-011-3/+6
|
* Update to the latest version from the trunk.Fred Drake2002-01-101-11/+45
|
* Update the directory names to match changes at SourceForge.Fred Drake2001-05-091-1/+1
|
* Update publish-to-SourceForge scripts to automatically determine if theFred Drake2001-04-221-3/+13
| | | | | branch is the head (development) branch or a maintenance brach, and use the appropriate target directory for each.
* Update the helper scripts that push development docs to SourceForge;Fred Drake2001-04-131-3/+3
| | | | | this version avoids having to build a separate authenticated connection to push the update-docs.sh script to SF.
* Remove debugging "set -x".Fred Drake2001-03-031-3/+0
|
* Revise the scripts I use to update the documentation on the SourceForgeFred Drake2001-03-021-8/+30
| | | | | | site. These now seem (slightly) more reliable, and easier to work with since update-docs.sh no longer needs to be installed ahead of time on my account at SF.
* Adjust to allow an explanation of the changes to be included in theFred Drake2000-11-301-1/+7
| | | | notification message.
* Make this actually work now that the tool is checked in here instead ofFred Drake2000-10-241-0/+1
| | | | just sitting around in my working directory.
* Helper scripts used in published the "development" snapshots of theFred Drake2000-10-191-0/+16
Python documentation.