PKG2

Basics

Installation

Apache Preparation

ISS Preparation

Content Preparation

  1. Edit XML file
  2. check XML file (xmllint)
  3. prepare.pl
    1. create static DOT files for graphiz (call pkg2 in command_mode)
    2. call graphiz with every DOT file
      • create PNG graphics file
      • create sensitive image MAP file
    3. create static HTML cardfiles according pkg2 modes
      • graph sensitive PNG file (merge MAP code into HTML file)
      • documentation
      • links
      • requirements
  4. make install of

pro and contra

Program

  1. install executables pkg into CGI directory

Modules

Source code documentation in src_html/

Modul Submodules, description petrinet pkg2
a simple petrinet application, offline and cgi mode a more complex application for description of process chains, offline and cgi mode
main_petrinet main_pkg2, PKG2.xs
pkg2 X
petrinet
  • petrinet (all code for reading, searching and documentation)
  • web (all HTML related code)
  • graph (generating DOT files for graphiz, graph pictures)
X X
tools functions for accessing DOM in libxml2 X X
mem my simple memory manager X X
libxml2 X X
cgi-utils X X