StickyWiki is a basic wiki software. This project began as a personal attempt to learn PHP and MySQL. It works, but isn't ready for production use.
Good Things:
- WikiCreole markup
- Responsive layout using Bootstrap
- HTML5, web standards and all that
- Clutter-free and simple
Less Good Things:
- No caching - not ideal for very large or high traffic sites
- I've tried my best, but I'm fairly new to web programming so can't guarantee security.
- Notably there is a risk of cross-site request forgery. I intend to fix this soon.
- Create a database, and a user with all access rights on that database
- Place the details of the above into /config.php
- Run /setup/setup.php from a web browser
- You should be good to go!
- jQuery is under the MIT license.
- The Creole markup parser is by Ivan Fomichev / Codeholic, and is licensed under the MIT/X11 license.
- Bootstrap is by Twitter, and is licensed under Apache License v2.0.
- Glyphicons Free licensed under CC-BY-3.0.
- phpass (PasswordHash.php) is in the public domain.
The MIT License (MIT)
Copyright (c) 2013 Peter Coombe
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.