aboutsummaryrefslogtreecommitdiffstats
path: root/README.Plugins
diff options
context:
space:
mode:
authorreinelt <>2004-06-01 06:04:25 +0000
committerreinelt <>2004-06-01 06:04:25 +0000
commit8ef3a4011f3b4e571a113ac6b0bab6616ea2e7b4 (patch)
treecfc876f08957b805427e89287f1f19dd28f54432 /README.Plugins
parent081340b244eb2bfb97132da10379b7b57fc48416 (diff)
downloadlcd4linux-8ef3a4011f3b4e571a113ac6b0bab6616ea2e7b4.tar.gz
[lcd4linux @ 2004-06-01 06:04:25 by reinelt]
made README.Plugins and plugin_sample up to date.
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