diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-02-24 22:05:09 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-02-24 22:05:09 +0000 |
| commit | 89d8e824ed38c952ac78f48c901e81f2c324deec (patch) | |
| tree | 5d6bf42dfe25d170cd775e7cf1bcda9b4d8e079d /htroot/IndexControlURLs_p.html | |
| parent | 0f6fa804ff1a84b21a09bdbeddf2b001acbd4d50 (diff) | |
memory protection for URLAnalysis
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5649 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
| -rw-r--r-- | htroot/IndexControlURLs_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index 9c7c88f46..67401c397 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -77,10 +77,10 @@ <dd><input type="text" name="exportfilter" value=".*.*" size="20" maxlength="250" />
</dd>
<dt class="TableCellDark">Export Format</dt>
- <dd>Only Domain <i>(superfast)</i>:
+ <dd>Only Domain:
<input type="radio" name="format" value="dom-text" />Plain Text List (domains only)
<input type="radio" name="format" value="dom-html" checked="checked" />HTML (domains as URLs, no title)<br />
- Full URL List <i>(high IO) </i>:
+ Full URL List:
<input type="radio" name="format" value="url-text" />Plain Text List (URLs only)
<input type="radio" name="format" value="url-html" />HTML (URLs with title)
<input type="radio" name="format" value="url-rss" />XML (RSS)
|
