diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-22 14:19:58 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-22 14:19:58 +0100 |
| commit | 2dde86a0bd884cc0c1533064ee32f517c297ed21 (patch) | |
| tree | 5e3613dc637b1e2f4ad98d3ab90674976221cd26 /photoalbum.buetow.org/content | |
| parent | 2388d94c3017b0da2d5e02fed0cc6631dacc9ff4 (diff) | |
rename fqdn
Diffstat (limited to 'photoalbum.buetow.org/content')
| -rw-r--r-- | photoalbum.buetow.org/content/30.README.xml | 11 | ||||
| -rw-r--r-- | photoalbum.buetow.org/content/50.Download.xml | 14 | ||||
| -rw-r--r-- | photoalbum.buetow.org/content/98.contact.xml | 19 | ||||
| -rw-r--r-- | photoalbum.buetow.org/content/99.license.xml | 5 | ||||
| -rw-r--r-- | photoalbum.buetow.org/content/home.xml | 6 |
5 files changed, 55 insertions, 0 deletions
diff --git a/photoalbum.buetow.org/content/30.README.xml b/photoalbum.buetow.org/content/30.README.xml new file mode 100644 index 0000000..3b0921a --- /dev/null +++ b/photoalbum.buetow.org/content/30.README.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>README</pagetitle> + <text>This is the README file of the current master branch:</text> + <pretext> + <perl> + use LWP::Simple; + get("http://web.buetow.org/git/?p=photoalbum.git;a=blob_plain;f=README;hb=HEAD"); + </perl> + </pretext> +</content> diff --git a/photoalbum.buetow.org/content/50.Download.xml b/photoalbum.buetow.org/content/50.Download.xml new file mode 100644 index 0000000..b190363 --- /dev/null +++ b/photoalbum.buetow.org/content/50.Download.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>Download</pagetitle> + <text>Photoalbum can be downloaded from git.</text> + <textheader>Download from Git repository</textheader> + <text>For git just type "git clone git://git.buetow.org/photoalbum".</text> + <text>To update to the latest stable version just type "cd ./photoalbum; git pull".</text> + <text> + <noop>Go to </noop> + <namedlink href="http://web.buetow.org/git/?p=photoalbum.git">gitweb</namedlink> + <noop> to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags and for screenshots check out the screenshots branch.</noop> + </text> + <text>For bleeding edge you can fetch the devel branch with "git clone -b develop git://git.buetow.org/photoalbum photoalbum-develop". But be warned, this one might be broken! It will be merged to master when it's done.</text> +</content> diff --git a/photoalbum.buetow.org/content/98.contact.xml b/photoalbum.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..a881cc3 --- /dev/null +++ b/photoalbum.buetow.org/content/98.contact.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>Contact Me/Us</pagetitle> + <text> + <noop>Please use the </noop> + <namedlink href="http://web.buetow.org/listinfo/dev">Development Mailing List</namedlink> + <noop> for any considerations of this humble programming project or any other programming project of mine.</noop> + </text> + <text> + <noop>But you may also use other methods such as listed </noop> + <namedlink href="http://contact.buetow.org">on this site</namedlink> + <noop> for example.</noop> + </text> + <text> + <noop>If you are interested in other projects please visit </noop> + <hyperlink>http://dev.buetow.org</hyperlink> + <noop> :)</noop> + </text> +</content> diff --git a/photoalbum.buetow.org/content/99.license.xml b/photoalbum.buetow.org/content/99.license.xml new file mode 100644 index 0000000..5b99060 --- /dev/null +++ b/photoalbum.buetow.org/content/99.license.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>License</pagetitle> + <text>Photoalbum is licensed under the GNU Gerneral Public License Version 3 or later.</text> +</content> diff --git a/photoalbum.buetow.org/content/home.xml b/photoalbum.buetow.org/content/home.xml new file mode 100644 index 0000000..ded93bd --- /dev/null +++ b/photoalbum.buetow.org/content/home.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<content> + <pagetitle>Photoalbum</pagetitle> + <textheader>A simple photoalbum script.</textheader> + <text>This is a bash script using ImageMagick to generate a set of static HTML pages which outlines a photo album. The script only needs one flat input directory containing pictures and the result will be one static ./dist directory containing static HTML pages including thumbs to be distributed on a static webserver. </text> +</content> |
