You are here: Home / News / Hawke in the news on Python.org - Plone SimpleWiki

Hawke in the news on Python.org - Plone SimpleWiki

by Hawke Robinson published Jan 07, 2017 01:05 PM, last modified Jan 07, 2017 01:05 PM
Thanks to Wildcard Corp, tkimnguyen, & vangheem for development, and Ben Dobyns of Zombie Orpheus Entertainment (ZOE) and Hawke Robinson of RPG Research for requesting, scoping, testing, and development support. Thanks to ZOE for graciously funding and supporting this effort, and releasing as open source to the community.

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:

  1. a matching ID within the same folder
  2. a matching title within the same folder
  3. a matching ID somewhere else in the site
  4. 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 [[]].