SF.net SVN: docutils:[9973 ] trunk/web

grubert--- via Docutils-checkins <[email protected]>
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 9973
          http://sourceforge.net/p/docutils/code/9973
Author:   grubert
Date:     2024-10-26 15:14:09 +0000 (Sat, 26 Oct 2024)
Log Message:
-----------
rename .txt to .rst (left over)

Added Paths:
-----------
    trunk/web/index.rst

Removed Paths:
-------------
    trunk/web/index.txt

Copied: trunk/web/index.rst (from rev 9972, trunk/web/index.txt)
===================================================================
--- trunk/web/index.rst	                        (rev 0)
+++ trunk/web/index.rst	2024-10-26 15:14:09 UTC (rev 9973)
@@ -0,0 +1,128 @@
+.. header:: Docutils | Documentation_ | `Project page`_ | Download_
+
+===================================
+ Docutils: Documentation Utilities
+===================================
+---------------------------------------------------------
+ Written in Python, for General- and Special-Purpose Use
+---------------------------------------------------------
+
+Docutils is an open-source text processing system for processing
+plaintext documentation into useful formats, such as HTML, LaTeX,
+man-pages, OpenDocument, or XML.
+It includes reStructuredText_, the easy to read, easy to use,
+what-you-see-is-what-you-get plaintext markup language.
+
+----------------------------------------------------------------------
+
+
+Overview
+========
+
+**To get up & running quickly**, see the Quick-Start_ section of the
+README_ file. The only requirement_ for running Docutils is Python_.
+
+All **documentation** can be reached from the `Project Documentation
+Overview`_. If something is unclear or missing, ask at the
+docutils-users_ mailing list.
+
+The SourceForge `project page`_ has links to the tracker, mailing
+lists, and code repository.
+
+All **discussion** about Docutils takes place on the `mailing lists`_.
+
+To the developers of an open source project, **feedback** is a great
+motivator and is very welcome.  We also rely on feedback for
+determining what features to implement.  Thus, if you tell us what you
+need, we may help!  Please post any feedback to the
+docutils-users_ mailing list.
+
+If you find a **bug**, please `file a bug report`_ or mail to the
+docutils-users_ mailing list.
+
+We welcome all kinds of **contributions**.  There's a `To Do list`_ full
+of ideas awaiting a champion.  If you have any questions regarding how to
+extend Docutils, please feel free to ask on the docutils-develop_ mailing
+list. **Patch** submissions should be filed in the `patch tracker`_
+(preferred) or sent to docutils-develop_.
+
+Download
+========
+
+`Release packages`_ can be downloaded from PyPI_.
+See the `release notes`_ for a list of changes since the previous
+release.
+
+Snapshots_ [#]_ from the `Docutils' Subversion repository`_
+usually contain *more features* and *fewer bugs*
+than the "official" releases |---| they're not only for developers!
+
+.. [#] Snapshots are created on-demand by Sourceforge.  You can
+   download a snapshot of the complete `trunk directory`_ (docutils,
+   sandbox_, and web) or any sub-directory. Browse to the
+   desired directory and click the "Download Snapshot" button.
+
+----------------------------------------------------------------------
+
+.. class:: credits
+
+Web site, tracker, mailing lists, and repository hosted by |SourceForge|_.
+Powered by |Python|_.
+
+.. |---| unicode:: U+02014 .. em dash
+   :trim:
+
+.. _snapshots:
+    https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/
+.. _trunk directory:
+    https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/
+.. _patch tracker:
+    https://sourceforge.net/p/docutils/patches/
+.. _file a bug report:
+    https://docutils.sourceforge.io/BUGS.html#how-to-report-a-bug
+.. _mailing lists:
+    https://docutils.sourceforge.io/docs/user/mailing-lists.html
+.. _docutils-users:
+    https://docutils.sourceforge.io/docs/user/mailing-lists.html
+    #docutils-users
+.. _docutils-develop:
+    https://docutils.sourceforge.io/docs/user/mailing-lists.html
+    #docutils-develop
+.. _sandbox: https://docutils.sourceforge.io/sandbox/README.html
+.. _reStructuredText: https://docutils.sourceforge.io/rst.html
+.. _project page: https://sourceforge.net/p/docutils
+.. _To Do list: https://docutils.sourceforge.io/docs/dev/todo.html
+.. _README: https://docutils.sourceforge.io/README.html
+.. _Quick-Start: https://docutils.sourceforge.io/README.html#quick-start
+.. _Documentation:
+.. _Project Documentation Overview:
+    https://docutils.sourceforge.io/docs/index.html
+.. _Docutils' Subversion repository:
+    https://docutils.sourceforge.io/docs/dev/repository.html
+.. _requirement: https://docutils.sourceforge.io/README.html#requirements
+.. _release packages: https://pypi.org/project/docutils/#files
+.. _PyPI: https://pypi.org
+.. _release notes: https://docutils.sourceforge.io/RELEASE-NOTES.html
+
+.. |SourceForge| image::
+   https://sourceforge.net/sflogo.php?group_id=38414
+   :alt: SourceForge
+   :align: middle
+   :height: 1.5em
+.. _SourceForge: https://sourceforge.net/
+
+.. |Python| image:: python.png
+   :alt: Python
+   :align: middle
+   :height: 1em
+.. _Python: https://www.python.org/
+
+
+
+..
+   Local Variables:
+   mode: indented-text
+   indent-tabs-mode: nil
+   sentence-end-double-space: t
+   fill-column: 70
+   End:

Deleted: trunk/web/index.txt
===================================================================
--- trunk/web/index.txt	2024-10-26 15:12:02 UTC (rev 9972)
+++ trunk/web/index.txt	2024-10-26 15:14:09 UTC (rev 9973)
@@ -1,128 +0,0 @@
-.. header:: Docutils | Documentation_ | `Project page`_ | Download_
-
-===================================
- Docutils: Documentation Utilities
-===================================
----------------------------------------------------------
- Written in Python, for General- and Special-Purpose Use
----------------------------------------------------------
-
-Docutils is an open-source text processing system for processing
-plaintext documentation into useful formats, such as HTML, LaTeX,
-man-pages, OpenDocument, or XML.
-It includes reStructuredText_, the easy to read, easy to use,
-what-you-see-is-what-you-get plaintext markup language.
-
-----------------------------------------------------------------------
-
-
-Overview
-========
-
-**To get up & running quickly**, see the Quick-Start_ section of the
-README_ file. The only requirement_ for running Docutils is Python_.
-
-All **documentation** can be reached from the `Project Documentation
-Overview`_. If something is unclear or missing, ask at the
-docutils-users_ mailing list.
-
-The SourceForge `project page`_ has links to the tracker, mailing
-lists, and code repository.
-
-All **discussion** about Docutils takes place on the `mailing lists`_.
-
-To the developers of an open source project, **feedback** is a great
-motivator and is very welcome.  We also rely on feedback for
-determining what features to implement.  Thus, if you tell us what you
-need, we may help!  Please post any feedback to the
-docutils-users_ mailing list.
-
-If you find a **bug**, please `file a bug report`_ or mail to the
-docutils-users_ mailing list.
-
-We welcome all kinds of **contributions**.  There's a `To Do list`_ full
-of ideas awaiting a champion.  If you have any questions regarding how to
-extend Docutils, please feel free to ask on the docutils-develop_ mailing
-list. **Patch** submissions should be filed in the `patch tracker`_
-(preferred) or sent to docutils-develop_.
-
-Download
-========
-
-`Release packages`_ can be downloaded from PyPI_.
-See the `release notes`_ for a list of changes since the previous
-release.
-
-Snapshots_ [#]_ from the `Docutils' Subversion repository`_
-usually contain *more features* and *fewer bugs*
-than the "official" releases |---| they're not only for developers!
-
-.. [#] Snapshots are created on-demand by Sourceforge.  You can
-   download a snapshot of the complete `trunk directory`_ (docutils,
-   sandbox_, and web) or any sub-directory. Browse to the
-   desired directory and click the "Download Snapshot" button.
-
-----------------------------------------------------------------------
-
-.. class:: credits
-
-Web site, tracker, mailing lists, and repository hosted by |SourceForge|_.
-Powered by |Python|_.
-
-.. |---| unicode:: U+02014 .. em dash
-   :trim:
-
-.. _snapshots:
-    https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/
-.. _trunk directory:
-    https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/
-.. _patch tracker:
-    https://sourceforge.net/p/docutils/patches/
-.. _file a bug report:
-    https://docutils.sourceforge.io/BUGS.html#how-to-report-a-bug
-.. _mailing lists:
-    https://docutils.sourceforge.io/docs/user/mailing-lists.html
-.. _docutils-users:
-    https://docutils.sourceforge.io/docs/user/mailing-lists.html
-    #docutils-users
-.. _docutils-develop:
-    https://docutils.sourceforge.io/docs/user/mailing-lists.html
-    #docutils-develop
-.. _sandbox: https://docutils.sourceforge.io/sandbox/README.html
-.. _reStructuredText: https://docutils.sourceforge.io/rst.html
-.. _project page: https://sourceforge.net/p/docutils
-.. _To Do list: https://docutils.sourceforge.io/docs/dev/todo.html
-.. _README: https://docutils.sourceforge.io/README.html
-.. _Quick-Start: https://docutils.sourceforge.io/README.html#quick-start
-.. _Documentation:
-.. _Project Documentation Overview:
-    https://docutils.sourceforge.io/docs/index.html
-.. _Docutils' Subversion repository:
-    https://docutils.sourceforge.io/docs/dev/repository.html
-.. _requirement: https://docutils.sourceforge.io/README.html#requirements
-.. _release packages: https://pypi.org/project/docutils/#files
-.. _PyPI: https://pypi.org
-.. _release notes: https://docutils.sourceforge.io/RELEASE-NOTES.html
-
-.. |SourceForge| image::
-   https://sourceforge.net/sflogo.php?group_id=38414
-   :alt: SourceForge
-   :align: middle
-   :height: 1.5em
-.. _SourceForge: https://sourceforge.net/
-
-.. |Python| image:: python.png
-   :alt: Python
-   :align: middle
-   :height: 1em
-.. _Python: https://www.python.org/
-
-
-
-..
-   Local Variables:
-   mode: indented-text
-   indent-tabs-mode: nil
-   sentence-end-double-space: t
-   fill-column: 70
-   End:

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.