Changes between Version 105 and Version 106 of DevelopGuide


Ignore:
Timestamp:
Apr 2, 2010, 11:53:39 PM (15 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopGuide

    v105 v106  
    3232{{{
    3333$ ./papywizard.sh
     34}}}
    3435or
     36{{{
    3537$ ./Papywizard.py
    3638}}}
     
    5153 * svn tool: http://tortoisesvn.tigris.org
    5254
    53 To launch Papywizard, run the {{{windows/papywizard.bat}}} script.
     55To launch Papywizard, run the '''{{{windows/papywizard.bat}}}''' script.
    5456
    5557== API ==
     
    194196
    195197This plugin {{{register()}}} function must be called in the main application. This can be done by modifying the main script; but Papywizard will also automatically register all plugins which are stored in the config. dirrectory, under the '''{{{plugins/}}}''' directory. Just create it if it does not already exist, and put your plugins there.
     198
    196199==== Complete example ====
     200
     201''Note: need to be updated with recent API.'''
    197202
    198203Here is the '''Tethered''' plugin, defined in the '''{{{papywizard/plugins/tetheredPlugins}}}''' module:
     
    301306 * papywizard/common/config.py (version number)
    302307 * setup.py (new/obsolete files)
     308 * papywizard.pro (new/obsolete files)
    303309
    304310=== Debian package ===
     
    319325
    320326 * install NSIS software
    321  * build the executable by launching the windows script {{{windows/buildexe.bat}}}
    322  * edit (update the version number) and run the script {{{windows/papywizard.nsi}}}
     327 * build the executable by launching the script '''{{{windows/buildexe.bat}}}'''
     328 * edit (update the version number) and run the script '''{{{windows/papywizard.nsi}}}'''
    323329
    324330== Contribute ==
     
    334340If you want to contribute but don't know how to code, you can make translation.
    335341
    336 To do that, you just need to ask me for the corresponding {{{papywizard_xx.ts}}} file which contains all sentences and words used in the soft, translate them using [http://doc.trolltech.com/4.6/linguist-manual.html Qt Linguist] (important; don't translate using a simple text editor), and send it back to me.
     342To do that, you just need to ask me for the corresponding '''{{{papywizard_xx.ts}}}''' file which contains all sentences and words used in the soft, translate them using [http://doc.trolltech.com/4.6/linguist-manual.html Qt Linguist] (important; don't translate using a simple text editor), and send it back to me.
    337343
    338344 * keep strings length as close as the original ones