diff --git a/doc/index.html b/doc/index.html index 838f6e6..07d3469 100644 --- a/doc/index.html +++ b/doc/index.html @@ -29,9 +29,9 @@

Contents

  • make-project
  • *author*
  • *license* -
  • *template-directory* -
  • default-template-parameters -
  • *template-parameter-functions* +
  • *template-directory* +
  • default-template-parameters +
  • *template-parameter-functions*
  • *after-make-project-hooks*
  • Feedback @@ -124,7 +124,7 @@

    Contents

    in *TEMPLATE-PARAMETER-FUNCTIONS* -

    After templates have been rewritten, each element +

    After rewriting templates, each element in *AFTER-MAKE-PROJECT-HOOKS* is called. *default-pathname-defaults* is bound to the newly created project pathname when hooks are called. @@ -182,7 +182,7 @@

    Contents

    default-template-parameters - => | + => parameters
    @@ -196,6 +196,26 @@

    Contents

    +
    + +
    + *template-parameter-functions* +
    + +
    +

    A list of functions that are called to produce template + parameters when rewriting templates + in MAKE-PROJECT. Each + function is called with no arguments and should produce a list + of keyword/value pairs. The resulting lists are appended + together for use as template parameters + in HTML-TEMPLATE:FILL-AND-PRINT-TEMPLATE. + +

    The default value is (default-template-parameters). +

    +
    + +
    @@ -221,5 +241,6 @@

    Contents

    Beane <xach@xach.com>.
    +