diff --git a/proposal/myrmidon/docs/todo.html b/proposal/myrmidon/docs/todo.html
index d833bdc06..290197545 100644
--- a/proposal/myrmidon/docs/todo.html
+++ b/proposal/myrmidon/docs/todo.html
@@ -208,6 +208,37 @@ File[] files = cm.getOutOfDate();
+
+
+
+
+ Antlibs storing templates
+
+ |
+
+
+ After a templating system is formalized it would useful to define
+ a mechanism via which you can store templates in an antlib. These
+ templates could then be loaded and used by build files through a
+ "standard" mechanism. This may need to be merged with the XML catalog
+ system.
+
+ |
+
+
+
+
+ Antlibs Storing General Resources
+
+ |
+
+
+ Add a system via which ant libs can store general resources for
+ consumption by build users. This could be used to store the XML fragments
+ for the XML catalog, the template fragments for templates, images for
+ documentation system and so forth.
+
+ |
diff --git a/proposal/myrmidon/src/xdocs/todo.xml b/proposal/myrmidon/src/xdocs/todo.xml
index 6cb857d6d..810989050 100644
--- a/proposal/myrmidon/src/xdocs/todo.xml
+++ b/proposal/myrmidon/src/xdocs/todo.xml
@@ -75,13 +75,22 @@ File[] files = cm.getOutOfDate();
- |