-
Notifications
You must be signed in to change notification settings - Fork 16
Roadmap
zverok edited this page Jun 19, 2015
·
1 revision
In my head, Infoboxer is already a useful piece of software, but it is still far from complete. Plan for next versions include (in no particular order, as of now):
- Implement complex and rare Wikipedia markup parsing;
- Parser refactoring: faithfully, it's not a prettiest code right now; but at least it have specs, so it should be pretty easy to refactor;
- Performance optimizations; target performance is at least ~10x faster than we have now;
- More hi-level API, especially for info-templates and tables;
- More template substitutions;
- Localizations (need help!);
- Cover more features of Wikipedia API -- at least search and page list generators
- Part of previous item: more info about current page from Wikipedia API, like real URL's of image files, interwiki links and so on.
- Caching of content with flexible configuration options.