add some links and todos to readme

This commit is contained in:
pho4cexa 2022-12-26 09:10:45 -08:00
parent 629e3739f2
commit e2487098c5

View file

@ -125,6 +125,7 @@ push` to them.
- [Bitbucket](https://bitbucket.org/product/) - [Bitbucket](https://bitbucket.org/product/)
- [SourceForge](https://sourceforge.net/) - [SourceForge](https://sourceforge.net/)
- [GitHub](https://github.com/) - [GitHub](https://github.com/)
- [pagure](https://pagure.io/pagure)
## Existing Git forge software ## Existing Git forge software
@ -134,6 +135,8 @@ push` to them.
- [cgit](https://git.zx2c4.com/cgit/) - [cgit](https://git.zx2c4.com/cgit/)
- [GitWeb](https://git-scm.com/book/en/v2/Git-on-the-Server-GitWeb) - [GitWeb](https://git-scm.com/book/en/v2/Git-on-the-Server-GitWeb)
- [legit](https://git.icyphox.sh/legit) - [legit](https://git.icyphox.sh/legit)
- [gitile](https://git.lepiller.eu/gitile)
- [pagure](https://pagure.io/pagure)
## Todos ## Todos
@ -143,6 +146,7 @@ push` to them.
- **documentation**: describe readme, license, and issues behaviours - **documentation**: describe readme, license, and issues behaviours
- **feature**: multi-page or collapse-able files list - **feature**: multi-page or collapse-able files list
- **feature**: branches and releases (tags) - **feature**: branches and releases (tags)
- **feature**: diffs for each commit
- **feature**: clickable line numbers in source files - **feature**: clickable line numbers in source files
- **feature**: display binary files as output from binary-file analysis tools - **feature**: display binary files as output from binary-file analysis tools
like `hexdump`, `xxd`, `dumpelf`, `elfls`, `readelf`, etc.? like `hexdump`, `xxd`, `dumpelf`, `elfls`, `readelf`, etc.?
@ -150,4 +154,5 @@ push` to them.
- **feature**: markdown-render git log text - **feature**: markdown-render git log text
- **feature**: other mechanisms for header id application like uniqueness - **feature**: other mechanisms for header id application like uniqueness
checking, sequential numbering checking, sequential numbering
- **feature**: remotes, upstream identification, and tracking branch status