-- mkphlog v.0.2 released (01-07-12) -- | |
octotep, the author of mkphlog, has released version 0.2. This script | |
is excellent to help you create new phlog posts. The new | |
version has some great enhancements like the possibility of adding a | |
title to your phlog and also to your posts. | |
mkphlog v.0.2 will then modify the gophermap to automatically create | |
the links to your posts making your life easier. Ain't it great? | |
See changelog for details (link below). | |
After testing this new version, I launched pharc 1.0 (phlog | |
archiver) to check whether it worked or not. At first sight it | |
worked great, but later on I realized that it does archive the posts | |
but however it does not keep the phlog title. So I'll have | |
to get down to work and write pharc 2.0 as soon as possible. (Even | |
though I have a whole year ahead) | |
The first thing that comes to my mind is copying the gophermap | |
instead of moving it and then editing its contents. "sed" to the | |
rescue... | |
mkphlog v.0.2 can be found here: | |
gopher://sdf.org/1/users/octotep/downloads/mkphlog/ | |
pharc can be found here: | |
gopher://sdf.org/1/users/chals/downloads/software | |
Enjoy!!! | |
--UPDATE 23:00h-- | |
I think I got it. This will do the trick: | |
# Updating for mkphlog v.0.2 | |
mv gophermap gophermaptemp | |
sed '/1/d' < gophermaptemp > gophermap | |
chmod 640 gophermap | |
rm gophermaptemp | |
Publishing soon... | |
______________________________________________________________________ | |
Gophered by Gophernicus/1.6 on NetBSD/amd64 9.1 |