This day I'm working on converting items before add them to indexes.
I have a small trouble with MoinMoin.converter.moinwiki_out, because Converter can't convert "href" field, I just commented lines related with "href" for now.
http://codereview.appspot.com/4675066/ Patchset 4
--
Convertion doesn't support IRI, so I added small temporary fix to MoinMoin.converter.moinwiki_out.Converter
http://codereview.appspot.com/4675066/ Patchset 5
--
Improvements and fixes in index.py script:
- show_index() now showing documents in app.cfg.index_dir(before it's shows in app.cfg.index_dir_tmp)
- build_index and update_index now can put content to indexes.
http://codereview.appspot.com/4675066 Patchset 7
--
I found bugs in previous code and also want to improve some places.
After some fighting with script, I get working script which can rebuild/update content in indexes.
http://codereview.appspot.com/4675066/ Patchset 9