Hi
@Friendica Developers,
I've done some coding and uploaded the first version of my wiki module to
Github. Comments and contributions welcome.
Use at own risk. Currently, anyone will be able to see and edit all wiki pages. There is no visible edit history (although it's present in the db). You won't be able to delete pages yet. Todos:
- View basic history
- View diffs
- Rights management
- Delete pages
- Locking pages
After installing the addon, you should see a "Wiki" entry in your apps menu. If you just want to make a test drive, feel free to use the
wiki on my server. You might edit any wiki page you like but keep in mind that I also do development on my server and that its version of the wiki module could be more advanced (or less good working) than the one on Github.
A final note: I'm not an experienced PHP developer (I'm doing far more embedded C++ coding). In fact this is my first PHP project. So if you have any advice on how to improve my code, please let me know.