Merge branch 'master' of dev.sourcefabric.org:campcaster

This commit is contained in:
paul.baranowski 2010-10-11 17:24:16 +02:00
commit b72a121b3c
5 changed files with 97 additions and 44 deletions

10
README
View File

@ -50,15 +50,15 @@ Major features of Campcaster:
INSTALLATION
------------
Please see this page for typical user install:
Please see this page for a typical user installation:
http://en.flossmanuals.net/Campcaster
If you are developer, see this page:
If you are a developer, please see this page:
http://wiki.sourcefabric.org/display/CC/Campcaster+Dev+Site
Quick links to our resources
----------------------------
User Manual: http://en.flossmanuals.net/CampCaster/Introduction
User Manual: http://en.flossmanuals.net/Campcaster/Introduction
Forums and mailing lists: http://forum.sourcefabric.org
Bug Tracking: http://dev.sourcefabric.org
Code view/review: http://code.sourcefabric.org
@ -73,8 +73,8 @@ Quick links to our resources
Copyright (c) 2010 Sourcefabric O.P.S.
This file is part of the Campcaster project.
http://campcaster.campware.org/
To report bugs, send an e-mail to bugs@campware.org
http://campcaster.sourcefabric.org/
To report bugs, send an e-mail to campcaster-support@lists.sourcefabric.org
Campcaster is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -8,7 +8,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH CAMPCASTER\-IMPORT 1 "February 4, 2010"
.TH CAMPCASTER\-IMPORT 1 "October 5, 2010"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@ -21,13 +21,14 @@
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.nh
.SH NAME
campcaster-import \- import audio files into campcaster
campcaster-import \- batch upload files to Campcaster storage
.SH SYNOPSIS
.B campcaster-scheduler
.B campcaster-import
.RI "[-h] -l|-c" " FILES_OR_DIRS"
.SH DESCRIPTION
This tool allows to batch upload audio files into the campcaster-radio system.
This tool enables users to batch upload audio files to the Campcaster storage server.
There are two ways to import audio files into Campcaster: linking or copying.
You need to specify how to import the files by using either
.B \-l
@ -43,30 +44,26 @@ imported files from their current locations on disk.
.PP
Copying has the advantage that you can do whatever you like with
the source files after you import them, but has the disadvantage
that it requires doubling the hard drive space needed to store
your files.
that it requires double the disk space needed to store your files.
.PP
Campcaster is the first free and open radio management software, providing
Campcaster is free and open radio management software, providing
live studio broadcast capabilities as well as the remote automation in one
integrated system. The scalability of Campcaster allows implementation in a
number of use scenarios, ranging from an unmanned broadcast unit accessed from
remote through the Internet to a local network of Campcaster machines inside a
number of use scenarios, ranging from an unmanned broadcast unit accessed
via the Internet to a local network of Campcaster machines inside a
radio station handling live broadcasts and delivering program automation by
accessing a central audio storage system. Campcaster is capable of combining
local audio files and remote web streams, supporting the widely used MP3 format
and the open equivalent OGG Vorbis.
.SH SEE ALSO
.URL "http://code.campware.org/manuals/campcaster/1.4/" "online manual" ,
.BR campcaster-studio (1),
.BR campcaster-scheduler (1),
.\".BR campcaster-backup (1).
.\".BR campcaster-restore (1).
.SH AUTHOR
Campcaster was written by the Media Develoment Loan Fund (MDLF) at the Center
for Advanced Media\-Prague (CAMP).
.URL "http://en.flossmanuals.net/campcaster/" "Online manual" ,
.br
For full credits see
.URL "http://www.campware.org/en/camp/about_campware/619/" "campware.org" .
.BR campcaster-studio (1),
.BR campcaster-scheduler (1).
.SH AUTHOR
Campcaster was written by Sourcefabric with the support of the Media Develoment
Loan Fund. For full credits see the
.URL "http://campcaster.sourcefabric.org/" "Campcaster homepage" .
.PP
This manual page was written by Robin Gareus <robin@gareus.org>,
for the Debian project (and may be used by others).

View File

