diff --git a/modules/webcomment/doc/admin/guide.html.wml b/modules/webcomment/doc/admin/guide.html.wml index 1bebddcc1..2d8568c28 100644 --- a/modules/webcomment/doc/admin/guide.html.wml +++ b/modules/webcomment/doc/admin/guide.html.wml @@ -1,26 +1,27 @@ ## -*- mode: html; coding: utf-8; -*- ## $Id$ ## This file is part of CDS Invenio. ## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 CERN. ## ## CDS Invenio 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. ## ## CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. -WebComment Admin Guide -admin -_(Admin Area)_ > WebComment Admin -webcomment-admin-guide +#include "cdspage.wml" \ + title="WebComment Admin Guide" \ + navtrail_previous_links="/admin/>_(Admin Area)_ > /admin/webcomment/>WebComment Admin" \ + navbar_name="admin" \ + navbar_select="webcomment-admin-guide" FIXME diff --git a/modules/webcomment/doc/admin/index.html.wml b/modules/webcomment/doc/admin/index.html.wml index de0320ea9..aecf9889f 100644 --- a/modules/webcomment/doc/admin/index.html.wml +++ b/modules/webcomment/doc/admin/index.html.wml @@ -1,32 +1,33 @@ ## $Id$ ## This file is part of CDS Invenio. ## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 CERN. ## ## CDS Invenio 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. ## ## CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. -WebComment Admin -admin -_(Admin Area)_ -webcomment - +#include "cdspage.wml" \ + title="WebComment Admin" \ + navtrail_previous_links="/admin/>_(Admin Area)_" \ + navbar_name="admin" \ + navbar_select="webcomment" +
WebComment Admin Interface
Start area for WebComment administration.
WebComment Admin Guide
Everything you want to know about WebComment administration
diff --git a/modules/webhelp/web/admin/index.html.wml b/modules/webhelp/web/admin/index.html.wml index 277726ff6..c35b639ad 100644 --- a/modules/webhelp/web/admin/index.html.wml +++ b/modules/webhelp/web/admin/index.html.wml @@ -1,477 +1,478 @@ ## $Id$ ## This file is part of CDS Invenio. ## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 CERN. ## ## CDS Invenio 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. ## ## CDS Invenio 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. +## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDS Invenio; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. -_(Admin Area)_ -admin - -admin +#include "cdspage.wml" \ + title="_(Admin Area)_" \ + navbar_name="admin" \ + navtrail_previous_links="" \ + navbar_select="admin" Welcome to the Admin Area of the . You'll find here pointers to the available runtime admin-level interfaces and admin-level guides on how to configure and run the CDS Invenio system.

CDS Invenio comes as a suite of several more or less independent modules. You'll find brief descriptions for each admin module below. (More background information on each module may be read in the modules overview article.)

Admin HOWTO guides

Admin HOWTO Guides give you you both short and not-so-short recipes and thoughts on some of the most frequently encountered administrative tasks. They tend to answer various admin-level questions of a rather general level. The specific tasks are better addressed by module-specific guides and interfaces presented below.

Data acquisition related modules

The metadata input into a running CDS Invenio system can be done in two ways: (i) admin-oriented batch mode, i.e. BibHarvest to get data from OAI repositories, BibConvert to convert any input data into XML MARC, and BibUpload to upload XML MARC files into CDS Invenio; and (ii) author-oriented interactive mode, i.e. WebSubmit to submit documents via Web. Once the data are uploaded in CDS Invenio, you may want to modify them via BibEdit to edit the metadata.
Admin Module Admin Description Admin Interface Admin Guide
BibHarvest Admin Enables you to configure OAI metadata harvestor for eventual periodical batch upload of data. For example, you can define from where to harvest, with what periodicity, how to transform data before uploading them into CDS Invenio, etc. Also, enables you to define your OAI sets in case you want to export your own data. BibHarvest Admin Interface BibHarvest Admin Guide
BibConvert Admin Explains how to use bibliographic data convertor. Useful for batch upload of data. For example, when migrating the metadata from your old system, or when integrating metadata acquisitions from non-OAI sources, or just about any line-based - not-so-well-structured metadata. + not-so-well-structured metadata. command-line program BibConvert Admin Guide
BibMatch Admin Tools for matching XML MARC files against the repository content. Useful when importing third-party metadata files. command-line program BibMatch Admin Guide
BibUpload Admin Enables you to configure eventual local special operations to be done on the data being uploaded. command-line program BibUpload Admin Guide
WebSubmit Admin Enables you to configure the submit interface and logic for various document types. For example, you can define which metadata fields should be submitted for various doctypes, what to do with the inputted values before uploading, possible peer review and approval strategy, etc. WebSubmit Admin Interface WebSubmit Admin Guide
ElmSubmit Admin Enables you to configure the submission of documents by electronic mail. command-line program ElmSubmit Admin Guide
BibEdit Admin Enables you to directly manipulate bibliographic data, edit a single record, do global replacements, and other cataloguing tasks. BibEdit Admin Interface BibEdit Admin Guide

