# # $Id: README.Plugins,v 1.1 2004/01/06 17:33:45 reinelt Exp $ # 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 $" - 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 "" - 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 - register your new functions to the init() function, delete the sample ones - edit 'plugin.c', add a prototype and the call to your plugin_init_* function - edit 'Makefile.am' and add your 'plugin_*.c' to lcd4linux_SOURCES - compile and test with interactive mode ('-i') - send me a patch (or check in if you have developer CVS access) - enjoy a href='/lcd4linux.git/commit/plugin_ppp.c?id=2f4f59ba2e28ee38f721f09ab6756fd4575b3f78&follow=1'>commitdiffstats
path: root/plugin_ppp.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2004-03-03[lcd4linux @ 2004-03-03 04:44:16 by reinelt]reinelt13-63/+96
2004-03-03[lcd4linux @ 2004-03-03 03:47:04 by reinelt]reinelt46-167/+770
2004-03-03[lcd4linux @ 2004-03-03 03:41:02 by reinelt]reinelt1-9/+11
2004-03-01[lcd4linux @ 2004-03-01 04:29:51 by reinelt]reinelt4-24/+55
2004-02-29[lcd4linux @ 2004-02-29 17:09:53 by reinelt]reinelt5-15/+226
2004-02-29[lcd4linux @ 2004-02-29 14:30:59 by reinelt]reinelt1-2/+10
2004-02-27[lcd4linux @ 2004-02-27 07:06:24 by reinelt]reinelt5-11/+200
2004-02-27[lcd4linux @ 2004-02-27 06:07:55 by reinelt]reinelt2-21/+40
2004-02-26[lcd4linux @ 2004-02-26 21:42:45 by reinelt]reinelt1-3/+12