2707: Add markup notes to html output

Part 2: enable css, clean up code.
      TODO: better output, support in default css files, test


svn: r12644
This commit is contained in:
Benny Malengier
2009-06-08 23:19:37 +00:00
parent 10c8599867
commit a177da80b0
20 changed files with 382 additions and 259 deletions

View File

@@ -1,10 +0,0 @@
# This is the src/data/templates level Makefile
pkgdata_DATA = marble.tpkg \
pink_marble.tpkg \
sepia.tpkg \
sky_border.tpkg \
blue_edge.tpkg \
templates.xml
pkgdatadir = $(datadir)/@PACKAGE@/data/templates
EXTRA_DIST = $(pkgdata_DATA)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,7 +0,0 @@
<templates>
<template title="Blue Edge" file="blue_edge.tpkg"/>
<template title="Pink Marble" file="pink_marble.tpkg"/>
<template title="Sky Border" file="sky_border.tpkg"/>
<template title="Marble" file="marble.tpkg"/>
<template title="Sepia" file="sepia.tpkg"/>
</templates>