summaryrefslogtreecommitdiff
path: root/manuals/haunt/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'manuals/haunt/index.html')
-rw-r--r--manuals/haunt/index.html165
1 files changed, 0 insertions, 165 deletions
diff --git a/manuals/haunt/index.html b/manuals/haunt/index.html
deleted file mode 100644
index 679d20c..0000000
--- a/manuals/haunt/index.html
+++ /dev/null
@@ -1,165 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<!-- Copyright (C) 2015-2021 David Thompson
-
-
-Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.3 or
-any later version published by the Free Software Foundation; with no
-Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
-copy of the license is included in the section entitled "GNU Free
-Documentation License". -->
-<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Top (Haunt Reference Manual)</title>
-
-<meta name="description" content="Top (Haunt Reference Manual)">
-<meta name="keywords" content="Top (Haunt Reference Manual)">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="makeinfo">
-<link href="#Top" rel="start" title="Top">
-<link href="Concept-Index.html" rel="index" title="Concept Index">
-<link href="#SEC_Contents" rel="contents" title="Table of Contents">
-<link href="Introduction.html" rel="next" title="Introduction">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.indentedblock {margin-right: 0em}
-div.display {margin-left: 3.2em}
-div.example {margin-left: 3.2em}
-div.lisp {margin-left: 3.2em}
-kbd {font-style: oblique}
-pre.display {font-family: inherit}
-pre.format {font-family: inherit}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-span.nolinebreak {white-space: nowrap}
-span.roman {font-family: initial; font-weight: normal}
-span.sansserif {font-family: sans-serif; font-weight: normal}
-ul.no-bullet {list-style: none}
-@media (min-width: 1140px) {
- body {
- margin-left: 14rem;
- margin-right: 4rem;
- max-width: 52rem;
- }
-}
-
-@media (min-width: 800px) and (max-width: 1140px) {
- body {
- margin-left: 6rem;
- margin-right: 4rem;
- max-width: 52rem;
- }
-}
-
-@media (max-width: 800px) {
- body {
- margin: 1rem;
- }
-}
-
--->
-</style>
-<link rel="stylesheet" type="text/css" href="https://dthompson.us/css/dthompson.css">
-
-
-</head>
-
-<body lang="en">
-<h1 class="settitle" align="center">Haunt Reference Manual</h1>
-
-
-
-
-
-<span id="SEC_Contents"></span>
-<h2 class="contents-heading">Table of Contents</h2>
-
-<div class="contents">
-
-<ul class="no-bullet">
- <li><a id="toc-Introduction-1" href="Introduction.html#Introduction">1 Introduction</a></li>
- <li><a id="toc-Installation-1" href="Installation.html#Installation">2 Installation</a>
- <ul class="no-bullet">
- <li><a id="toc-Downloading-1" href="Downloading.html#Downloading">2.1 Downloading</a></li>
- <li><a id="toc-Requirements-1" href="Requirements.html#Requirements">2.2 Requirements</a></li>
- <li><a id="toc-Building-1" href="Building.html#Building">2.3 Building</a></li>
- </ul></li>
- <li><a id="toc-Tutorial-1" href="Tutorial.html#Tutorial">3 Tutorial</a></li>
- <li><a id="toc-Command_002dline-Interface-1" href="Command_002dline-Interface.html#Command_002dline-Interface">4 Command-line Interface</a>
- <ul class="no-bullet">
- <li><a id="toc-Invoking-haunt-build-1" href="Invoking-haunt-build.html#Invoking-haunt-build">4.1 Invoking <code>haunt build</code></a></li>
- <li><a id="toc-Invoking-haunt-serve-1" href="Invoking-haunt-serve.html#Invoking-haunt-serve">4.2 Invoking <code>haunt serve</code></a></li>
- </ul></li>
- <li><a id="toc-Programming-Interface-1" href="Programming-Interface.html#Programming-Interface">5 Programming Interface</a>
- <ul class="no-bullet">
- <li><a id="toc-Sites-1" href="Sites.html#Sites">5.1 Sites</a></li>
- <li><a id="toc-Posts-1" href="Posts.html#Posts">5.2 Posts</a></li>
- <li><a id="toc-Readers-1" href="Readers.html#Readers">5.3 Readers</a>
- <ul class="no-bullet">
- <li><a id="toc-Reader-1" href="Reader.html#Reader">5.3.1 Reader</a></li>
- <li><a id="toc-Texinfo-1" href="Texinfo.html#Texinfo">5.3.2 Texinfo</a></li>
- <li><a id="toc-Skribe-1" href="Skribe.html#Skribe">5.3.3 Skribe</a></li>
- <li><a id="toc-CommonMark-1" href="CommonMark.html#CommonMark">5.3.4 CommonMark</a></li>
- </ul></li>
- <li><a id="toc-Pages-1" href="Pages.html#Pages">5.4 Pages</a></li>
- <li><a id="toc-Assets-1" href="Assets.html#Assets">5.5 Assets</a></li>
- <li><a id="toc-Builders-1" href="Builders.html#Builders">5.6 Builders</a>
- <ul class="no-bullet">
- <li><a id="toc-Static-Assets-1" href="Static-Assets.html#Static-Assets">5.6.1 Static Assets</a></li>
- <li><a id="toc-Blog-1" href="Blog.html#Blog">5.6.2 Blog</a></li>
- <li><a id="toc-Atom-1" href="Atom.html#Atom">5.6.3 Atom</a></li>
- </ul></li>
- </ul></li>
- <li><a id="toc-Contributing-1" href="Contributing.html#Contributing">6 Contributing</a></li>
- <li><a id="toc-GNU-Free-Documentation-License-1" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">Appendix A GNU Free Documentation License</a></li>
- <li><a id="toc-Concept-Index-1" href="Concept-Index.html#Concept-Index" rel="index">Concept Index</a></li>
- <li><a id="toc-Programming-Index-1" href="Programming-Index.html#Programming-Index" rel="index">Programming Index</a></li>
-</ul>
-</div>
-
-
-<span id="Top"></span><div class="header">
-<p>
-Next: <a href="Introduction.html" accesskey="n" rel="next">Introduction</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html" title="Index" rel="index">Index</a>]</p>
-</div>
-<hr>
-<span id="Haunt"></span><h1 class="top">Haunt</h1>
-
-<p>This document describes Haunt version 0.2.6, an extensible,
-functional static site generator.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top">&bull; <a href="Introduction.html" accesskey="1">Introduction</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">About Haunt.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="Installation.html" accesskey="2">Installation</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Installing Haunt.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="Tutorial.html" accesskey="3">Tutorial</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to get started quickly.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="Command_002dline-Interface.html" accesskey="4">Command-line Interface</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Using Haunt from the command-line.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="Programming-Interface.html" accesskey="5">Programming Interface</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Using the Haunt API in Scheme.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="Contributing.html" accesskey="6">Contributing</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to contribute to Haunt.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="GNU-Free-Documentation-License.html" accesskey="7">GNU Free Documentation License</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The license of this manual.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="Concept-Index.html" rel="index" accesskey="8">Concept Index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Concepts.
-</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="Programming-Index.html" rel="index" accesskey="9">Programming Index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Data types, procedures, syntax, and variables.
-</td></tr>
-</table>
-
-<hr>
-<div class="header">
-<p>
-Next: <a href="Introduction.html" accesskey="n" rel="next">Introduction</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html" title="Index" rel="index">Index</a>]</p>
-</div>
-
-
-
-</body>
-</html>