summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-05-29 23:01:14 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-05-29 23:01:14 +0000
commit1d19e08a8a9087b6eda95bb68d2f9daf2344812d (patch)
treeecf13f73ccd2413295e20fea97325a1fae6e438d /README
parent49b3ac4bc953543c21139d514ad5563284486fec (diff)
downloadvdr-plugin-live-1d19e08a8a9087b6eda95bb68d2f9daf2344812d.tar.gz
vdr-plugin-live-1d19e08a8a9087b6eda95bb68d2f9daf2344812d.tar.bz2
- Added doc sub directory.
- Added doc/TODO.txt with some 'non-bugtracking' development ideas. - Added doc/dev-conventions.txt to collect and promote some coding styles and developing guidelines. - Added pointer to these files in README
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index ba1e5ee..85b8afc 100644
--- a/README
+++ b/README
@@ -87,3 +87,8 @@ Live's "pages" are written in "ecpp", a language integrating C++ and HTML in
one file, very much like e.g. PHP or ASP weave functionality and "static"
content information together.
+
+Contribute!
+===========
+If you would like to contribute, please read doc/dev-contribute.txt
+and doc/TODO.txt.