]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/README.txt
/ctdl/r/<room_name>/info.txt now fetches the room info banner
[citadel.git] / webcit-ng / README.txt
index 3d8f60355987f48336be2b4b93492cc4a5eac352..56b320021995f83c8160968f57b0f0d07465f6d0 100644 (file)
@@ -4,8 +4,7 @@ This is WebCit-NG, a complete refactoring of the WebCit server that will
 focus on "REST first" and build around that.  The code will be well
 layered with as little spaghetti as possible.
 
-Please don't mess with this yet.  I'm only pushing it upstream so it gets
-backed up.
+Please don't mess with this yet.  I'm only pushing it upstream so it gets backed up.
 
 
 DESIGN GOALS:
@@ -16,6 +15,7 @@ DESIGN GOALS:
 *      Require NO cleanup.   Killing the process lets the OS reclaim all resources.
 
 *      As much as possible, resources should be freed by just coming back down the stack.
+       Avoid global variables and thread-local variables as much as possible.
 
 *      Readability of the code is more important than shaving off a few CPU cycles.