Release 2.1.0, merged in 1313 to HEAD.
[htmlpurifier.git] / docs / index.html
blob8d295dda1313b03429e8f31ef004e9ef367ad1ef
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <meta name="description" content="Index to all HTML Purifier documentation." />
7 <link rel="stylesheet" type="text/css" href="./style.css" />
9 <title>Documentation - HTML Purifier</title>
11 </head>
12 <body>
14 <h1>Documentation</h1>
16 <p><strong><a href="http://htmlpurifier.org/">HTML Purifier</a></strong> has documentation for all types of people.
17 Here is an index of all of them.</p>
19 <h2>End-user</h2>
20 <p>End-user documentation that contains articles, tutorials and useful
21 information for casual developers using HTML Purifier.</p>
23 <dl>
25 <dt><a href="enduser-id.html">IDs</a></dt>
26 <dd>Explains various methods for allowing IDs in documents safely.</dd>
28 <dt><a href="enduser-youtube.html">Embedding YouTube videos</a></dt>
29 <dd>Explains how to safely allow the embedding of flash from trusted sites.</dd>
31 <dt><a href="enduser-slow.html">Speeding up HTML Purifier</a></dt>
32 <dd>Explains how to speed up HTML Purifier through caching or inbound filtering.</dd>
34 <dt><a href="enduser-utf8.html">UTF-8: The Secret of Character Encoding</a></dt>
35 <dd>Describes the rationale for using UTF-8, the ramifications otherwise, and how to make the switch.</dd>
37 <dt><a href="enduser-tidy.html">Tidy</a></dt>
38 <dd>Tutorial for tweaking HTML Purifier's Tidy-like behavior.</dd>
40 <dt><a href="enduser-customize.html">Customize</a></dt>
41 <dd>Tutorial for customizing HTML Purifier's tag and attribute sets.</dd>
43 <dt><a href="enduser-uri-filter.html">URI Filters</a></dt>
44 <dd>Tutorial for creating custom URI filters.</dd>
46 </dl>
48 <h2>Development</h2>
49 <p>Developer documentation detailing code issues, roadmaps and project
50 conventions.</p>
52 <dl>
54 <dt><a href="dev-progress.html">Implementation Progress</a></dt>
55 <dd>Tables detailing HTML element and CSS property implementation coverage.</dd>
57 <dt><a href="dev-naming.html">Naming Conventions</a></dt>
58 <dd>Defines class naming conventions.</dd>
60 <dt><a href="dev-optimization.html">Optimization</a></dt>
61 <dd>Discusses possible methods of optimizing HTML Purifier.</dd>
63 <dt><a href="dev-advanced-api.html">Advanced API</a></dt>
64 <dd>Functional specification for HTML Purifier's advanced API for defining
65 custom filtering behavior.</dd>
67 </dl>
69 <h2>Proposals</h2>
70 <p>Proposed features, as well as the associated rambling to get a clear
71 objective in place before attempted implementation.</p>
73 <dl>
74 <dt><a href="proposal-colors.html">Colors</a></dt>
75 <dd>Proposal to allow for color constraints.</dd>
76 </dl>
78 <h2>Reference</h2>
79 <p>Miscellaneous essays, research pieces and other reference type material
80 that may not directly discuss HTML Purifier.</p>
82 <dl>
83 <dt><a href="ref-devnetwork.html">DevNetwork Credits</a></dt>
84 <dd>Credits and links to DevNetwork forum topics.</dd>
85 </dl>
87 <h2>Internal memos</h2>
89 <p>Plaintext documents that are more for use by active developers of
90 the code. They may be upgraded to HTML files or stay as TXT scratchpads.</p>
92 <table class="table">
94 <thead><tr>
95 <th width="10%">Type</th>
96 <th width="20%">Name</th>
97 <th>Description</th>
98 </tr></thead>
100 <tbody>
102 <tr>
103 <td>End-user</td>
104 <td><a href="enduser-overview.txt">Overview</a></td>
105 <td>High level overview of the general control flow (mostly obsolete).</td>
106 </tr>
108 <tr>
109 <td>End-user</td>
110 <td><a href="enduser-security.txt">Security</a></td>
111 <td>Common security issues that may still arise (half-baked).</td>
112 </tr>
114 <tr>
115 <td>Development</td>
116 <td><a href="enduser-code-quality.txt">Code Quality Issues</a></td>
117 <td>Enumerates code quality issues and places that need to be refactored.</td>
118 </tr>
120 <tr>
121 <td>Proposal</td>
122 <td><a href="proposal-filter-levels.txt">Filter levels</a></td>
123 <td>Outlines details of projected configurable level of filtering.</td>
124 </tr>
126 <tr>
127 <td>Proposal</td>
128 <td><a href="proposal-language.txt">Language</a></td>
129 <td>Specification of I18N for error messages derived from MediaWiki (half-baked).</td>
130 </tr>
132 <tr>
133 <td>Proposal</td>
134 <td><a href="proposal-new-directives.txt">New directives</a></td>
135 <td>Assorted configuration options that could be implemented.</td>
136 </tr>
138 <tr>
139 <td>Reference</td>
140 <td><a href="ref-content-models.txt">Handling Content Model Changes</a></td>
141 <td>Discusses how to tidy up content model changes using custom ChildDef classes.</td>
142 </tr>
144 <tr>
145 <td>Reference</td>
146 <td><a href="ref-proprietary-tags.txt">Proprietary tags</a></td>
147 <td>List of vendor-specific tags we may want to transform to W3C compliant markup.</td>
148 </tr>
150 <tr>
151 <td>Reference</td>
152 <td><a href="ref-html-modularization.txt">Modularization of HTMLDefinition</a></td>
153 <td>Provides a high-level overview of the concepts behind HTMLModules.</td>
154 </tr>
156 <tr>
157 <td>Reference</td>
158 <td><a href="ref-whatwg.txt">WHATWG</a></td>
159 <td>How WHATWG plays into what we need to do.</td>
160 </tr>
162 </tbody>
164 </table>
166 <div id="version">$Id$</div>
167 </body>
168 </html>