~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to contrib/mailimport/wikimailimport

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mfrom: (0.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080622211713-fpo2zrq3s5dfecxg
Tags: 1.7.0-3
Simplify /etc/moin/wikilist format: "USER URL" (drop unneeded middle
CONFIG_DIR that was wrongly advertised as DATA_DIR).  Make
moin-mass-migrate handle both formats and warn about deprecation of
the old one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
# the "moin" script command has to be in your PATH
 
4
#export PATH=/path_to_moin_command:$PATH
 
5
 
 
6
# add the directories were your mailimport configuration and your MoinMoin code is located to the python path:
 
7
#export PYTHONPATH='/path_to_MoinMoin:/path_to_mailimportconfig'
 
8
 
 
9
# call the xmlrpc client code
 
10
moin xmlrpc mailimport
 
11