diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | NOTES_70 | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,6 @@ # Files I don't care to see in git-status/commit /cgit +/cgit-70 cgit.conf CGIT-CFLAGS VERSION @@ -33,3 +33,9 @@ It seems that ui-tree.c is a good place to start for a proof-of-concept. Again, we should start from ui-repolist.c and ui-tree.c, which are the two necessary bits for a viable proof-of-concept. + +(20180729 - 6:20) + + The PoC is complete. The cgit-70 cgi script implements all the basic + functionalities of cgit. I am sure more is to be done, but the result + is not bad at all. |