Changeset 11022 for dotorg

Show
Ignore:
Timestamp:
02/25/2008 11:07:38 PM (5 months ago)
Author:
dave
Message:

Make docutils for BEPs point to svn.bittorrent.org rather than svn.bittorrent.com.

add forum to introduction.

Location:
dotorg/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • dotorg/trunk/docutils/docutils/transforms/beps.py

    r10535 r11022  
    3838    # disambiguate between peps and beps for specifying the base url. 
    3939    bep_url = 'bep-%04d' 
    40     bep_cvs_url = ('https://svn.bittorrent.com/trac.cgi/browser/dotorg/trunk/html/beps/bep_%04d.rst') 
     40    bep_cvs_url = ('https://svn.bittorrent.org/trac.cgi/browser/dotorg/trunk/html/beps/bep_%04d.rst') 
    4141    #bep_cvs_url = ('http://svn.bittorrent.com/view/*checkout*' 
    4242    #               '/peps/trunk/bep-%04d.txt') 
  • dotorg/trunk/html/introduction.html

    r10780 r11022  
    2020<li><a href="./beps/bep_0000.html">For Developers</a></li> 
    2121<!-- <li><a href="./blog.html">Blog</a></li> --> 
     22<li><a href="http://forum.bittorrent.org"> Forums </li> 
    2223<li><a href="./donate.html">Donate!</a></li> 
    2324</ul>