From 45db37efb5122ec7351fe0896d2c0261b472ea76 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 18 Mar 2024 10:25:12 -0500 Subject: Change static copying/ update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1a55ef6..62fd4da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Source Code Htmlizer Written in Awk -Here we have a tool that's in a similar vein to [stagit][] and others. It takes a number of files on the commandline and generates HTML for them in an output directory, then generates an index with a file listing and a readme. It's also written completely in awk(1p). I guess that's the gimmick. +Here we have a tool that's in a similar vein to [stagit][] and others. It takes a number of files on the commandline and generates HTML for them in an output directory, then generates an index with a file listing and a readme. It's also written completely in `awk(1p)`. I guess that's the gimmick. [stagit]: https://codemadness.org/stagit.html @@ -13,7 +13,7 @@ I don't want to figure out how to process actual command-line arguments in awk, -vreadmefilter='pandoc -thtml5' \ -vtemplate=template.html \ -vstatic=style.css \ - -vclone=https://foo.bar/schwa \ + -vclone='https://git.acdw.net/schwa' -vdesc="Source Code Htmlizer" \ * ``` -- cgit 1.4.1-21-gabe81