Anyone know of an API (php preferable but I\'d be interested in any language) for creating wiki-like data storage?
How about any resources on rolling your own plaintext
It sounds like you are essentially just looking for version control. If that is the case, you may want to look into a diff algorithm.
Here is the Wikipedia Diff page.
I did a quick php diff google search, but nothing really stood out as a decent example, since I only have basic PHP knowledge.