Python Forum
Mirror GitHub issues and pull requests with a static site generator - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: Mirror GitHub issues and pull requests with a static site generator (/thread-21845.html)



Mirror GitHub issues and pull requests with a static site generator - sio - Oct-17-2019

Hello, I'd like to get some feedback on my project.

It's a backup mechanism for GitHub issues that creates human-readable issue archives in HTML - ready to be served as a static web site.

Here are the links:

- Documentation: https://issyours.ml/
- Source code: https://github.com/sio/issyours
- Demo output: https://issyours.ml/demo/issues/
- Some rationale on why this project was started: https://issyours.ml/design/

What do you think of the project idea? Would that be useful to you or anyone you know?

How is documentation? Is it good enough for new users to get started?

What about demo instance? Does it show enough to spark interest?

Also, if you have time any feedback on code/architecture would be very appreciated!

Thanks!