From 2388d94c3017b0da2d5e02fed0cc6631dacc9ff4 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 22 Dec 2013 12:44:12 +0100 Subject: add photoalbum page --- photoalbum.buetow.foo/PROJECT | 1 + photoalbum.buetow.foo/SITEMAP | 0 photoalbum.buetow.foo/content/30.README.xml | 11 +++++++++++ photoalbum.buetow.foo/content/50.Download.xml | 14 ++++++++++++++ photoalbum.buetow.foo/content/98.contact.xml | 19 +++++++++++++++++++ photoalbum.buetow.foo/content/99.license.xml | 5 +++++ photoalbum.buetow.foo/content/home.xml | 18 ++++++++++++++++++ 7 files changed, 68 insertions(+) create mode 100644 photoalbum.buetow.foo/PROJECT create mode 100644 photoalbum.buetow.foo/SITEMAP create mode 100644 photoalbum.buetow.foo/content/30.README.xml create mode 100644 photoalbum.buetow.foo/content/50.Download.xml create mode 100644 photoalbum.buetow.foo/content/98.contact.xml create mode 100644 photoalbum.buetow.foo/content/99.license.xml create mode 100644 photoalbum.buetow.foo/content/home.xml diff --git a/photoalbum.buetow.foo/PROJECT b/photoalbum.buetow.foo/PROJECT new file mode 100644 index 0000000..4123ac7 --- /dev/null +++ b/photoalbum.buetow.foo/PROJECT @@ -0,0 +1 @@ +This is a simple (static) photoalbum generation script written in bash. diff --git a/photoalbum.buetow.foo/SITEMAP b/photoalbum.buetow.foo/SITEMAP new file mode 100644 index 0000000..e69de29 diff --git a/photoalbum.buetow.foo/content/30.README.xml b/photoalbum.buetow.foo/content/30.README.xml new file mode 100644 index 0000000..3b0921a --- /dev/null +++ b/photoalbum.buetow.foo/content/30.README.xml @@ -0,0 +1,11 @@ + + + README + This is the README file of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=photoalbum.git;a=blob_plain;f=README;hb=HEAD"); + + + diff --git a/photoalbum.buetow.foo/content/50.Download.xml b/photoalbum.buetow.foo/content/50.Download.xml new file mode 100644 index 0000000..b190363 --- /dev/null +++ b/photoalbum.buetow.foo/content/50.Download.xml @@ -0,0 +1,14 @@ + + + Download + Photoalbum can be downloaded from git. + Download from Git repository + For git just type "git clone git://git.buetow.org/photoalbum". + To update to the latest stable version just type "cd ./photoalbum; git pull". + + Go to + gitweb + 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. + + 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. + diff --git a/photoalbum.buetow.foo/content/98.contact.xml b/photoalbum.buetow.foo/content/98.contact.xml new file mode 100644 index 0000000..a881cc3 --- /dev/null +++ b/photoalbum.buetow.foo/content/98.contact.xml @@ -0,0 +1,19 @@ + + + Contact Me/Us + + Please use the + Development Mailing List + for any considerations of this humble programming project or any other programming project of mine. + + + But you may also use other methods such as listed + on this site + for example. + + + If you are interested in other projects please visit + http://dev.buetow.org + :) + + diff --git a/photoalbum.buetow.foo/content/99.license.xml b/photoalbum.buetow.foo/content/99.license.xml new file mode 100644 index 0000000..5b99060 --- /dev/null +++ b/photoalbum.buetow.foo/content/99.license.xml @@ -0,0 +1,5 @@ + + + License + Photoalbum is licensed under the GNU Gerneral Public License Version 3 or later. + diff --git a/photoalbum.buetow.foo/content/home.xml b/photoalbum.buetow.foo/content/home.xml new file mode 100644 index 0000000..47007e1 --- /dev/null +++ b/photoalbum.buetow.foo/content/home.xml @@ -0,0 +1,18 @@ + + + Photoalbum + + + Important notice: + The domain + .buetow.foo + contains only development, test and PoC stuff. Replace + $shomething.buetow.foo + with + $something.buetow.org + (if exists) to get the stable stuff. + + + A simple photoalbum script. + 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. + -- cgit v1.2.3