File: IDEAS

package info (click to toggle)
texi2html 1.64-cvs20010402-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 712 kB
  • ctags: 87
  • sloc: perl: 3,277; sh: 391; makefile: 107
file content (15 lines) | stat: -rw-r--r-- 642 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- What about the idea to put user-based configuration into
  directory ".texi2html"
- System-Wide configuration into directory "/etc/texi2html"

- The rule for loading confguration should be:
   /etc/texi2html/...     <--- System-Wide configuration.
   $HOME/.texi2htmlrc     <--- User base config file
   $HOME/.texi2html/      <--- more complex configuration files

- The rule for loading language depend files:
  /etc/texi2html/texi2html.en  <--- System wide lang. config.
  $HOME/.texi2html/texi2html.de <--- User lang config files.

- How complicated could it be to get a creation of XML instead
  of HTML? Or what about XHTML or SGML ?