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 0f09f6c241 Templatize the annotate view!
* viewcvs/lib/viewcvs.py
  (view_annotate): Now use blame.BlameSource() class for doing annotations.

* viewcvs/lib/blame.py
  (BlameSource, BlameSequencingError): New classes.
  (make_html): Re-work to use the use BlameSource code.

* viewcvs/lib/config.py
  (Config.set_defaults): No longer set self.templates.footer.

* viewcvs/viewcvs.conf.dist
  (templates.footer): Removed.

* viewcvs/templates/annotate.ezt
  Re-work this template to make use of the newly exposed blame data,
  and the fabulous new EZT assignment commands!

* viewcvs/website/upgrading.html
  Document this change.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@833 8cb11bc2-c004-0410-86c3-e597b4017df7
2004-04-21 05:08:12 +00:00
elemx switch to a single, top-level makefile 2002-04-26 08:01:41 +00:00
lib Templatize the annotate view! 2004-04-21 05:08:12 +00:00
templates Templatize the annotate view! 2004-04-21 05:08: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 annotate view! 2004-04-21 05:08: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 Templatize the annotate view! 2004-04-21 05:08:12 +00:00

README

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

Please read the file INSTALL for more information.