– Kamailio SIP Server –

Differences

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

Link to this comparison view

old-content:openser_modules [2006/02/01 01:00]
old-content:openser_modules [2006/02/01 01:00] (current)
Line 1: Line 1:
 +====== OpenSER Modules ======
  
 +Anything related to OpenSER modules (improvements, updates, errors) can be added here.
 +
 +Please make a new section for each module, in alphabetical order.
 +
 +Thank you!
 +
 +===== Modules HTML Documentation repository =====
 +
 +Updated documentation for OpenSER modules:
 +
 +[[http://www.openser.org/docs/modules/0.9.x|OpenSER-0.9.x Modules Documentation]]
 +
 +[[http://www.openser.org/docs/modules/1.0.x|OpenSER-1.0.x Modules Documentation]]
 +
 +[[http://www.openser.org/docs/modules/devel|OpenSER Devel Modules Documentation]]
 +
 +===== Module Documentation Generation =====
 +
 +OpenSER includes from v0.9.4 Make commands to generate the documentation from SGML. This commands are:
 +
 +make modules-readme        generate the README from SGML
 +
 +make modules-docbook-txt  - generate text file from SQML (same as README, but named 'module_name.txt' and placed in 'doc' subdirectory)
 +
 +make modules-docbook-html - generate single HTML file from SGML. The file is placed in 'doc/module_name.html'
 +
 +make modules-docbook-pdf  - generate PDF file from SGML. The file is placed in 'doc/module_name.pdf'
 +
 +
 +To be able to use these commands you need to install 'docbook-utils'. The Makefile uses the tools 'docbook2txt', 'docbook2html' and 'docbook2pdf'.
 +
 +To install the documentation in '/usr/local/share/doc/...' use:
 +
 +make modules-install-docbook
 +
 +
 +