1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 15:16:30 +02:00

Created Development Guide (markdown)

CaMer0n
2013-04-12 13:28:44 -07:00
parent 70c04b06c3
commit fc8f8101b7

8
Development-Guide.md Normal file

@@ -0,0 +1,8 @@
* [Preparing your v1.x plugins for v2.x](https://github.com/e107inc/e107/wiki/Preparing-your-v1.x-plugins-for-v2.x)
* [Preparing your v1.x themes for v2.x](https://github.com/e107inc/e107/wiki/Preparing-your-v1.x-themes-for-v2.x)
* [Creating a plugin for v2.x](https://github.com/e107inc/e107/wiki/Creating-a-plugin-for-v2.x)
* [Creating a theme for v2.x](https://github.com/e107inc/e107/wiki/Creating-a-theme-for-v2.x)
### Advanced
* [Creating a custom script](https://github.com/e107inc/e107/wiki/Creating-a-custom-script)