summaryrefslogtreecommitdiff
path: root/js/dojo-1.6/dojox/resources/README.template
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.6/dojox/resources/README.template')
-rw-r--r--js/dojo-1.6/dojox/resources/README.template42
1 files changed, 42 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/resources/README.template b/js/dojo-1.6/dojox/resources/README.template
new file mode 100644
index 0000000..6073c81
--- /dev/null
+++ b/js/dojo-1.6/dojox/resources/README.template
@@ -0,0 +1,42 @@
+-------------------------------------------------------------------------------
+Project Name
+-------------------------------------------------------------------------------
+Version X.XXX
+Release date: MM/DD/YYYY
+-------------------------------------------------------------------------------
+Project state:
+[Object1]: experimental | alpha | beta | production
+[Object2]: experimental | alpha | beta | production
+-------------------------------------------------------------------------------
+[ ] l18n support?
+[ ] a11y support?
+-------------------------------------------------------------------------------
+Credits
+[Object1]: Author one (author contact info)
+[Object2]: Author two (author contact info)
+-------------------------------------------------------------------------------
+Project description
+
+Describe the point of the project here.
+-------------------------------------------------------------------------------
+Dependencies:
+
+List any dependencies here.
+-------------------------------------------------------------------------------
+Documentation
+
+Any notes about documentation--such as a link to a page in the Book of Dojo,
+documentation state, etc.--should go here.
+-------------------------------------------------------------------------------
+Installation instructions
+
+Use this to explain in detail what a person needs to do in order to use this
+project. Include URLs for grabbing source, URLs for any dependencies, etc.
+Also be sure to include any additional information, such as where to place
+CSS files, images, other media, etc. The goal is that someone reading this
+file can follow your instructions and be using this project within minutes.
+-------------------------------------------------------------------------------
+Additional Notes
+
+Anything else you think is of interest (for example, object hierarchy) should
+be placed here.