ViewVC (http://viewvc.tigris.org) CVS/SVN repository viewer, with some advanced features like full-text indexing of file contents (including binary like *.doc) using Sphinx Search and Apache TIka.
 
 
 
 
 
 
Go to file
cmpilato 9c5c43b625 Implement an assignment mechanism in EZT, a new [define variable][end]
construct.  Patch by James Henstridge <james@daa.com.au>, tweaked to
conform with Greg Stein's review, and stripped of the template changes
that made use of the new functionality by C. Michael Pilato (that's me).

* viewcvs/lib/ezt.py
  import cStringIO, and failing that, import StringIO.
  (_block_cmd_specs): Add 'define' to the list of block specs.
  (Template.generate): Init defines member.
  (Template._parse): Don't prepare references for 'define' commands.
  (Template._cmd_define): New.
  (_get_value): Look for items in the defines dictionary before
    falling back to the data dictionary.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@832 8cb11bc2-c004-0410-86c3-e597b4017df7
2004-04-21 03:41:34 +00:00
elemx switch to a single, top-level makefile 2002-04-26 08:01:41 +00:00
lib Implement an assignment mechanism in EZT, a new [define variable][end] 2004-04-21 03:41:34 +00:00
templates Templatize the markup view. 2004-04-20 16:40:12 +00:00
tests Ensure that we open ,v files in binary mode. 2003-02-26 02:31:31 +00:00
tools Fix problem with cvsdb and bincvs.fetch_log 2004-01-26 01:25:47 +00:00
tparse Stop potential memory leak by DECREF-ing the return value from 2004-04-20 14:28:15 +00:00
website Templatize the markup view. 2004-04-20 16:40:12 +00:00
windows update windows readme 2003-11-04 04:54:28 +00:00
www make query page work straight from the source directory without 2003-10-27 17:28:30 +00:00
CHANGES Started spring cleanup... ;-) A lot more is missing here. 2002-02-28 17:59:12 +00:00
INSTALL Fix the example used to demonstrate working Subversion bindings. 2003-06-16 18:19:04 +00:00
README Various tweaks: 2001-11-19 01:10:08 +00:00
TODO removed some obviously resolved items and added a preface indicating, 2001-10-28 11:07:44 +00:00
cvsgraph.conf.dist * www/cgi/viewcvs.cgi, www/cgi/query.cgi, www/viewcvs-strace.sh, 2003-06-03 06:24:59 +00:00
standalone.py get standalone server to work from development tree 2003-10-15 17:39:43 +00:00
viewcvs-install * viewcvs-install 2003-06-25 20:29:03 +00:00
viewcvs.conf.dist * viewcvs/viewcvs.conf.dist 2004-04-20 14:41:35 +00:00

README

ViewCVS -- Viewing the content of CVS repositories with a Webbrowser.

Please read the file INSTALL for more information.