stas        02/04/13 08:02:08

  Modified:    .        TODO
  Log:
  remove things that are done
  
  Revision  Changes    Path
  1.33      +10 -43    modperl-docs/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/modperl-docs/TODO,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- TODO      12 Apr 2002 12:30:33 -0000      1.32
  +++ TODO      13 Apr 2002 15:02:08 -0000      1.33
  @@ -3,22 +3,22 @@
   Basic Layout:
   -------------
   
  -- check that images are not scaled down by <img> tags but they are made
  -  smaller for real. Otherwise we waste bandwidth.
  -
   - NS4, if PRE is long the page is scrolled to the right! See
     dst_html/docs/2.0/devel/debug_c/debug_c.html#Analyzing_the_core_File
  +  STATUS: currently we try to live with that
   
   DocSet:
   -------
   
   - how do we make L<foo|../search/swish.cgi> I cannot do search::swish,
     it's not a doc.
  +  STATUS: need to extend pod parser with U<title (url|relative url)>
   
   - need to have a special handling for L<...|foo::bar::index> so only
     foo::bar is checked that it's a dir in the search path and
     index.html is autogenerated. This allows us to do L<the
     guide|guide::index>
  +  STATUS: need to implement this
   
   Menu: 
   -----
  @@ -29,31 +29,21 @@
   Templates:
   ----------
   
  -- should move this:
  -
  -  Use of the Camel for Perl is a trademark of O'Reilly & Associates,
  -  and is used by permission.
  -
  -last, and make a much smaller font.
  -
   - consider passing the class name to the wrap_box template, so the
     'content' doesn't have to wrap itself in a <div> tag. If class is
     passed then we can use it in <td class="">
  +  STATUS: low priority
   
   General:
   --------
   
   - Need to document the font-type and -size used for the image button,
     so in the future we can add new buttons of the same style if needed.
  -
  +  STATUS: waiting for input from Allan
   
   Content:
   --------
   
  -- link the 'perl.apache.org' logo to point to
  -  'http://perl.apache.org/' without underlining.
  -
  -
   - need to make the content review and adjust config.cfg files to
     provide good abstracts. The same goes for src html files -- should
     use the <meta name="description" value=""> to add abstracts here.
  @@ -80,36 +70,14 @@
   Search:
   -------
   
  -- make the search return hits linked to the sections, not pages
  -
  -- make the indices for each docset. So users will be able to search
  -  sub-sets from the page they are on. No need for making indices for
  -  single pages, since it doesn't add an added value, users have a
  -  search function in the browser. However this could make sense if the
  -  engine returns links to the sub-sections of the page.
  -
  -  the 'search' template needs to be adjusted to link to these
  -  sub-indices.
  -
  -- can we make the returned preview of the hits preserve the structure?
  -  e.g. searching for 'strict' finds lost of code examples, but the
  -  <pre> formatting is lost. So it's harder to make a good use of these
  -  previews.
  -
  -- can we take the swish-e further and instead of linking to the static
  -  matching page, link to a page created dynamically, by taking the
  -  static page and highlighting the matched words, similar to google's
  -  cache?
  -
  -- in search.tt, move <font> to use CSS definitions.
  -
    - consider adding auto-focus feature:
   
     <body background="[% doc.dir.abs_doc_root %]/images/bgline.gif"
     bgcolor="#ffffff" onLoad="document.forms[0].elements[0].focus()">
   
  -  make sure that this won't create js errors, on pages without 
document.forms[0] 
  -
  +  make sure that this won't create js errors, on pages without
  +  document.forms[0]
  +  STATUS: on hold
   
   ====================================================================
   
  @@ -118,6 +86,5 @@
   
   - Think about porting the conferences stuff
   
  -- add <link REL="shortcut icon" HREF="/favicon.ico" TYPE="image/x-icon">
  -+ favicon.ico (need to make one, something like [mp]?
  -
  +- add feather in the tail
  +<img src="[% doc.dir.abs_doc_root %]/images/feather_transbg.gif" width=194 
height=80 alt="ASF feather"> 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to