|
Revision 84, 1.4 kB
(checked in by yermol, 7 years ago)
|
|
_ddt() trace system now writes to a popup window resulting in much faster execution.
_ddt() messages now identifiy file, line and source of trace message.
_ddt() popup window has "add hr" link
ddtpreprop.php script added to patch in file and line numbers.
full_example-body.html and simple_example.html bugfix to not double-call xinha-init.
simple_example.html now only loads a single Xinha instance.
|
| Line | |
|---|
| 1 | |
|---|
| 2 | Xinha Unified Backend Branch. |
|---|
| 3 | |
|---|
| 4 | by: Yermo Lamers of DTLink,LLC |
|---|
| 5 | http://www.formvista.com/contact.html |
|---|
| 6 | |
|---|
| 7 | The Unified Backend Branch code has been released under the same terms |
|---|
| 8 | as HTMLAREA itself. For license information please see license.txt. |
|---|
| 9 | |
|---|
| 10 | If you have any questions or comments about this branch of Xinha development |
|---|
| 11 | please post to the Xinha forums or you can use the contact form above. |
|---|
| 12 | |
|---|
| 13 | ------------------------------------------------------------------------------ |
|---|
| 14 | |
|---|
| 15 | This version of Xinha is known as the unified backend branch. The main difference |
|---|
| 16 | between it and standard Xinha is that all client to server communications |
|---|
| 17 | will be routed through a single backend script. This should make integration of Xinha |
|---|
| 18 | into mod_rewrite environments much easier and less error prone. |
|---|
| 19 | |
|---|
| 20 | In part because I am new both to this kind of Javascript development and Xinha itself, |
|---|
| 21 | I've reorganized Xinha to make the code easier for me to understand. htmlarea.js |
|---|
| 22 | has been extensively edited (hacked and/or broken beyond repair depending on your |
|---|
| 23 | point of view). |
|---|
| 24 | |
|---|
| 25 | JavaDoc style headers have been added to all methods in addition to extensive |
|---|
| 26 | debugging trace messages. |
|---|
| 27 | |
|---|
| 28 | A number of scripts have been being added to make the codebase more manageable. |
|---|
| 29 | See the README_DEVELOPERS.txt for more information. |
|---|
| 30 | |
|---|
| 31 | For more information see: |
|---|
| 32 | |
|---|
| 33 | INSTALL.txt |
|---|
| 34 | README_DEVELOPERS.txt |
|---|
| 35 | index.html |
|---|
| 36 | docs/index.html |
|---|
| 37 | |
|---|
| 38 | As of 2005-04-15 this is a development snapshot. |
|---|