Data provision related modules

The metadata output from a running CDS Invenio system to the end-user is covered by several modules: BibIndex to index the metadata, BibRank to eventually rank them, BibFormat to format them for the output, WebSearch to provide search interfaces and search engine.
Admin Module Admin Description Admin Interface Admin Guide
BibIndex Admin Enables you to configure "word files", i.e. to define which bibliographic fields are indexed into which word indexes. The word indexes are then used by the search interface. For example, you can define that the logical author index is constructed from physical 100 $a and 700 $a bibliographic tags, you can force reindexing of the fulltext index, etc. BibIndex Admin Interface BibIndex Admin Guide
BibRank Admin Enables you to configure various ranking methods to be used by the search engine. You can rebalance existing ranking sets, create new ranking methods, etc. BibRank Admin Interface BibRank Admin Guide
BibClassify Admin Enables you to automatically classify documents according to keyword taxonomies and thesauri. command-line configuration BibClassify Admin Guide
BibFormat Admin Enables you to specify how the bibliographic data is presented to the end user in the search interface. You can decide that titles should be presented in bold font, that for each author an automatic link to author's home page should be created according to some receipt, etc. - + BibFormat Admin Interface BibFormat Admin Guide
WebSearch Admin Enables you to configure the search interface for various metadata collections. You can define new collections and organize them in the tree, you can define various portalboxes that would appear on the screen, you can define search options and search fields to present, etc. WebSearch Admin Interface WebSearch Admin Guide
WebStat Admin - Enables you to configure the usage statistics reporting system. + Enables you to configure the usage statistics reporting system. command-line configuration WebStat Admin Guide

Personalization related modules

CDS Invenio interface can be personalized to suit different needs of different end-users. This functionality is covered by several modules: WebSession to identify users and their personal configurations, WebBasket to provide personal baskets or document carts, and WebAlert to set up personal email notification alerts.
Admin Module Admin Description Admin Interface Admin Guide
WebSession Admin Enables you to inspect the status of guest sessions and to expire them; the status and details on registered users, etc. not available, but see the guide for the command-line way WebSession Admin Guide
WebBasket Admin Enables you to inspect and manipulate user baskets set up on the system, to make them public/private, etc. not available, but see the guide for the command-line way WebBasket Admin Guide
WebAlert Admin Enables you to inspect and manipulate user alerts set up on the system, to run the alert engine, etc. - not available, but see the guide for the command-line way + not available, but see the guide for the command-line way WebAlert Admin Guide
WebComment Admin - Enables you to manipulate readers comments and reviews, - see which ones were reported as abuse/spam, delete them, etc. + Enables you to manipulate readers comments and reviews, + see which ones were reported as abuse/spam, delete them, etc. WebComment Admin Interface WebComment Admin Guide
WebMessage Admin - Enables you to configure the messaging system. + Enables you to configure the messaging system. command-line configuration WebMessage Admin Guide

System glue modules

Modules that provide the necessary glue for those presented above are: BibSched to manage and schedule bibliographic tasks, WebAccess to define role-based access control system to all CDS Invenio services, and WebStyle to define a common look and feel of CDS Invenio web pages.
Admin Module Admin Description Admin Interface Admin Guide
BibSched Admin Enables you to inspect bibliographic task queue, to postpone or reschedule jobs, to make priorities, to run periodical tasks, etc. command-line program BibSched Admin Guide
WebAccess Admin - Enables you to define who has got access or admin rights on various CDS Invenio modules. + Enables you to define who has got access or admin rights on various CDS Invenio modules. For example, you can define that John is the bibliographic data manager, that Jim can modify the search interface pages, that Jill is the submission approval editor, etc. WebAccess Admin Interface WebAccess Admin Guide
WebStyle Admin Enables you to customize default CDS Invenio page style and the CSS style sheet. not available, but see the guide for the command-line way WebStyle Admin Guide