Changes between Version 105 and Version 106 of DevelopGuide
- Timestamp:
- Apr 2, 2010, 11:53:39 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopGuide
v105 v106 32 32 {{{ 33 33 $ ./papywizard.sh 34 }}} 34 35 or 36 {{{ 35 37 $ ./Papywizard.py 36 38 }}} … … 51 53 * svn tool: http://tortoisesvn.tigris.org 52 54 53 To launch Papywizard, run the {{{windows/papywizard.bat}}}script.55 To launch Papywizard, run the '''{{{windows/papywizard.bat}}}''' script. 54 56 55 57 == API == … … 194 196 195 197 This 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 196 199 ==== Complete example ==== 200 201 ''Note: need to be updated with recent API.''' 197 202 198 203 Here is the '''Tethered''' plugin, defined in the '''{{{papywizard/plugins/tetheredPlugins}}}''' module: … … 301 306 * papywizard/common/config.py (version number) 302 307 * setup.py (new/obsolete files) 308 * papywizard.pro (new/obsolete files) 303 309 304 310 === Debian package === … … 319 325 320 326 * 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}}}''' 323 329 324 330 == Contribute == … … 334 340 If you want to contribute but don't know how to code, you can make translation. 335 341 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.342 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. 337 343 338 344 * keep strings length as close as the original ones