Difference between revisions of "User:Criezy"

From ScummVM :: Wiki
Jump to navigation Jump to search
m (→‎Current work: add link)
(→‎Personal TO DO: update TODO)
Line 43: Line 43:
* Translations management
* Translations management
** Check [http://translate.sourceforge.net/wiki/Pootle Pootle]
** Check [http://translate.sourceforge.net/wiki/Pootle Pootle]
** Check [https://weblate.org/ Weblate]
* Wiki formatting
* Wiki formatting
** Try to see if we can templatize the tables in [[User:Criezy/Engines]]
** Try to see if we can templatize the tables in [[User:Criezy/Engines]]
* Developments:
** Proof of concept for text to speech in ScummVM: [https://github.com/criezy/scummvm/compare/TTS code on GitHub] and [https://www.youtube.com/watch?v=2nX22ZCsLls video on youtube with Mortevielle engine].
** New dynamic layout engine for ScummVM GUI (WIP)
** Qt backend for ScummVM (WIP)

Revision as of 23:55, 3 February 2016

criezy
Name Thierry Crozat
Team Member since April 7, 2010
Working on User Manual
Wiki maintenance
Personal webpage/BLOG -
Email criezy (AT) scummvm.org

Current work

Past contributions to the project

Personal TO DO

  • Wiki Maintenance
    • Look at extensions to export to PDF. They should not require Htmldoc, which means Pdf Export and Pdf Book do not fill the bill. Possible extensions are:
      • Pdf Export Dompdf which is based on Pdf Export but uses dompdf instead of Htmldoc.
      • Wiki2LaTeX which uses its own parser. It is CPU intensive and might not render the pages in the same way than the WikiMedia parser.
      • PDF Writer and Collection. The PDF Writer can run standalone on a server and provide PDF generation for multiple MediaWiki instances. A server for public testing and low traffic Wikis runs at [1]. It require Python and PHP to be installed with cURL.
      • WikiPDF can generate PDF/LaTeX document from a group of pages. It requires Python.
      • Look at alternative intermediate formats from which we can generate pdf (e.g. DocBook XML which can be generated by the XML Bridge extension).
  • User Manual
    • Keep in touch with other contributors
    • Update Instructions to Wiki Editors
    • Review current manual and look for omissions (partially done)
    • Complete the User Manual (see User Manual/TODO)
    • Reflection on integration of the manual with the rest of the wiki.
      • What content on Game and Platform pages?
        • Compatibility (version of the games that are supported by ScummVM)
        • Compatibility (games working/not working on that platform)
        • Hotkeys for the game
        • Control on the platform
        • Installation instructions on the platform
      • Do we duplicate some infos?
      • Or should we link to the manual for some of these?
      • Create additional categories to Special:Categories e.g. Linux, Windows, MacOS ... so users could find special pages concerning their OS very quickly.
  • Translations management
  • Wiki formatting
  • Developments: