diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-05-29 23:01:14 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-05-29 23:01:14 +0000 |
commit | 1d19e08a8a9087b6eda95bb68d2f9daf2344812d (patch) | |
tree | ecf13f73ccd2413295e20fea97325a1fae6e438d /README | |
parent | 49b3ac4bc953543c21139d514ad5563284486fec (diff) | |
download | vdr-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-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |