]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/README.md
mail view: focus the cursor in the correct place when composing
[citadel.git] / webcit-ng / README.md
index a7890dcf96360184dfdd74e08f77856e6f4a0a05..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,7 +20,7 @@ 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