Update documentation
This commit is contained in:
parent
bd029f4b8c
commit
098940ef6c
BIN
README.pdf
BIN
README.pdf
Binary file not shown.
19
README.txt
19
README.txt
@ -1,7 +1,7 @@
|
|||||||
Blogthon
|
Blogthon
|
||||||
========
|
========
|
||||||
Stefan Ritter <xeno@thehappy.de>
|
Stefan Ritter <xeno@thehappy.de>
|
||||||
:Date: 2011-07-13
|
:Date: 2012-01-21
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
@ -11,9 +11,9 @@ your choice. After that you have to symlink the following files/directories into
|
|||||||
your webroot:
|
your webroot:
|
||||||
|
|
||||||
* blogthon.cgi
|
* blogthon.cgi
|
||||||
* styles
|
|
||||||
* .htaccess (Apache)
|
* .htaccess (Apache)
|
||||||
* error.css
|
* error.css
|
||||||
|
* styles
|
||||||
|
|
||||||
Then create 3 directories and 1 empty file:
|
Then create 3 directories and 1 empty file:
|
||||||
|
|
||||||
@ -101,3 +101,18 @@ To add a link to your linklist, just add a line to the linklist file:
|
|||||||
http://some/link Name of your link
|
http://some/link Name of your link
|
||||||
|
|
||||||
Of course you can use empty lines to split different sorts of links.
|
Of course you can use empty lines to split different sorts of links.
|
||||||
|
|
||||||
|
Tags
|
||||||
|
~~~~
|
||||||
|
The first line in entries can (not must!) contain tags. Here's an example:
|
||||||
|
|
||||||
|
+tag1 +tag2 +another tag
|
||||||
|
|
||||||
|
Unfortunately you have to create the index for all tags manually:
|
||||||
|
[source,sh]
|
||||||
|
$ ./blogthon.cgi -t
|
||||||
|
|
||||||
|
Additional header lines
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
If you want to add some lines between the <head> tags, you can place them into
|
||||||
|
styles/$yourstyle/header.txt.
|
||||||
|
Loading…
Reference in New Issue
Block a user