mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-03 05:11:52 +00:00
[1.4.0] Add some nicer styling to the configuration documentation. Also update NEWS.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@654 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
cf1d868782
commit
462d3ab72f
2
NEWS
2
NEWS
@ -14,6 +14,8 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
|
|||||||
! Implemented background-image, background-repeat and background-attachment
|
! Implemented background-image, background-repeat and background-attachment
|
||||||
CSS properties. background shorthand property HAS NOT been extended
|
CSS properties. background shorthand property HAS NOT been extended
|
||||||
to allow these, and background-position IS NOT implemented yet.
|
to allow these, and background-position IS NOT implemented yet.
|
||||||
|
! Configuration documentation looks nicer
|
||||||
|
! Added smoketest 'all.php', which loads all other smoketests via frames
|
||||||
. Implemented AttrDef_CSSURI for url(http://google.com) style declarations
|
. Implemented AttrDef_CSSURI for url(http://google.com) style declarations
|
||||||
|
|
||||||
1.3.3, unknown release date, likely to be dropped
|
1.3.3, unknown release date, likely to be dropped
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
body {margin:1em 4em;}
|
||||||
|
|
||||||
table {border-collapse:collapse;}
|
table {border-collapse:collapse;}
|
||||||
table td, table th {padding:0.2em;}
|
table td, table th {padding:0.2em;}
|
||||||
|
|
||||||
@ -8,3 +11,14 @@ table.constraints td pre {margin:0;}
|
|||||||
|
|
||||||
#toc {list-style-type:none; font-weight:bold;}
|
#toc {list-style-type:none; font-weight:bold;}
|
||||||
#toc ul {list-style-type:disc; font-weight:normal;}
|
#toc ul {list-style-type:disc; font-weight:normal;}
|
||||||
|
|
||||||
|
.description p {margin-top:0;margin-bottom:1em;}
|
||||||
|
|
||||||
|
#library, h1 {text-align:center; font-family:Garamond, serif;
|
||||||
|
font-variant:small-caps;}
|
||||||
|
#library {font-size:1em;}
|
||||||
|
h1 {margin-top:0;}
|
||||||
|
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; }
|
||||||
|
@ -18,12 +18,13 @@
|
|||||||
<xsl:template match="/">
|
<xsl:template match="/">
|
||||||
<html lang="en" xml:lang="en">
|
<html lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title><xsl:value-of select="/configdoc/title" /> Configuration Documentation</title>
|
<title>Configuration Documentation - <xsl:value-of select="/configdoc/title" /></title>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
|
||||||
<link rel="stylesheet" type="text/css" href="styles/plain.css" />
|
<link rel="stylesheet" type="text/css" href="styles/plain.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1><xsl:value-of select="/configdoc/title" /> Configuration Documentation</h1>
|
<div id="library"><xsl:value-of select="/configdoc/title" /></div>
|
||||||
|
<h1>Configuration Documentation</h1>
|
||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<ul id="toc">
|
<ul id="toc">
|
||||||
<xsl:apply-templates mode="toc" />
|
<xsl:apply-templates mode="toc" />
|
||||||
|
Loading…
Reference in New Issue
Block a user