Several months ago I needed a content mgmt. system with a few features, including file uploads and user access controls. I found PhpWiki to be a good start so I grabbed a snapshot of the release-1_2-branch and started hacking away.
I needed something to meet my requirements and needed it ASAP. So I added the features I needed and removed a lot of stuff I didn't need to make the code base more manageable (sql support, internationalization to name two).
A few may find it useful, but I'm sure the audience will be limited as my requirements include using a file-based database exclusively (which doesn't scale and brings a host of security issues along with it).
Just wanted to say thanks to the PhpWiki team for doing a great job. You helped me tremendously in solving my immediate needs. Furthermore, the new features are coming along great in PhpWiki 1.3. Hope to try it out soon.
My regards to the team.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Several months ago I needed a content mgmt. system with a few features, including file uploads and user access controls. I found PhpWiki to be a good start so I grabbed a snapshot of the release-1_2-branch and started hacking away.
I needed something to meet my requirements and needed it ASAP. So I added the features I needed and removed a lot of stuff I didn't need to make the code base more manageable (sql support, internationalization to name two).
You can find the results at http://sf.net/projects/bethelite/
A few may find it useful, but I'm sure the audience will be limited as my requirements include using a file-based database exclusively (which doesn't scale and brings a host of security issues along with it).
Just wanted to say thanks to the PhpWiki team for doing a great job. You helped me tremendously in solving my immediate needs. Furthermore, the new features are coming along great in PhpWiki 1.3. Hope to try it out soon.
My regards to the team.