ScripterNG/Development: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
(New page: = Development on the new scripter = == Documentation == * How does the core (connecting Python to C++) work? * How can I add new functions? * How do I port code from older scripter to th...)
 
mNo edit summary
Line 40: Line 40:
* call gettext importer api
* call gettext importer api
* call pdf exporter
* call pdf exporter
* event hooks (selection changed, document changed,
*  
*  



Revision as of 22:48, 14 April 2010

Development on the new scripter

Documentation

  • How does the core (connecting Python to C++) work?
  • How can I add new functions?
  • How do I port code from older scripter to the new one?


Ideas for scripts and extensions


Requirements to implement above scripts

  • call gettext importer api
  • call pdf exporter
  • event hooks (selection changed, document changed,


API ideas


Other important TODO

  • add i18n and integrate with rest of Scribus


Links

(will lookup my bookmarks)