├── COPYING.LESSER.txt ├── COPYING.txt ├── PluginLibrary-Documentation.html ├── PluginLibrary-Documentation.rst ├── README.txt └── inc └── plugins ├── hello_pl.php └── pluginlibrary.php /COPYING.LESSER.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frostschutz/MyBB-PluginLibrary/HEAD/COPYING.LESSER.txt -------------------------------------------------------------------------------- /COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frostschutz/MyBB-PluginLibrary/HEAD/COPYING.txt -------------------------------------------------------------------------------- /PluginLibrary-Documentation.html: -------------------------------------------------------------------------------- 1 | PluginLibrary-Documentation.rst -------------------------------------------------------------------------------- /PluginLibrary-Documentation.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frostschutz/MyBB-PluginLibrary/HEAD/PluginLibrary-Documentation.rst -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frostschutz/MyBB-PluginLibrary/HEAD/README.txt -------------------------------------------------------------------------------- /inc/plugins/hello_pl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frostschutz/MyBB-PluginLibrary/HEAD/inc/plugins/hello_pl.php -------------------------------------------------------------------------------- /inc/plugins/pluginlibrary.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frostschutz/MyBB-PluginLibrary/HEAD/inc/plugins/pluginlibrary.php --------------------------------------------------------------------------------