Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython

softwarefabrica.django.wiki is unavailable in PyPM, because there aren't any builds for it in the package repositories. Click the linked icons to find out why.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
 
Links
License
GNU GPL v2

System Message: ERROR/3 (<string>, line 7)

Content block expected for the "admonition" directive; none found.

.. admonition:: About this document

This document provides an overview of what Softwarefabrica Django Wiki is.

System Message: WARNING/2 (<string>, line 12)

Explicit markup ends without a blank line; unexpected unindent.
depth:3

What is this?

This is a flexible wiki application for the Django web framework.

This is meant to be used as a component in developing full-fledged wiki applications, but it also provides a fully working stand-alone application.

Your help and feedback is precious. Suggestions and contributions are very much appreciated. See below on how you can contribute.

If you want to actively collaborate and provide code, documentation, tests or bug fixes, please feel free to create a new Bazaar branch in Launchpad, and tell us about it! See the collaboration section for more information.

Feature overview

Wiki features:

  • simple
  • fast
  • standard markup, based on Markdown
  • attachment support
  • ergonomic
  • automatically creates backups of all page changes (full history)
  • multiple wikis
  • hierarchycal wikis
  • hierarchycal pages
  • unicode support
  • remote wiki synchronization support (you can work on your wikis on mobile, disconnected, devices)
  • structured documents support, with links for previous, next and upper pages
  • easy access to linked and linking pages
  • fast search functionality
  • download of pages in text and HTML formats
  • easily embeddable in other Django applications
  • TWiki import tool
  • fully working complete demo application included

Upcoming features:

  • PDF generation
  • RSS feed for recent changes
  • page templates
  • download of a whole wiki in HTML
  • advanced ACL support

How can I contribute?

As said, your help is precious. We'll warmly appreciate any help you'll want to give. Just using this library is a reward for us, but if you want to become more actively involved, you are welcome!

The project has a development home page at LaunchPad:

https://launchpad.net/sf-django-wiki

There you can file bugs, suggest enhancements, follow development or ask to become an active team member.

You can checkout the development branch using Bazaar:

System Message: WARNING/2 (<string>, line 94)

Literal block expected; none found.

bzr branch lp:sf-django-wiki

We'll appreciate very much if you'll want to contribute back any changes. Just register your branch with LaunchPad and tell us!

Source code can also be browsed online.

Contacts

It's possible to contact the author by e-mail at the following addresses:

m.pantaleoni at softwarefabrica.org

panta at elasticworld.org

marco.pantaleoni at gmail.com

LICENSE

This software is covered by the GNU General Public License version 2. If you want to use this software in a closed source application, you need to buy a commercial license from the author.

This open source version is:

Copyright (C) 2007-2008 Marco Pantaleoni. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

CHANGES

2009-10-21 Marco Pantaleoni <panta@elasticworld.org>

  • integrated find_package_data() by Ian Bicking from

System Message: WARNING/2 (<string>, line 154)

Bullet list ends without a blank line; unexpected unindent.

http://svn.pythonpaste.org/Paste/trunk/paste/util/finddata.py This should solve package issues with python 2.6 (specifically lack of templates in egg).

2008-12-19 Marco Pantaleoni <panta@elasticworld.org>

  • added doc bundle generation.
  • docs/install.txt: improved installation instructions.

2008-12-17 Marco Pantaleoni <panta@elasticworld.org>

  • docs/install.txt: fixed typo.

System Message: WARNING/2 (<string>, line 167)

Bullet list ends without a blank line; unexpected unindent.

Fixed another typo.

  • setup.py: Added missing dependency on BeautifulSoup.

2008-12-16 Marco Pantaleoni <panta@elasticworld.org>

  • Makefile (commit): added 'commit' target, which updates

System Message: WARNING/2 (<string>, line 174)

Bullet list ends without a blank line; unexpected unindent.

launchpad bzr repo.

  • docs/install.txt: added info about jscalendar.
  • removed demo.db
  • softwarefabrica/django/wiki/wikiparse.py

System Message: WARNING/2 (<string>, line 181)

Bullet list ends without a blank line; unexpected unindent.

(WikiParser.markup_parse): Removed bogus reference to obsolete mdx_sfwiki.

  • BIG CHANGE. Complete reorganization of the source, switched to

System Message: WARNING/2 (<string>, line 185)

Bullet list ends without a blank line; unexpected unindent.

nested package layout (softwarefabrica.django.wiki), re-organized demo project, added documentation, created setuptools based distribution. Also fixed some bugs.

2008-11-24 Marco Pantaleoni <panta@elasticworld.org>

  • switched to 'softwarefabrica.django.utils'

2008-10-22 Marco Pantaleoni <panta@elasticworld.org>

  • testproj/static_media/css/wiki-screen.css: CSS changes.
  • templates/wiki/base.html: switched to perfect 3-column layout

