use the "onsite" keyword in your url filters

instead of this "only spider links from same host"
switch to keep things simpler.
This commit is contained in:
mwells 2013-09-06 09:37:17 -06:00
parent c58df10155
commit 7aa81abf91
2 changed files with 5 additions and 0 deletions

@ -7797,6 +7797,10 @@ void Parms::init ( ) {
m->m_def = "1";
m++;
/*
MDW: use the "onsite" directive in the url filters page now...
m->m_title = "only spider links from same host";
m->m_desc = "If this is true the spider will only harvest links "
"to pages that are contained on the same host as the page "
@ -7814,6 +7818,7 @@ void Parms::init ( ) {
m->m_def = "0";
m->m_group = 0;
m++;
*/
m->m_title = "do not re-add old outlinks more than this many days";
m->m_desc = "If less than this many days have elapsed since the "

BIN
pdftohtml

Binary file not shown.