Skip to content

Commit

Permalink
corrected examples
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5688 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
borg-0300 committed Mar 9, 2009
1 parent d64836c commit acbdac1
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions htroot/Blacklist_p.html
Expand Up @@ -75,13 +75,15 @@ <h3>Active list: #(disabled)#<em>#[currentBlacklist]#</em>::<span class="error">
<input type="submit" name="addBlacklistEntry" value="Add URL pattern" />
</div>
<ul>
<li>domain/fullpath</li>
<li>domain/.* or <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html">regexpr</a></li>
<li>*.domain/.* or <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html">regexpr</a></li>
<li>domain.*/.* or <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html">regexpr</a></li>
<li>*.sub.domain/.* or <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html">regexpr</a></li>
<li>sub.domain.*/.* or <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html">regexpr</a></li>
</ul>
<li>domain.net/fullpath</li>
<li>domain.net/*</li>
<li>*.domain.net/*</li>
<li>*.sub.domain.net/*</li>
<li>sub.domain.*/*</li>
<li>domain.*/*</li>
<li>a complete <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html">regex</a> (slow)</li>
</ul>

</form>

<form name="editBlacklistPatterns" action="Blacklist_p.html" method="post" enctype="multipart/form-data">
Expand Down

0 comments on commit acbdac1

Please sign in to comment.