format in readme

This commit is contained in:
sejo 2021-06-17 18:29:31 -05:00
parent 1052e499f1
commit e756debc43
1 changed files with 9 additions and 8 deletions

View File

@ -15,17 +15,18 @@ call the shell script:
# files
* generasitio.sh: the shell script that copies files and call the other scripts
* gemtext2html.awk: converts the files in .gmo format (modified .gmi) to an html version, according to the spec and my own taste
* gmo2gmi.awk: converts the files in .gmo format to real .gmi
* genindice.awk: generates the index of all pages
* links.py: calculates the incoming links between pages and adds them to the files
* `generasitio.sh`: the shell script that copies files and call the other scripts with the corresponding arguments (like last modified date)
* `gemtext2html.awk`: converts the files in .gmo format (modified .gmi) to an html version, according to the spec and my own taste
* `gmo2gmi.awk`: converts the files in .gmo format to real .gmi
* `genindice.awk`: generates the index of all pages
* `links.py`: calculates the incoming links between pages and adds them to the files
gemtext2html.awk and gmo2gmi.awk also parse and convert {wikilinks}
`gemtext2html.awk` and `gmo2gmi.awk` also parse and convert {wikilinks}
# .gmo format
the same format as gmi (gemtext), but with the following line types:
+ add this line to the html file but not to the gmi file
& add this line to the gmi file but not to the html file
`+` add this line to the html file but not to the gmi file
`&` add this line to the gmi file but not to the html file