moinsetup

Annotated TO_DO.txt

46:f160eeb5794b
2011-09-17 Paul Boddie Changed the page package installation script environment to include specific configuration file locations. Changed extension package installation to install libraries only in the calculated site-packages location.
paul@46 1
Provide limited hosting environment site descriptions.
paul@46 2
  Currently, the test for limited hosting is a lack of a site descriptions directory.
paul@41 3
Add support for changing the wikis list in the farmconfig module.
paul@39 4
Support existing MoinMoin home directory installations into ~/lib/python2.x/MoinMoin.
paul@39 5
  This affects the page package installation function which expects to find
paul@39 6
  MoinMoin/packages.py inside site-packages. Running "python -m" only works with
paul@39 7
  modules on Python 2.4 (although MoinMoin/packages seems to work) and appears to
paul@39 8
  confuse Python's import path on later versions (even if MoinMoin.packages is used).
paul@15 9
Avoid reconfiguration of existing moin script.
paul@3 10
Site directory detection.
paul@3 11
Enabled/available site listings.
paul@4 12
HTTP user integration and Apache user/group file editing.
paul@19 13
Support Xapian search and configuration.
paul@19 14
  xapian_search = 1
paul@19 15
  sudo -u www-data moin/bin/moin --config-dir=hgwiki/conf/ --wiki-url=http://localhost/hgwiki/ index build --mode=rebuild
paul@19 16
  Perhaps configure and install Xapian plus bindings.
paul@19 17
  ./configure --prefix={$moin-prefix} && make && make install
paul@19 18
  ./configure --with-python --prefix={$moin-prefix} XAPIAN_CONFIG={$moin-prefix}/bin/xapian-config PYTHON_LIB={$moin-prefix}/lib/python2.5/site-packages && make && make install
paul@34 19
Support OpenID provision (http://moinmo.in/HelpOnOpenIDProvider):
paul@34 20
  openid_server_enabled = True
paul@34 21
  openid_server_enable_user = True # optional, for nominating pages as user OpenID URLs
paul@34 22
  openid_server_restricted_users_group = None # or a group name for OpenID users
paul@18 23
Support integration of additional theme material with themes.