sapling/mercurial/templates/raw
Paul Boddie 5b2a1dc5f5 hgweb: make graph data suitable for template usage
Previously, graph data has been encoded for processing done by
JavaScript code run in the browser, employing simple structures
with implicit member positions. This patch modifies the graph
command to also produce data employing a dictionary-based
structure suitable for use with the templating mechanism, thus
permitting other ways of presenting repository graphs using that
mechanism.

In order to test these changes, the raw theme has been modified
to include templates for graph nodes and edges. In a similar
fashion, themes could employ technologies such as SVG that lend
themselves to templating to produce the graph display. This patch
makes use of a much simpler output representation than SVG in
order to maintain clarity.
2012-05-21 00:20:05 +02:00
..
changeset.tmpl setup: install translation files as package data 2009-12-01 16:06:10 +01:00
error.tmpl setup: install translation files as package data 2009-12-01 16:06:10 +01:00
fileannotate.tmpl setup: install translation files as package data 2009-12-01 16:06:10 +01:00
filediff.tmpl setup: install translation files as package data 2009-12-01 16:06:10 +01:00
graph.tmpl hgweb: make graph data suitable for template usage 2012-05-21 00:20:05 +02:00
graphedge.tmpl hgweb: make graph data suitable for template usage 2012-05-21 00:20:05 +02:00
graphnode.tmpl hgweb: make graph data suitable for template usage 2012-05-21 00:20:05 +02:00
index.tmpl setup: install translation files as package data 2009-12-01 16:06:10 +01:00
manifest.tmpl setup: install translation files as package data 2009-12-01 16:06:10 +01:00
map hgweb: make graph data suitable for template usage 2012-05-21 00:20:05 +02:00
notfound.tmpl setup: install translation files as package data 2009-12-01 16:06:10 +01:00