Is there a wiki engine that is similar to the one used on Google Code? I want to use that wiki with one of my websites.
Asked
Active
Viewed 1,270 times
0
-
You should as this at superuser.com – Graviton Sep 29 '09 at 01:07
-
To run on which server platform? – spender Sep 29 '09 at 01:09
-
http://code.google.com/p/statwiki/ – Nov 20 '09 at 01:44
2 Answers
1
Wikiwym: http://code.google.com/p/wikiwym/
A JavaScript-based parser for the Google Code wiki syntax. Implemented in JavaScript.
statwiki: http://code.google.com/p/statwiki/
(Which Silas Sewell mentioned.)
A static wiki engine whose syntax is also the same as Google Code. Implemented in python.
I wish there was a Scala or Java implementation too.

KajMagnus
- 11,308
- 15
- 79
- 127
-
google-code-wiki-to-html is not a parser! It is just a tool to download the wiki from Google code projects. AFAIK there is no parser for this markup in Java – rmuller Jul 13 '12 at 20:22
-
@rmuller Okay, removed Java. Actually, I never added it: someone else edited this answer and added the Java program — the Java program's description is very very brief so I'm not surprised s/he was mistaken. Anyway here's the link to the Java program: https://code.google.com/p/google-code-wiki-to-html/ – KajMagnus Jul 21 '13 at 05:12
0
I think they developed it in house. You can host with them you know: http://code.google.com/hosting/
You could try Trac, which is what powers SourceForge: http://trac.edgewall.org/

lod3n
- 2,893
- 15
- 16