You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by di...@apache.org on 2003/09/23 03:14:19 UTC

cvs commit: ws-site/targets/blog blosxom.cgi

dims        2003/09/22 18:14:19

  Modified:    targets/blog blosxom.cgi
  Log:
  depth = 1
  
  Revision  Changes    Path
  1.2       +1 -1      ws-site/targets/blog/blosxom.cgi
  
  Index: blosxom.cgi
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/blog/blosxom.cgi,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- blosxom.cgi	22 Sep 2003 23:19:04 -0000	1.1
  +++ blosxom.cgi	23 Sep 2003 01:14:18 -0000	1.2
  @@ -27,7 +27,7 @@
   # Should I stick only to the datadir for items or travel down the
   # directory hierarchy looking for items?  If so, to what depth?
   # 0 = infinite depth (aka grab everything), 1 = datadir only, n = n levels down
  -$depth = 0;
  +$depth = 1;
   
   # How many entries should I show on the home page?
   $num_entries = 40;