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/01/28 04:36:58 UTC

cvs commit: modperl-docs/src searchresults.html config.cfg

stas        02/01/27 19:36:58

  Modified:    src      config.cfg
  Added:       src      searchresults.html
  Log:
  - add search results hidden page
  
  Revision  Changes    Path
  1.6       +1 -0      modperl-docs/src/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/config.cfg,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- config.cfg	28 Jan 2002 02:33:58 -0000	1.5
  +++ config.cfg	28 Jan 2002 03:36:58 -0000	1.6
  @@ -51,6 +51,7 @@
                qw(
                   404.html
                   creation.html
  +                searchresults.html
                  )
            ],
        ],
  
  
  
  1.1                  modperl-docs/src/searchresults.html
  
  Index: searchresults.html
  ===================================================================
  <html>
    <head>
      <title>Search Results</title>
      <meta name="Description" content="search results">
    </head>
    <body bgcolor="white">
  
    <br>
    <center>
  
    [% results %]
  
    </body>
  </html>
  
  

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