spsp

Repository for the "Simplified Perl Status Poster" (SPSP).
git clone git://git.samirparikh.com/spsp
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2023-02-10 23:15convert %post hash to hash referenceSamir Parikh1+8-14
2023-02-10 23:04activate Taint modeSamir Parikh1+1-1
2023-02-10 22:45process text as markdown and then convert to HTMLSamir Parikh1+7-2
2023-02-10 21:07add functionality to now generate basic HTML files for each new postSamir Parikh1+46-0
2023-02-10 14:04update server configSamir Parikh1+1-1
2023-02-10 13:53add css stylingSamir Parikh1+32-0
2023-02-10 13:52update HTML meta tags for better mobile viewingSamir Parikh1+3-3
2023-02-10 13:51automatically focus on the Title field upon page load (may cause accessibility issues that will need to be investigated)Samir Parikh1+1-1
2023-02-09 17:08update spsp to now also update and redirect user to posts.htmlSamir Parikh1+18-8
2023-02-06 02:50change permission and ownerSamir Parikh1+0-0
2023-02-06 02:48update 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 fileSamir Parikh1+81-19
2023-02-04 03:17initial commit of key apache configuration files: /usr/local/etc/apache24/httpd.conf /usr/local/etc/apache24/extra/httpd-vhosts.confSamir Parikh2+587-0
2023-02-04 03:16add spsp.cgi as the initial version of what should have been a CGI program from the very beginningSamir Parikh1+117-0
2023-02-04 03:15update post_status.html to execute spsp.cgi upon form submissionSamir Parikh1+2-2
2023-02-04 03:14remove non-CGI version of spsp which only accepted input from the command line via SSH or via `cat`, `echo` or `printf`.Samir Parikh1+0-125
2023-02-02 03:03initial commit for html page to post your statusSamir Parikh1+45-0
2023-02-01 14:03update spsp to update post_data file with status entries stored as array of hashesSamir Parikh1+45-14
2023-01-31 14:27work in progress commitSamir Parikh1+22-3
2023-01-26 17:20update 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 fileSamir Parikh1+14-16
2023-01-26 16:55initial commit for spspSamir Parikh1+77-0
2023-01-26 14:35add READMESamir Parikh1+4-0