From 8351fbaaadfe8382855ef973c6d8a29cb94f790d Mon Sep 17 00:00:00 2001
From: yomguy <>
Date: Wed, 29 Apr 2009 19:07:56 +0000
Subject: [PATCH] fix colophon, add new templates
---
css/telecaster.css | 5 +-
etc/apache2/default.conf | 63 +++++++++++++++++++++++++
etc/telecaster_cellar_mp3.xml | 31 ++++++++++++
etc/telecaster_default_broadcasting.xml | 49 +++++++++++++++++++
4 files changed, 146 insertions(+), 2 deletions(-)
create mode 100644 etc/apache2/default.conf
create mode 100644 etc/telecaster_cellar_mp3.xml
create mode 100644 etc/telecaster_default_broadcasting.xml
diff --git a/css/telecaster.css b/css/telecaster.css
index b65354f..b1a9e5f 100644
--- a/css/telecaster.css
+++ b/css/telecaster.css
@@ -34,14 +34,15 @@ div.tools { background-color: #030250;
}
div.colophon { background-color: transparent;
- color: #FFFFFF;
+ color: #000000;
font-size: 80%;
float: right;
padding: 0.5em 0px 0px 1em;
font: 0.8125em/1em Verdana, sans-serif;
}
-div.colophon a { color: #FFFFFF;
+div.colophon a { color: #000000;
+
}
div.title { background-color: #030250;
diff --git a/etc/apache2/default.conf b/etc/apache2/default.conf
new file mode 100644
index 0000000..27967c0
--- /dev/null
+++ b/etc/apache2/default.conf
@@ -0,0 +1,63 @@
+NameVirtualHost *:80
+
+ ServerAdmin webmaster@localhost
+ DocumentRoot /var/www/
+
+ # TELECASTER : You must load suexec apache2 module !
+ SuexecUserGroup ardour ardour
+
+
+ Options FollowSymLinks
+ AllowOverride None
+
+
+ Options Indexes FollowSymLinks MultiViews
+ AllowOverride None
+ Order allow,deny
+ allow from all
+ # This directive allows us to have apache2's default start page
+ # in /apache2-default/, but still have / go to the right place
+
+ # TELECASTER : if you need direct access...
+ RedirectMatch ^/$ /telecaster/telecaster.py
+
+
+ # TELECASTER alias
+ Alias /telecaster/ /var/www/telecaster/
+
+ AllowOverride All
+ AddHandler cgi-script cgi py
+ Options ExecCGI
+ Order allow,deny
+ Allow from all
+
+
+ # DEFAULT CONF
+ # Possible values include: debug, info, notice, warn, error, crit,
+ # alert, emerg.
+ LogLevel warn
+
+ CustomLog /var/log/apache2/access.log combined
+ ServerSignature On
+ ErrorLog /var/log/apache2/error.log
+
+
+ Alias /doc/ "/usr/share/doc/"
+
+ Options Indexes MultiViews FollowSymLinks
+ AllowOverride None
+ Order deny,allow
+ Deny from all
+ Allow from 127.0.0.0/255.0.0.0 ::1/128
+
+
+ ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
+
+ AllowOverride None
+ Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
+ Order allow,deny
+ Allow from all
+
+
+
+
diff --git a/etc/telecaster_cellar_mp3.xml b/etc/telecaster_cellar_mp3.xml
new file mode 100644
index 0000000..775f135
--- /dev/null
+++ b/etc/telecaster_cellar_mp3.xml
@@ -0,0 +1,31 @@
+
+
+ Cellar_Parisson_LIVE
+ Cellar_Parisson_LIVE
+ Cellar Studio LIVE Streams - House and Techno free samples
+ http://cellar.parisson.com
+ Techno
+ 1
+
+
+ parisson.com
+ 8000
+ source2parisson
+ 0
+ /var/www/telecaster/
+ etc/Cellar_Parisson_LIVE.cfg
+ lock/telecaster.lock
+ localhost/tmp/
+
+
+ true
+ /home/ardour/telecaster/media
+ /home/ardour/telecaster/backup
+ mp3
+ 192
+ 2
+ 44100
+ 2
+ 1
+
+
diff --git a/etc/telecaster_default_broadcasting.xml b/etc/telecaster_default_broadcasting.xml
new file mode 100644
index 0000000..f2d6781
--- /dev/null
+++ b/etc/telecaster_default_broadcasting.xml
@@ -0,0 +1,49 @@
+
+ http://cellar.parisson.com
+ Cellar LIVE streams from Parisson Stutios - Sweet Funky House for your ears !
+ 8000
+
+ Audio
+
+
+ Recording
+
+
+ Broadcasting
+
+
+
+
+ Computer
+
+
+ Languages
+
+
+ Open source systems
+
+
+
+
+ Physics
+
+
+ Mechanics
+
+
+ Acoustics
+
+
+
+
+ Ethnology
+
+
+ Ethomusicology
+
+
+ Documentation
+
+
+
+
--
2.39.5