ldapsaisie/doc
Benjamin Renard 43cf5ccd7a LSaddon SUPANN: add support for some attributes
Add support of following attributes:
- supannCivilite:
  add supannGetCivilitePossibleValues()
- eduPersonAffiliation:
  add supannGetAffiliationPossibleValues() and
  supannCheckEduPersonAffiliation()
- supannCheckEduPersonAffiliation:
  add supannGetAffiliationPossibleValues() and
  supannCheckEduPersonPrimaryAffiliation()
- supannCheckEduPersonPrimaryAffiliation:
  add generate_eduPersonPrincipalName()
2020-09-22 18:10:05 +02:00
..
conf LSaddon SUPANN: add support for some attributes 2020-09-22 18:10:05 +02:00
contrib doc: fix typo 2020-08-26 12:20:27 +02:00
exports Fix PDF doc export Makefile to handle files generated on error 2019-05-21 12:15:15 +02:00
images - Documentation : commit initial. 2009-03-17 19:21:10 +00:00
install Auto declare simple PHP class for simple LSObject type 2020-09-03 16:00:51 +02:00
intro Trad EN/Correction d'erreur et continuing 2011-05-17 17:38:54 +02:00
styles Doc : fix <citetitle> HTML element style 2017-06-15 18:47:28 +02:00
upgrade Fix helpInfo feature by LSsession::addHelpInfos to LStemplate 2020-06-04 19:04:48 +02:00
LdapSaisie.docbook Publish and complete contrib section of the documentation about LSaddons 2020-08-25 20:32:17 +02:00
LS.entities.xml Doc / contrib: add section about LSformRules 2020-08-26 11:49:21 +02:00
Makefile Doc / Makefile : Added html entry 2010-04-12 12:40:14 +02:00
README Doc / README : add infos about epub export generation dependencies 2014-11-18 14:30:19 +01:00

Makefile :
##########

The root Makefile permit currently 3 actions :
 * Validation : For the xml validation of docbook files
  make validate
  
 * Export : For build the documentation exports in all available formats
  make export
  
 * Clean : Delete non-sources files
  make clean

Dependencies :
##############

For validation :
================
 * xmllint command (in debian package libxml2-utils)
 
For exports :
=============
 * in HTML :
 ~~~~~~~~~~~
   + xsltproc command (in debian package xsltproc)
   + XSL stylesheets by N.Walsh (html/docbook.xsl, htmlhelp/htmlhelp.xsl
     and xhtml/chunk.xsl) (in debian package docbook-xsl)
     
 * in PDF :
 ~~~~~~~~~~
   + jw command (in debian package docbook-utils)

 * in EPUB :
 ~~~~~~~~~~~
   + dbtoepub command ((in debian package dbtoepub)