diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/distroplat.conf.example | 50 | ||||
| -rw-r--r-- | data/news.txt.example | 6 | ||||
| -rw-r--r-- | data/servers.txt.example | 2 | ||||
| -rw-r--r-- | data/users.txt.example | 1 |
4 files changed, 59 insertions, 0 deletions
diff --git a/data/distroplat.conf.example b/data/distroplat.conf.example new file mode 100644 index 0000000..6b2b529 --- /dev/null +++ b/data/distroplat.conf.example @@ -0,0 +1,50 @@ +# Distroplat configuration file + +# Set this to your server hostname +cgiroot = localhost +appname = distroplat + +# background colour of your platter. +colour = 5959AB +# original green eye death +# colour = 00c000 + +# number of minutes between trawls of a server +mintrawl = 0 + + +# links to various rocketman media. later versions may crash catastrophically if these are not defined +audioRocketman = http://localhost/platter/William%20Shatner%20-%20Rocketman.mp3 +videoRocketman = http://localhost/platter/William%20Shatner%20-%20Rocketman.mpg + +# uncomment the line below to get debug messages, and output all pages as text/plain +# debug + +# all music filetypes +[music] +mp3 +wma +wav +ogg +aac +ram +rm + +# video filetypes +[video] +mpg +mpeg +rv +qt +mov +avi + +# and the shortcut +[shortcut] +psc + +# special folders not counted as artists +[customfolders] +Compilations +Soundtracks +Theme Tunes diff --git a/data/news.txt.example b/data/news.txt.example new file mode 100644 index 0000000..493aba3 --- /dev/null +++ b/data/news.txt.example @@ -0,0 +1,6 @@ +Caption under picture . . . +[News Headline] +Some news about<br> +your platter +[More News] +Some more. diff --git a/data/servers.txt.example b/data/servers.txt.example new file mode 100644 index 0000000..87d1e11 --- /dev/null +++ b/data/servers.txt.example @@ -0,0 +1,2 @@ +Test localhost/platter + diff --git a/data/users.txt.example b/data/users.txt.example new file mode 100644 index 0000000..1c791fb --- /dev/null +++ b/data/users.txt.example @@ -0,0 +1 @@ +localhost;You;10.0.0.1 |
