Skip to content

Commit

Permalink
Updated Garden specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovus committed Nov 26, 2011
1 parent 34a6fda commit 23b9cef
Show file tree
Hide file tree
Showing 21 changed files with 337 additions and 3 deletions.
2 changes: 2 additions & 0 deletions garden/aliases.html
Expand Up @@ -5,13 +5,15 @@
</head>
<body>
<h1>Garden -- A Functional Template Language</h1>
<h2>VERSION 1-PREDRAFT2</h2>
<h2>Local Aliases</h2>
<p>
Describe local variable aliases here.
</p>

<p id="footer">
<a href="index.html">Table of Contents</a> |
<a href="single_page.html">Single Page Version</a> |
<a href="https://github.com/supernovus/garden-spec/">Source</a>
</p>
</body>
Expand Down
2 changes: 2 additions & 0 deletions garden/apply.html
Expand Up @@ -5,13 +5,15 @@
</head>
<body>
<h1>Garden -- A Functional Template Language</h1>
<h2>VERSION 1-PREDRAFT2</h2>
<h2>Applying Templates</h2>
<p>
Describe template application (recursion) here.
</p>

<p id="footer">
<a href="index.html">Table of Contents</a> |
<a href="single_page.html">Single Page Version</a> |
<a href="https://github.com/supernovus/garden-spec/">Source</a>
</p>
</body>
Expand Down
2 changes: 2 additions & 0 deletions garden/blocks.html
Expand Up @@ -5,13 +5,15 @@
</head>
<body>
<h1>Garden -- A Functional Template Language</h1>
<h2>VERSION 1-PREDRAFT2</h2>
<h2>Template Blocks</h2>
<p>
Describe the two kinds of template blocks here.
</p>

<p id="footer">
<a href="index.html">Table of Contents</a> |
<a href="single_page.html">Single Page Version</a> |
<a href="https://github.com/supernovus/garden-spec/">Source</a>
</p>
</body>
Expand Down
2 changes: 2 additions & 0 deletions garden/conditional.html
Expand Up @@ -5,13 +5,15 @@
</head>
<body>
<h1>Garden -- A Functional Template Language</h1>
<h2>VERSION 1-PREDRAFT2</h2>
<h2>Conditionals</h2>
<p>
Describe conditional statements here.
</p>

<p id="footer">
<a href="index.html">Table of Contents</a> |
<a href="single_page.html">Single Page Version</a> |
<a href="https://github.com/supernovus/garden-spec/">Source</a>
</p>
</body>
Expand Down
2 changes: 2 additions & 0 deletions garden/dicts.html
Expand Up @@ -5,13 +5,15 @@
</head>
<body>
<h1>Garden -- A Functional Template Language</h1>
<h2>VERSION 1-PREDRAFT2</h2>
<h2>Dictionaries</h2>
<p>
Describe template dictionaries here.
</p>

<p id="footer">
<a href="index.html">Table of Contents</a> |
<a href="single_page.html">Single Page Version</a> |
<a href="https://github.com/supernovus/garden-spec/">Source</a>
</p>
</body>
Expand Down
2 changes: 2 additions & 0 deletions garden/exports.html
Expand Up @@ -5,13 +5,15 @@
</head>
<body>
<h1>Garden -- A Functional Template Language</h1>
<h2>VERSION 1-PREDRAFT2</h2>
<h2>Exportation</h2>
<p>
Describe how to export to other namespaces here.
</p>

<p id="footer">
<a href="index.html">Table of Contents</a> |
<a href="single_page.html">Single Page Version</a> |
<a href="https://github.com/supernovus/garden-spec/">Source</a>
</p>
</body>
Expand Down
21 changes: 21 additions & 0 deletions garden/globals.html
@@ -0,0 +1,21 @@
<html>
<head>
<title>Garden: Global Variables</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Garden -- A Functional Template Language</h1>
<h2>VERSION 1-PREDRAFT2</h2>
<h2>Global Variables</h2>
<p>
Describe global variables here.
</p>

<p id="footer">
<a href="index.html">Table of Contents</a> |
<a href="single_page.html">Single Page Version</a> |
<a href="https://github.com/supernovus/garden-spec/">Source</a>
</p>
</body>
</html>

2 changes: 2 additions & 0 deletions garden/ideas.html
Expand Up @@ -5,6 +5,7 @@
</head>
<body>
<h1>Garden -- A Functional Template Language</h1>
<h2>VERSION 1-PREDRAFT2</h2>
<h2>Future ideas</h2>
<p>
Describe things that may show up later here, such as anonymous templates,
Expand All @@ -13,6 +14,7 @@ <h2>Future ideas</h2>

<p id="footer">
<a href="index.html">Table of Contents</a> |
<a href="single_page.html">Single Page Version</a> |
<a href="https://github.com/supernovus/garden-spec/">Source</a>
</p>
</body>
Expand Down
2 changes: 2 additions & 0 deletions garden/imports.html
Expand Up @@ -5,13 +5,15 @@
</head>
<body>
<h1>Garden -- A Functional Template Language</h1>
<h2>VERSION 1-PREDRAFT2</h2>
<h2>Importation</h2>
<p>
Describe how to import namespaces here.
</p>

