Difference between revisions of "User:Criezy"
Jump to navigation
Jump to search
m (add URL to github for WIP code) |
m (whitespace coordinator) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{User| | {{User| | ||
handle=criezy| | handle=criezy| | ||
name=Thierry Crozat| | |||
memberSince=April 7, 2010| | memberSince=April 7, 2010| | ||
workingOn=[[User Manual]], [[Wiki|Wiki maintenance]]<br />[[Translations|Translations coordinator]]<br />[[Mac OS X|macOS X maintainer and packager]]<br />[[Sword1|Sword1 Engine]], [[Drascula|Drascula Engine]], [[Supernova|Supernova Engine]]| | |||
blog=https://criezy.blogspot.co.uk| | |||
email=criezy (AT) scummvm.org| | |||
}} | }} | ||
Line 20: | Line 21: | ||
== Personal TO DO == | == Personal TO DO == | ||
* Wiki Maintenance | * Wiki Maintenance | ||
** Look at extensions to export to PDF. They should not require [http://www.htmldoc.org | ** Look at extensions to export to PDF. They should not require [http://www.htmldoc.org Htmldoc], which means [http://www.mediawiki.org/wiki/Extension:Pdf_Export Pdf Export] and [http://www.mediawiki.org/wiki/Extension:Pdf_Book Pdf Book] do not fill the bill. Possible extensions are: | ||
*** [http://www.mediawiki.org/wiki/Extension:Pdf_Export_Dompdf Pdf Export Dompdf] which is based on [http://www.mediawiki.org/wiki/Extension:Pdf_Export Pdf Export] but uses [http://www.digitaljunkies.ca/dompdf dompdf] instead of [http://www.htmldoc.org | *** [http://www.mediawiki.org/wiki/Extension:Pdf_Export_Dompdf Pdf Export Dompdf] which is based on [http://www.mediawiki.org/wiki/Extension:Pdf_Export Pdf Export] but uses [http://www.digitaljunkies.ca/dompdf dompdf] instead of [http://www.htmldoc.org Htmldoc]. | ||
*** [http://www.mediawiki.org/wiki/Extension:Wiki2LaTeX Wiki2LaTeX] which uses its own parser. It is CPU intensive and might not render the pages in the same way than the WikiMedia parser. | *** [http://www.mediawiki.org/wiki/Extension:Wiki2LaTeX Wiki2LaTeX] which uses its own parser. It is CPU intensive and might not render the pages in the same way than the WikiMedia parser. | ||
*** [http://www.mediawiki.org/wiki/Extension:PDF_Writer PDF Writer] and [http://www.mediawiki.org/wiki/Extension:Collection 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 [http://tools.pediapress.com]. It require Python and PHP to be installed with [http://php.net/curl cURL]. | *** [http://www.mediawiki.org/wiki/Extension:PDF_Writer PDF Writer] and [http://www.mediawiki.org/wiki/Extension:Collection 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 [http://tools.pediapress.com]. It require Python and PHP to be installed with [http://php.net/curl cURL]. | ||
Line 45: | Line 46: | ||
** Check [https://weblate.org/ Weblate] | ** Check [https://weblate.org/ Weblate] | ||
* Wiki formatting | * Wiki formatting | ||
** Try to see if we can | ** Try to see if we can templatise the tables in [[User:Criezy/Engines]] | ||
* Developments: | * Developments: | ||
** Finish the [[Supernova|Supernova Engine]] | |||
** 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]. | ** 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): [https://github.com/criezy/scummvm-misc-tools/tree/master/GuiElement code on Gitub] | ** New dynamic layout engine for ScummVM GUI (WIP): [https://github.com/criezy/scummvm-misc-tools/tree/master/GuiElement code on Gitub] | ||
** Qt backend for ScummVM (WIP) | ** Qt backend for ScummVM (WIP) |
Revision as of 05:30, 9 November 2017
criezy | ||
---|---|---|
Name | Thierry Crozat | |
Team Member since | April 7, 2010 | |
Working on | User Manual, Wiki maintenance Translations coordinator macOS X maintainer and packager Sword1 Engine, Drascula Engine, Supernova Engine | |
Personal webpage/BLOG | https://criezy.blogspot.co.uk | |
criezy (AT) scummvm.org |
Current work
- Improving the Tools (CLI and GUI).
- Managing the ScummVM translations.
- User Manual.
- Wiki maintenance
- Various other wiki updates.
Past contributions to the project
- Patch to add support for the mac version of BS 1 (in October 2006)
- Various patches for Broken Sword 1
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).
- 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:
- 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.
- What content on Game and Platform pages?
- Translations management
- Wiki formatting
- Try to see if we can templatise the tables in User:Criezy/Engines
- Developments:
- Finish the Supernova Engine
- Proof of concept for text to speech in ScummVM: code on GitHub and video on youtube with Mortevielle engine.
- New dynamic layout engine for ScummVM GUI (WIP): code on Gitub
- Qt backend for ScummVM (WIP)