]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/README.md
view_mail.js: don't list attachments in a quote or forward
[citadel.git] / webcit-ng / README.md
index e5714bd8141bf257cac7672a015d4e61e4bd3119..95ab1f80e9bf8db25b4f0c18b957dfd598d8d50b 100644 (file)
@@ -6,9 +6,6 @@ with as little spaghetti as possible.
 
 Please don't mess with this yet.  I'm only pushing it upstream so it gets backed up.
 
-Yes, I know the Makefile is built in a way that forces it to recompile everything
-when you touch even one file.  For the time being this is acceptable.
-
 ## Design goals
 * Hold as little state as possible
 * Require NO cleanup.  Killing the process lets the OS reclaim all resources.
@@ -23,9 +20,10 @@ REST format URLs will generally take the form of:
   /ctdl/objectClass/[container/]object[/operation]
 
 ## We are using
-* libcitadel for information about the Citadel server, some string handling, and the JSON encoder
+* libcitadel for Citadel server tooling, string handling, JSON encoder, MIME parser
 * Expat for DAV handling
 * OpenSSL for TLS
+* FontAwesome for icons
 
 ## We are NOT using
 * Your favorite javascript library