o check out from cvs-repository:
  o joko/doc -> /home/joko/public_html/computing/overview/topics/
  o leaded to (A):
    o write mini-howto: "howto use, document and enhance the '.cvslink'-symlinking-mechanism"
    o introduce command to 'tiki-workflow|tiki-publish'
    x introduced '.cvs'-interface (directory-style)
      x now directly accessible (but hidden) via http://netfrag.org/~joko/computing/overview/topics/.cvs/
      x here: made public by adding a "README.html" (or "HEADER.html") which either:
        x includes a html-link (a-tag) to './.cvs'
        o makes a redirect via meta-tags or javascript
  o leads to (B):
    o start 'home2web':
      x begin with having an overview of the recent topics stored in cvs
      x continue by expanding this topic-list through more details
         x use mechanisms delivered from Apache
            x HEADER.html, README.html
            x php: http-redirect
      o add more links!
        o fix proposals of how links should be expanded (maybe post RFC to news.netfrag.org first? -> create newsgroup 'nfo.rfc')
          x manually? no! (hmmm, grrrr......)
          o pod? for now!
          o DocBook? not yet!
          o some wiki? why not?
        o add links to internal tools (e.g. TUTOS, chora, etc.)
        o add external links
      o add co-worker topics
  o leads to (C):
    o write mini-howto: web publishing with cvs
       - write in pod
       - commit to cvs
       - checkout from cvs
       - build html from pod
       - publish html
  x do that regularly / in interval: use cron!
      su joko
      cd ~
      nano .cronrc-hourly
      add line(s): [...]  cvs update topics  [...]
      crontab -e
      add line: 07 * * * * ~/.cronrc-hourly
  o post message "About" (this) to announce@news.netfrag.org


$Id: home2web.html,v 1.3 2003/01/25 01:33:47 joko Exp $