[Twisted-Python] links to .xhtml files in doc/index.html

Lee Harr missive at hotmail.com
Sat Apr 19 17:03:12 EDT 2003


Hi;

Is there a reason why the links to the sections in doc/index.html point
to .xhtml files instead of the .html files that are actually there?

Here is a patch that I applied to my local copy of the docs. It makes
more sense to me this way....


16:58 >cvs diff -u index.html
Index: index.html
===================================================================
RCS file: /cvs/Twisted/doc/index.html,v
retrieving revision 1.4
diff -u -r1.4 index.html
--- index.html  11 Feb 2003 00:32:35 -0000      1.4
+++ index.html  19 Apr 2003 20:56:49 -0000
@@ -2,12 +2,12 @@
<h1>Start</h1>

<ul>
-<li><a href="howto/index.xhtml">HOWTOs</a></li>
+<li><a href="howto/index.html">HOWTOs</a></li>
<li><a href="api/index.html">API reference</a></li>
<li><a href="examples/index.html">Examples</a></li>
<li><a href="historic/index.html">Documents of historical 
importance</a></li>
-<li><a href="man/index.xhtml">Manual pages</a></li>
-<li><a href="specifications/index.xhtml">Specifications</a></li>
-<li><a href="vision/index.xhtml">Philosophical papers</a></li>
+<li><a href="man/index.html">Manual pages</a></li>
+<li><a href="specifications/index.html">Specifications</a></li>
+<li><a href="vision/index.html">Philosophical papers</a></li>
</ul>
</body></html>


_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail





More information about the Twisted-Python mailing list