about summary refs log tree commit homepage
path: root/projects/mongrel_service/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'projects/mongrel_service/TODO')
-rw-r--r--projects/mongrel_service/TODO19
1 files changed, 0 insertions, 19 deletions
diff --git a/projects/mongrel_service/TODO b/projects/mongrel_service/TODO
deleted file mode 100644
index e39b38c..0000000
--- a/projects/mongrel_service/TODO
+++ /dev/null
@@ -1,19 +0,0 @@
-Legend:
-[ ] not done
-[X] done
-[+] in progess
-
-### General
-[ ] Add more documentation about services and requirements
-[ ] Add process monitoring.
-
-### Dependencies
-[+] Remove win32/service extension dependency (instead of relying in the non-official 0.5.0 one).
-  [ ] Add service management (from ServiceFB) to install and remove services.
-    
-### SingleMongrel
-[+] Sanitize SingleMongrel and document the functions.
-
-### ClusterMongrel
-[ ] Parse mongrel_cluster configuration file (yaml) looking for port information
-  [ ] Reimplent SingleMongrel for ClusterMongrel, splitting source files for better organization.