| Version 19 (modified by ray, 6 years ago) |
|---|
Download Xinha
Release Packages
| Package | Release (date) | Filename | Size | Type |
|---|---|---|---|---|
| Notes | ||||
| Xinha | ||||
| Hotfix | Xinha 0.91beta-hotfix (2007-01-13) | |||
| Xinha0.91beta-hotfix2.zip | 47,7 KB | zip | ||
This hotfix includes the files XinhaCore.js, htmlarea.js, and plugins/SuperClean/super-clean.js, where were found to cause to show minor problems with compression.
To update overwrite the files in your installation with the new versions.
the packages below already contain this fix.
Note: The compression provides considerable advantages, but it will break some things (beta software), so please create a ticket if you experience any problems.
- 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
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
