Mobile app version of vmapp.org
Login or Join
Sent6035632

: Wiki Incorporating LaTeX and PHP I'm a little overwhelmed by the myriad of wiki solutions available. Let me briefly describe what I will be doing and what I think I need. If there are more

@Sent6035632

Posted in: #LookingForAScript #Wiki

I'm a little overwhelmed by the myriad of wiki solutions available. Let me briefly describe what I will be doing and what I think I need. If there are more questions you can ask to help narrow the choices, please include those in the comments and I will update my question.

I have database of ice cream flavors (not really, but let's just go with it). My fields include the name of the flavor followed by several statements that could be true or false for that flavor, such as "Contains nuts" or "Contains cherries". So, an entry in the database might be "Vanilla, No, No" or maybe "Banana Split, Yes, Yes".

What I would like to do with the database is write a PHP script to automatically create a wiki article for each flavor and include the information I have on it. After the wiki is initialized, it needs to be editable by registered users only.

In addition to whatever I need to accomplish the above, I also need LaTeX support (because it isn't actually about ice cream).

I have my own domain, so it need not be externally hosted (in fact, I would prefer to host it myself, but this isn't crucial).

Edit history is a must.

My first instinct was to use MediaWiki, since most users should be familiar with it already, but I don't know if I can use PHP to interface with it in the way I described. I also feel that the LaTeX rendering is not particularly beautiful, but I don't know if any other systems do a better job.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sent6035632

1 Comments

Sorted by latest first Latest Oldest Best

 

@Si4351233

If you use a JavaScript-based LaTeX renderer then you can separate the concerns. There are a number of them out there; I've know one site which uses jsMath, and some of the StackExchange sites use MathJAX. You should be able to integrate these into whichever wiki you prefer in less time than it takes to write your database transformation script.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme