]> git.parisson.com Git - telecaster-server.git/commitdiff
Add default school
authoryomguy <>
Wed, 28 Nov 2007 22:47:04 +0000 (22:47 +0000)
committeryomguy <>
Wed, 28 Nov 2007 22:47:04 +0000 (22:47 +0000)
etc/default.xml [new file with mode: 0644]
etc/teleoddcast.cfg
etc/teleoddcast.xml

diff --git a/etc/default.xml b/etc/default.xml
new file mode 100644 (file)
index 0000000..22a72ab
--- /dev/null
@@ -0,0 +1,49 @@
+<teleoddcast>
+    <url>http://localhost</url>
+    <title>School Example</title>
+    <port>8000</port>
+    <department>
+        <name>Audio</name>
+        <courses>
+            <course>
+                <name>Course 1</name>
+            </course>
+            <course>
+                <name>Course 2</name>
+            </course>
+        </courses>
+    </department>
+    <department>
+        <name>Computer</name>
+        <courses>
+            <course>
+                <name>Course 1</name>
+            </course>
+            <course>
+                <name>Course 2</name>
+            </course>
+        </courses>
+    </department>
+    <department>
+        <name>Physics</name>
+        <courses>
+            <course>
+                <name>Course 1</name>
+            </course>
+            <course>
+                <name>Course 2</name>
+            </course>
+        </courses>
+    </department>
+    <department>
+        <name>Sociology</name>
+        <courses>
+            <course>
+                <name>Course 1</name>
+            </course>
+            <course>
+                <name>Course 1</name>
+            </course>
+        </courses>
+    </department>
+</teleoddcast>
index 66bd487e4314e1cfc6577cca8a6cd2b41ceebc7a..eb7f7f03a7069357f10df864bfd3d31608736198 100644 (file)
@@ -1,7 +1,7 @@
 Server=localhost
 Port=8000
 ServerPassword=source2parisson
-ServerMountpoint=/My_station_-_CRFPA_-_Note_de_synthese_-_Corrections.ogg
+ServerMountpoint=/My_station_-_CRFPA_-_Procedure_civile_-_Cours.ogg
 ServerPublic=0
 AutomaticReconnectSecs=10
 Encode=OggVorbis
@@ -13,8 +13,8 @@ ServerType=Icecast2
 ExternalFile=/home/pre-barreau/augustins/audio/
 #YP Settings
 ServerStreamURL=http://www.pre-barreau.com
-ServerName=My_station_-_CRFPA_-_Note_de_synthese_-_Corrections_-_1
-ServerDescription=My_station_-_CRFPA_-_Note_de_synthese_-_Corrections_-_1_-_azdf_-_zaed
+ServerName=My_station_-_CRFPA_-_Procedure_civile_-_Cours_-_1
+ServerDescription=My_station_-_CRFPA_-_Procedure_civile_-_Cours_-_1_-_rth_-_rtjh
 ServerGenre=Teaching
 #Advanced Settings
 LogLevel=1
index b054974e8171cfcf15374df1fa833120d29900e8..9ca8cdcc6cd8a572a5da35082677b06b09a1ecd7 100644 (file)
@@ -12,7 +12,7 @@
             <port>8000</port>
             <sourcepassword>source2parisson</sourcepassword>
             <public>1</public>
-            <root_dir>/var/www/cgi-bin/teleoddcast/</root_dir>
+            <root_dir>/var/www/teleoddcast/</root_dir>
             <odd_conf_file>etc/teleoddcast.cfg</odd_conf_file>
             <lock_file>lock/teleoddcast.lock</lock_file>
         </server>