summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--NOTES_706
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 661df34..fb3044d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
# Files I don't care to see in git-status/commit
/cgit
+/cgit-70
cgit.conf
CGIT-CFLAGS
VERSION
diff --git a/NOTES_70 b/NOTES_70
index 9ddbab8..8202bbc 100644
--- a/NOTES_70
+++ b/NOTES_70
@@ -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.