File: INSTALL

package info (click to toggle)
python-wikkid 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 728 kB
  • sloc: python: 3,051; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 711 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Installing Wikkid Wiki
======================

Hopefully we'll get this packaged for at least Ubuntu and Debian, and some
setup tools for those that like it like that.

Dependancies
------------

 * dulwich - for the Git filestore
 * breezy - for the Bazaar filestore and merging
 * python-beautifulsoup - for testing of html (soon)
 * python-docutils - for the ReST formatter
 * python-jinja2 - for the templating
 * python-markdown - for the markdown formatter
 * python-pygments - for the syntax hilighting
 * python-testtools - for running the test suite (optional)
 * python-textile - for the textile formatter.
 * python-webob - for the WSGI application bits
 * python-zope.interface - for the interfaces