From a72ab23298e860a5444be5256a6153e01dd88bd5 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sat, 4 Apr 2026 22:32:45 +0200 Subject: Start working on a website and some scripts to maintain it * configure.ac (AM_INIT_AUTOMAKE): Add dist-bzip2 and dist-xz. (AC_CONFIG_FILES): Add scripts/publish-release and scripts/publish-release-docs. * doc/Makefile.am: Pass in package version to gendocs.sh. Set css for manual, and toplevel url. * doc/index_template.html: Set stylesheet link and reformat. * scripts/publish-release-docs.in: New file. * scripts/publish-release.in: New file. * scripts/publish-www: New file. * www/index.html: New file. * www/style.css: New file. --- www/index.html | 30 ++++++++++++++++++++++++++++++ www/style.css | 3 +++ 2 files changed, 33 insertions(+) create mode 100644 www/index.html create mode 100644 www/style.css (limited to 'www') diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..f635cea --- /dev/null +++ b/www/index.html @@ -0,0 +1,30 @@ + + + + Aplwc + + + +
+

Aplwc - A Programming Language With Constraints

+
+
+

Latest Release: v0.1 (2026-04-02)

+

News

+ +

Source

+ +

Documentation

+ Aplwc v0.1 manual +
+ + diff --git a/www/style.css b/www/style.css new file mode 100644 index 0000000..c2e2799 --- /dev/null +++ b/www/style.css @@ -0,0 +1,3 @@ +body { + background-color: #e3dfd7; +} -- cgit v1.2.3