On Sun, 10 Jul 2011, Gregory Favre wrote: > I tried to run "bibexport -w sitemap", it returned "Sorry, job name > sitemap is not known".
Do you have it well defined in the expJOB table, and does the corresponding configuration file exists? For example: $ echo "SELECT * FROM expJOB" | /opt/invenio/bin/dbexec 1 sitemap 0 0 0 2011-07-10 23:48:46 NULL $ ls -l /opt/invenio/etc/bibexport/sitemap.cfg > I'd also like to enhance Infoscience's visibility on Google > Scholar. Release notes mention a google scholar export. I did not find > any way to use this new feature... Similarly to `sitemap', there is `googlescholar' output method with its configuration file. It produces special NLM files that Google Scholar can harvest. However, nowadays the best technique for Google Scholar is to go via rich page metadata; this is not committed yet, but will be soon, see <http://invenio-software.org/ticket/630>. Best regards -- Tibor Simko
