From 2df731bd3da9cb3699b930820dacde6015d6d7c1 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 14 Feb 2011 11:03:04 -0500 Subject: [PATCH 1/4] -updated doc files -small change to styles.css --- CREDITS | 2 +- INSTALL | 2 +- README | 11 ++--------- public/css/styles.css | 1 + 4 files changed, 5 insertions(+), 11 deletions(-) diff --git a/CREDITS b/CREDITS index e012fb03f..cfee3b715 100644 --- a/CREDITS +++ b/CREDITS @@ -25,7 +25,7 @@ Martin Konecny (martin.konecny@sourcefabric.org) Role:Software Developer Highlights: - New User Interface - - Scheduler + - Scheduler/Backend Daniel James Role: Documentor & QA diff --git a/INSTALL b/INSTALL index e09fde051..bfdc56753 100644 --- a/INSTALL +++ b/INSTALL @@ -23,7 +23,7 @@ -------------------------------------------------------------------------------- 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: http://wiki.sourcefabric.org/display/CC diff --git a/README b/README index 12d5f96e4..ed8ef9480 100644 --- a/README +++ b/README @@ -9,15 +9,8 @@ Major features: program material, create playlists, and schedule programming all via a web interface. * 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. 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 multimedia framework for clean, reliable, fast playback. * Open, extensible architecture. Stations are free to extend and alter @@ -27,7 +20,7 @@ Major features: 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: http://wiki.sourcefabric.org/display/CC/Airtime+Dev+Site diff --git a/public/css/styles.css b/public/css/styles.css index ef101fea8..26c2f8e6a 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -1169,6 +1169,7 @@ button, input { text-decoration:none; text-shadow: #343434 0px -1px; border-width:1px 0 1px 1px; + cursor:pointer; } .toggle-button:hover { background-color: #292929; From b29f3ed491a9fba7f7ab23322b6ba73e4cb468cc Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 14 Feb 2011 11:07:04 -0500 Subject: [PATCH 2/4] -small update to README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index ed8ef9480..111c0e95c 100644 --- a/README +++ b/README @@ -27,7 +27,7 @@ http://wiki.sourcefabric.org/display/CC/Airtime+Dev+Site 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 Bug Tracking: http://dev.sourcefabric.org Code view/review: http://code.sourcefabric.org From 4cb3f27fd28b4cc334fd9bd4b4c9f91055ba33af Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 14 Feb 2011 11:36:03 -0500 Subject: [PATCH 3/4] -updated id3 metatags From a76b7a5a97e6dbd6ab953d2cc685dee0e7abf2b4 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 14 Feb 2011 11:44:26 -0500 Subject: [PATCH 4/4] -license files and metadata change