[greenstone_fr] Re: [greenstone_fr] Problème avec Greenstone 2.82rc released

  • From: John Rose <john.rose1@xxxxxxx>
  • To: greenstone_fr@xxxxxxxxxxxxx
  • Date: Sun, 16 Aug 2009 22:49:06 +0200

Bonjour Rufin, je suis désolé de ce désagrément. Pourriez-vous essayer avec la version 2.82 (pour laquelle quelques bugs ont été réparés par rapport à la version 2.82rc) ? Si le problème d'exportation sur DVD persiste, je demanderai une explication de l'équipe Greenstone en Nouvelle Zélande. Bien à vous, John ROSE


At 19:18 16/08/2009, you wrote:
Bonjour.
J'ai installé Greenstone 2.82rc released et ait construit deux différentes collections chacune de plus de 600 fichiers format PDF (page moyenne par fichier = 100). J'ai voulu graver ces collections sur des DVD Rom. Mais malheureusement j'ai un message d'erreur : Greenstone ne trouve par le répertoire "Images" et d'autres fichiers listés. En regardant un peu le chemin d'installation, j'ai constaté que le répertoire "images" de grennstone n'est pas à la racine de l'installation, mais plustôt dans un répertoire "Web" (différence par rapport aux autres versions). J'ai eu ce problème sur 5 machines différentes avec la même version. J'ai essayé de contourner le problème en installant la version 2.81. Le problème est résolu. Mais il crée un autre problème de taille! Greenstone 2.81 ne reconnais pas les indexes créés sous la 2.82. Il m'impose alors une reconstruction complète. Succès, malheureusement quand je clique sur les liens pour ouvrir les fichiers c'est une page d'erreur que j'ai. Ce qui est bizarre est que quelques fichiers s'ouvrent cependant. J'aimerais avoir des explications sur ce qui se passe et surtout savoir comment je peux faire pour exporter sur DVD mes collections construites sous la 2.82.
Bien à vous

--------------------
Rufin M. HOUNKPE, Documentaliste
GSM   : 00229 97 60 70 81
Bureau : 00229 21 36 16 31
Courriel : rufin@xxxxxxxxx ; rufin.hounkpe@xxxxxxxxxx
               rufin@xxxxxxxxx ; rufin.hounkpe@xxxxxxxxxxx


