SF.net SVN: docutils:[9885 ] trunk/sandbox/infrastruct ure
grubert--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9885
http://sourceforge.net/p/docutils/code/9885
Author: grubert
Date: 2024-08-13 09:50:27 +0000 (Tue, 13 Aug 2024)
Log Message:
-----------
rename to .rst
Added Paths:
-----------
trunk/sandbox/infrastructure/README.rst
Removed Paths:
-------------
trunk/sandbox/infrastructure/README.txt
Copied: trunk/sandbox/infrastructure/README.rst (from rev 9884, trunk/sandbox/infrastructure/README.txt)
===================================================================
--- trunk/sandbox/infrastructure/README.rst (rev 0)
+++ trunk/sandbox/infrastructure/README.rst 2024-08-13 09:50:27 UTC (rev 9885)
@@ -0,0 +1,66 @@
+==========================
+ Docutils_ Infrastructure
+==========================
+
+:Author: Lea Wiemann
+:Contact: [email protected]
+:Revision: $Revision$
+:Date: $Date$
+:Copyright: This document has been placed in the public domain.
+
+
+The `infrastructure <.>`_ sandbox directory stores any scripts that
+are needed for the development of the Docutils project.
+
+:`<releasing-log.txt>`_: What happend at release time ... what to do next time
+ better.
+
+:`<docutils-update.local>`_: The script to update the `web site`_
+ from a developer machine or on shell.sourceforge.
+
+ If a file ``ON_SOURCEFORGE`` exists in current directory, the
+ script assumes being executed on shell.sourceforge.
+
+:`<set_version.sh>`_: Script to change the version identifier in
+ documentation, tests, docutils/__init__, ...
+ extracted from ``release.sh``.
+
+
+Everything below this line needs rework
+---------------------------------------
+
+is not in use ... move to attic.
+
+:`<release.sh>`_: The script to make releases of Docutils.
+ For usage details see `release.txt`_
+
+ TODO : test.
+ Allow release without testing, because tests must be done
+ on more than one os.
+
+:`<release-test.sh>`_: The script to run tests at release time, extracted
+ from ``release.sh``.
+
+:`<uploaddocutils.sh>`_: Upload files to http://docutils.sf.net/tmp/
+ using ``scp``, inserting the current date in the file name.
+
+:`<update-htmlfiles>`_: Used to initialise a docutils-update upload directory.
+ Generating html-files from txt-files first time.
+
+:`<htmlfiles.lst>`_: The list of files for ``update-htmlfiles``.
+
+and are these used by anyone.
+
+:`<dbackport.sh>`_: Back-port changes from the trunk to the
+ maintenance branch.
+
+:`<fsfsbackup.sh>`_: Backup (mirror) an FSFS Subversion repository via
+ SSH. Used to backup the `Docutils Subversion repository`_.
+
+.. _Docutils: http://docutils.sourceforge.net/
+.. _Docutils check-in mailing list:
+ http://docutils.sf.net/docs/user/mailing-lists.html#docutils-checkins
+.. _web site: http://docutils.sourceforge.net/docs/dev/website.html
+.. _Docutils Subversion repository:
+ http://docutils.sourceforge.net/docs/dev/repository.html
+.. _release.txt: http://docutils.sourceforge.net/docs/dev/release.html
Deleted: trunk/sandbox/infrastructure/README.txt
===================================================================
--- trunk/sandbox/infrastructure/README.txt 2024-08-13 09:49:19 UTC (rev 9884)
+++ trunk/sandbox/infrastructure/README.txt 2024-08-13 09:50:27 UTC (rev 9885)
@@ -1,66 +0,0 @@
-==========================
- Docutils_ Infrastructure
-==========================
-
-:Author: Lea Wiemann
-:Contact: [email protected]
-:Revision: $Revision$
-:Date: $Date$
-:Copyright: This document has been placed in the public domain.
-
-
-The `infrastructure <.>`_ sandbox directory stores any scripts that
-are needed for the development of the Docutils project.
-
-:`<releasing-log.txt>`_: What happend at release time ... what to do next time
- better.
-
-:`<docutils-update.local>`_: The script to update the `web site`_
- from a developer machine or on shell.sourceforge.
-
- If a file ``ON_SOURCEFORGE`` exists in current directory, the
- script assumes being executed on shell.sourceforge.
-
-:`<set_version.sh>`_: Script to change the version identifier in
- documentation, tests, docutils/__init__, ...
- extracted from ``release.sh``.
-
-
-Everything below this line needs rework
----------------------------------------
-
-is not in use ... move to attic.
-
-:`<release.sh>`_: The script to make releases of Docutils.
- For usage details see `release.txt`_
-
- TODO : test.
- Allow release without testing, because tests must be done
- on more than one os.
-
-:`<release-test.sh>`_: The script to run tests at release time, extracted
- from ``release.sh``.
-
-:`<uploaddocutils.sh>`_: Upload files to http://docutils.sf.net/tmp/
- using ``scp``, inserting the current date in the file name.
-
-:`<update-htmlfiles>`_: Used to initialise a docutils-update upload directory.
- Generating html-files from txt-files first time.
-
-:`<htmlfiles.lst>`_: The list of files for ``update-htmlfiles``.
-
-and are these used by anyone.
-
-:`<dbackport.sh>`_: Back-port changes from the trunk to the
- maintenance branch.
-
-:`<fsfsbackup.sh>`_: Backup (mirror) an FSFS Subversion repository via
- SSH. Used to backup the `Docutils Subversion repository`_.
-
-.. _Docutils: http://docutils.sourceforge.net/
-.. _Docutils check-in mailing list:
- http://docutils.sf.net/docs/user/mailing-lists.html#docutils-checkins
-.. _web site: http://docutils.sourceforge.net/docs/dev/website.html
-.. _Docutils Subversion repository:
- http://docutils.sourceforge.net/docs/dev/repository.html
-.. _release.txt: http://docutils.sourceforge.net/docs/dev/release.html
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.