about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-08-26 16:51:14 -0400
committerJune McEnroe <programble@gmail.com>2017-08-26 16:51:14 -0400
commit77c3f17ae4e84fb83c6656f1b8496958f573a44b (patch)
tree7151c8539ab488b87155dae2698670bcc53cee90
parentUse Makefile (diff)
downloadtorus-77c3f17ae4e84fb83c6656f1b8496958f573a44b.tar.gz
torus-77c3f17ae4e84fb83c6656f1b8496958f573a44b.zip
Add meta.c to README
Diffstat (limited to '')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index e4d52e8..ae9e722 100644
--- a/README
+++ b/README
@@ -6,6 +6,7 @@ This software targets FreeBSD and Darwin.
     server.c       Maps torus.dat and listens on torus.sock.
     client.c       Curses client.
     help.c         Automated client which redraws a helpful banner.
+    meta.c         Exports metadata from data file to CSV.
     snapshot.sh    Snapshots data file, appropriate for cron.
 
     sshd_config    Anonymous login to chrooted client.
s='logmsg'> This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 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