wiki-engine

Pattern to model wiki-type functionality

Is there a pattern or a gem (Ruby on rails) for modeling the wiki-like behaviour of a StackOverflow like web site? I'm working on Ruby-on-Rails project so a gem or something in RoR would be appreciated but a well defined pattern is just as good. Thanks ...

What's a good Wiki that works on Google App Engine

Hi, I'm interested in using Google App Engine to host a wiki. I've already seen the question here: http://stackoverflow.com/questions/478760/what-cms-runs-on-google-app-engine about what's a good cms. That's really too broad for me. On my LAMP server I run dokuwiki and I'd really like something akin for the GAppEngine. Anyone know of so...

looking for django app for collaborative Wiki

I've been trying to find a django wiki app, which has the following - 1.) WYSIWYG 2.) Attach files 3.) Revisions I see moinmoin, but before going all in, wanted to see what you all have used. ...

Advice for starting own wiki?

My friends and I were thinking of starting our own wiki. Given how widespread they have become recently, we heard it isn't that hard. We want to keep the site as simple as possible - we have some experience with web design, but not a whole lot with system administration. What are some things that we should keep in mind going forward (suc...

wiki with markdown and syntax highlighting

Hello, What lightweight wiki engine would you recommend for a project wiki? I need to manage project conventions, coding style, some tutorial like things for new developers, global practices for the team and so on. My basic requirements are: Markdown (we use it in all the projects) syntax highlighting (I have already read all the p...

wikia template style attribute

I have made some templates on wikia.com, which contain only CSS code (key:value;). My problem is having another template use these style templates in a style attribute tag. style="{{MyTemplateStyle}}" This code does not evaluate as expected. The CSS code is outputted before the element and the style attribute is not included inside th...

How to design database with user editable/versionable content using Code First?

I an developing a page where users will be able to add and modify existing content, its not a wiki per sé but sort of, like SO's editing abilities. I am working with EF4 and the new Code First approach in the latest CTP, so what would be the best class design for this? my current guess is something like this: public class VersionableT...

MediaWiki renderer in Java/Javascript supporting mathematical symbols and formulas.

I need a renderer/parser in Javascript or Java for MediaWiki syntax which supports mathematical symbols and formulas. ...