| Version 16 (modified by ray, 6 years ago) |
|---|
Download Xinha
Release Packages
| Package | Release (date) | Filename | Size | Type |
|---|---|---|---|---|
| Notes | ||||
| Xinha | ||||
| Latest | Xinha 0.91beta (2007-01-12) | |||
| Xinha_0.91beta.tar.gz | 1,04 MB | gzipped tar | ||
| Xinha_0.91beta.zip | 1,32 MB | zip | ||
- changed namespace from HTMLArea to Xinha
- the core file is now named XinhaCore.js instead of htmlarea.js,
please change your pages accordingly (the htmlarea.js will be removed!) - the color picker script is now loaded on demand to reduce initial loading time
#!html </td> </tr> <!--RELEASE--> <tr style="background-color:#dbdbdb"> <td></td> <td colspan="4">Xinha 0.9beta <small>(2007-01-11) </small></td> </tr> <tr> <td colspan="2" > </td> <td ><a href="http://svn.xinha.python-hosting.com/releases/0.9beta/Xinha_0.9beta.tar.gz">Xinha_0.9beta.tar.gz</a> </td> <td >1,01 MB</td> <td >gzipped tar</td> </tr> <tr class="show" id="pkg0_1rel0_2"> <td colspan="2"> </td> <td><a href="http://svn.xinha.python-hosting.com/releases/0.9beta/Xinha_0.9beta.zip">Xinha_0.9beta.zip</a></td> <td>1,30 MB </td> <td>zip</td> </tr> </tbody> <tfoot><tr><td colspan="5"> </td></tr></tfoot> </table>
The archives contain compressed JavaScript files to reduce loading time.
If you want to mod Xinha please check out the svn
http://svn.xinha.python-hosting.com/tags
Note: The compression provides considerable advantages, but it MIGHT break some things, so please create a ticket if you experience any problems.
Nightly Package
The bleeding edge of Xinha is available as a nightly zip file. It might have new features, it might also be broken.
SVN Checkout
The SVN repository is open for public read. Simply point your preferred SVN client to
http://svn.xinha.python-hosting.com/trunk/
for example, using the command line SVN client
~$ svn co http://svn.xinha.python-hosting.com/trunk/ xinha
Old Versions
Old versions are not available pre-packaged, but you can easily grab them from the Subversion Repository. Released versions will be tagged in repository/tags, eg
~$ svn co http://svn.xinha.python-hosting.com/tags/0.9beta
