aboutsummaryrefslogtreecommitdiffstats
path: root/README.Plugins
diff options
context:
space:
mode:
Diffstat (limited to 'README.Plugins')
-rw-r--r--README.Plugins11
1 files changed, 3 insertions, 8 deletions
diff --git a/README.Plugins b/README.Plugins
index 57e460e..88ca467 100644
--- a/README.Plugins
+++ b/README.Plugins
@@ -1,5 +1,5 @@
#
-# $Id: README.Plugins,v 1.1 2004/01/06 17:33:45 reinelt Exp $
+# $Id: README.Plugins,v 1.2 2004/06/01 06:04:25 reinelt Exp $
#
@@ -7,15 +7,10 @@ This file contains instructions for writing plugins to lcd4linux.
- use the file 'plugin_sample.c' as a template
- copy the file to 'plugin_yourname.c' and edit
-- replace the "$Id..." in the first line with "$Id: README.Plugins,v 1.1 2004/01/06 17:33:45 reinelt Exp $"
+- replace the "$Id..." in the first line with "$Id\$" (without backslash)
- add a short description what this plugin is for
- add your copyright notice (important: your name and email)
-- replace the "$Log..." with "$Log: README.Plugins,v $
-- replace the "$Log..." with "Revision 1.1 2004/01/06 17:33:45 reinelt
-- replace the "$Log..." with "
-- replace the "$Log..." with "Evaluator: functions with variable argument lists
-- replace the "$Log..." with "Evaluator: plugin_sample.c and README.Plugins added
-- replace the "$Log..." with ""
+- replace the "$Log..." with "$Log\$" (without backslash)
- remove all Log lines until "*/"
- do some documentation (I know that real programmers write programs, not documentation)
- use one or more of the example functions as templates for your own functions