==================
-----------------
-0. Requirements
+Requirements
-----------------
Telemeta is designed to run on Linux and other UNIX based architectures.
Other needed librairies are listed below.
-----------------------
-1. Install the software
+Install the software
-----------------------
Install the dependencies
--------------------------
-2. Create a Django project
+Create a Django project
--------------------------
If you haven't already done it, start a new django project::
-----------------------------------------
-3. Create the media and cache directories
+Create the media and cache directories
-----------------------------------------
We need 2 directories for media and caching::
----------------------------------
-4. Configure the telemeta project
+Configure the telemeta project
----------------------------------
Edit the file settings.py in a text editor.
--------------------------
-5. Initialize the database
+Initialize the database
--------------------------
This synchronizes the DB with the model::
----------------------
-6. Configure your urls
+Configure your urls
----------------------
Add this dictionary to get Javascript translation::
--------------------
-7. Start the project
+Start the project
--------------------
We are ready to start the telemeta server::
-----------
-8. Test it
+Test it
-----------
Go to this URL with your browser::
http://localhost:9000
+
+Configure the site domain name in admin > general admin > sites
+
Test it and enjoy it !
+--------------------------
+Template customization
+--------------------------
+Please see ::
+
+ http://telemeta.org/wiki/InterfaceCustomization
+
+
--------------------------
-9. Deploy it with Apache
+Deploy it with Apache 2
--------------------------
If you want to use Telemeta through a web server, it is highly recommended to use Apache 2
You can find an example of an Apache2 VirtualHost conf file there::
- conf/examples/apache2/telemeta.conf
+ example/apache2/telemeta.conf
-------------------------
-10. Contact / More infos
+Contact / More infos
-------------------------
See README and http://telemeta.org.
padding:2px;
}
.markerdiv .ts-marker{
- background-image: url(../images/marker_tiny.png'); text-align: center; min-width:3ex;
+ background-image: url('../images/marker_tiny.png'); text-align: center; min-width:3ex;
}
.markerdiv .ts-marker, .markerdiv .markersdivOffset, .markerdiv .markersdivTitle, .markerdiv .markersdivAddPlaylist, .markerdiv .markersdivEdit{margin-right:.8ex;}
.markerdiv div a, .markerdiv div a:visited, .markerdiv div a:hover{