aboutsummaryrefslogtreecommitdiffstats
path: root/README.Plugins
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-06-01 06:04:25 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-06-01 06:04:25 +0000
commita581675c3951031bdc1b71fa654d0dadcc191397 (patch)
treecfc876f08957b805427e89287f1f19dd28f54432 /README.Plugins
parent07afe02801bd274932a1dccdbe0ed27e782a5c80 (diff)
downloadlcd4linux-a581675c3951031bdc1b71fa654d0dadcc191397.tar.gz
[lcd4linux @ 2004-06-01 06:04:25 by reinelt]
made README.Plugins and plugin_sample up to date. git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@455 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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