Update of /cvsroot/pydns/website
In directory usw-pr-cvs1:/tmp/cvs-serv16801
Modified Files:
docs.ht index.ht links.h
Added Files:
.cvsignore apps.ht downloads.ht faq.ht
Removed Files:
docs.html index.html
Log Message:
hm. hopefully ok now.
--- NEW FILE: .cvsignore ---
*.html
--- NEW FILE: apps.ht ---
Title: PyDNS Applications
Author-Email: pyd...@so...
Author: pydns-developer
<h2>Applications</h2>
<p>There are a number of small scripts in the tests directory that
implement various simple tasks. These will migrate into a proper
tools/ directory soon</p>
<h2>Third-party applications</h2>
There are some applications implemented with the help of PyDNS
(in alphabetical order):
<dl>
<dt>
<a href="http://www.web2ldap.de">web2ldap</a>
</dt>
<dd>
<p>
A web gateway to LDAP servers which uses <em>PyDNS</em>
to look up DNS SRV RR's for dc-style LDAP DNs.
</p>
</dd>
</dl>
--- NEW FILE: downloads.ht ---
Title: Downloading PyDNS
Author-Email: pyd...@so...
Author: pydns-developer
<h2>Downloads</h2>
<p>
pyDNS is currently only
<a href="http://sourceforge.net/cvs/?group_id=31674">
available via CVS</a>.
</p>
--- NEW FILE: faq.ht ---
Title: PyDNS FAQs
Author-Email: pyd...@so...
Author: pydns-developer
<h1>Frequently Asked Questions</h1>
<ol>
<li>
</li>
</ol>
Index: docs.ht
===================================================================
RCS file: /cvsroot/pydns/website/docs.ht,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** docs.ht 24 Apr 2002 08:49:21 -0000 1.1.1.1
--- docs.ht 24 Apr 2002 09:10:22 -0000 1.2
***************
*** 1,5 ****
--- 1,10 ----
Title: PyDNS Documentation
+ Author-Email: pyd...@so...
+ Author: pydns-developer
<h2>Related information</h2>
+
+ <h2>PyDNS docs</h2>
+ <p><i>tbd...</i></p>
<h2>RFCs</h2>
Index: index.ht
===================================================================
RCS file: /cvsroot/pydns/website/index.ht,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** index.ht 24 Apr 2002 08:49:21 -0000 1.1.1.1
--- index.ht 24 Apr 2002 09:10:22 -0000 1.2
***************
*** 1,9 ****
Title: PyDNS: DNS module for Python
<H2>What is PyDNS?</h2>
<p>
! PyDNS provides a module for looking up DNS entries
! with Python applications.
</p>
<h2>Mailing list</h2>
--- 1,18 ----
Title: PyDNS: DNS module for Python
+ Author-Email: pyd...@so...
+ Author: pydns-developer
<H2>What is PyDNS?</h2>
<p>
! PyDNS provides a module for performing DNS queries from python
! applications.
</p>
+
+ <p>Code is currently available from the PyDNS Sourceforge site,
+ accessible from the 'PyDNS @ SF' link on the top of the page.</p>
+
+ <h2>History, background</h2>
+ <p>This was originally based on Guido van Rossum's DNS library code,
+ but has drifted further and further away from it over time.</p>
<h2>Mailing list</h2>
Index: links.h
===================================================================
RCS file: /cvsroot/pydns/website/links.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** links.h 24 Apr 2002 08:49:21 -0000 1.1.1.1
--- links.h 24 Apr 2002 09:10:22 -0000 1.2
***************
*** 1,3 ****
--- 1,4 ----
<h3>PyDNS</h3>
+ <li><a href="index.html">Top</a>
<li><a href="downloads.html">Downloads</a>
<li><a href="docs.html">Docs</a>
--- docs.html DELETED ---
--- index.html DELETED ---
|