[Python-checkins] CVS: python/nondist/sf-html index.html,1.6,1.7

Fred L. Drake python-dev@python.org
Wed, 18 Oct 2000 09:00:46 -0700


Update of /cvsroot/python/python/nondist/sf-html
In directory slayer.i.sourceforge.net:/tmp/cvs-serv30651

Modified Files:
	index.html 
Log Message:

Point link to development version of the docs to python.sourceforge.net.
Clean up the presentation a little bit.


Index: index.html
===================================================================
RCS file: /cvsroot/python/python/nondist/sf-html/index.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** index.html	2000/10/09 19:21:06	1.6
--- index.html	2000/10/18 16:00:44	1.7
***************
*** 4,8 ****
  <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
!   <title>Python Sites</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  </head>
--- 4,8 ----
  <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
!   <title>Python @ SourceForge</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  </head>
***************
*** 11,32 ****
  alink="#FF0000">
  <h3><a href="http://www.python.org"><img src="py.gif" alt="Python" border="0"
! height="79" width="254" /></a><img src="at.gif" alt="at" border="0"
  height="79" width="84" /><a href="http://sourceforge.net"><img src="sf.gif"
  alt="SourceForge" border="0" height="79" width="124" /></a></h3>
  
! <a href="http://sourceforge.net/projects/python/">Python Project Page</a> -
! CVS repository,  Python Developers and the Patch Manager. <br />
! <a href="peps/">Python Enhancement Proposals</a> - Information on new language
! features <br />
! <a href="sf-faq.html">Python at SourceForge FAQ</a> - Tips on CVS, SSH and
! patch submission
  
  <h3>External links</h3>
  <a href="http://www.python.org">Python Language Website</a> - Documentation,
  Downloads, News and lots of other resources for the Python language. <br />
! <a href="ftp://python.beopen.com/pub/docco/devel/index.html" >Development
! version of the documentation</a> - Straight from Fred's working files. <br />
  <a href="http://pythonlabs.com">PythonLabs.com</a> - Python's core development
  team and its plans for Python development. <br />
!  </body>
  </html>
--- 11,48 ----
  alink="#FF0000">
  <h3><a href="http://www.python.org"><img src="py.gif" alt="Python" border="0"
! height="79" width="254" /></a><img src="at.gif" alt=" at " border="0"
  height="79" width="84" /><a href="http://sourceforge.net"><img src="sf.gif"
  alt="SourceForge" border="0" height="79" width="124" /></a></h3>
  
! <ul>
! <li>
! <a href="http://sourceforge.net/projects/python/">Python Project Page</a>
! - CVS repository,  Python Developers and the Patch Manager. <br />
  
+ <li>
+ <a href="peps/">Python Enhancement Proposals</a>
+ - Information on new language features <br />
+ 
+ <li>
+ <a href="sf-faq.html">Python at SourceForge FAQ</a>
+ - Tips on CVS, SSH and patch submission <br />
+ 
+ <li>
+ <a href="devel-docs/">Development version of the documentation</a>
+ - Straight from Fred's working files. <br />
+ </ul>
+ 
  <h3>External links</h3>
+ 
+ <ul>
+ <li>
  <a href="http://www.python.org">Python Language Website</a> - Documentation,
  Downloads, News and lots of other resources for the Python language. <br />
! 
! <li>
  <a href="http://pythonlabs.com">PythonLabs.com</a> - Python's core development
  team and its plans for Python development. <br />
! </ul>
! 
! </body>
  </html>