summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt47
1 files changed, 47 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..664946f
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,47 @@
+apache-icons - alternative icons for Apache autoindex
+=====================================================
+
+
+1. Description
+--------------
+
+ "The Apache HTTP Server is the world's most used web server software."
+
+ -- Wikipedia (https://en.wikipedia.org/wiki/Apache_HTTP_Server)
+
+apache-icons provides alternative icons for Apache autoindex.
+
+
+2. Download
+-----------
+
+ * https://github.com/open-infrastructure/apache-icons
+
+
+3. Installation
+---------------
+
+3.1 Source
+----------
+
+ 1. sudo apt install imagemagick librsvg2-bin
+ 2. git clone https://github.com/open-infrastructure/apache-icons
+ 3. cd apache-icons && sudo make install
+
+
+4. Development
+--------------
+
+Bug reports, feature requests, and patches are welcome via Github:
+
+ * https://github.com/open-infrastructure/apache-icons
+
+Please base them against the 'next' Git branch using common sense:
+
+ * https://www.kernel.org/doc/Documentation/SubmittingPatches
+
+
+5. Authors
+----------
+
+ * Daniel Baumann <daniel.baumann@open-infrastructure.net>