git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1620 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-08-28 17:41:34 +00:00
parent 0ca8b21af7
commit 5129294238
5 changed files with 14 additions and 18 deletions

View file

@ -13,15 +13,8 @@ all: $(HTMLFILES)
nav: all
python bfknav.py
apidocs:
# epydoc --html -o devel/api --name "LinkChecker Development" --url ../../devel.html ../linkcheck ../test
homepage: nav apidocs
homepage: nav
cp *.html *.css *.jpg *.png $(HTMLDIR)/htdocs
cp devel/*.html devel/*.diff $(HTMLDIR)/htdocs/devel
cp misc/*.html $(HTMLDIR)/htdocs/misc
cp -r devel/api $(HTMLDIR)/htdocs/devel
clean:
rm -f $(NAVFILES) $(HTMLFILES) *.pyc *.pyo

View file

@ -109,12 +109,13 @@ Other supported languages are 'nl' (Nederlands) and 'fr' (français).</p>
<p>You can help to translate LinkChecker by copying the included
<tt class="literal"><span class="pre">linkchecker.pot</span></tt> file to <tt class="literal"><span class="pre">language.po</span></tt>, translate it and
send it to me.</p>
<p><a class="reference" href="http://sourceforge.net/"><img align="right" alt="SourceForge Logo" height="31" src="http://sourceforge.net/sflogo.php?group_id=1913&amp;type=1" width="88" /></a></p>
</div>
</div>
</div>
<hr class="footer" />
<div class="footer">
Generated on: 2004-08-28 13:04 UTC.
Generated on: 2004-08-28 17:38 UTC.
</div>
</body>
</html>

View file

@ -90,3 +90,11 @@ Other supported languages are 'nl' (Nederlands) and 'fr' (fran
You can help to translate LinkChecker by copying the included
``linkchecker.pot`` file to ``language.po``, translate it and
send it to me.
.. image:: http://sourceforge.net/sflogo.php?group_id=1913&type=1
:align: right
:target: http://sourceforge.net/
:alt: SourceForge Logo
:width: 88
:height: 31

View file

@ -34,7 +34,7 @@ window.onload = function() {
<h1 class="title">Other link checkers</h1>
<div class="document" id="other-link-checkers">
<p>If LinkChecker does not fit your requirements, you can check out the
competition. All of these programs have also an <a href="#id1" name="id2"><span class="problematic" id="id2">`Open Source license`_</span></a>
competition. All of these programs have also an <a class="reference" href="http://www.opensource.org/licenses/">Open Source license</a>
like LinkChecker.</p>
<ul class="simple">
<li><a class="reference" href="http://degraaff.org/checkbot/">checkbot</a> written in Perl</li>
@ -48,16 +48,10 @@ like LinkChecker.</p>
<li><a class="reference" href="http://www.mired.org/webcheck/">webcheck</a> written in Python</li>
<li><a class="reference" href="http://cgi.linuxfocus.org/~guido/index.html#webgrep">webgrep</a> written in Perl</li>
</ul>
<div class="system-messages section">
<h1><a>Docutils System Messages</a></h1>
<div class="system-message" id="id1">
<p class="system-message-title">System Message: <a name="id1">ERROR/3</a> (<tt>other.txt</tt>, line 8); <em><a href="#id2">backlink</a></em></p>
Unknown target name: &quot;open source license&quot;.</div>
</div>
</div>
<hr class="footer" />
<div class="footer">
Generated on: 2004-08-28 17:28 UTC.
Generated on: 2004-08-28 17:41 UTC.
</div>
</body>
</html>

View file

@ -9,7 +9,7 @@ If LinkChecker does not fit your requirements, you can check out the
competition. All of these programs have also an `Open Source license`_
like LinkChecker.
.. _`Open Source licenses`:
.. _`Open Source license`:
http://www.opensource.org/licenses/
- `checkbot`_ written in Perl