aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-06-05 10:21:03 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-06-05 10:21:03 +0000
commitc2bbe6b25ba6d4cca2b836ee75a81a00a2bd8852 (patch)
tree26d909cee6710e853775506f65c94ac46d2f5efe /README
parentaaa4ad68fa305c5103df0b632edec573cbfe4d4a (diff)
Make parameters steerable.
Introduce "verbose" parameter. Announce to the portal by default. Introduce parameter to announce only every n seconds. Only announce every minute by default. When calling system(), make sure that there are no shell meta characters. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@37 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 17 insertions, 2 deletions
diff --git a/README b/README
index 7225e3c..b5d8e48 100644
--- a/README
+++ b/README
@@ -44,8 +44,23 @@ implement reductions
implement missing data types
output only if value has changed
-rename "file", "storage" do something more unique
-
update the source tarballs not only when the thorn library changes,
but also when a *.ccl or make.* file changes.
do not necessarily update them all when the bindings change.
+
+
+
+RSS: add RSS feed
+see http://blogs.law.harvard.edu/tech/rss for an RSS specification
+a simple example is:
+<rss version="2.0">
+ <channel>
+ <title>...</title>
+ <link>...</link>
+ <description>...</description>
+ <item>
+ <title>...</title>
+ <description>...</description>
+ </item>
+ </channel>
+</rss>