/usr/share/doc/red5/html/libraries.html is in red5-doc 1.0~svn4374-3.
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 | <html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Chapter 5. Red5 Libraries</title><link rel="stylesheet" type="text/css" href="html.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Red5 - Reference Documentation"><link rel="up" href="getting-started.html" title="Part I. Getting Started"><link rel="prev" href="migration-guide.html" title="Chapter 4. Migration Guide"><link rel="next" href="building.html" title="Chapter 6. Building Red5"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div xmlns="http://www.w3.org/TR/xhtml1/transitional" style="background-color:white;border:none;height:73px;border:1px solid black;"><a style="border:none;" href="http://osflash.org/red5" title="Red5 Open Source Flash Server"><img style="border:none;" src="images/red5-banner.png"></img></a><a style="border:none;" href="http://osflash.org/red5" title="Red5 Open Source Flash Server"><img style="border:none;position:absolute;padding-top:5px;right:42px;" src="images/red5-banner-logo.png"></img></a></div><div class="chapter"><div class="titlepage"><div><div><h2 class="title"><a name="libraries"></a>Chapter 5. Red5 Libraries</h2></div></div></div>
<div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d5e976"></a>5.1. Spring scripting support</h2></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<p>
<a class="ulink" href="http://www.mozilla.org/rhino/" target="_top">http://www.mozilla.org/rhino/</a>
</p>
</li><li class="listitem">
<p>
<a class="ulink" href="http://static.springframework.org/spring/docs/2.0.2/reference/dynamic-language.html#dynamic" target="_top">http://static.springframework.org/spring/docs/2.0.2/reference/dynamic-language.html#dynamic</a>
</p>
</li><li class="listitem">
<p>spring-support.jar </p>
</li></ul></div>
</div>
<div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d5e987"></a>5.2. Groovy</h2></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<p>
<a class="ulink" href="http://groovy.codehaus.org/" target="_top">http://groovy.codehaus.org/</a>
</p>
</li><li class="listitem">
<p>asm-2.2.2.jar </p>
</li><li class="listitem">
<p>antlr-2.7.6.jar </p>
</li><li class="listitem">
<p>groovy-1.0.jar</p>
</li></ul></div>
</div>
<div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d5e999"></a>5.3. Beanshell</h2></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<p>
<a class="ulink" href="http://www.beanshell.org/" target="_top">http://www.beanshell.org/</a>
</p>
</li><li class="listitem">
<p>bsh-2.0b5.jar </p>
</li><li class="listitem">
<p>cglib-nodep-2.1_3.jar </p>
</li></ul></div>
</div>
<div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d5e1009"></a>5.4. Ruby</h2></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<p>
<a class="ulink" href="http://jruby.codehaus.org/" target="_top">http://jruby.codehaus.org/</a>
</p>
</li><li class="listitem">
<p>jruby.jar </p>
</li><li class="listitem">
<p>cglib-nodep-2.1_3.jar </p>
</li></ul></div>
</div>
<div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d5e1019"></a>5.5. Jython / Python</h2></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<p>
<a class="ulink" href="http://www.jython.org/Project/index.html" target="_top">http://www.jython.org/Project/index.html</a>
</p>
</li><li class="listitem">
<p>jython.jar </p>
</li></ul></div>
</div>
<div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d5e1027"></a>5.6. Java 5 Libraries</h2></div></div></div>
<p>The following are need for Java 5 only:</p>
</div>
<div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d5e1030"></a>5.7. Script related JSR's</h2></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<p>jsr-223-1.0-pr.jar </p>
</li><li class="listitem">
<p>jsr173_1.0_api.jar </p>
</li></ul></div>
</div>
<div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d5e1037"></a>5.8. Javascript / Rhino</h2></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<p>
<a class="ulink" href="http://www.mozilla.org/rhino/" target="_top">http://www.mozilla.org/rhino/</a>
</p>
</li><li class="listitem">
<p>js.jar </p>
</li><li class="listitem">
<p>xbean.jar - needed for E4X </p>
</li></ul></div>
</div>
</div><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="migration-guide.html">Prev</a> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right"> <a accesskey="n" href="building.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 4. Migration Guide </td><td width="20%" align="center"><span style="color:white;font-size:90%;"><a href="http://osflash.org/red5" title="Red5">Red5 Open Source Flash Server</a></span></td><td width="40%" align="right" valign="top"> Chapter 6. Building Red5</td></tr></table></div></body></html>
|