README.txt 303 B

12345678910
  1. To make htmldoc working from wiki.dolibarr.org, the wiki must be modified to have
  2. To disable part of content, add:
  3. class="htmldoc-ignore"
  4. with css
  5. .htmldoc-ignore { display: none; }
  6. Note:
  7. $_SERVER["HTTP_USER_AGENT"] is "HTMLDOC/x.y.z"
  8. $_COOKIE["htmldoc"] may also be defined if set on command line.