[Icecast-dev] Small documentation patch

Myke Place mp
Thu Jul 22 12:52:20 PDT 2004


Based on Oddsock's information and my experience trying to brew some
custom XSLT transformations, I've added a few lines to
icecast2_admin.html which might save Icecast admins some time when
attempting to create custom transforms. Please modify as you see fit
and/or correct any errors. Hope this helps...

-mp

(Patch attached in svn diff, hopefully this is the proper format for
Icecast patch submissions.)
-------------- next part --------------
Index: icecast2_admin.html
===================================================================
--- icecast2_admin.html	(revision 7259)
+++ icecast2_admin.html	(working copy)
@@ -114,6 +114,8 @@
http://192.168.1.10:8000/admin/stats.xsl
</pre>
<p>From this URL all of the other admin functions can be exercised.</p>
+<p>Modification of existing XSLT transforms in /admin is allowed, but new files cannot be created here. Creation of new XSLT transforms as well as modification of existing transforms is allowed in /web. These work using the document returned by /admin/stats.xml. To see the XML document that is applied to each admin XSLT, just change the .xsl to .xml in your request (i.e. /admin/listclients.xml). You can then code your XSLT transform accordingly.
+<br>
</div>
</body>
</html>


More information about the Icecast-dev mailing list