jeez, I'm totally confused now
The Jo wrote: 
By the way: What functions do we want our new wiki software to have? This is the key question to decide what kind of software we need.
When we recently talked about this matter in IRC, I made an incomplete list of things that annoy me with trac. That doesn't mean that the new system has to be better in all points, but at least in some. So here's the list, slightly updated (sorry, it's german):
1. es logt mich jedesmal aus wenn ich den browser schliesse
2. die formatierung ist unter aller sau, gibt ausser fett und kursiv praktisch keine möglichkeiten
3. keine gruppierung / boxen möglich (so was wie hier:
http://www.ogre3d.org/tikiwiki/tiki-index.php)
4. keine klapptexte die man verstecken / anzeigen kann
5. keine gruppierung der seiten in ordner/unterordnet möglich
6. keine navigation, das zeugs das wir teilweise rechts haben (siehe hier, TracNav:
http://www.orxonox.net/wiki/development), müssen wir von hand aktualisieren
7. bilder, und wenn es nur kleine icons sind, muss man hochladen und dann erscheint unten ne sinnlose liste von dem zeugs, blöd wenn man icons auf mehreren seiten braucht
8. keine makros möglich
9. keine plugins <- stimmt nicht, es gibt plugins, aber wir haben regelämssig probleme damit weil sich die css files in die quere kommen
10. kein richtiger admin bereich
11. man kann seiten nicht verschieben/umbenennen
12. keine anzeige von verwaisten seiten oder toten links
13. man kann die seiten nur als ganzes editieren, insbesondere bei längeren seiten ist das extrem unübersichtlich (andere wikis erlauben das ändern von einzelnen paragraphen)
So to summarize this, I'd like to have the following features:
1. Better formatting, especially to structure the text (boxes and tables, maybe floats, hide/show text with javascript).
floats are actually possible in trac, but it's not really nice. an example from the development site:
Code: Select all
{{{
#!div width="50%" style="background-color: #F7F7F7; border: 1px solid #888888; margin: 5px; padding: 10px; width: 46%; float: left;"
...
}}}
2. better structure of the wiki pages, for example with subdirectories or maybe tags (there's a plugin for trac that allows tags, but we don't have it and I don't know if it's good). Also a navigation box that reflects the structure (or subdirectories) of the sites, something like we use here:
http://www.orxonox.net/wiki/development (but currently we have to do this manually).
3. Maybe a separated section for files instead of attaching them to a wiki page
4. Ability to define macros (in the wiki itself, not directly on the server in python or whatever, like we currently have to do it with trac)
5. Maybe a better plugin system that doesn't interfer with our style sheets and doesn't rely on jquery or similar.
6. More tools to increase the usability: For example to edit single paragraphs, list orphan sites, dead links, etc.