Difference between revisions of "plugins"

From GeneWeb
Jump to navigation Jump to search
Line 32: Line 32:
  
 
===No index===
 
===No index===
 +
 +
Implements the {{c|1=opt=no_index}} parameter in the URL. Replaces non stable instances of {{c|1=i=index}} by their stable values {{c|1=p=first_name;n=surname;oc=occ}}.
  
 
===V7===
 
===V7===

Revision as of 08:26, 14 August 2021

150px-Geographylogo svg.png Language:   English • Deutsch • français

Plugins

GeneWeb version 7.1 offers a plugin mechanism allowing functional extensions without impacting the core operation of the system.

Developers should explore existing plugins to infer the overall mechanism, but it should be noted that such development requires a good understanding of both the OCaml language and GeneWeb itself. Developers will find plugins in the plugins folder of the GitHub repository. In the plugins folder, each plugin is in a sub_folder names pl_name_plugin. The command make distrib will compile those plugins and install then in a distribution/plugin folder. Ressources (templates, images, lexicon entries) associated with each plugin are located in an assets sub folder.

Plugins are loaded by gwd at launch time through the parameter -plugins (or -unsafe_plugins) pointing to the location of the plugins.

In addition, the user must specify in his .gwf parameter file those plugins he wants activated through a line such as:

plugins=pl1,pl2,pl3

where pli is the name of the desired plugin.

Existing plugins

Carrousel

Cgl

The cgl plugin is an example of plugin whose function is limited to a post processing of the data produced by GeneWeb, removing in this data stream all occurrences of href. This plugin supersedes the cgl=on command one can add to the URL to ask for suppression of href links.

Export

Fanchart

Forum

No index

Implements the opt=no_index parameter in the URL. Replaces non stable instances of i=index by their stable values p=first_name;n=surname;oc=occ.

V7

The v7 plugin regroups in a single place the traditional V7 behavior of GeneWeb (over time a V8 plugin may offer a new set of templates). All GUI related informations that were located in the hd repository folder are now located in plugins/v7/assets.

Several .ml files (cousins, date, descend, interp, perso, place, some, sosa, srcfile, templ) implement slight (or significant) variations from the core GeneWeb behavior.

V7 images

Welcome

Xhtml