stagit

- static git page generator
git clone git://git.acid.vegas/stagit.git
Log | Files | Refs | Archive | README | LICENSE

README.md (1464B)

      1 # stagit
      2 > static git page generator
      3 
      4 #### Information
      5 This is my personal fork of [stagit](https://codemadness.org/stagit.html) which is running [git.acid.vegas](https://git.acid.vegas/)
      6 
      7 ## Dependencies
      8 - [libgit2](https://github.com/libgit2/libgit2) *(v0.22+)*
      9 - [md4c](https://github.com/mity/md4c) *(v0.4.4+)* 
     10 
     11 ## Features & Issues
     12 ###### Features
     13 - Markdown rendering to HTML for README files
     14 - ~~Syntax hilighting~~
     15 - Repository categories
     16 - Direct download to repository tar.gz
     17 - Style changes
     18 - ~~Raw file viewing~~
     19 
     20 ###### Issues
     21 - [ ] Clickable heading *(h1-h6)* links in README *(md4c does not FULLY transform markdown)*
     22 - [ ] Top/bottom padding for multi-lined `<code>` blocks 
     23 - [ ] Missing image references in README files *(md4c does not look in /files/ for the .screens directory)*
     24 - [ ] Generating html for binary content is pointless. No links at all for these files.
     25 
     26 ## Props
     27 - Hiltjo Posthuma *(orignal author of [stagit](https://codemadness.org/git/stagit/))*
     28 - Larry Burns *([stagit-md](https://github.com/lmburns/stagit-md))*
     29 - Oscar Benedito *([md4c implementation](https://oscarbenedito.com/blog/2020/08/adding-about-pages-to-stagit/))*
     30 
     31 ___
     32 
     33 ###### Mirrors for this repository: [acid.vegas](https://git.acid.vegas/stagit) • [SuperNETs](https://git.supernets.org/acidvegas/stagit) • [GitHub](https://github.com/acidvegas/stagit) • [GitLab](https://gitlab.com/acidvegas/stagit) • [Codeberg](https://codeberg.org/acidvegas/stagit)