moinsetup

Change of TO_DO.txt

52:5fcdbeb48edc
TO_DO.txt
     1.1 --- a/TO_DO.txt	Sun Oct 09 01:44:13 2011 +0200
     1.2 +++ b/TO_DO.txt	Mon Oct 10 01:10:37 2011 +0200
     1.3 @@ -1,23 +1,32 @@
     1.4  Provide limited hosting environment site descriptions.
     1.5    Currently, the test for limited hosting is a lack of a site descriptions directory.
     1.6 +
     1.7  Add support for changing the wikis list in the farmconfig module.
     1.8 +
     1.9  Support existing MoinMoin home directory installations into ~/lib/python2.x/MoinMoin.
    1.10    This affects the page package installation function which expects to find
    1.11    MoinMoin/packages.py inside site-packages. Running "python -m" only works with
    1.12    modules on Python 2.4 (although MoinMoin/packages seems to work) and appears to
    1.13    confuse Python's import path on later versions (even if MoinMoin.packages is used).
    1.14 +
    1.15  Avoid reconfiguration of existing moin script.
    1.16 +
    1.17  Site directory detection.
    1.18 +
    1.19  Enabled/available site listings.
    1.20 +
    1.21  HTTP user integration and Apache user/group file editing.
    1.22 +
    1.23  Support Xapian search and configuration.
    1.24    xapian_search = 1
    1.25    sudo -u www-data moin/bin/moin --config-dir=hgwiki/conf/ --wiki-url=http://localhost/hgwiki/ index build --mode=rebuild
    1.26    Perhaps configure and install Xapian plus bindings.
    1.27    ./configure --prefix={$moin-prefix} && make && make install
    1.28    ./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
    1.29 +
    1.30  Support OpenID provision (http://moinmo.in/HelpOnOpenIDProvider):
    1.31    openid_server_enabled = True
    1.32    openid_server_enable_user = True # optional, for nominating pages as user OpenID URLs
    1.33    openid_server_restricted_users_group = None # or a group name for OpenID users
    1.34 +
    1.35  Support integration of additional theme material with themes.