<p id="footer">
<a href="index.html">Table of Contents</a> |
<a href="single_page.html">Single Page Version</a> |
<a href="https://github.com/supernovus/garden-spec/">Source</a>
</p>
</body>
Expand Down
10 changes: 9 additions & 1 deletion garden/index.html
Expand Up @@ -5,6 +5,7 @@
</head>
<body>
<h1>Garden -- A Functional Template Language</h1>
<h2>VERSION 1-PREDRAFT2</h2>
<h2>Table of Contents</h2>
<ul>
<li>Core Concepts
Expand All @@ -13,6 +14,9 @@ <h2>Table of Contents</h2>
<a href="intro.html" title="Since version 1">Introduction</a>
</li>
<li>
<a href="namespaces.html" title="Since version 1">Namespaces</a>
</li>
<li>
<a href="statements.html" title="Since version 1">Statements</a>
</li>
<li>
Expand Down Expand Up @@ -59,10 +63,13 @@ <h2>Table of Contents</h2>
<a href="syntax.html" title="Since version 1">Overriding Syntax</a>
</li>
<li>
<a href="globals.html" title="Since version 1">Global Variables</a>
</li>
<li>
<a href="plugins.html" title="Since version 1">Plugins</a>
</li>
<li>
<a href="json.html" title="Since version 1">JSON Extension</a>
<a href="json.html" title="Since version 1">JSON Blocks</a>
</li>
<li>
<a href="ideas.html" title="Since version 0">Future ideas</a>
Expand All @@ -86,6 +93,7 @@ <h2>Table of Contents</h2>

<p id="footer">
<a href="index.html">Table of Contents</a> |
<a href="single_page.html">Single Page Version</a> |
<a href="https://github.com/supernovus/garden-spec/">Source</a>
</p>
</body>
Expand Down
2 changes: 2 additions & 0 deletions garden/intro.html
Expand Up @@ -5,6 +5,7 @@
</head>
<body>
<h1>Garden -- A Functional Template Language</h1>
<h2>VERSION 1-PREDRAFT2</h2>
<h2>Introduction</h2>
<p>
Garden is a general-purpose functional template langauge. It doesn't
Expand Down Expand Up @@ -33,6 +34,7 @@ <h2>Introduction</h2>

<p id="footer">
<a href="index.html">Table of Contents</a> |
<a href="single_page.html">Single Page Version</a> |
<a href="https://github.com/supernovus/garden-spec/">Source</a>
</p>
</body>
Expand Down
6 changes: 4 additions & 2 deletions garden/json.html
@@ -1,17 +1,19 @@
<html>
<head>
<title>Garden: JSON Extension</title>
<title>Garden: JSON Blocks</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Garden -- A Functional Template Language</h1>
<h2>JSON Extension</h2>
<h2>VERSION 1-PREDRAFT2</h2>
<h2>JSON Blocks</h2>
<p>
Describe the JSON extension here.
</p>

<p id="footer">
<a href="index.html">Table of Contents</a> |
<a href="single_page.html">Single Page Version</a> |
<a href="https://github.com/supernovus/garden-spec/">Source</a>
</p>
</body>
Expand Down
2 changes: 2 additions & 0 deletions garden/methods.html
Expand Up @@ -5,13 +5,15 @@
</head>
<body>
<h1>Garden -- A Functional Template Language</h1>
<h2>VERSION 1-PREDRAFT2</h2>
<h2>Method calls</h2>
<p>
Describe variable method calls here.
</p>

<p id="footer">
<a href="index.html">Table of Contents</a> |
<a href="single_page.html">Single Page Version</a> |
<a href="https://github.com/supernovus/garden-spec/">Source</a>
</p>
</body>
Expand Down
21 changes: 21 additions & 0 deletions garden/namespaces.html
@@ -0,0 +1,21 @@
<html>
<head>
<title>Garden: Namespaces</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Garden -- A Functional Template Language</h1>
<h2>VERSION 1-PREDRAFT2</h2>
<h2>Namespaces</h2>
<p>
Describe namespace statements here.
</p>

<p id="footer">
<a href="index.html">Table of Contents</a> |
<a href="single_page.html">Single Page Version</a> |
<a href="https://github.com/supernovus/garden-spec/">Source</a>
</p>
</body>
</html>

2 changes: 2 additions & 0 deletions garden/plugins.html
Expand Up @@ -5,13 +5,15 @@
</head>
<body>
<h1>Garden -- A Functional Template Language</h1>
<h2>VERSION 1-PREDRAFT2</h2>
<h2>Plugins</h2>
<p>
Describe how plugins should work here.
</p>

<p id="footer">
<a href="index.html">Table of Contents</a> |
<a href="single_page.html">Single Page Version</a> |
<a href="https://github.com/supernovus/garden-spec/">Source</a>
</p>
</body>
Expand Down

0 comments on commit 23b9cef

Please sign in to comment.