Changeset 31588 in project
- Timestamp:
- 10/05/14 05:51:27 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/schematic
r30174 r31588 11 11 === Requirements 12 12 13 * [[/egg/r7rs|r7rs]] 14 15 The {{schematic-docco}} utility also requires the following 16 extensions: 17 13 18 * [[/egg/fmt|fmt]] (for ANSI output) 14 19 * [[/egg/sxml-transforms|sxml-transforms]] (for HTML output) … … 17 22 === Documentation 18 23 19 {{schematic}} is a set of simple tools to help with writing and documenting Scheme code. Three programs are provided: 24 {{schematic}} is a set of simple tools to help with writing and 25 documenting Scheme code. Four programs are provided: 20 26 21 27 * {{schematic-docco}} - [[http://jashkenas.github.com/docco/|Docco]]-style documentation generator. 22 28 * {{schematic-format}} - Source formatter. 23 29 * {{schematic-markdown}} - Markdown generator. 30 * {{schematic-wiki}} - svnwiki fragment generator. 24 31 25 Usage details for these programs can be found in their respective man pages. 32 Usage details for these programs can be found in their respective man 33 pages after installation. 26 34 27 The source for this extension is available at [[https://bitbucket.org/evhan/schematic|Bitbucket]]. 35 The source for this extension is available at 36 [[https://bitbucket.org/evhan/schematic|Bitbucket]]. 28 37 29 38 === Author 30 39 31 [[ Evan Hanson]]40 [[/users/evan-hanson|Evan Hanson]] 32 41 33 42 === License
Note: See TracChangeset
for help on using the changeset viewer.