I was looking for something similar myself a while back and when I didn't find it, I decided to make my own. I only started a very short while ago, but it's well underway and is already being used internally.
If you need something that has all the features you listed below now, then perhaps you should look into something a little more mature. At present it uses the webserver for user authentication instead of django's built in user system. I'll haven't added support for this yet. It does look like a homepage, and not a wiki. Content is pure html. No wiki markup. Has breadcrum navigation. Has customizablble sidebar. (I use it for navigation) History, Diffs, Reverting etc are possible as the wiki stores it's pages in a bazaar repository and uses bzr to do the heavy lifting, but I have not yet made it possible to do this via a webinterface. The other features you mentioned are being worked on. The licence is AGPL so that may not be whan you need. I would also say that it's far from being mature or production ready, but is usable and I'm actively working on it. (I only started development about 2 or 3 weeks ago.) See http://launchpad.net/timiki for getting the code. It's only in a bzr repository for now as it's not release worthy yet. Tim ^,^ On Tue, Aug 26, 2008 at 4:23 PM, Thomas Guettler <[EMAIL PROTECTED]> wrote: > > Hi, > > I search a Wiki/CMS application to manage a homepage. > > This application should: > - look like a homepage, not like a Wiki > - Content can be HTML and wiki like markup. > - No anonymous editing > - history: Who has edited which page, Diff between versions, reverting. > - Nice URLs http://.../about/ http://.../projects/save-earth/... (not > /projects/1234/) > - URLs, breadcrumbs and menu-structure use the same hierarchy (That is > what most > wikis don't do) > - Tracking of internal back links: Warning, if you try to delete a page > which > is still linked (Needs parsing of HTML) > - Access control is no issue for me. All users can edit everything. > - liberal licence (at best BSD-like) > - of course: Django based. > > is there already something like this? > > Thomas > > -- > Thomas Guettler, http://www.thomas-guettler.de/ > E-Mail: guettli (*) thomas-guettler + de > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---