diff --git a/docs/resources.html b/docs/resources.html
index 049571f34..d3d63d217 100644
--- a/docs/resources.html
+++ b/docs/resources.html
@@ -510,6 +510,40 @@
Articles
+
+ Extending Ant Input Abilities
+
+ The contents of this document is the following:
+ - Section 2 provides a simple example how InputHandlers are created,
+ - Section 3 develops an inputhandler that masks the passwords typed on the command line,
+ - Section 4 gives two handlers, whose input is typed in graphical components,
+ - Section 5 extends Input task so that we can use dierent input handlers on different uses of <input>,
+ - Section 6 describes a problem found while writing this document,
+ - Section 7 summarizes some dark corners the author do not understand.
+
+
+
Keep the Ant, Hold the XML
diff --git a/xdocs/resources.xml b/xdocs/resources.xml
index d0ee00b0c..489c45e43 100644
--- a/xdocs/resources.xml
+++ b/xdocs/resources.xml
@@ -254,6 +254,30 @@
+
+ The contents of this document is the following:
+ - Section 2 provides a simple example how InputHandlers are created,
+ - Section 3 develops an inputhandler that masks the passwords typed on the command line,
+ - Section 4 gives two handlers, whose input is typed in graphical components,
+ - Section 5 extends Input task so that we can use dierent input handlers on different uses of <input>,
+ - Section 6 describes a problem found while writing this document,
+ - Section 7 summarizes some dark corners the author do not understand.
+
+
+
+
+
+
+
Key G. Gauthier talks about writing "buildfiles" in Java.