mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 23:28:42 +00:00
[1.2.0] Revamp docs
- Style existing HTML files (taken from AuthTools) - Add svn:eol-style=native and svn:keywords=Id to all file - Add metadata to HTML files - Trim DevNetwork by using <base> git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@532 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
dec6c52695
commit
780c7fd309
@ -2,31 +2,41 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<meta name="description" content="Credits and links to DevNetwork forum topics." />
|
||||||
|
<link rel="stylesheet" type="text/css" href="./style.css" />
|
||||||
|
<base href="http://forums.devnetwork.net/" />
|
||||||
|
|
||||||
<title>DevNetwork Forums</title>
|
<title>DevNetwork Credits - HTML Purifier End-User Documentation</title>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<h1>DevNetwork Credits</h1>
|
||||||
|
|
||||||
<p>Many thanks to the DevNetwork community for answering questions,
|
<p>Many thanks to the DevNetwork community for answering questions,
|
||||||
theorizing about design, and offering encouragement during
|
theorizing about design, and offering encouragement during
|
||||||
the development of this library in these forum threads:</p>
|
the development of this library in these forum threads:</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://forums.devnetwork.net/viewtopic.php?t=52905">HTMLPurifier PHP Library hompeage</a></li>
|
<li><a href="viewtopic.php?t=52905">HTMLPurifier PHP Library hompeage</a></li>
|
||||||
<li><a href="http://forums.devnetwork.net/viewtopic.php?t=53056">How much of CSS to implement?</a></li>
|
<li><a href="viewtopic.php?t=53056">How much of CSS to implement?</a></li>
|
||||||
<li><a href="http://forums.devnetwork.net/viewtopic.php?t=53083">Parsing URL only according to URI : Security Risk?</a></li>
|
<li><a href="viewtopic.php?t=53083">Parsing URL only according to URI : Security Risk?</a></li>
|
||||||
<li><a href="http://forums.devnetwork.net/viewtopic.php?t=53096">Gimme a name : URI and friends</a></li>
|
<li><a href="viewtopic.php?t=53096">Gimme a name : URI and friends</a></li>
|
||||||
<li><a href="http://forums.devnetwork.net/viewtopic.php?t=53415">How to document configuration directives</a></li>
|
<li><a href="viewtopic.php?t=53415">How to document configuration directives</a></li>
|
||||||
<li><a href="http://forums.devnetwork.net/viewtopic.php?t=53479">IPv6</a></li>
|
<li><a href="viewtopic.php?t=53479">IPv6</a></li>
|
||||||
<li><a href="http://forums.devnetwork.net/viewtopic.php?t=53539">http and ftp versus news and mailto</a></li>
|
<li><a href="viewtopic.php?t=53539">http and ftp versus news and mailto</a></li>
|
||||||
<li><a href="http://forums.devnetwork.net/viewtopic.php?t=53579">HTMLPurifier - Take your best shot</a></li>
|
<li><a href="viewtopic.php?t=53579">HTMLPurifier - Take your best shot</a></li>
|
||||||
<li><a href="http://forums.devnetwork.net/viewtopic.php?t=53664">Need help optimizing a block of code</a></li>
|
<li><a href="viewtopic.php?t=53664">Need help optimizing a block of code</a></li>
|
||||||
<li><a href="http://forums.devnetwork.net/viewtopic.php?t=53861">Non-SGML characters</a></li>
|
<li><a href="viewtopic.php?t=53861">Non-SGML characters</a></li>
|
||||||
<li><a href="http://forums.devnetwork.net/viewtopic.php?t=54283">Wordpress makes me cry</a></li>
|
<li><a href="viewtopic.php?t=54283">Wordpress makes me cry</a></li>
|
||||||
<li><a href="http://forums.devnetwork.net/viewtopic.php?t=54478">Parameter Object vs. Parameter Array vs. Parameter Functions</a></li>
|
<li><a href="viewtopic.php?t=54478">Parameter Object vs. Parameter Array vs. Parameter Functions</a></li>
|
||||||
<li><a href="http://forums.devnetwork.net/viewtopic.php?t=54521">Convert encoding where output cannot represent characters</a></li>
|
<li><a href="viewtopic.php?t=54521">Convert encoding where output cannot represent characters</a></li>
|
||||||
<li><a href="http://forums.devnetwork.net/viewtopic.php?t=56411">Reporting errors in a document without line numbers</a></li>
|
<li><a href="viewtopic.php?t=56411">Reporting errors in a document without line numbers</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<p>...as well as any I may have forgotten.</p>
|
||||||
|
|
||||||
|
<div id="version">$Id$</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -2,8 +2,11 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<meta name="description" content="Tables assessing implementation coverage of HTML Purifier." />
|
||||||
|
<link rel="stylesheet" type="text/css" href="./style.css" />
|
||||||
|
|
||||||
<title>HTMLPurifier Progress</title>
|
<title>Implementation Progress - HTML Purifier End-User Documentation</title>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
@ -25,7 +28,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
|
|||||||
|
|
||||||
</head><body>
|
</head><body>
|
||||||
|
|
||||||
<h1>HTMLPurifier Progress</h1>
|
<h1>Implementation Progress</h1>
|
||||||
|
|
||||||
<h2>Key</h2>
|
<h2>Key</h2>
|
||||||
|
|
||||||
@ -38,7 +41,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
|
|||||||
<tr><td class="feature">Feature, requires extra work</td></tr>
|
<tr><td class="feature">Feature, requires extra work</td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
|
|
||||||
<h3>CSS</h3>
|
<h2>CSS</h3>
|
||||||
|
|
||||||
<table cellspacing="0">
|
<table cellspacing="0">
|
||||||
|
|
||||||
|
28
docs/style.css
Normal file
28
docs/style.css
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
html {font-size:1em; font-family:serif; }
|
||||||
|
body {margin-left:4em; margin-right:4em; }
|
||||||
|
|
||||||
|
dt {font-weight:bold; }
|
||||||
|
pre {margin-left:2em; }
|
||||||
|
pre, code, tt {font-family:monospace; font-size:1em; }
|
||||||
|
|
||||||
|
h1 {text-align:center; font-family:Garamond, serif;
|
||||||
|
font-variant:small-caps;}
|
||||||
|
h2 {border-bottom:1px solid #CCC; font-family:sans-serif; font-weight:normal;
|
||||||
|
font-size:1.3em;}
|
||||||
|
h3 {font-family:sans-serif; font-size:1.1em; font-weight:bold; }
|
||||||
|
h4 {font-family:sans-serif; font-size:0.9em; font-weight:bold; }
|
||||||
|
|
||||||
|
/* Used for special "See also" links. */
|
||||||
|
.reference {font-style:italic;margin-left:2em;}
|
||||||
|
|
||||||
|
/* Marks off asides, discussions on why something is the way it is */
|
||||||
|
.aside {margin-left:2em; font-family:sans-serif; font-size:0.9em; }
|
||||||
|
|
||||||
|
/* A regular table */
|
||||||
|
.table {border-collapse:collapse; border-bottom:2px solid #888; margin-left:2em; }
|
||||||
|
.table thead th {margin:0; background:#888; color:#FFF; }
|
||||||
|
.table thead th:first-child {-moz-border-radius-topleft:1em;}
|
||||||
|
.table tbody td {border-bottom:1px solid #CCC; padding-right:0.6em;padding-left:0.6em;}
|
||||||
|
|
||||||
|
/* Contains, without exception, $Id$, for SVN version info. */
|
||||||
|
#version {text-align:right; font-style:italic; }
|
Loading…
Reference in New Issue
Block a user