source: extensions/skeleton/trunk/language/en_UK/intro.html @ 21307

Last change on this file since 21307 was 21307, checked in by mistic100, 11 years ago

fix breadcrumb in 2.5 & add button with new template features

File size: 1.2 KB
Line 
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>Add tabs to core admin pages</li>
15    <li>Add filters and actions to the Batch Manager</li>
16    <li>Simple template prefilter (on picture.php page)</li>
17    <li>Add new method to the API</li>
18    <li>Add a toolbar button</li>
19  </ul>
20</p>
21
22<p>
23  <h4>Important note</h4>
24  This skeleton reflects the way I (Mistic, member of the Piwigo.or team) develop, it's absolutely not a perfect and unique solution.<br>
25  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.
26</p>
27
28<p>
29  <h4>Licensing</h4>
30  This work is in the public domain, without any license, you can entirely re-use it and say it's your own work :-)
31</p>
Note: See TracBrowser for help on using the repository browser.