System Message: WARNING/2 (<string>, line 198)

Bullet list ends without a blank line; unexpected unindent.

(http://matthewjamestaylor.com/blog/perfect-3-column.htm)

2008-10-09 Marco Pantaleoni <panta@elasticworld.org>

  • models.py (Wiki.homepage): it's now possible to specify an home

System Message: WARNING/2 (<string>, line 203)

Bullet list ends without a blank line; unexpected unindent.

page for a Wiki.

2008-09-26 Marco Pantaleoni <panta@elasticworld.org>

  • testproj/importer/twiki-import.py: added support for attachments.
  • testproj/importer/twiki-import.py: great code reorganization.
  • wikiparse.py (wikiparse): correctly handle unicode and markdown.
  • wikiparse.py (parse_wiki_tags): fixed and added detailed wiki

System Message: WARNING/2 (<string>, line 214)

Bullet list ends without a blank line; unexpected unindent.

links and attachments.

  • urls.py: generalized urls.
  • testproj/importer/twiki-import.py: greatly improved, added write

System Message: WARNING/2 (<string>, line 219)

Bullet list ends without a blank line; unexpected unindent.

to DB. Now it is almost complete.

  • templates/wiki/search_results.html: now pagecontents point to

System Message: WARNING/2 (<string>, line 222)

Bullet list ends without a blank line; unexpected unindent.

proper revisions.

  • templates/wiki/base.html: changed DOCTYPE switching from xhtml

System Message: WARNING/2 (<string>, line 225)

Bullet list ends without a blank line; unexpected unindent.

to html, switched to utf8

  • sanitize.py (sanitize_html): generalized.
  • models.py: added an HACK to support correct handling of 'linked'

System Message: WARNING/2 (<string>, line 230)

Bullet list ends without a blank line; unexpected unindent.

ManyToMany when not using forms.

2008-09-25 Marco Pantaleoni <panta@elasticworld.org>

  • fixed default parent separator in models get_parent.

System Message: WARNING/2 (<string>, line 235)

Bullet list ends without a blank line; unexpected unindent.

Small layout and css change.

  • added linked pages and linked by boxes to the sidebar
  • added linked and referenced pages to PageContent model, and

System Message: WARNING/2 (<string>, line 240)

Bullet list ends without a blank line; unexpected unindent.

handled properly in save() and wiki filter.

2008-09-24 Marco Pantaleoni <panta@elasticworld.org>

  • attachments are now saved in a path referring to the page UUID

System Message: WARNING/2 (<string>, line 245)

Bullet list ends without a blank line; unexpected unindent.

instead of the name.

  • now it's possible to go to a specific revision from the history

System Message: WARNING/2 (<string>, line 248)

Bullet list ends without a blank line; unexpected unindent.

page.

  • moved info about page content rev. and dates to history page.
  • page history now uses pagelink.
  • moved 'add attachment' link to page icons box.

System Message: WARNING/2 (<string>, line 255)

Bullet list ends without a blank line; unexpected unindent.

Small css change.

  • limited recently modified pages to current wiki, when

System Message: WARNING/2 (<string>, line 258)

Bullet list ends without a blank line; unexpected unindent.

applicable.

  • added 'txt' and 'HTML' download links for pages.
  • simplified left sidebar.
  • wiki links css changes.
  • fixed 'wiki' templatetag (sanitized text before markdown processing).
  • added wikimenu templatetag, which generates a hierarchical menu.
  • fixed missing closing HTML tags for page text in search results

System Message: WARNING/2 (<string>, line 271)

Bullet list ends without a blank line; unexpected unindent.

and page history (using truncate_html instead of truncate).

  • added icons for edit and new page in page detail.

2008-09-22 Marco Pantaleoni <panta@elasticworld.org>

  • added 'wikilink' and 'pagelink' templatetags (removing the

System Message: WARNING/2 (<string>, line 278)

Bullet list ends without a blank line; unexpected unindent.

'get_hier_href()' functions from models.)

  • added initial rough support for sub-wikis and sub-pages

System Message: WARNING/2 (<string>, line 281)

Bullet list ends without a blank line; unexpected unindent.

in url handling and views.

  • added publish, publish_from, publish_to fields.

System Message: WARNING/2 (<string>, line 284)

Bullet list ends without a blank line; unexpected unindent.

Added sub-wiki and sub-page support to db models.

2008-09-20 Marco Pantaleoni <panta@elasticworld.org>

  • Improved search, adding search in pages and wikis.
  • implemented a basic search functionality.

2008-09-19 Marco Pantaleoni <panta@elasticworld.org>

  • Added initial attachment support.

System Message: WARNING/2 (<string>, line 295)

Bullet list ends without a blank line; unexpected unindent.

Fixed some related names for foreign keys.

Subscribe to package updates

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.