summaryrefslogtreecommitdiff
path: root/README.md
blob: 2cd0930ffb30c5711f7bf0168c286a19e344bdbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Yelp Tools

yelp-tools is a collection of scripts and build utilities to help create,
manage, and publish documentation for Yelp and the web. Most of the heavy
lifting is done by packages like yelp-xsl and itstool. This package just
wraps things up in a developer-friendly way.


## ORGANIZATION

- `templates/`
        The templates directory contains page templates used by yelp-new.

- `tools/`
        The tools directory contains scripts like yelp-build and yelp-check,
        as well as the yelp.m4 file that provides autotools integration.

- `xslt/`
	The xslt directory contains small utility XSLT files that are used
        by the various scripts shipped with yelp-tools. These stylesheets
        are not intended to be built upon.