# HelpGen4Android
#
Original design doc:https://docs.google.com/document/d/19-aWqSz1EyZfOj5J2f3KFOwYuK2JRJLWmbsz5uXisVE

[Purpose]
This software is trying to help android App developers to automatically generate wiki based help pages in their apps.

[Prerequisite]
BeatifulSoup library 4.2.0 is required
Your wiki must be mediawiki powered

[Manual]
     1. Make sure your mediawiki site has a template page like this:
          https://www.timecat.info/wiki/index.php/TimeCat:Doc:Help

     2. Import HelpGen4Android in your python script.

     3. Make sure you configure fistly:  
           configure(url='https://www.timecat.info/wiki/index.php/TimeCat:Doc:Help',
			outputDir='Timecat')
     4. Then you could download the help files by:
	   helpGen()	   

Issues:
	1. Right now, the tool only works with Mediawiki beacause our parsing is specialized designed for mediawiki

License: 

The MIT License (MIT)

Copyright (c) 2015 
