Skip to content

Instantly share code, notes, and snippets.

@rtanglao
Created March 2, 2011 17:19
Show Gist options
  • Select an option

  • Save rtanglao/851309 to your computer and use it in GitHub Desktop.

Select an option

Save rtanglao/851309 to your computer and use it in GitHub Desktop.
how to convert SuMoMo Tiki Wiki kb article content to Kitsune Syntax
  • export PYTHONPATH=/Users/rolandtanglao/Documents/MOZILLA_MESSAGING/KITSUNE/TIKI_TO_KITSUNE_CONVERSION_CODE/pcraciunoiu-kitsune-531b784/apps
  • get the KB article text files as .txt files from Gozer, see bug 6345657
  • for i in *.txt; do cat "$i" | ~/Documents/MOZILLA_MESSAGING/KITSUNE/TIKI_TO_KITSUNE_CONVERSION_CODE/kitsune/apps/sumo/convertSuMoMoKBfiles.py 1> CONVERTED_TO_KITSUNE/"$i".stdout.txt 2> CONVERTED_TO_KITSUNE/"$i".stderr.txt; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment