Hello: On Mon, 23 Feb 2009, Tai Lum wrote: > Then I tried to change the invenio.conf file from this. > CFG_BIBINDEX_FULLTEXT_INDEX_LOCAL_FILES_ONLY = 0 > > to this > CFG_BIBINDEX_FULLTEXT_INDEX_LOCAL_FILES_ONLY = 1. > > Why do we need to check the url now in the version 0.99?
CDS Invenio has always been full-text indexing remote files by default, hence the default value of the above config variable is set to 0. Moreover, a remote HTML page has usually been considered as a splash page from where potential links to PDF and other interesting full-text formats were attempted to get discovered. If you don't want to full-text index remote files on your site, then you should set CFG_BIBINDEX_FULLTEXT_INDEX_LOCAL_FILES_ONLY to 1 in your invenio-local.conf file, and run afterwards: $ /opt/cds-invenio/bin/inveniocfg --update-config-py Does these settings work well for you? Best regards -- Tibor Simko ** CERN Document Server ** <http://cds.cern.ch/>
