From 5b50efd87c00bfbc755118f665fbbb9577a5811a Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 9 Aug 2020 16:18:14 -0400 Subject: Publish "LibreTLS" --- www/text.causal.agency/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/text.causal.agency/Makefile') diff --git a/www/text.causal.agency/Makefile b/www/text.causal.agency/Makefile index c1b79645..b86dee95 100644 --- a/www/text.causal.agency/Makefile +++ b/www/text.causal.agency/Makefile @@ -10,6 +10,7 @@ TXTS += 007-cgit-setup.txt TXTS += 008-how-irc.txt TXTS += 009-casual-update.txt TXTS += 010-irc-suite.txt +TXTS += 011-libretls.txt all: ${TXTS} -- cgit 1.4.1 9ce585e8423e493d56ae22fc506'>this commit dontfiles
summary refs log tree commit diff
path: root/bin/ptee.c (unfollow)
Commit message (Collapse)Author
2020-12-29Clean up hilex code somewhatJune McEnroe
2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe
2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe
2020-12-29Match C type declarations as IdentifierTagJune McEnroe
2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe
2020-12-29Reconfigure C macro start conditionsJune McEnroe
2020-12-29Document HTML class namesJune McEnroe
2020-12-29Rename Tag class to IdentifierTagJune McEnroe
2020-12-29Change HTML class from hi to hilexJune McEnroe
You can tell I was just copying the HTML code huh.
2020-12-29Add hilex HTML outputJune McEnroe