diff options
author | Case Duckworth | 2024-03-18 10:25:12 -0500 |
---|---|---|
committer | Case Duckworth | 2024-03-18 10:25:12 -0500 |
commit | 45db37efb5122ec7351fe0896d2c0261b472ea76 (patch) | |
tree | 254bee43722b49fcf302ed4cef0032853fa8b709 /README.md | |
parent | Update README (diff) | |
download | schwa-45db37efb5122ec7351fe0896d2c0261b472ea76.tar.gz schwa-45db37efb5122ec7351fe0896d2c0261b472ea76.zip |
Change static copying/ update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 1a55ef6..62fd4da 100644 --- a/README.md +++ b/README.md | |||
@@ -1,6 +1,6 @@ | |||
1 | # Source Code Htmlizer Written in Awk | 1 | # Source Code Htmlizer Written in Awk |
2 | 2 | ||
3 | 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. | 3 | 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. |
4 | 4 | ||
5 | [stagit]: https://codemadness.org/stagit.html | 5 | [stagit]: https://codemadness.org/stagit.html |
6 | 6 | ||
@@ -13,7 +13,7 @@ I don't want to figure out how to process actual command-line arguments in awk, | |||
13 | -vreadmefilter='pandoc -thtml5' \ | 13 | -vreadmefilter='pandoc -thtml5' \ |
14 | -vtemplate=template.html \ | 14 | -vtemplate=template.html \ |
15 | -vstatic=style.css \ | 15 | -vstatic=style.css \ |
16 | -vclone=https://foo.bar/schwa \ | 16 | -vclone='<a href="https://git.acdw.net/schwa">https://git.acdw.net/schwa</a>' |
17 | -vdesc="Source Code Htmlizer" \ | 17 | -vdesc="Source Code Htmlizer" \ |
18 | * | 18 | * |
19 | ``` | 19 | ``` |