From a6ace93b511bfc54a6c91e265d10699aff4f4b8c Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Tue, 3 Jul 2018 14:44:09 +0100 Subject: first commit --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..ca54354 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +### phl-org + +This is a simple shell script to maintain a phlog (i.e., a +gopher-based-blog) using org-mode. + +The idea is to organise each of your phlog post as an org-mode entry. +A post will start on the first line beginning with a "* " (star-space), +and last until another line beginning with "* " is found. + +Each post will be put in a separate directory, named after the title +(with spaces replaced with "_"). + +`phl-org.sh` will also create a gophermap for your phlog. + +The program currently uses `par` as a filter to indent and justify your +phlogs. Change the variable `FILTER` to use your own preferred +formatting options/tools. + +#### Example: + +A sample of an org-mode file to be fed to `phl-org.sh` is provided in +`phlog.org`. To generate the phlogs and the corresponding gophermap you +just type: + + $ phl-org.sh phlog.org + + -- cgit v1.2.3