ww2-idx CGI Script

  1. Overview / Background
    1. Uses indexed SGML created by makeWordWheel.pl 
    2. Objects used
      1. CGI
      2. WW (encapsulates access to wordwheel data during CGI run)
      3. CollsInfo
      4. DlpsSession / Apache::Session
      5. ProcIns
    3. Other modules used
      1. DlpsUtils.pm
      2. DevUtils.pm
    4. URL parameters
      1.  page=wwstart|wwfull
      2.  [browse=wordwheel]   (only for statistics gathering)
      3.  [sid=5445kh32g54kjhg235k]  (session id if we are a child page)
      4.  c=a [c=b ...]   (initially requested collections)
      5.  [q1=word]    (wordwheel word)
      6.  [realm=r]    (wordwheel realm)
      7.  [top=n] [bottom=m]   (last wordwheel position)
      8.  [chartype=alpha|num|misc]  (wordwheel on number, alpha, stuff)
    5. ww2-idx.cfg file
  2. ww2-idx  walkthrough
    1. high level
    2. deeper as needed