summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-11-03 08:40:19 +0200
committerPaul Buetow <paul@buetow.org>2021-11-03 08:40:19 +0200
commit1c460f748c9695d03d34c37a0abf5f91e7a9c7a2 (patch)
tree00a644a6e94549bdab5e626c3f22f6f6957f26cb
parentcaab7bf909054d9246f1eecc4a8c947df29ed732 (diff)
convert POD to TXT
-rw-r--r--README.pod58
-rw-r--r--README.txt45
2 files changed, 45 insertions, 58 deletions
diff --git a/README.pod b/README.pod
deleted file mode 100644
index 829b6b9..0000000
--- a/README.pod
+++ /dev/null
@@ -1,58 +0,0 @@
-=head1 NAME
-
-photoalbum - photoalbum is a minimal bash script for linux to generate static web photo albums.
-
-=head1 SYNOPSIS
-
-photoalbum clean|generate|version|recursive:DIR [rcfile]
-photoalbum makemake
-
-=over
-
-=item clean
-
-Cleans up the working space
-
-=item version
-
-Prints out the version
-
-=item generate
-
-Generates the static photoalbum
-
-=item makemake
-
-Creates a Makefile and photoalbumrc in the current working directory.
-
-=back
-
-=head2 RCFILE
-
-=head2 TUTORIAL
-
-* See if /etc/default/photoalbum fits your needs. If not, copy /etc/default/photoalbum to ~/.photoalbumrc in order to customize it.
-
-* Copy all images wanted to the incoming folder (see config file)
-
-* Run 'photoalbum generate'
-
-* Distribute the ./dist directory
-
-* Clean the mess up with 'photoalbum clean'
-
-It is possible to specify a custom rcfile path too.
-
-=head3 HTML TEMPLATES
-
-Go to the templates directory and edit them as wished.
-
-=head1 LICENSE
-
-See package description or project website.
-
-=head1 AUTHOR
-
-Paul Buetow - <http://photoalbum.buetow.org>
-
-=cut
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..c0a7a51
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,45 @@
+NAME
+ photoalbum - photoalbum is a minimal bash script for linux to generate
+ static web photo albums.
+
+SYNOPSIS
+ photoalbum clean|generate|version|recursive:DIR [rcfile] photoalbum
+ makemake
+
+ clean
+ Cleans up the working space
+
+ version
+ Prints out the version
+
+ generate
+ Generates the static photoalbum
+
+ makemake
+ Creates a Makefile and photoalbumrc in the current working
+ directory.
+
+ RCFILE
+ TUTORIAL
+ * See if /etc/default/photoalbum fits your needs. If not, copy
+ /etc/default/photoalbum to ~/.photoalbumrc in order to customize it.
+
+ * Copy all images wanted to the incoming folder (see config file)
+
+ * Run 'photoalbum generate'
+
+ * Distribute the ./dist directory
+
+ * Clean the mess up with 'photoalbum clean'
+
+ It is possible to specify a custom rcfile path too.
+
+ HTML TEMPLATES
+ Go to the templates directory and edit them as wished.
+
+LICENSE
+ See package description or project website.
+
+AUTHOR
+ Paul Buetow - <http://photoalbum.buetow.org>
+