summaryrefslogtreecommitdiff
path: root/header.html
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-04-30 01:43:11 +0200
committerPeter Simons <simons@cryp.to>2009-05-05 01:43:35 +0200
commit3b300028e416c3a787e26157602c00eefa47b895 (patch)
tree8cd7ae0b589cf96a9c5872b948069b8f74820e10 /header.html
parent04e8fe01cc30aa770fbee37f1c9814bf1c77a245 (diff)
downloadautoconf-archive-3b300028e416c3a787e26157602c00eefa47b895.tar.gz
maint: added initial version of the toolchain
The build process requires python, the python StringTemplate module, and preferably SCons. A make-based build exists, but it is really slow and awkward, compared to the SConstruct file.
Diffstat (limited to 'header.html')
-rw-r--r--header.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/header.html b/header.html
new file mode 100644
index 0000000..5999811
--- /dev/null
+++ b/header.html
@@ -0,0 +1,20 @@
+<table summary="web navigation" style="width:100%;">
+ <tbody>
+ <tr>
+ <td style="width:33%;" align="center" valign="top">
+ <a href="index.html">Autoconf Archive</a>
+ </td>
+ <td style="width:33%;" align="center" valign="top">
+ <a href="macros-by-category.html">Macros by Category</a>
+ </td>
+ <td style="width:33%;" align="center" valign="top">
+ <form method="get" action="http://www.google.com/search">
+ <div>
+ <input name="sitesearch" value="autoconf-archive.cryp.to" type=
+ "hidden">Search: <input name="q" maxlength="255" type="text">
+ </div>
+ </form>
+ </td>
+ </tr>
+ </tbody>
+</table>