From 158ad1dd1896d4d8871927c11903d6efaa81c2b8 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 11 Oct 2010 11:05:03 +0100 Subject: [PATCH] Updated manpages with Sourcefabric and FLOSS Manuals URLs --- debian/campcaster-import.1 | 35 ++++++++++++++++------------------- debian/campcaster-scheduler.1 | 35 ++++++++++++++++------------------- debian/campcaster-studio.1 | 32 +++++++++++++++++--------------- 3 files changed, 49 insertions(+), 53 deletions(-) diff --git a/debian/campcaster-import.1 b/debian/campcaster-import.1 index 495325824..7cabf66aa 100644 --- a/debian/campcaster-import.1 +++ b/debian/campcaster-import.1 @@ -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 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 from +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 , for the Debian project (and may be used by others). diff --git a/debian/campcaster-scheduler.1 b/debian/campcaster-scheduler.1 index 6e4cbac12..bfe57dbf4 100644 --- a/debian/campcaster-scheduler.1 +++ b/debian/campcaster-scheduler.1 @@ -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 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 , for the Debian project (and may be used by others). diff --git a/debian/campcaster-studio.1 b/debian/campcaster-studio.1 index 603631c0c..0d94ed827 100644 --- a/debian/campcaster-studio.1 +++ b/debian/campcaster-studio.1 @@ -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\-STUDIO 1 "February 4, 2010" +.TH CAMPCASTER\-STUDIO 1 "October 5, 2010" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -21,37 +21,39 @@ .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) +.nh .SH NAME -campcaster-studio \- graphical interface to campcaster radio station +campcaster-studio \- native interface for Campcaster .SH SYNOPSIS .B campcaster-studio .SH DESCRIPTION -campcaster-studio is a desktop application which connect to the -campcaster-server and allows you to do live shows or schedule automated +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 is the first free and open radio management software, providing +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 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. .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 the Web -component has a much more robust interface for handling automated scheduling. .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 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: +.URL "http://campcaster.sourcefabric.org/" "campcaster.sourcefabric.org". .PP This manual page was written by Robin Gareus , for the Debian project (and may be used by others).