https://github.com/live627/example-package
Show and tell
https://github.com/live627/example-package
Last synced: 5 months ago
JSON representation
Show and tell
- Host: GitHub
- URL: https://github.com/live627/example-package
- Owner: live627
- License: mit
- Created: 2019-01-03T06:42:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T07:32:42.000Z (almost 7 years ago)
- Last Synced: 2025-03-15T22:29:32.143Z (10 months ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SMF Package Software Development Kit
====================================
This software development kit, for package and mod developers, is here to help people quickly begin to create packages and modifications for SMF. More thorough and advanced information can always be found on [Simple Machines](http://www.simplemachines.org/)' [Mod site](http://custom.simplemachines.org/mods/index.php).
What's available in this SDK?
-----------------------------
There are a number of folders in this archive, along with this readme file. The folders and files are as follows:
- `modifications/readme.html` - Examples and a guide to developing modifications for SMF.
- `server/readme.html` - Information on how you can set up your own package server to put mods up for download!
- `test_modification.php` - A tool to test boardmod or xml style modification files with extra debugging information..
Getting more information
------------------------
More information can always be found at the [Simple Machines Community forum](http://www.simplemachines.org/community/index.php), where you can ask questions, exchange ideas, comment on this SDK, and many other things.
You can also find information on the [Mod site](http://custom.simplemachines.org/mods/index.php), as well as [Customize section](http://www.simplemachines.org/community/index.php?#c18) on the [community forum](http://www.simplemachines.org/community/index.php).