You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/05/09 12:21:43 UTC

cvs commit: modperl-docs TODO

stas        02/05/09 03:21:43

  Modified:    .        TODO
  Log:
  update
  
  Revision  Changes    Path
  1.44      +9 -0      modperl-docs/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/modperl-docs/TODO,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- TODO	29 Apr 2002 17:39:51 -0000	1.43
  +++ TODO	9 May 2002 10:21:43 -0000	1.44
  @@ -18,6 +18,15 @@
   DocSet:
   -------
   
  +- the sitemap doesn't show up as selected in the menu when you go there.
  +
  +-       # if the pre section is too long ps2pdf fails to generate pdf,
  +        # so split it into 40 lines chunks.
  +        $result = '';
  +        while ($text =~ /((?:[^\n]*\n){1,40})/sg) {
  +           $result .= "<PRE>$1</PRE>\n";
  +        }
  +
   - 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)>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org