UNKNOWN
Project description
– HelpGen4Android 0.3.2 –
Author: Evan Lee(Yifan Li) Email: thueeliyifan@gmail.com
Mentor: Florin B. Manolache [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
[Github] https://github.com/Eagles2F/HelpGen4Android
- [Manual]
- Make sure your mediawiki site has a template page like this:
Import HelpGen4Android in your python script: from HelpGen4Android.config import configure from HelpGen4Android.helpGen import helpGen
- Make sure you configure fistly:
- configure(url=’https://www.timecat.info/wiki/index.php/TimeCat:Doc:Help’,
outputDir=’Timecat’)
- Then you could download the help files by:
helpGen()
- [Known Issues]:
Right now, the tool only works with Mediawiki beacause our parsing is specialized designed for mediawiki
- [Bug Report]:
Any bug or documentation error you found , please submit an issue on github parge: https://github.com/Eagles2F/HelpGen4Android
License:
The MIT License (MIT)
Copyright (c) 2015
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file HelpGen4Android-0.3.5.tar.gz
.
File metadata
- Download URL: HelpGen4Android-0.3.5.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 874d569d9ed39c455aebcb61c4e26250c1d2cc896f6ee5e12d558d7dd99dcc84 |
|
MD5 | 04864f7e0e875f9ace2cba8ad054255a |
|
BLAKE2b-256 | 23bf17210c4feefa6399748910e93463685e2b843e35251fbfe0bb2053a11b5c |