@ -8,7 +8,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH CAMPCASTER\-SCHEDULER 1 "February 4, 2010"
.TH CAMPCASTER\-SCHEDULER 1 "October 5, 2010"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@ -21,42 +21,39 @@
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.nh
.SH NAME
campcaster-scheduler \- graphical interface to campcaster radio station
campcaster-scheduler \- Script controlling the Campcaster scheduling daemon
.SH SYNOPSIS
.B campcaster-scheduler
.RI start|stop|restart|status|install|uninstall|kill
.SH DESCRIPTION
This is the daemon behind the campcaster-radio-system which is usually launched
during boot with administrator privileges. However this tool is also used to
This script controls the Campcaster scheduler daemon, which is usually
launched during boot with administrator privileges. However, this tool is also used to
query the current status of the server or perform administrative tasks.
.PP
The campcaster-scheduler plays songs at their designated time and provides an
XML-RPC interface for the Scheduler, which can be accessed via web/HTML
interface or via the campcaster-studio GUI.
The scheduler daemon starts playlists at their designated time and provides an
XML-RPC interface, which can be accessed via the Campcaster web interface or via the
campcaster-studio GUI.
.PP
Campcaster is the first free and open radio management software, providing
Campcaster is free and open radio management software, providing
live studio broadcast capabilities as well as the remote automation in one
integrated system. The scalability of Campcaster allows implementation in a
number of use scenarios, ranging from an unmanned broadcast unit accessed from
remote through the Internet to a local network of Campcaster machines inside a
number of use scenarios, ranging from an unmanned broadcast unit accessed via
the Internet to a local network of Campcaster machines inside a
radio station handling live broadcasts and delivering program automation by
accessing a central audio storage system. Campcaster is capable of combining
local audio files and remote web streams, supporting the widely used MP3 format
and the open equivalent OGG Vorbis.
.SH SEE ALSO
.URL "http://code.campware.org/manuals/campcaster/1.4/" "online manual" ,
.URL "http://en.flossmanuals.net/campcaster/" "Online manual",
.br
.BR campcaster-studio (1),
.BR campcaster-import (1).
.\".BR campcaster-backup (1).
.\".BR campcaster-restore (1).
.BR campcaster-restore (1).
.SH AUTHOR
Campcaster was written by the Media Develoment Loan Fund (MDLF) at the Center
for Advanced Media\-Prague (CAMP).
.br
For full credits see
.URL "http://www.campware.org/en/camp/about_campware/619/" "campware.org" .
Campcaster was written by Sourcefabric, with the support of the Media Develoment
Loan Fund. For full credits see the
.URL "http://campcaster.sourcefabric.org/" "Campcaster homepage".
.PP
This manual page was written by Robin Gareus <robin@gareus.org>,
for the Debian project (and may be used by others).

59
debian/campcaster-studio.1 vendored Normal file
View File

@ -0,0 +1,59 @@
.\" Hey, EMACS: -*- nroff -*-
.\" URL Macro
.de URL
\\$2 \(laURL: \\$1 \(ra\\$3
..
.if \n[.g] .mso www.tmac
.\"
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH CAMPCASTER\-STUDIO 1 "October 5, 2010"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.nh
.SH NAME
campcaster-studio \- native interface for Campcaster
.SH SYNOPSIS
.B campcaster-studio
.SH DESCRIPTION
campcaster-studio is a desktop application which connects to the
Campcaster server and enables you to broadcast live shows or schedule automated
playback.
.PP
Campcaster Studio is mainly targeted at doing live shows, though it is possible
to do automated scheduling through this interface as well. Note that Campcaster Web
has a much more robust interface for handling automated scheduling.
.PP
Campcaster is free and open radio management software, providing
live studio broadcast capabilities as well as the remote automation in one
integrated system. The scalability of Campcaster allows implementation in a
number of use scenarios, ranging from an unmanned broadcast unit accessed via
the Internet to a local network of Campcaster machines inside a
radio station handling live broadcasts and delivering program automation by
accessing a central audio storage system. Campcaster is capable of combining
local audio files and remote web streams, supporting the widely used MP3 format
and the open equivalent OGG Vorbis.
.PP
.SH SEE ALSO
.URL "http://en.flossmanuals.net/campcaster/" "Online manual" ,
.br
.BR campcaster-scheduler (1),
.BR campcaster-import (1).
.SH AUTHOR
Campcaster was written by Sourcefabric with the support of the Media Develoment
Loan Fund. For full credits see:
.URL "http://campcaster.sourcefabric.org/" "campcaster.sourcefabric.org".
.PP
This manual page was written by Robin Gareus <robin@gareus.org>,
for the Debian project (and may be used by others).

2
debian/control vendored
View File

@ -46,7 +46,7 @@ Build-Depends: debhelper (>= 7.0.50~),
php-db,
libserial-dev (>= 0.5.2)
Standards-Version: 3.8.4
Homepage: http://campware.org/en/camp/campcaster_news/
Homepage: http://campcaster.sourcefabric.org/
Package: campcaster-libs