-
Notifications
You must be signed in to change notification settings - Fork 3
en Home
斟酌 鵬兄 edited this page Dec 3, 2016
·
14 revisions
wenku10 is a simple but versatile text reader. It can analyze a formatted txt document into a book, together with the bookmark and sync capabilities.
Features that are worth to mention:
- Spider - Custom script that crawls a web page and craft them into a book.
- EBWin - a dictionary format that you could search words when reading
- OneDrive - Sync book titles, bookmarks and more.
- Basic Navigation
- Importing files
- Settings
- Class Structure
-
The libraries
- libeburc - EBWin dictionary implementation
- libwenku8 - Core library of wenku10
- libpenguin - Base library of every project I made
- libtaotu - The spider
- libtranslate - Text translation using native codes
- Syntax & Coding style