From 2dde86a0bd884cc0c1533064ee32f517c297ed21 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 22 Dec 2013 14:19:58 +0100 Subject: rename fqdn --- photoalbum.buetow.org/content/30.README.xml | 11 +++++++++++ photoalbum.buetow.org/content/50.Download.xml | 14 ++++++++++++++ photoalbum.buetow.org/content/98.contact.xml | 19 +++++++++++++++++++ photoalbum.buetow.org/content/99.license.xml | 5 +++++ photoalbum.buetow.org/content/home.xml | 6 ++++++ 5 files changed, 55 insertions(+) create mode 100644 photoalbum.buetow.org/content/30.README.xml create mode 100644 photoalbum.buetow.org/content/50.Download.xml create mode 100644 photoalbum.buetow.org/content/98.contact.xml create mode 100644 photoalbum.buetow.org/content/99.license.xml create mode 100644 photoalbum.buetow.org/content/home.xml (limited to 'photoalbum.buetow.org/content') 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 @@ + + + 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.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 @@ + + + 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.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 @@ + + + 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.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 @@ + + + License + Photoalbum is licensed under the GNU Gerneral Public License Version 3 or later. + 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 @@ + + + Photoalbum + 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 From 56ca262dbe189a2ad9d4dd8c1fcd5776c8118d53 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 22 Dec 2013 14:21:20 +0100 Subject: update --- photoalbum.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/home.xml b/photoalbum.buetow.org/content/home.xml index ded93bd..632eff8 100644 --- a/photoalbum.buetow.org/content/home.xml +++ b/photoalbum.buetow.org/content/home.xml @@ -2,5 +2,5 @@ Photoalbum 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. + 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 input directory (which can contain multiple sub-directories) 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 From 3343e93feb7721194d14a330113998d042a3b7fa Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 29 Dec 2013 15:15:38 +0100 Subject: add manpage --- photoalbum.buetow.org/content/30.README.xml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 photoalbum.buetow.org/content/30.README.xml (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/30.README.xml b/photoalbum.buetow.org/content/30.README.xml deleted file mode 100644 index 3b0921a..0000000 --- a/photoalbum.buetow.org/content/30.README.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - 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"); - - - -- cgit v1.2.3 From cd46e2da02820250d7837c618b3fa0ed4e59d880 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 29 Dec 2013 15:21:06 +0100 Subject: Do what comes naturally. Seethe and fume and throw a tantrum. --- photoalbum.buetow.org/content/50.Download.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/50.Download.xml b/photoalbum.buetow.org/content/50.Download.xml index b190363..286b60d 100644 --- a/photoalbum.buetow.org/content/50.Download.xml +++ b/photoalbum.buetow.org/content/50.Download.xml @@ -1,7 +1,12 @@ Download - Photoalbum can be downloaded from git. + Loadbars can be downloaded from a deb repo or from git. + Install from deb repository + If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install photoalbum: + deb http://deb.buetow.org/apt wheezy main +deb-src http://deb.buetow.org/apt wheezy main + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". 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". -- cgit v1.2.3 From 01c9117a36d3aebda67cddd38bff51f4993f96f6 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 29 Dec 2013 15:27:22 +0100 Subject: Q: How many elephants can you fit in a VW Bug? A: Four. Two in the front, two in the back. Q: How can you tell if an elephant is in your refrigerator? A: There's a footprint in the mayo. Q: How can you tell if two elephants are in your refrigerator? A: There's two footprints in the mayo. Q: How can you tell if three elephants are in your refrigerator? A: The door won't shut. Q: How can you tell if four elephants are in your refrigerator? A: There's a VW Bug in your driveway. --- photoalbum.buetow.org/content/home.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/home.xml b/photoalbum.buetow.org/content/home.xml index 632eff8..5e4ce1a 100644 --- a/photoalbum.buetow.org/content/home.xml +++ b/photoalbum.buetow.org/content/home.xml @@ -3,4 +3,8 @@ Photoalbum 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 input directory (which can contain multiple sub-directories) containing pictures and the result will be one static ./dist directory containing static HTML pages including thumbs to be distributed on a static webserver. + + If you wanna stay in touch please + subscribe on freecode. + -- cgit v1.2.3 From d205f09446a6c77bfc9df30318b3dd10fe96f65b Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 29 Dec 2013 15:28:56 +0100 Subject: add manpage --- photoalbum.buetow.org/content/20.Manpage.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 photoalbum.buetow.org/content/20.Manpage.xml (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/20.Manpage.xml b/photoalbum.buetow.org/content/20.Manpage.xml new file mode 100644 index 0000000..9e98cff --- /dev/null +++ b/photoalbum.buetow.org/content/20.Manpage.xml @@ -0,0 +1,11 @@ + + + Manpage + This is the manpage of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=photoalbum.git;a=blob_plain;f=docs/photoalbum.txt;hb=HEAD"); + + + -- cgit v1.2.3 From b229f9f1184c1ebd683c5978dfd3dad37bde4f0f Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 29 Dec 2013 15:41:28 +0100 Subject: add changelog --- photoalbum.buetow.org/content/40.Changelog.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 photoalbum.buetow.org/content/40.Changelog.xml (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/40.Changelog.xml b/photoalbum.buetow.org/content/40.Changelog.xml new file mode 100644 index 0000000..25386b4 --- /dev/null +++ b/photoalbum.buetow.org/content/40.Changelog.xml @@ -0,0 +1,11 @@ + + + Changelog + This is the changelog file of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=photoalbum.git;a=blob_plain;f=debian/changelog;hb=HEAD"); + + + -- cgit v1.2.3 From edeb4da17b252179a70a30f78b7ab7931f5d468c Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 31 Dec 2013 00:56:19 +0100 Subject: s/Squeeze/Wheezy/ --- photoalbum.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/50.Download.xml b/photoalbum.buetow.org/content/50.Download.xml index 286b60d..77eb7f4 100644 --- a/photoalbum.buetow.org/content/50.Download.xml +++ b/photoalbum.buetow.org/content/50.Download.xml @@ -3,7 +3,7 @@ Download Loadbars can be downloaded from a deb repo or from git. Install from deb repository - If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install photoalbum: + If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install photoalbum: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". -- cgit v1.2.3 From 1b87cc26359127f58125d905bf6cf1105fafdb71 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 31 Dec 2013 11:54:11 +0100 Subject: case sensitiviness --- photoalbum.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/50.Download.xml b/photoalbum.buetow.org/content/50.Download.xml index 77eb7f4..d542822 100644 --- a/photoalbum.buetow.org/content/50.Download.xml +++ b/photoalbum.buetow.org/content/50.Download.xml @@ -7,7 +7,7 @@ deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". - Download from Git repository + 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". -- cgit v1.2.3 From 9d471eed428aabaa60dcd45c3dc07593f87df915 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 2 Mar 2014 13:47:54 +0100 Subject: add guprecords website --- photoalbum.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/50.Download.xml b/photoalbum.buetow.org/content/50.Download.xml index d542822..be8b09d 100644 --- a/photoalbum.buetow.org/content/50.Download.xml +++ b/photoalbum.buetow.org/content/50.Download.xml @@ -1,7 +1,7 @@ Download - Loadbars can be downloaded from a deb repo or from git. + Photoalbum can be downloaded from a deb repo or from git. Install from deb repository If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install photoalbum: deb http://deb.buetow.org/apt wheezy main -- cgit v1.2.3 From 28686f6efe46f365bdf5ab495c3fbb4223f9e0c9 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 22 Mar 2014 12:00:07 +0100 Subject: update main page to github --- photoalbum.buetow.org/content/50.Download.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/50.Download.xml b/photoalbum.buetow.org/content/50.Download.xml index be8b09d..a59c202 100644 --- a/photoalbum.buetow.org/content/50.Download.xml +++ b/photoalbum.buetow.org/content/50.Download.xml @@ -1,19 +1,15 @@ Download - Photoalbum can be downloaded from a deb repo or from git. + !!HOSTNAME!! can be downloaded from a deb repo or from git. Install from deb repository - If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install photoalbum: + If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install cpuinfo: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". 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. + http://github.com/rantanplan/!!HOSTNAME!! - 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. -- cgit v1.2.3 From 90a6331414bb767bf92a44d358024cc5c88e6d64 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 27 Apr 2014 12:25:44 +0200 Subject: use inject --- photoalbum.buetow.org/content/20.Manpage.xml | 5 +---- photoalbum.buetow.org/content/40.Changelog.xml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/20.Manpage.xml b/photoalbum.buetow.org/content/20.Manpage.xml index 9e98cff..7a6d2f8 100644 --- a/photoalbum.buetow.org/content/20.Manpage.xml +++ b/photoalbum.buetow.org/content/20.Manpage.xml @@ -3,9 +3,6 @@ Manpage This is the manpage of the current master branch: - - use LWP::Simple; - get("http://web.buetow.org/git/?p=photoalbum.git;a=blob_plain;f=docs/photoalbum.txt;hb=HEAD"); - + http://web.buetow.org/git/?p=photoalbum.git;a=blob_plain;f=docs/photoalbum.txt;hb=HEAD diff --git a/photoalbum.buetow.org/content/40.Changelog.xml b/photoalbum.buetow.org/content/40.Changelog.xml index 25386b4..c843fde 100644 --- a/photoalbum.buetow.org/content/40.Changelog.xml +++ b/photoalbum.buetow.org/content/40.Changelog.xml @@ -3,9 +3,6 @@ Changelog This is the changelog file of the current master branch: - - use LWP::Simple; - get("http://web.buetow.org/git/?p=photoalbum.git;a=blob_plain;f=debian/changelog;hb=HEAD"); - + http://web.buetow.org/git/?p=photoalbum.git;a=blob_plain;f=debian/changelog;hb=HEAD -- cgit v1.2.3 From 27bdfd5eadcb4b53938933ddaa02b24892b88b5a Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Mon, 16 Jun 2014 09:20:55 +0200 Subject: AWAKE! FEAR! FIRE! FOES! AWAKE! FEAR! FIRE! FOES! AWAKE! AWAKE! -- J. R. R. Tolkien --- photoalbum.buetow.org/content/50.Download.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/50.Download.xml b/photoalbum.buetow.org/content/50.Download.xml index a59c202..1e946c1 100644 --- a/photoalbum.buetow.org/content/50.Download.xml +++ b/photoalbum.buetow.org/content/50.Download.xml @@ -3,10 +3,14 @@ Download !!HOSTNAME!! can be downloaded from a deb repo or from git. Install from deb repository - If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install cpuinfo: + If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". + (Please replace wheezy with jessie if you are debian GNU/Linux Jessie) and run afterwards: + curl http://deb.buetow.org/apt/pubkey.gpg | +sudo apt-key add - +apt-get update +apt-get install cpuinfo Download from git repository Go to -- cgit v1.2.3 From bea5c3e4560bc85f4fb9c794c79c6e22d77a7c76 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Mon, 16 Jun 2014 09:25:53 +0200 Subject: typo --- photoalbum.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/50.Download.xml b/photoalbum.buetow.org/content/50.Download.xml index 1e946c1..3a653e0 100644 --- a/photoalbum.buetow.org/content/50.Download.xml +++ b/photoalbum.buetow.org/content/50.Download.xml @@ -6,7 +6,7 @@ If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main - (Please replace wheezy with jessie if you are debian GNU/Linux Jessie) and run afterwards: + (Please replace wheezy with jessie if you are using Debian GNU/Linux Jessie) and run afterwards: curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add - apt-get update -- cgit v1.2.3 From 258d6a2d29fde041078c8b10eb147f7439a331b6 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Fri, 20 Jun 2014 01:33:13 +0200 Subject: fix --- photoalbum.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/50.Download.xml b/photoalbum.buetow.org/content/50.Download.xml index 3a653e0..b48740e 100644 --- a/photoalbum.buetow.org/content/50.Download.xml +++ b/photoalbum.buetow.org/content/50.Download.xml @@ -10,7 +10,7 @@ deb-src http://deb.buetow.org/apt wheezy main curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add - apt-get update -apt-get install cpuinfo +apt-get install !!HOSTNAME!! Download from git repository Go to -- cgit v1.2.3 From 926bc98bfb6ff456efd7483dfa8cf043cffc7035 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 22 Jun 2014 10:58:45 +0200 Subject: remove references to freshmeat aka freecode --- photoalbum.buetow.org/content/home.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/home.xml b/photoalbum.buetow.org/content/home.xml index 5e4ce1a..632eff8 100644 --- a/photoalbum.buetow.org/content/home.xml +++ b/photoalbum.buetow.org/content/home.xml @@ -3,8 +3,4 @@ Photoalbum 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 input directory (which can contain multiple sub-directories) containing pictures and the result will be one static ./dist directory containing static HTML pages including thumbs to be distributed on a static webserver. - - If you wanna stay in touch please - subscribe on freecode. - -- cgit v1.2.3 From 05d5182057114508206c52146645b8ceca30cf91 Mon Sep 17 00:00:00 2001 From: "Chuck Norris (uranus.fritz.box)" Date: Sun, 17 Aug 2014 22:54:37 +0200 Subject: Repartee is something we think of twenty-four hours too late. -- Mark Twain --- photoalbum.buetow.org/content/20.Manpage.xml | 2 +- photoalbum.buetow.org/content/40.Changelog.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/20.Manpage.xml b/photoalbum.buetow.org/content/20.Manpage.xml index 7a6d2f8..9a21ee2 100644 --- a/photoalbum.buetow.org/content/20.Manpage.xml +++ b/photoalbum.buetow.org/content/20.Manpage.xml @@ -3,6 +3,6 @@ Manpage This is the manpage of the current master branch: - http://web.buetow.org/git/?p=photoalbum.git;a=blob_plain;f=docs/photoalbum.txt;hb=HEAD + http://web.buetow.org/cgit/photoalbum.git/plain/docs/photoalbum.txt diff --git a/photoalbum.buetow.org/content/40.Changelog.xml b/photoalbum.buetow.org/content/40.Changelog.xml index c843fde..ea70805 100644 --- a/photoalbum.buetow.org/content/40.Changelog.xml +++ b/photoalbum.buetow.org/content/40.Changelog.xml @@ -3,6 +3,6 @@ Changelog This is the changelog file of the current master branch: - http://web.buetow.org/git/?p=photoalbum.git;a=blob_plain;f=debian/changelog;hb=HEAD + http://web.buetow.org/cgit/photoalbum.git/plain/debian/changelog -- cgit v1.2.3 From dace221b1fabae687dc68dc1bce3085579c72da6 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Sat, 27 Dec 2014 15:30:21 +0100 Subject: fix listurls --- photoalbum.buetow.org/content/98.contact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'photoalbum.buetow.org/content') diff --git a/photoalbum.buetow.org/content/98.contact.xml b/photoalbum.buetow.org/content/98.contact.xml index a881cc3..d3d66b0 100644 --- a/photoalbum.buetow.org/content/98.contact.xml +++ b/photoalbum.buetow.org/content/98.contact.xml @@ -3,7 +3,7 @@ Contact Me/Us Please use the - Development Mailing List + Development Mailing List for any considerations of this humble programming project or any other programming project of mine. -- cgit v1.2.3