Ticket #836 (closed enhancement: fixed)

Opened 3 years ago

Last modified 2 years ago

[TiddlyWeb] self-contained installation

Reported by: FND Owned by: cdent
Priority: trivial Milestone:
Component: tiddlyweb Version:
Severity: medium Keywords:
Cc:

Description

In order to allow installation on systems not connected to the internet (or protected by a restrictive firewall), TiddlyWeb should not rely on external dependencies, such as:

  • Python packages (selector, simplejson, BeautifulSoup?, wikklytext, pycrypto)
  • TiddlyWiki plugins (currently imported from Subversion by twanager instance)

These external components might be combined in an optional package and used as fallback.

Change History

Changed 3 years ago by cdent

  • priority changed from major to minor
  • milestone TiddlyWeb 1.0 beta deleted

Changed 3 years ago by cdent

  • priority changed from minor to trivial

Changed 2 years ago by cdent

  • status changed from new to closed
  • resolution set to fixed

This has been accomplished with pip bundles for both tiddlyweb and tiddlywebwiki and with the techniques for including tiddlywiki plugins as pkg_resources.

Note: See TracTickets for help on using tickets.