X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README.md;h=6140834cb941af4372aff475632da7f6f499d11f;hb=f53149375772840caa8db25f4ad5f9a3f6d7be02;hp=4645752e1be99a1261a89473a1f0ff3758eece7d;hpb=ab74074e3fb3d79813ac88f5e239b2ef3189cae6;p=ardour-manual diff --git a/README.md b/README.md index 4645752..6140834 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Here are the keywords you can put in, and a brief description of what they do: | include | Tells the build system that the content lives in an external file; these normally live in the `include/` directory. Note that the filename should **not** be prefixed with `include/` | | exclude | Tells the `implode` and `explode` scripts that file referred to by the `include` keyword should be ignored. Note that the value of this keyword is ignored | | style | Sets an alternate CSS stylesheet; the name should match the one referred to (sans the `.css` suffix) in the `source/css` directory | +| uri | Sets an absolute URI where this page will go in the hierachy of the created website. It does *not* change the document structure | ### Normal content @@ -96,6 +97,5 @@ internet access. You will need `git`, and `python` installed. ### Helper scripts: `implode` and `explode` -The `implode` and `explode` scripts exist in order to accomodate different working styles. `implode` takes all the files referenced by the `include` keywords in the headers in the Master Document and automagically puts them into the Master Document in their proper places. Note that any header that has an `exclude` keyword will remain in the `include/` directory. `explode` does the inverse of `implode`; it takes all the content in the Master Document and blows it into individual files in the `include/` directory. Filenames are automagically derived from the value of the `title` keyword. - +The `implode` and `explode` scripts exist in order to accomodate different working styles. `implode` takes all the files referenced by the `include` keywords in the headers in the Master Document and automagically puts them into the Master Document in their proper places. Note that any header that has an `exclude` keyword will remain in the `include/` directory. `explode` does the inverse of `implode`; it takes all the content in the Master Document and blows it into individual files in the `include/` directory.