--- En date de : Mer 20..5.09, John Rose <john.rose1@xxxxxxx> a écrit :
De: John Rose <john.rose1@xxxxxxx>
Objet: [greenstone_fr] Fwd: [greenstone-users] Greenstone 2.82rc released
À: greenstone_fr@xxxxxxxxxxxxx
Date: Mercredi 20 Mai 2009, 18h56
Cher collègues,
La version 2.82rc de Greenstone est maintenant disponible (voir ci-dessous).
L'interface française a été améliorée de façon
importante. La vaste majorité des améliorations
ont été contribuées par Guillaume Hatt et Yvan
Arnaud en réponse à mon invitation sur notre
liste (je m'excuse pour le fait que leur
contributions n'ont pas été explicitement
reconnues dans l'annonce, une rectification est prévue).
Votre aide en testant cette version est la
bienvenue, notamment en nous signalant tout
problème ou recommendation en ce qui concerne
l'interface française. Ces commentaires devrait
nous parvenir d'ici le 25 mai pour être pris en
compte dans la production de la version
définitive 2.82 prévue pour diffusion fin mai.
                                                 Merci
et amicalement, John Rose de l'Equipe Greenstone

>From: Katherine Don <kjdon@xxxxxxxxxxxxxxxx>
>To: Greenstone Users List <greenstone-users@xxxxxxxxxxxxxxxxxxxxxxx>
>Date: Wed, 20 May 2009 12:54:07 +1200
>Subject: [greenstone-users] Greenstone 2.82rc released.
>
>Hi
>
>We are pleased to announce that the Greenstone
>2.82 release candidate distributions are now available for download from
>our sourceforge page:
>
> <http://sourceforge.net/projects/greenstone>http://sourceforge.net/projects/greenstone
>
>or via
>
>  <http://www.greenstone.org/download>http://www.greenstone.org/download
>
>This is a release candidate for the upcoming
>2.82 release (due end of May 2009),
>which will also be published on CD-ROM for UNESCO.
>
>We encourage everyone to download and try out
>this release, and report any bugs to the
>Greenstone mailing list
>(greenstone-users@xxxxxxxxxxxxxxxxxxxxxxxx), in
>order to make the 2.82 release as bug free as possible.
>
>Note that you don't need to uninstall your
>existing Greenstone in order to install this
>release. Just make sure you install the new
>version in a separate directory to any existing ones.
>
>Release Notes follow below.
>
>On behalf of the Greenstone team,
>Katherine
>
>2.82rc Release Notes:
>---------------------------------
>
>Note for installation: On GNU/Linux and Mac OS/X please choose an installation
>directory that does NOT have spaces in the path.
>
>Important changes in this release include, in no particular order:
>
>Local Library Server: now for Linux too
>------------------------------------------------
>
>A version of the easy to use local library server for Windows is now available
>for GNU/Linux and Mac OS/X. While Windows uses a
>custom built webserver written
>to run under Windows 3.1, the Unix versions make use of the Apache webserver,
>which is installed automatically by the Greenstone installer.
>
>After installation, go to your greenstone home directory and run
>./gs2-server.sh to launch the Greenstone Server Interface (GSI) application
>which will startup the Apache web server. File->Settings on the server
>interface allows you to change the port that Apache runs on.
>
>Launching GLI will startup the local library server, just as GLI does on
>Windows.
>
>A command line script, gsicontrol.sh, allows you to start and stop the
>webserver and change the port via the console, instead of through the
>GSI interface. If you run ./gsicontrol.sh from the Greenstone home directory
>it will list the commands available.
>
>If you wish to use a different webserver, this is still possible. For Apache, >copy the config settings from greenstone/apache-httpd/linux/conf/httpd..conf to
>your own Apache httpd.conf file. Thereafter, rename gs2-server.sh (to, say,
>gs2-server.sh_LocalLib).
>
>For this release, the top-level "gsdlsite.cfg" has been renamed to
>"llssite.cfg" (local library server configuration file) and its settings are
>used by the local library server on both Linux and Windows platforms. The
>"glisite.cfg" file remains as before and its settings are used when GLI
>launches the local library server.
>
>The Windows local library server now restricts access to localhost connections >unless the "allow external connections" option is set through File->Settings
>in the Greenstone Server Interface window.
>
>The gsicontrol.sh script on Linux and gsicontrol.bat script on Windows
>additionally allow changing of the administrator password by running the
>script with "configure-admin".
>
>Collection Building:
>---------------------
>
>Collection building now supports incremental deletion and modification of
>documents and metadata, as well as the previously available support for adding
>new documents.
>
>The new functionality is controlled by the -incremental flag to
>import/buildcol.pl, or the "Minimal Rebuild" checkbox in GLI's Create Panel.
>
>Incremental collection importing:
>
>File timestamps are used to detect modified files, and a global file scan
>is used to detect new or deleted documents. The easiest way to use this
>feature is to use the new incremental-import.pl script. The first time the
>collection is built, incremental-import.pl notices this and runs a full
>import.pl, otherwise it will run it with the -incremental flag.
>
>Incremental collection building:
>
>Incremental indexing is only available with the Lucene indexer. MG/MGPP
>collections will exit with an error if you try to use the -incremental flag
>when running buildcol.pl. If you want to incrementally update your index
>directory, you need to use the -builddir option.
>
>The new incremental-buildcol.pl script will call buildcol.pl with the
>appropriate options set.
>
>The two stages can be run with incremental-rebuild.pl (which just calls
>incremental-import.pl followed by incremental-buildcol.pl).
>
>Metadata coverage information is also available for collections. Add
>"store_metadata_coverage true" to the collect.cfg file, and rebuild.
>See
><http://wiki.greenstone.org/wiki/index.php/Buil ding_Greenstone_collections#Can_I_get_any_information_about_the_metadata_coverage_in_my_collection.3F>http://wiki.greenstone.org/wiki/index.php/Building_Greenstone_collections#Can_I_get_any_information_about_the_metadata_coverage_in_my_collection.3F
>
>for more information.
>
>
>GLI:
>-------
>
>Exploding a database file: the options you have set for the exploding
>plugin in the Design pane will now be used when exploding.
>Search level metadata is now available for translation.
>Library Systems Specialist mode has been removed. GLI now has three modes:
>* Library Assistant: No Design or Format panes.
>Just Gather, Enrich and Create.
>* Librarian: All panes available. Simplified Create pane, with fewer
>import/build options and simplified collection build output.
>* Expert: All panes available. Full Create pane, with all options and full
>import/build output visible
>
>GLI now displays Right-to-Left for those languages that read right-to-left.
>Thanks to Amin Hedjazi for the code.
>
>Remote GLI:
>-----------
>
>* Rename and Replace options (for documents in the collection tree) now
>available for the GLI client building collections on a remote Greenstone
>server.
>* Downloading is possible now from within the GLI client, if you have a
>local Greenstone installation and have set up the greenstone environment by
>running the setup script (setup.bat if on Windows and source setup.bash if
>on Linux).
>
>
>
>Plugins:
>------------
>
>MARC(XML)Plugin now imports as Dublin Core, rather than extracted metadata.
>The marc2(q)dc.txt mapping files have been changed to handle this. Rebuilds
>of old MARC collections will need index/classifier/format statement upgrades
>to deal with the new metadata.
>The marc2dc.txt mapping file has been updated to more closely match the LOC
>crosswalk.
>OAIPlugin now has a -metadata_set option. If set to auto, the metadata will
>keep whatever namepsace it had in the file (eg dc). If set to something else,
>all elements will be mapped to that namespace. A special case exists for
>"dc": qualified dc elements are represented slightly differently in GLI:
>spatial becomes dc.Coverage^spatial. A mapping is provided to convert to the
>GLI version when dc is used.
>MetadataEXIFPlugin (experimental): A new plugin is available to extract EXIF >metadata from image, audio and video files. It uses the EXIF perl module from >CPAN.This plugin works alongsiderather that instead of the standard image and
>video plugins, so these still need to be included in the collection.
>
>Classifiers:
>-------------
>
>The List classifier has been renamed to SimpleList. The GenericList classifier
>has been renamed to List, and is now the default classifier in GLI.
>We encourage use of List rather than AZList/AZCompactList as it handles
>non-ascii text.
>
>OAIserver:
>-------------
>
>oaiserver (Linux/Mac) and oaiserver.exe (Windows) have both been renamed to
>oaiserver.cgi.
>A few enhancements have been made to the oaiserver program.
>* A check is made for collection existence before advertising it in a ListSets
>request.
>* Only metadata elements valid for the set will be shown in
>ListRecords/GetRecord.
>* Qualified Dublin Core is now supported as a metadataPrefix (gsdl_qdc).
>* A new field "oaimetadata" has been added to oai.cfg - this specifies the
>metadata sets that should be supported by the server (available options are
>oai_dc, frc1807, gsdl_qdc).
>* The mapping format in oai.cfg has been changed to use the set name (oai_dc,
>gsdl_qdc etc) instead of the set nmaespace (dc).
>* The XML results of OAI requests now include a stylesheet declaration,
>including the oai2.xsl stylesheet obtained from
><http://www.eprints.org/files/xslt/>http://www. eprints.org/files/xslt/. This will give a nice display in browsers
>that support the stylesheet declaration.
>
>Collection grouping
>--------------------
>
>Greenstone now supports grouping collections into subfolders in the collect
>directory. A collection group folder must contain an etc folder with a
>collect.cfg file, with "collectgroup true" set. Collection metadata
>"collectionname" and "collectionextra" are used for display. Collections can
>be placed in a collectgroup folder.
>In the library, a single icon will be presented on the Greenstone home page
>for the collect group (with the "collectionname" as title). Clicking this
>icon will take users to a second home page, containing all collections that
>are part of the group.
>*GLI is able to load and build, delete, and base collections on those in a
>collect group. But is not yet able to create one inside a group.
>* Collect groups can only be one level deep, i.e. you can't have a
>collectgroup inside another collectgroup.
>
>The documented example collections are being updated for Greenstone 2.82, and
>will be re-released soon. They are now released as a collect group, so no
>longer clutter up the home page.
>
>Source Code and File Structure:
>-------------------------------
>
>There is a new top-level web folder in a greenstone installation. This
>contains images, style, script, java, and flash folders. This replaces the
>old images folder, which used to contain CSS and
>flash files as well as images.
>New macros are available to access these folders: _httpimages_ (as well as
>old _httpimg_), _httpstyle_, _httpscript_, _httpflash_, _httpjava_.
>Collection specific versions of these folders can be accessed using the
>macros _httpcimages_, _httpcstyle_, _httpcscript_, _httpcflash_, _httpcjava_.
>
>All GDBM files in Greenstone (collection databases as well as users, key,
>history databases) now use file extension gdb (instead of db/ldb/bdb). Note,
>a conversion step is applied to old collections, so they should still
>rebuild ok.
>
>library (unix) and library.exe are both renamed to library.cgi.
>
>Greenstone now compiles under Ubuntu. Please see
><http://wiki.greenstone.org/wiki/index.php/Comp iling_Greenstone2_on_Ubuntu>http://wiki.greenstone.org/wiki/index.php/Compiling_Greenstone2_on_Ubuntu for
>more info on the necessary steps to do this.
>
>Translations:
>--------------
>
>Thanks to:
>
>Amin Hedjazi for Farsi translations
>Claudia Wanderley for Brazilian Portuguese translations
>Diego Spano for Spanish translations
>John Rose for French translations
>Kalima Tuenbaeva for Kazakh translations
>Kamal Mustafa for Arabic translations
>Lilly Ho for Traditional Chinese translations
>Nadia PK for Brazilian Portuguese translations
>Neelawat Intaraksa for Thai translations
>Sergey Karpov for Kazakh and Russian translations
>Sreekumar and Rajan for Malayalam translations
>Zhanat Kulenov for Kazakh translations
>
>...and many other minor improvements and bug fixes
>
>We want to ensure that Greenstone works well for you. Please report any
>problems to the Greenstone mailing list
>greenstone-users@xxxxxxxxxxxxxxxxxxxxxxxx

                 John B. Rose
                 1 Bis, Rue des Châtre-Sacs
                 92310 Sèvres
                 France
                 Email: <john.rose1@xxxxxxx>
                         (in case of bounce then
send to <johnrose@xxxxxxxxxxxxxxxxxx>)

Chers membres :
pour poster, écrivez à : greenstone_fr@xxxxxxxxxxxxxx
pour consulter les archives, allez à : <//www.freelists.org/archives/greenstone_fr/>//www.freelists.org/archives/greenstone_fr/ si vous désirez vous désinscrire envoyez un mail à greestone.fr_request@xxxxxxxxxxxx avec "unsubscribe" dans "objet" Page web de la liste : <//www.freelists.org/webpage/greenstone_fr>//www.freelists.org/webpage/greenstone_fr


                John B. Rose
                1 Bis, Rue des Châtre-Sacs
                92310 Sèvres
                France
                Email: <john.rose1@xxxxxxx>
(in case of bounce then send to <johnrose@xxxxxxxxxxxxxxxxxx>)

Other related posts:

  • » [greenstone_fr] Re: [greenstone_fr] Problème avec Greenstone 2.82rc released - John Rose