- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Tue, 08 Jun 2004 15:23:06 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv8715
Modified Files:
Tag: validator-0_6_0-branch
install.html
Log Message:
adding small paragraph on customizing look&feel
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -u -d -r1.1.2.13 -r1.1.2.14
--- install.html 18 May 2004 03:41:19 -0000 1.1.2.13
+++ install.html 8 Jun 2004 15:23:04 -0000 1.1.2.14
@@ -23,6 +23,7 @@
</ul>
</li>
<li><a href="#install-troubleshoot">Installation troubleshooting</a></li>
+ <li><a href="#post-install">Post-install options</a></li>
<li><a href="#credits">Credits and Acknowledgments</a></li>
</ul>
</div>
@@ -295,6 +296,14 @@
<p>Don't hesitate to contact the public mailing-list www-validator@w3.org with all the details
you can provide on what you did, tried, and what went wrong...</p>
+ <h3 id="post-install">Post-install options</h3>
+ <p>if the installation succeeded, you should be able to now use the Markup Validator on your own
+ system and network. You may want to give the validator a look and feel specific to your Web site.
+ The easiest way to achieve this is to edit <code>header.html</code> and <code>footer.html</code>
+ (in the <code>htdocs</code> directory), the header and footer markup snippets used to build all
+ pages for the validator.</p><p> You may also edit the Style Sheets (in the same directory),
+ especially <code>base.css</code> You may however want to avoid editing the other CSS files too
+ heavily, there is a risk you could make the output of the validator unusable.</p>
</div>
<div id="credits" class="stb">
Received on Tuesday, 8 June 2004 11:23:06 UTC