Skip to content

Commit

Permalink
Move docs/ to doc/.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 16, 2017
1 parent abfd8ed commit edc3ea3
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions docs/INSTALL → doc/INSTALL
Expand Up @@ -28,7 +28,7 @@ To function properly, Pastie **requires** the following:
earlier versions of Horde will **not** work.

.. Important:: Be sure to have completed all of the steps in the
`horde/docs/INSTALL`_ file for the Horde Framework before
`horde/doc/INSTALL`_ file for the Horde Framework before
installing Pastie. Many of Pastie's prerequisites are
also Horde prerequisites. Additionally, many of Pastie's
optional features are configured via the Horde install.
Expand All @@ -41,7 +41,7 @@ To function properly, Pastie **requires** the following:
supported.

Build PHP with whichever SQL driver you require; see the Horde
`horde/docs/INSTALL`_ file for more details on using databases with Horde.
`horde/doc/INSTALL`_ file for more details on using databases with Horde.

3. Pear Text_Highlighter or LibGeshi
Pastie needs either the Text_Highlighter Pear library or
Expand All @@ -57,7 +57,7 @@ latest not yet released fixes, you can install Pastie from Git.
Installing with PEAR
~~~~~~~~~~~~~~~~~~~~

First follow the instructions in `horde/docs/INSTALL`_ to prepare a PEAR
First follow the instructions in `horde/doc/INSTALL`_ to prepare a PEAR
environment for Horde and install the Horde Framework.

When installing Pastie through PEAR now, the installer will automatically
Expand Down Expand Up @@ -165,5 +165,5 @@ The Horde team


.. _README: README
.. _`horde/docs/INSTALL`: ../../horde/docs/INSTALL
.. _`horde/docs/TRANSLATIONS`: ../../horde/docs/TRANSLATIONS
.. _`horde/doc/INSTALL`: ../../horde/doc/INSTALL
.. _`horde/doc/TRANSLATIONS`: ../../horde/doc/TRANSLATIONS
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 12 additions & 12 deletions package.xml
Expand Up @@ -21,7 +21,7 @@
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2016-01-13</date>
<date>2017-10-13</date>
<version>
<release>1.0.0alpha1</release>
<api>1.0.0alpha1</api>
Expand All @@ -44,14 +44,14 @@
<file name="conf.xml" role="horde" />
<file name="prefs.php" role="horde" />
</dir> <!-- /config -->
<dir name="docs">
<dir name="doc">
<file name="CHANGES" role="doc" />
<file name="CREDITS" role="doc" />
<file name="INSTALL" role="doc" />
<file name="lighttpd-pastie.conf" role="doc" />
<file name="RELEASE_NOTES" role="doc" />
<file name="TODO" role="doc" />
</dir> <!-- /docs -->
</dir> <!-- /doc -->
<dir name="lib">
<dir name="Driver">
<file name="Rdo.php" role="horde" />
Expand Down Expand Up @@ -103,7 +103,7 @@
</dir> <!-- /themes -->
<file name=".htaccess" role="horde" />
<file name="index.php" role="horde" />
<file name="LICENSE" role="horde" />
<file name="LICENSE" role="doc" />
<file name="paste.php" role="horde" />
<file name="view.php" role="horde" />
</dir> <!-- / -->
Expand All @@ -124,18 +124,18 @@
<filelist>
<install as="pastie/.htaccess" name=".htaccess" />
<install as="pastie/index.php" name="index.php" />
<install as="pastie/LICENSE" name="LICENSE" />
<install as="LICENSE" name="LICENSE" />
<install as="pastie/paste.php" name="paste.php" />
<install as="pastie/view.php" name="view.php" />
<install as="pastie/config/.htaccess" name="config/.htaccess" />
<install as="pastie/config/conf.xml" name="config/conf.xml" />
<install as="pastie/config/prefs.php" name="config/prefs.php" />
<install as="CHANGES" name="docs/CHANGES" />
<install as="CREDITS" name="docs/CREDITS" />
<install as="INSTALL" name="docs/INSTALL" />
<install as="lighttpd-pastie.conf" name="docs/lighttpd-pastie.conf" />
<install as="RELEASE_NOTES" name="docs/RELEASE_NOTES" />
<install as="TODO" name="docs/TODO" />
<install as="CHANGES" name="doc/CHANGES" />
<install as="CREDITS" name="doc/CREDITS" />
<install as="INSTALL" name="doc/INSTALL" />
<install as="lighttpd-pastie.conf" name="doc/lighttpd-pastie.conf" />
<install as="RELEASE_NOTES" name="doc/RELEASE_NOTES" />
<install as="TODO" name="doc/TODO" />
<install as="pastie/lib/.htaccess" name="lib/.htaccess" />
<install as="pastie/lib/Api.php" name="lib/Api.php" />
<install as="pastie/lib/Application.php" name="lib/Application.php" />
Expand Down Expand Up @@ -171,7 +171,7 @@
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2016-01-13</date>
<date>2017-10-13</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [jan] Officially support PHP 7.
Expand Down

0 comments on commit edc3ea3

Please sign in to comment.