source: extensions/skeleton/language/en_UK/intro.html @ 17924

Last change on this file since 17924 was 17924, checked in by mistic100, 12 years ago
  • ENGINE=MyISAM for table creation
  • add simple prefilter example
  • don't hardcode plugin folder
  • define VERSION auto, implemented soon in PEM
File size: 1.1 KB
RevLine 
[17899]1<p>
2  <h4>You are a common user?</h4>
3  If so, this plugin is totally useless and you should delete it!
4</p>
5
6<p>
7  <h4>You want to develop a Piwigo plugin?</h4>
8  This plugin is an example of a simple plugin structure, but with cool options:
9  <ul class="square-list">
10    <li>Multilingual plugin</li>
11    <li>Installation and upgrade process</li>
12    <li>Administration page</li>
13    <li>Public page</li>
14    <li>New tabs for core admin pages</li>
15    <li>New filters and actions in the Batch Manager</li>
[17924]16    <li>Simple template prefilter (on picture.php page)</li>
[17899]17  </ul>
18</p>
19
20<p>
21  <h4>Important note</h4>
22  This skeleton reflects the way I (Mistic, member of the Piwigo.or team) develop, it's absolutely not a perfect and unique solution.<br>
23  You should not use the Skeleton files for your own plugin, it includes features useless for most plugins but making Piwigo slower and heavier. You should see how it works and try to implement these features whith your habits of coding and your knowledges.
24</p>
25
26<p>
27  <h4>Licensing</h4>
28  This work is in the public domain, without any license, you can entirely re-use it and say it's your own work :-)
29</p>
Note: See TracBrowser for help on using the repository browser.