Merge branch 'master' of dev.sourcefabric.org:campcaster
This commit is contained in:
commit
9a2063052f
2
CREDITS
2
CREDITS
|
@ -25,7 +25,7 @@ Martin Konecny (martin.konecny@sourcefabric.org)
|
||||||
Role:Software Developer
|
Role:Software Developer
|
||||||
Highlights:
|
Highlights:
|
||||||
- New User Interface
|
- New User Interface
|
||||||
- Scheduler
|
- Scheduler/Backend
|
||||||
|
|
||||||
Daniel James
|
Daniel James
|
||||||
Role: Documentor & QA
|
Role: Documentor & QA
|
||||||
|
|
2
INSTALL
2
INSTALL
|
@ -23,7 +23,7 @@
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Please see this page for a typical user install:
|
Please see this page for a typical user install:
|
||||||
http://en.flossmanuals.net/Airtime
|
http://www.sourcefabric.org/en/products/airtime_manuals/
|
||||||
|
|
||||||
If you are a developer, see this page:
|
If you are a developer, see this page:
|
||||||
http://wiki.sourcefabric.org/display/CC
|
http://wiki.sourcefabric.org/display/CC
|
||||||
|
|
13
README
13
README
|
@ -9,15 +9,8 @@ Major features:
|
||||||
program material, create playlists, and schedule programming all via
|
program material, create playlists, and schedule programming all via
|
||||||
a web interface.
|
a web interface.
|
||||||
* Automation. Airtime has a scheduler function that enables users to
|
* Automation. Airtime has a scheduler function that enables users to
|
||||||
set playlists for playback at a date and time of their choosing.
|
set shows with playlists for playback at a date and time of their choosing.
|
||||||
Playlists can be played back multiple times.
|
Playlists can be played back multiple times.
|
||||||
* Playlists. Airtime allows users to create playlists that can be
|
|
||||||
either played on-demand in the Studio or in automated mode. Playlists
|
|
||||||
can be nested inside each other, so for example, a playlist with a
|
|
||||||
block of ads can be inside of a playlist with a music program.
|
|
||||||
* Centralized archives of station program material. Station personnel
|
|
||||||
have a searchable, browseable central archive that is accessible both
|
|
||||||
in the office and via the web.
|
|
||||||
* Solid, fast playback. Airtime uses the open source Liquidsoap
|
* Solid, fast playback. Airtime uses the open source Liquidsoap
|
||||||
multimedia framework for clean, reliable, fast playback.
|
multimedia framework for clean, reliable, fast playback.
|
||||||
* Open, extensible architecture. Stations are free to extend and alter
|
* Open, extensible architecture. Stations are free to extend and alter
|
||||||
|
@ -27,14 +20,14 @@ Major features:
|
||||||
INSTALLATION
|
INSTALLATION
|
||||||
------------
|
------------
|
||||||
Please see this page for a typical user installation:
|
Please see this page for a typical user installation:
|
||||||
http://en.flossmanuals.net/Airtime
|
http://www.sourcefabric.org/en/products/airtime_manuals/
|
||||||
|
|
||||||
If you are a developer, please see this page:
|
If you are a developer, please see this page:
|
||||||
http://wiki.sourcefabric.org/display/CC/Airtime+Dev+Site
|
http://wiki.sourcefabric.org/display/CC/Airtime+Dev+Site
|
||||||
|
|
||||||
Quick links to our resources
|
Quick links to our resources
|
||||||
----------------------------
|
----------------------------
|
||||||
User Manual: http://en.flossmanuals.net/Airtime/Introduction
|
User Manual: http://www.sourcefabric.org/en/products/airtime_manuals/
|
||||||
Forums and mailing lists: http://forum.sourcefabric.org
|
Forums and mailing lists: http://forum.sourcefabric.org
|
||||||
Bug Tracking: http://dev.sourcefabric.org
|
Bug Tracking: http://dev.sourcefabric.org
|
||||||
Code view/review: http://code.sourcefabric.org
|
Code view/review: http://code.sourcefabric.org
|
||||||
|
|
|
@ -1169,6 +1169,7 @@ button, input {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
text-shadow: #343434 0px -1px;
|
text-shadow: #343434 0px -1px;
|
||||||
border-width:1px 0 1px 1px;
|
border-width:1px 0 1px 1px;
|
||||||
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
.toggle-button:hover {
|
.toggle-button:hover {
|
||||||
background-color: #292929;
|
background-color: #292929;
|
||||||
|
|
Loading…
Reference in New Issue