Last change
on this file since 488 was
60,
checked in by niko, 15 years ago
|
ticket #98: new i18n-system:
- changed every use of HTMLArea.I18N to HTMLArea._lc-function
- implemented HTMLArea._loadlang
- converted all language-files into the new system
- converted all language-files into utf-8
- removed all jp-* language-files except jp-utf8.js (and renamed it into jp.js)
- removed all en.js-files (not needed by the new system)
- removed all empty i18n-files
|
File size:
782 bytes
|
Line | |
---|
1 | // Default configuration file for the htmlArea, HtmlTidy plugin |
---|
2 | // By Adam Wright, for The University of Western Australia |
---|
3 | // |
---|
4 | // Evertything you always wanted to know about HTML Tidy * |
---|
5 | // can be found at http://tidy.sourceforge.net/, and a |
---|
6 | // quick reference to the configuration options exists at |
---|
7 | // http://tidy.sourceforge.net/docs/quickref.html |
---|
8 | // |
---|
9 | // * But were afraid to ask |
---|
10 | // |
---|
11 | // Distributed under the same terms as HTMLArea itself. |
---|
12 | // This notice MUST stay intact for use (see license.txt). |
---|
13 | |
---|
14 | word-2000: yes |
---|
15 | clean: yes |
---|
16 | drop-font-tags: no |
---|
17 | doctype: auto |
---|
18 | drop-empty-paras: yes |
---|
19 | drop-proprietary-attributes: yes |
---|
20 | enclose-block-text: yes |
---|
21 | enclose-text: yes |
---|
22 | escape-cdata: yes |
---|
23 | logical-emphasis: yes |
---|
24 | indent: auto |
---|
25 | indent-spaces: 2 |
---|
26 | break-before-br: yes |
---|
27 | output-xhtml: yes |
---|
28 | |
---|
29 | force-output: yes |
---|
Note: See
TracBrowser
for help on using the repository browser.