/usr/share/doc/liquidsoap/html/documentation.html is in liquidsoap 1.1.1-6ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 | <?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML \
1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
<title>Liquidsoap :: Liquidsoap documentation</title>
<link href="css/style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo">
<h1>Liquidsoap</h1>
<h2>audio stream generation</h2>
</div>
<div>
<ul id="menu">
<li id="menu-about">
<a href="index.html">about</a></li>
<li id="menu-doc-index">
<a href="documentation.html">documentation</a></li>
<li id="menu-doc-api">
<a href="reference.html">API</a></li>
<li id="menu-doc-snippets">
<a href="scripts/index.html">snippets</a></li>
<li id="menu-developers">
<a href="https://github.com/savonet/liquidsoap/issues">developers</a></li>
</ul>
</div>
</div>
<div id="content"><div>
<h3>Documentation index</h3>
<p>
<b>How to use</b>: Start with the <a href="quick_start.html">quickstart</a> and make sure you
learn <a href="help.html">how to find help</a>. Then it's as you like: go for another
<a href="#general">general tutorial</a>, or a <a href="#specific">specific example</a>, pick a <a href="#core">basic
notion</a>, or some examples from the <a href="cookbook.html">cookbook</a>. If you've
understood all you need, just browse the <a href="reference.html">reference</a> and compose
your dream stream.
</p>
<p>
If you downloaded a source tarball of liquidsoap, you may first read the
<a href="build.html">build instructions</a>.
</p>
<p>
If you are looking for a way to build a distribution-independant bundle of
liquidsoap, you may want to read the <a href="custom-path.html">custom path</a> page.
</p>
<h4><a name="general">General tutorials</a></h4>
<ul>
<li>
<a href="quick_start.html">Quickstart</a>: where anyone should start.</li>
<li>
<a href="on2.html">ON2 tutorial</a>: a in-depth tutorial of Liquidsoap from scratch.</li>
<li>
<a href="complete_case.html">Complete case analysis</a>: an example that is not a toy.</li>
<li>
<a href="advanced.html">Advanced</a>: overview of more advanced features for serious usage.</li>
<li>
<a href="help.html">How to find help</a> about operators, settings, server commands, etc.</li>
<li>
<a href="cookbook.html">Cookbook</a>: contains lots of idiomatic examples.</li>
<li>
<a href="faq.html">Frequently Asked Questions, Troubleshooting</a></li>
</ul>
<h4><a name="reference">Reference</a></h4>
<ul>
<li>
<a href="reference.html">API reference</a>: All the builtin functions of liquidsoap.</li>
<li>
<a href="settings.html">Settings</a>: The list of available settings for liquidsoap.</li>
<li>
<a href="language.html">Script language</a>: A more detailed presentation.</li>
<li>
<a href="encoding_formats.html">Encoding formats</a>: The available formats for encoding outputs.</li>
<li>
<a href="playlist_parsers.html">Playlist parsers</a>: Supported playlist formats.</li>
<li>
<a href="json.html">JSON import/export</a>: Importing and exporting language values in JSON.</li>
<li>
<a href="ladspa.html">LADSPA plugins</a>: Using LADSPA plugins.</li>
</ul>
<h4><a name="core">Core</a></h4>
<ul>
<li>
Basic concepts: <a href="sources.html">sources</a>, <a href="clocks.html">clocks</a> and <a href="requests.html">requests</a>.</li>
<li>
<a href="stream_content.html">Stream contents</a>: what kind of streams are supported, and how.</li>
<li>
<a href="script_loading.html">Script loading</a>: load several scripts, learn about the script library.</li>
<li>
<a href="phases.html">Execution phases</a></li>
</ul>
<h4><a name="specific">Specific tutorials</a></h4>
<ul>
<li>
<a href="blank.html">Blank detection</a></li>
<li>
<a href="metadata.html">Customize metadata</a></li>
<li>
<a href="seek.html">Seek and cue support</a>: seek and set cue-in and cue-out points in sources.</li>
<li>
<a href="external_decoders.html">External decoders</a>: use an external program for decoding audio files.</li>
<li>
<a href="external_streams.html">External streams</a>: use an external program for streaming audio data.</li>
<li>
<a href="external_encoders.html">External encoders</a>: use an external audio encoding program.</li>
<li>
<a href="http_input.html">HTTP input</a>: relay external streams.</li>
<li>
<a href="harbor.html">Harbor input</a>: receive streams from icecast and shoutcast source clients.</li>
<li>
<a href="harbor_http.html">Interaction with the Harbor</a>: interact with a running Liquidsoap using the Harbor server.</li>
<li>
<a href="server.html">Interaction with the server</a> interact with a running Liquidsoap instance using the telnet server.</li>
<li>
<a href="icy_metadata.html">ICY metadata update</a>: manipulate and configure metadata update in Icecast.</li>
<li>
<a href="replay_gain.html">Normalization and replay gain</a>: normalize audio data.</li>
<li>
<a href="request_sources.html">Requests-based sources</a>: create advanced sources using requests.</li>
<li>
<a href="shoutcast.html">Shoutcast output</a>: output to shoutcast.</li>
<li>
<a href="dynamic_sources.html">Dynamic source creation</a>: dynamically create sources using server requests.</li>
<li>
<a href="smartcrossfade.html">Smart crossfading</a>: define custom crossfade transitions.</li>
<li>
<a href="in_production.html">Using in production</a>: integrate liquidsoap scripts in a production environment.</li>
<li>
<a href="flows.html">Liquid Flows</a>: add your radio to the <a href="http://flows.liquidsoap.fm/" target="_blank">webpage</a> of proud users.</li>
<li>
<a href="video.html">Videos streams</a>: why restrict yourself to sound only?</li>
</ul>
<h4><a name="users">User scripts</a></h4>
<ul>
<li>
<a href="bubble.html">Bubble</a>: a simple example of a database interface as a custom protocol.</li>
<li>
<a href="geekradio.html">Geekradio</a></li>
<li>
<a href="radiopi.html">RadioPi</a></li>
<li>
<a href="dolebrai.html">Dolebraï</a></li>
<li>
<a href="kube.html">Kube</a></li>
<li>
<a href="frequence3.html">Frequence3</a></li>
<li>
<a href="radio-nova.html">Listen to Radio Nova</a></li>
<li>
<a href="video-static.html">Video with a single static image</a></li>
<li>
<a href="split-cue.html">Split a CUE sheet</a></li>
</ul>
<h4>Code snippets</h4>
<ul>
<li>
<a href="scripts/index.html">Code example index</a></li>
</ul>
<h4>Behind the curtains</h4>
<ul>
<li>
<a href="../publications.html">Some presentations and publications</a> explaining the theory underlying Liquidsoap</li>
<li>
<a href="../modules.html">OCaml libraries</a> used in Liquidsoap, that can be reused in other projects</li>
<li>
<a href="../modules/liquidsoap/index.html">Documentation of some internals</a> of Liquidsoap</li>
<li>
<a href="../previously.html">Documentation for previous versions</a></li>
</ul>
</div></div>
<div>
<div id="footer"> 2003-2013 Savonet team</div>
</div>
</div>
</body></html>
|