source: main/trunk/greenstone3/bin/tidyconfig.cfg@ 29007

Last change on this file since 29007 was 29007, checked in by ak19, 10 years ago

Forgot to commit the config file used by HTML Tidy when run by GLI's FormatConversionDialog.java

File size: 1.0 KB
Line 
1// Config file for HTML tidy used by GLI's FormatConversionDialog.java
2// when converting GS2 format statements to GS3 format statements
3
4// See tidy.sourceforge.net/docs/quickref.html
5// See www.w3.org/People/Raggett/tidy/
6// Run as `tidy -config bin/tidyconfig.cfg -utf8`
7
8// Doesn't work, and the GLI java code looks for body> tag
9//show-body-only: yes
10// Doesn't work, but can pass -wrap 0 instead to make sure that the HTML which is output wraps
11// wrapping: 0
12
13output-xhtml: yes
14show-warnings: yes
15char-encoding: utf8
16new-inline-tags: format, gsf:template,gsf:variable,gsf:variable2,gsf:defaultClassifierNode,gsf:script,gsf:style,gsf:image,params,gsf:link,gsf:OID,gsf:rank,gsf:icon,gsf:equivlinkgs3,gsf:cgi-param,gsf:displayText,gsf:displayItem,gsf:interfaceText,gsf:collectionText,gsf:metadata,gsf:foreach-metadata,gsf:meta-value,getMetadataName,gsf:text,gsf:if-metadata-exists,gsf:choose-metadata,gsf:switch,gsf:when,gsf:otherwise,gsf:if,gsf:else,gsf:default,gsf:headMetaTags
17new-blocklevel-tags:
18new-empty-tags:
19new-pre-tags:
Note: See TracBrowser for help on using the repository browser.