summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-07-29 06:21:18 +0100
committerKatolaZ <katolaz@freaknet.org>2018-07-29 06:21:18 +0100
commit3606ac71878450340905f71b6e202969b4ff889d (patch)
treee0fcb5aa5bf3e32cef4925a460afb593a1564a98
parent09dc60b4d73f290ccad37a086a6f867fe11efa44 (diff)
added comment in NOTE_70
-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.