Updated README

This commit is contained in:
Dionysus 2023-06-28 02:24:49 -04:00
parent 6a15ce038e
commit b8e04ff4cb
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 5 additions and 3 deletions

View File

@ -18,13 +18,15 @@ make
sudo make install sudo make install
``` ```
**NOTE**: The [/assets/](https://github.com/acidvegas/stagit/tree/master/assets) directory contains various scripts for deployment usage.
###### New Features ###### New Features
- [X] Markdown rendering to HTML for README files - [X] Markdown rendering to HTML for README files
- [ ] Syntax hilighting - [ ] Syntax hilighting
- [X] Repository categories - [X] Repository categories
- [ ] Direct download to repository tar.gz - [X] Direct download to repository tar.gz
- [X] Style changes - [X] Style changes
- [ ] Raw file viewing - [ ] Raw file viewing *(will tackle this one next commit)*
###### Fixes ###### Fixes
- [ ] Clickable heading *(h1-h6)* links in README *(md4c does not FULLY transform markdown)* - [ ] Clickable heading *(h1-h6)* links in README *(md4c does not FULLY transform markdown)*
@ -34,4 +36,4 @@ sudo make install
###### Props ###### Props
- Hiltjo Posthuma *(orignal author of [stagit](https://codemadness.org/git/stagit/))* - Hiltjo Posthuma *(orignal author of [stagit](https://codemadness.org/git/stagit/))*
- Larry Burns *([stagit-md](https://github.com/lmburns/stagit-md))* - Larry Burns *([stagit-md](https://github.com/lmburns/stagit-md))*
- Oscar Benedito *([md4c implementation](https://oscarbenedito.com/blog/2020/08/adding-about-pages-to-stagit/))* - Oscar Benedito *([md4c implementation](https://oscarbenedito.com/blog/2020/08/adding-about-pages-to-stagit/))*