Gopher Related Scripts Which Might Be Of Use

This are written by someone who has been learning scraps of script 
from here and there. I am sure there are much better ways of doing 
but this is how I have ended up doing it. Hopefully it might help s
avoid making files and setting conditions all the time. 

Phlog Writing V2.1

This script is intended to make phlog writing easier. It does the f

o Sets up a nanorc which limits the columns and a few other bits
o Creates a file named using auto grabbed date and manual user inpu
o Turns the auto grabbed date into human readable UK format date
o Updates the gophermap file with the new entry at the top of the g
o Returns to previous nanorc config
o Allows for updates to be made to the current day entry
o Updates the Gemini capsule index.gmi file as well

Requirements to run as is:

o Nano to be installed
o A folder in your home directory called 'gopher'
o A folder within the folder 'gopher' called 'phlog'
o A folder in your home directory called 'scripts'
o A .nanorc file called 'nanorc_gopher' in the 'scripts' folder

Written for ksh. The nanorc files refer to ~/scripts/nanorc_syntax.
 Phlog Script File
 nanorc_gopher
 nanorc_text
Article Writing V1.1

This script is intended to make articles under different folders ea

Features and requirements are the same as the phlog script.

To use this, you will want to change the folder selection. They are

Written for ksh.
 Article Script File
Setting Permissions V1.0

This script is a quick and easy way of setting the permissions corr
 Gopher Permissions Script