2023-02-10 23:15 | convert %post hash to hash reference | Samir Parikh | 1 | +8 | -14 |
2023-02-10 23:04 | activate Taint mode | Samir Parikh | 1 | +1 | -1 |
2023-02-10 22:45 | process text as markdown and then convert to HTML | Samir Parikh | 1 | +7 | -2 |
2023-02-10 21:07 | add functionality to now generate basic HTML files for each new post | Samir Parikh | 1 | +46 | -0 |
2023-02-10 14:04 | update server config | Samir Parikh | 1 | +1 | -1 |
2023-02-10 13:53 | add css styling | Samir Parikh | 1 | +32 | -0 |
2023-02-10 13:52 | update HTML meta tags for better mobile viewing | Samir Parikh | 1 | +3 | -3 |
2023-02-10 13:51 | automatically focus on the Title field upon page load (may cause accessibility issues that will need to be investigated) | Samir Parikh | 1 | +1 | -1 |
2023-02-09 17:08 | update spsp to now also update and redirect user to posts.html | Samir Parikh | 1 | +18 | -8 |
2023-02-06 02:50 | change permission and owner | Samir Parikh | 1 | +0 | -0 |
2023-02-06 02:48 | update spsp.cgi to: - add comments around declared constants - add constants to support creation of posts.html file - rename some of the file and filehandle variable names - provide functionality to start updating the actual posts.html file | Samir Parikh | 1 | +81 | -19 |
2023-02-04 03:17 | initial commit of key apache configuration files: /usr/local/etc/apache24/httpd.conf /usr/local/etc/apache24/extra/httpd-vhosts.conf | Samir Parikh | 2 | +587 | -0 |
2023-02-04 03:16 | add spsp.cgi as the initial version of what should have been a CGI program from the very beginning | Samir Parikh | 1 | +117 | -0 |
2023-02-04 03:15 | update post_status.html to execute spsp.cgi upon form submission | Samir Parikh | 1 | +2 | -2 |
2023-02-04 03:14 | remove non-CGI version of spsp which only accepted input from the command line via SSH or via `cat`, `echo` or `printf`. | Samir Parikh | 1 | +0 | -125 |
2023-02-02 03:03 | initial commit for html page to post your status | Samir Parikh | 1 | +45 | -0 |
2023-02-01 14:03 | update spsp to update post_data file with status entries stored as array of hashes | Samir Parikh | 1 | +45 | -14 |
2023-01-31 14:27 | work in progress commit | Samir Parikh | 1 | +22 | -3 |
2023-01-26 17:20 | update program to use Path::Tiny to allow us to prepend the latest status update to the top. Also included logic to check that post_data file already exists. If it doesn't we create a new blank file | Samir Parikh | 1 | +14 | -16 |
2023-01-26 16:55 | initial commit for spsp | Samir Parikh | 1 | +77 | -0 |
2023-01-26 14:35 | add README | Samir Parikh | 1 | +4 | -0 |