Changes between Version 5 and Version 6 of PluginTutorial
- Timestamp:
- 01/21/09 03:55:50 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PluginTutorial
v5 v6 1 1 [[BR]] 2 2 = Creating a XINHA plugin. = 3 4 Beginning an update of this tutorial. We're going to talk about coding style (I think there's a style guide somewhere, we'll link to it). Also, I want to talk about good practices for config data. We don't want config data to live in plugin directories, there's some code to allow this to be stored in the config file (as longs as the config file is a backend script). Stay tuned, more to follow... 3 5 4 6 1. New folder in the plugins folder with your item, for example, !MyTest … … 91 93 92 94 93 I hope this helps everyone to create a plugin and at least give some understanding. If this helps you, I would appreciate a link back to my website from your site... http://www.AshfieldFOCUS.com95 I hope this helps everyone to create a plugin and at least give some understanding.
