From: Christian Weiske Date: Tue, 18 Apr 2017 20:56:53 +0000 (+0200) Subject: Move off sourceforge X-Git-Tag: v0.8.0~8 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/81019df2b6d03e732b00e66913546af75bc4d560 Move off sourceforge --- diff --git a/README.rst b/README.rst index 422306c..391db6b 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,13 @@ -************************************ -phorkie - PHP and Git based pastebin -************************************ +**************************** +phorkie - Git based pastebin +**************************** Self-hosted pastebin software written in PHP. Pastes are editable, may have multiple files and are stored in git repositories. -Project page: http://sourceforge.net/p/phorkie/ +`Homepage `__ +| `Bug tracker `__ +| `Git repository `__ +· `GitHub mirror `__ .. contents:: Table of Contents @@ -45,6 +48,18 @@ Features - text file detection for unknown file types +======== +Download +======== +phorkie is released as self-contained ``.phar`` file that includes +all dependencies, as well as a normal zip file. + +.. LATESTRELEASE + +See `phorkie downloads page `_ +for all released versions. + + ============ Installation ============ @@ -462,6 +477,7 @@ Releasing a new version $ phing phar #. Test. #. Tag the release in git -#. Upload release to sourceforge:: +#. Run the script to update the homepage - $ phing deploy-sf + $ cd /home/cweiske/Dev/html/cweiske.de + $ ./scripts/update-phorkie.sh diff --git a/build.properties.dist b/build.properties.dist deleted file mode 100644 index b50ad08..0000000 --- a/build.properties.dist +++ /dev/null @@ -1 +0,0 @@ -sfuser=FIXME diff --git a/build.xml b/build.xml index 6556277..8237c65 100644 --- a/build.xml +++ b/build.xml @@ -6,9 +6,6 @@ tasks around phorkie, like creating a release version, tagging a release --> - - - - - - @@ -306,7 +300,7 @@ Version 0.7.0 - 2015-11-05 - + @@ -318,39 +312,13 @@ Version 0.7.0 - 2015-11-05 - - - - - - - - - - - - - - @@ -359,9 +327,6 @@ Version 0.7.0 - 2015-11-05 description="Check variables" > - - - diff --git a/composer.json b/composer.json index caf409d..8e91f29 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "cweiske/phorkie", "type": "project", "license": "AGPL-3.0+", - "homepage": "http://sourceforge.net/p/phorkie/", + "homepage": "https://cweiske.de/phorkie.htm", "authors": [ { "name": "Christian Weiske", diff --git a/data/templates/base.htm b/data/templates/base.htm index 8f09ffb..7eef70f 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -92,7 +92,7 @@