Add a security warning about large frame sizes.
[xiph/unicode.git] / icebreaker / README
blob45e5214579b1bc83c4cf646a3e9856c6840bbe14
1 Icebreaker is a playlist authoring and scheduling system designed for use with Icecast and Ices.
2 It features a web frontend based on TurboGears. For more information visit http://wiki.xiph.org/index.php/Icebreaker
4 Requirements:
6 Python >=2.4 http://www.python.org/download/
7 TurboGears >=1.0 http://www.turbogears.org/download/
8 Select-shuttle >=1.2 http://cheeseshop.python.org/pypi/Select-Shuttle
10 Installation/Testing:
12 Icebreaker is currently in a non-working, incomplete state.
13 That said, follow the steps below to get Icebreaker running.
15 1. Install required packages.
16 2. Checkout code from https://svn.xiph.org/trunk/icebreaker
17 3. Navigate to the Icebreaker directory, and run:
18         $ python start-icebreaker.py
19    You should then be able to access Icebreaker at http://localhost:8080
20 4. See TurboGears docs at http://docs.turbogears.org/1.0/ for the ins and outs of TurboGears.
21 5. In the Icebreaker directory, run:
22         $ tg-admin toolbox
23    You will get a nice web interface where you can play around at http://localhost:7654.
24 6.