mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-20 16:00:26 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1620 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
0ca8b21af7
commit
5129294238
5 changed files with 14 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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&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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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: "open source license".</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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue