diff options
| author | KatolaZ <katolaz@freaknet.org> | 2018-07-29 06:21:18 +0100 | 
|---|---|---|
| committer | KatolaZ <katolaz@freaknet.org> | 2018-07-29 06:21:18 +0100 | 
| commit | 3606ac71878450340905f71b6e202969b4ff889d (patch) | |
| tree | e0fcb5aa5bf3e32cef4925a460afb593a1564a98 | |
| parent | 09dc60b4d73f290ccad37a086a6f867fe11efa44 (diff) | |
added comment in NOTE_70
| -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. | 
