~bkerensa/ubuntu/saucy/moin/1.9.5-5

« back to all changes in this revision

Viewing changes to wiki/server/moin.wsgi

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-07-24 23:50:51 UTC
  • Revision ID: james.westby@ubuntu.com-20080724235051-qzjvwmfslyahnjnx
Tags: 1.7.1-1
* New upstream release.  Closes: bug#492233, thanks to Teodor.
  + Fixes bogus empty page creation.  Closes: bug#489146, thanks to
    Sam Morris.
* Recommend python-xml, needed for RSS feeds.  Closes: bug#488777,
  thanks to Sam Morris.
* Add patch 10001 to disable RenderAsDocbook if python-xml is not
  available. Closes: bug#487741, thanks to Franklin Piat.
* Update cdbs snippets:
  + Move dependency cleanup to new local snippet package-relations.mk.
  + Update copyright-check output to more closely match proposed new
    copyright file format.
  + Update README.cdbs-tweaks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    To use this, add those statements to your Apache's VirtualHost definition:
6
6
    
7
7
    # this is for icons, css, js (and must match url_prefix from wiki config):
8
 
    Alias       /moin_static170/ /usr/share/moin/htdocs/
 
8
    Alias       /moin_static171/ /usr/share/moin/htdocs/
9
9
 
10
10
    # this is the URL http://servername/moin/ you will use later to invoke moin:
11
11
    WSGIScriptAlias /moin/ /some/path/moin.wsgi