Update 'README.md'

cleaning up text
This commit is contained in:
ffog 2021-08-08 02:13:50 +00:00
parent 06d37598da
commit 9aa158de2f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# CGI-Log
CGI-Log is a dirt simple CGI-Bin based pile of scripts for automatically displaying a list of posts on a website, useful for small personal sites. It is not smart, a CMS, pretty, or best practice. But writing it was quicker than downloading something off the shelf.
CGI-Log is a few simple CGI-Bin based scripts for automatically displaying a list of posts on a website, useful for small personal sites. Writing it was fun and quicker than downloading something off the shelf.
There's not much code here, anything visual is old school HTML. If you want to use CGI files in the modern age I will assume you know about the ramifications. Unix utilities like cat, echo, ls, head, and tail are used to build the HTML pages returned to the client.
There's not much code here, anything visual is vanilla HTML. Unix utilities like cat, echo, ls, head, and tail are used to build the HTML pages returned to the client.
Add a page by creating a file for it in the /log/posts folder.