blogs - The WWW

Users browsing this thread: 1 Guest(s)
seninha
Long time nixers
I also write my blog in plain text, using a markup language I created and call incipit.
I then use an awk script to convert the txts to a body-only html.
Then, I use m4 to envelope the body into a full html with head tag.
Everything is coordinated with BSD makefiles.

All pages, except the index, are written manually in txt.
The index.txt, however is generated by m4 after collecting the names of all the other pages. It then goes by the process of txt→body (via that awk script) and body→html (via m4).

The feed.xml is also created with m4.

I use openrsync (OpenBSD's implementation of rsync(1)) to send the files to my remote server.

Here is the source of my website


Messages In This Thread
blogs - by robotchaos - 22-08-2016, 06:21 PM
RE: blogs - by z3bra - 22-08-2016, 07:16 PM
RE: blogs - by ox! - 22-08-2016, 09:31 PM
RE: blogs - by rocx - 22-08-2016, 10:36 PM
RE: blogs - by venam - 23-08-2016, 12:27 AM
RE: blogs - by acg - 23-08-2016, 01:11 PM
RE: blogs - by robotchaos - 23-08-2016, 01:45 PM
RE: blogs - by jkl - 23-08-2016, 03:42 PM
RE: blogs - by josuah - 23-08-2016, 05:31 PM
RE: blogs - by robotchaos - 23-08-2016, 05:40 PM
RE: blogs - by jkl - 23-08-2016, 05:48 PM
RE: blogs - by robotchaos - 23-08-2016, 06:04 PM
RE: blogs - by jkl - 23-08-2016, 06:09 PM
RE: blogs - by robotchaos - 23-08-2016, 06:23 PM
RE: blogs - by jkl - 23-08-2016, 07:07 PM
RE: blogs - by renken - 17-02-2018, 12:15 AM
RE: blogs - by acg - 17-02-2018, 12:39 AM
RE: blogs - by pkal - 18-02-2018, 07:43 PM
RE: blogs - by strang3quark - 24-03-2018, 09:27 PM
RE: blogs - by turboblack - 30-06-2019, 03:22 AM
RE: blogs - by Halfwit - 01-07-2019, 12:47 AM
RE: blogs - by z3bra - 01-07-2019, 03:51 AM
RE: blogs - by turboblack - 01-07-2019, 08:02 AM
RE: blogs - by dhruv - 13-05-2020, 10:37 PM
RE: blogs - by wolf - 14-05-2020, 12:39 AM
RE: blogs - by jkl - 05-10-2020, 04:42 AM
RE: blogs - by opfez - 05-10-2020, 04:44 AM
RE: blogs - by jkl - 05-10-2020, 05:26 AM
RE: blogs - by yakumo.izuru - 18-04-2022, 07:59 PM
RE: blogs - by seninha - 20-04-2022, 08:48 AM
RE: blogs - by josuah - 23-04-2022, 06:30 AM