User Tools

Site Tools


en:release:3.12_release_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:release:3.12_release_notes [2025/07/25 01:47] – [Important Changes and Bug Fixes for 3.12] kjdonen:release:3.12_release_notes [2025/08/04 01:50] (current) – [RSS issues] kjdon
Line 144: Line 144:
   * **new associated file urls** - the old way of linking to a document's associated files (eg the original PDF) looked like: //library/sites/<sitename>/collect/<collname>/assoc/<assocfilepath>/doc.pdf//. assocfilepath is based on the identifier of the document, and has the potential to change each time a collection is rebuilt, meaning these links to files are not stable between builds. The new format looks like //library/collection/<collname>/document/<docid>/assoc/doc.pdf// - assocfilepath no longer needed.   * **new associated file urls** - the old way of linking to a document's associated files (eg the original PDF) looked like: //library/sites/<sitename>/collect/<collname>/assoc/<assocfilepath>/doc.pdf//. assocfilepath is based on the identifier of the document, and has the potential to change each time a collection is rebuilt, meaning these links to files are not stable between builds. The new format looks like //library/collection/<collname>/document/<docid>/assoc/doc.pdf// - assocfilepath no longer needed.
  
 +===== Greenstone Extensions =====
 +
 +Greenstone has many extensions - projects that add functionality to it. Some are Greenstone3 extensions, which live in the //greenstone3/ext// folder, and can be viewed at [[https://trac.greenstone.org/browser/gs3-extensions]]. Others are Greenstone2 versions - if they relate to collection building then they are suitable for Greenstone 3 also, and would live in //greenstone3/gs2build/ext//. They can be viewed at [[https://trac.greenstone.org/browser/gs2-extensions]].
 +
 +==== Extensions included by default in 3.12:====
 +
 +** Greenstone3 extensions**
 +  * **solr** - adds collection indexing using SOLR
 +  * **webswing** - adds the ability to run Java programs (GLI, phind, collage) in the browser.
 +
 +To deactivate these, you can run the DEACTIVATE.sh script in greenstone3/ext
 +
 +** Greenstone 2 extensions**
 +  * **pdf-box** - adds better PDF handling
 +  * **tika** - adds support for docx files using UnknownConverterPlugin
 +
 +==== Other useful extensions ====
 +  * **OpenOffice** - If you have LibreOffice or OpenOffice installed, you can use the OpenOffice extension to process some newer versions of Microsoft Word, Excel and Powerpoint documents. Refer to the [[en:user_advanced:greenstone_extensions|openoffice greenstone extension]] instructions.
 +  * **Tesseract** - allows extraction of text from image files using OCR. Refer to the [[en:user_advanced:greenstone_extensions#tesseract|tesseract extension]] instructions. 
 ===== Known Issues ===== ===== Known Issues =====
-=== RSS issue ===+=== RSS issues ===
  
-The RSS button (see [[en:user:rss| the RSS page]] for more information) gives a transformation error. - To fix this please edit web/interfaces/default/transform/gslib.xsl - copy the collNameChecked variable definition from web/interfaces/default/transform/layouts/header-vars.xsl into this file.+  * The RSS button (see [[en:user:rss| the RSS page]] for more information) gives a transformation error. - To fix this please edit web/interfaces/default/transform/gslib.xsl - copy the collNameChecked variable definition from web/interfaces/default/transform/layouts/header-vars.xsl into this file
 +  * If you edit the collectionConfig file to add a plugout line, it gets removed by GLI. Solution: use the import options -saveas and -saveas_options on the Create Pane instead. 
 +  * Incremental build doesn't update the RSS information with any deletions. Solution: do a full rebuild to remove all the deleted items from the RSS info.
  
 === GLI issue === === GLI issue ===
en/release/3.12_release_notes.1753408033.txt.gz · Last modified: 2025/07/25 01:47 by kjdon