473,414 Members | 1,954 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

Which Python Wiki engine?

I'm looking for a Wiki engine to set up for my company, so that we
can incrementally add user documentation for a fairly complex
program, plus allow users to add their own comments for the benefit
of others. I'd strongly prefer a Python-based Wiki, since that allows
me the chance to add plugins with minimal effort (being a python
enthusiast and programmer).

However, I'd also like something that can provide a little more
structure than MoinMoin seems able to provide (correct me if I'm
wrong.) Though there would be cross-references amongst various
sections, the idea is that the structure of the wiki would be very
much that of an outline, with topics divided into sub topics and then
into sub sub topics, etc. A person at our company would be the
"editor"; responsible for setting up the original structure, putting
in the documentation we currently have, and periodically editing
contributions from users.

Here are some of the features I'd greatly like to have that I haven't
seen provided by the (relatively few) wiki engines I've looked at.
Mind you, I don't claim to have looked at even these few
exhaustively. (No time!) MoinMoin is the one I've looked at the most.

1) Automatically generated table of contents, based on the outline
structure. This would be regenerated periodically (probably nightly)
2) Ability for users to add new subsections, but not to change that
part of the document structure which has been locked by the editor.
3) Clear visual distinction between material added by the users, and
material added or approved by the editor.
4) Legal-style numbering of sections, subsections, etc.
5) Ability to have single pages containing both locked text (which
users cannot edit or delete) and unlocked text. Such a page would
consist of one or more locked blocks of text, interspersed with
comments put in by users. Users could put comments anywhere except
side a locked text block.

Ideally, this would also be something that doesn't depend on a
backend database or other things besides the web server and python
packages. This is not likely to be a wiki where huge amounts of
interactivity must be supported; there will probably be a moderate
amount of reading, and a small amount of writing.

If you know of any Python wiki engines which can satisfy (even
partially) this list, please let me know. I'd strongly prefer to have
a Python engine. On the other hand, if you know of another type of
wiki that matches well with these requirements, I won't complain if
you mention it :-)

Thanks,
Ken McDonald
Jul 19 '05 #1
2 3747
Kenneth McDonald <ke****************@sbcglobal.net> wrote:

Here are some of the features I'd greatly like to have that I haven't
seen provided by the (relatively few) wiki engines I've looked at.
Mind you, I don't claim to have looked at even these few
exhaustively. (No time!) MoinMoin is the one I've looked at the most.

I do not like to write about vapourware, but anyway.... I am writing a
new simple wiki/forum in python (using Karrigell framework), the main
reason being that it needs some specialties not present in any other
wiki. Anyway, I am going to put some notes about what my wiki _will_ have.
1) Automatically generated table of contents, based on the outline
structure. This would be regenerated periodically (probably nightly)
easily done

2) Ability for users to add new subsections, but not to change that
part of the document structure which has been locked by the editor.
I have not considered this, but it could be doable
3) Clear visual distinction between material added by the users, and
material added or approved by the editor.
easily done
4) Legal-style numbering of sections, subsections, etc.
by section you mean section in text, or section as "a group of wiki
pages" ?
The first one is easily done, due to pluggable formatters.
5) Ability to have single pages containing both locked text (which
users cannot edit or delete) and unlocked text. Such a page would
consist of one or more locked blocks of text, interspersed with
comments put in by users. Users could put comments anywhere except
side a locked text block.
possible, with some limitations (internaly, the sections are
represented as separate pages, each with separate set of access rights,
they are just rendered as one document)

Ideally, this would also be something that doesn't depend on a
backend database or other things besides the web server and python
packages. This is not likely to be a wiki where huge amounts of


more or less - storage is directly on filesystem, only if you need a
full-text search you need a database (e.g. sqlite).

You need Karrigell, though.
--
-----------------------------------------------------------
| Radovan GarabÃ*k http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__ garabik @ kassiopeia.juls.savba.sk |
-----------------------------------------------------------
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!
Jul 19 '05 #2
Kenneth McDonald wrote:
I'm looking for a Wiki engine to set up for my company, so that we can
incrementally add user documentation for a fairly complex program, plus
allow users to add their own comments for the benefit of others. I'd
strongly prefer a Python-based Wiki, since that allows me the chance to
add plugins with minimal effort (being a python enthusiast and
programmer).


ZWiki has support for showing an outline of the pages. But other than
that, I found it less useful than MoinMoin. Also, ZWiki is a Zope
product, and to me, Zope programming is not really Python programming.

Daniel
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Eric | last post by:
Greetings Comrades, Pythonistas! I am looking for guidance on the quick and easiest path to set up a Python wiki. A wiki application idea popped into my head while I was making morning coffee. ...
3
by: Tim Roberts | last post by:
Isn't there a wiki somewhere that compares and contrasts the various web architectures available for Python? I've realized that I have built web sites based on at least 4 of the popular...
97
by: Cameron Laird | last post by:
QOTW: "Python makes it easy to implement algorithms." - casevh "Most of the discussion of immutables here seems to be caused by newcomers wanting to copy an idiom from another language which...
2
by: Paul Boddie | last post by:
QOTW: "c.l.python is just a small speck at the outer parts of the python universe. most python programmers don't even read this newsgroup, except, perhaps, when they stumble upon it via a search...
5
by: Alexey Smirnov | last post by:
Can someone suggest me a good light-weight free Wiki-engine? A source on C# is a plus :-) Any is help appreciated.
0
by: Ariel Balter | last post by:
Kenneth, I thought this was a very interesting set of requests. Did you ever find a solution? Thanks, Ariel I'm looking for a Wiki engine to set up for my company, so that we can...
84
by: Patient Guy | last post by:
Which is the better approach in working with Javascript? 1. Server side processing: Web server gets form input, runs it into the Javascript module, and PHP collects the output for document prep....
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.