Hawke in the news on Python.org - Plone SimpleWiki
Developed by Wildcard Corp, tkimnguyen, & vangheem.
https://pypi.python.org/pypi/collective.simplewiki
collective.simplewiki
Provides simple wiki-style linking to other content within a Plone site.
Text that is wrapped with (()) or [[]] is rendered as a link.
The wrapped text is used to look up content items within the site, as either ID or title.
If the content item exists on the site, the rendered link is to that item.
The link is resolved in the following order:
- a matching ID within the same folder
- a matching title within the same folder
- a matching ID somewhere else in the site
- a matching title somewhere else in the site
If none of these match (i.e., a content item by that ID or title does not exist), the rendered link is to the add form for a page (“Document” content type), with the Title field pre-filled with the text wrapped by (()) or [[]].