mhonarc-commits
[Top] [All Lists]

CVS: mharc/html .PNM.head.in.dist,1.2,1.3

2002-07-06 21:11:50
Update of /cvsroot/mhonarc/mharc/html
In directory subversions:/tmp/cvs-serv15430/html

Modified Files:
	.PNM.head.in.dist 
Log Message:
* mk-procmailrc:
  . Can now specify name of catch archive and if catch archive should
    be disabled via the CATCH_ARCHIVE and DISABLE_CATCH_ARCHIVE config.sh
    variables.
  . POD added to script along with -help and -man options to display
    usage information.

* web-archive:
  . Added check for <!--x-search-form--> and <!--/x-search-form-->
    comment declarations in period index header/footer templates:
    .PNM.head.in and .PNM.foot.in.  If an archive is designated
    to not have searching enabled, any markup between these two
    comments will be stripped out when generating the period index.

    If upgrading, and if you are using the default .PNM.*.in files,
    you will need to delete them so the newer versions with the above
    comments will be applied.  If you have customized versions of
    .PNM.*.in files, you will need to add the above comments around
    the search form markup if you want the form to not appear in the
    top period indexes for non-searchable archives.


Index: .PNM.head.in.dist
===================================================================
RCS file: /cvsroot/mhonarc/mharc/html/.PNM.head.in.dist,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** .PNM.head.in.dist	11 Mar 2002 06:59:08 -0000	1.2
--- .PNM.head.in.dist	7 Jul 2002 04:10:45 -0000	1.3
***************
*** 6,9 ****
--- 6,11 ----
  <body>
  <h1>$LIST-DESC$ Archives</h1>
+ <a href="../">[All Lists]</a>
+ <!--x-search-form-->
  <form method="get" action="$SEARCH-CGI$">
  <p><strong>Search String:</strong> 
***************
*** 14,43 ****
  <strong>Display:</strong>
  <select name="max">
! <option value="10">10
! <option selected value="20">20
! <option value="30">30
! <option value="50">50
! <option value="100">100
  </select>
  <strong>Description:</strong>
  <select name="result">
! <option selected value="normal">normal
! <option value="short">short
  </select>
  <strong>Sort:</strong>
  <select name="sort">
! <option selected value="score">by score
! <option value="date:late">by date in late order
! <option value="date:early">by date in early order
! <option value="field:subject:ascending">by title in ascending order
! <option value="field:subject:descending">by title in descending order
! <option value="field:from:ascending">by author in ascending order
! <option value="field:from:descending">by author in descending order
! <option value="field:size:ascending">by size in descending order
! <option value="field:size:descending">by size in descending order
! <option value="field:uri:ascending">by URI in descending order
! <option value="field:uri:descending">by URI in descending order
  </select>
  </p>
  </form>
  <hr>
--- 16,46 ----
  <strong>Display:</strong>
  <select name="max">
! <option value="10">10</option>
! <option selected value="20">20</option>
! <option value="30">30</option>
! <option value="50">50</option>
! <option value="100">100</option>
  </select>
  <strong>Description:</strong>
  <select name="result">
! <option selected value="normal">normal</option>
! <option value="short">short</option>
  </select>
  <strong>Sort:</strong>
  <select name="sort">
! <option selected value="score">by score</option>
! <option value="date:late">by date in late order</option>
! <option value="date:early">by date in early order</option>
! <option value="field:subject:ascending">by title in ascending order</option>
! <option value="field:subject:descending">by title in descending order</option>
! <option value="field:from:ascending">by author in ascending order</option>
! <option value="field:from:descending">by author in descending order</option>
! <option value="field:size:ascending">by size in descending order</option>
! <option value="field:size:descending">by size in descending order</option>
! <option value="field:uri:ascending">by URI in descending order</option>
! <option value="field:uri:descending">by URI in descending order</option>
  </select>
  </p>
  </form>
+ <!--/x-search-form-->
  <hr>

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV