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:
parent
c58df10155
commit
7aa81abf91
@ -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
BIN
pdftohtml
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user