diff --git a/modules/bibharvest/doc/admin/index.html.wml b/modules/bibharvest/doc/admin/index.html.wml index 64e1a87d7..84510fd68 100644 --- a/modules/bibharvest/doc/admin/index.html.wml +++ b/modules/bibharvest/doc/admin/index.html.wml @@ -1,29 +1,38 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. #include "cdspage.wml" \ title="BibHarvest Admin" \ - navtrail_previous_links="<a class=navtrail href=<WEBURL>/admin/<lang:star: index.*.html>>_(Admin Area)_</a>" \ + navtrail_previous_links="<a class=navtrail href=<WEBURL>/admin/<lang:star: index.*.html>>_(Admin Area)_</a>" \ navbar_name="admin" \ navbar_select="bibharvest" +<p> + This is the gate to the admin area for BibHarvest. You need to + <a href="<WEBURL>/youraccount.py/login?referer=<WEBURL>/admin/bibharvest/">login</a> to enter. +</p> + +<dl> + <dt><a href="bibharvestadmin.py">BibHarvest Admin Interface</a></dt> + <dd>Configure your OAI sources and harvesting periodicity.</dd> +</dl> <dl> <dt><a href="guide.html">BibHarvest Admin Guide</a></dt> <dd>Everything you want to know about configuring and running BibHarvest.</dd> </dl> diff --git a/modules/bibharvest/web/admin/Makefile.am b/modules/bibharvest/web/admin/Makefile.am index 524df5125..c59c3e1e3 100644 --- a/modules/bibharvest/web/admin/Makefile.am +++ b/modules/bibharvest/web/admin/Makefile.am @@ -1,30 +1,26 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. webappdir = $(WEBDIR)/admin/bibharvest -webapp_DATA = bibharvestadmin.py index.html +webapp_DATA = bibharvestadmin.py -EXTRA_DIST = bibharvestadmin.py index.html.wml +EXTRA_DIST = bibharvestadmin.py -CLEANFILES = index.html *~ *.tmp - -%.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml - $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file +CLEANFILES = *~ *.tmp diff --git a/modules/bibharvest/web/admin/index.html.wml b/modules/bibharvest/web/admin/index.html.wml deleted file mode 100644 index f10ce5196..000000000 --- a/modules/bibharvest/web/admin/index.html.wml +++ /dev/null @@ -1,39 +0,0 @@ -## $Id$ - -## This file is part of the CERN Document Server Software (CDSware). -## Copyright (C) 2002, 2003, 2004, 2005 CERN. -## -## The CDSware is free software; you can redistribute it and/or -## modify it under the terms of the GNU General Public License as -## published by the Free Software Foundation; either version 2 of the -## License, or (at your option) any later version. -## -## The CDSware is distributed in the hope that it will be useful, but -## WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -## General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with CDSware; if not, write to the Free Software Foundation, Inc., -## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. - -#include "cdspage.wml" \ - title="BibHarvest Admin" \ - navtrail_previous_links="<a class=navtrail href=<WEBURL>/admin/<lang:star: index.*.html>>_(Admin Area)_</a>" \ - navbar_name="admin" \ - navbar_select="bibharvest" - - -<p> - This is the gate to the admin area for BibHarvest. You need to - <a href="<WEBURL>/youraccount.py/login?referer=<WEBURL>/admin/bibharvest/">login</a> to enter. -</p> - -<dl> - <dt><a href="bibharvestadmin.py">BibHarvest Admin Interface</a></dt> - <dd>Configure your OAI sources and harvesting periodicity.</dd> -</dl> -<dl> - <dt><a href="guide.html">BibHarvest Admin Guide</a></dt> - <dd>Everything you want to know about BibHarvest administration</dd> -</dl>