Changes between Version 21 and Version 22 of NewbieGuide
- Timestamp:
- 01/12/07 14:06:40 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewbieGuide
v21 v22 7 7 == Getting Started == 8 8 9 You need to download the Xinha files - DownloadsPage - the latest stable release is recommended, as although the nightly release might have some improvements, it could also be broken which will make getting started a whole lot harder! '''***''' 10 11 '''*** Normally you would use the latest release, but at the time of writing this, you need to use the "nightly" for it to work''' 9 You need to download the Xinha files - DownloadsPage - the latest stable release is recommended, as although the nightly release might have some improvements, it could also be broken which will make getting started a whole lot harder! 12 10 13 11 == Install Files == … … 22 20 23 21 {{{ 22 #!text/html 24 23 <script type="text/javascript"> 25 24 _editor_url = "/xinha/" // (preferably absolute) URL (including trailing slash) where Xinha is installed … … 36 35 '''1)''' copying the text below into a new file called "my_config.js" and including this file using 37 36 {{{ 37 #!text/html 38 38 <script type="text/javascript" src="/xinha/my_config.js"></script> 39 39 }}} … … 43 43 44 44 {{{ 45 #!text/x-javascript 45 46 xinha_editors = null; 46 47 xinha_init = null; … … 152 153 153 154 {{{ 155 #!text/html 154 156 <textarea id="newbiearea1" name="newbiearea1" rows="10" cols="50" style="width: 100%"></textarea> 155 157 }}} … … 162 164 163 165 {{{ 166 #!text/x-javascript 164 167 /** STEP 2 *************************************************************** 165 168 * Now, what are the names of the textareas you will be turning into
