Difference between revisions of "User:Colin Marquardt"

From Inkscape Wiki
Jump to navigation Jump to search
m (+Extension docs section)
Line 37: Line 37:
* http://permalink.gmane.org/gmane.comp.gnome.apps.dia/3213 - XSLT to convert Inkscape's plain SVG files to Dia shapes
* http://permalink.gmane.org/gmane.comp.gnome.apps.dia/3213 - XSLT to convert Inkscape's plain SVG files to Dia shapes
* http://www.linuxjournal.com/article/9283 - making an XSLT from SVG
* http://www.linuxjournal.com/article/9283 - making an XSLT from SVG
==Extensions Docs==
The following pages need to be cleaned up.
* http://wiki.inkscape.org/wiki/index.php/GettingExtensionsWorking
* http://wiki.inkscape.org/wiki/index.php/GettingEffectsWorking
* http://wiki.inkscape.org/wiki/index.php/ExtensionsSystem
* http://wiki.inkscape.org/wiki/index.php/ReleaseNotes046#Extension_effects
* http://wiki.inkscape.org/wiki/index.php/ExtensionArchitectureProposals
* http://wiki.inkscape.org/wiki/index.php/MakingAnINX
* http://wiki.inkscape.org/wiki/index.php/PlugIns
* http://wiki.inkscape.org/wiki/index.php/ScriptingHOWTO
* http://wiki.inkscape.org/wiki/index.php/ScriptingLanguages
* http://wiki.inkscape.org/wiki/index.php/WhatEffectsDo
* http://wiki.inkscape.org/wiki/index.php/ExtensionsRepository
* http://wiki.inkscape.org/wiki/index.php/ImprovingPythonEffectsAPI
* http://wiki.inkscape.org/wiki/index.php/ExtensionArchitecture
* http://wiki.inkscape.org/wiki/index.php/PythonModules
* http://wiki.inkscape.org/wiki/index.php/ExtensionPackageHOWTO
* http://codespeak.net/lxml/
* http://www.ekips.org/comp/inkscape/


[[Category:Developer]]
[[Category:Developer]]

Revision as of 13:48, 31 July 2007

I'm helping with the German translation of the Inkscape GUI, its tutorials and the website etc.

Advanced Diagrams

  • data model backing objects
    • arrows representing flow will change width depending on numerical flow value (e.g. in Sankey diagrams)
    • forms change color if a corresponding value goes outside certain limits
    • some programs generate structural diagrams depending on a table or database
    • animated flowcharts
    • display dynamic values in forms
    • organigramms
  • Doable via JavaScript/DOM and CSS?

The "Competition"

  • CS-Odessa ConceptDraw Professional
  • EDraw EDraw Max
  • Corel iGrafx Flowcharter
  • OmniGroup OmniGraffle Professional
  • Softline SmartDraw
  • Microsoft Visio Professional

(from http://www.heise.de/kiosk/archiv/ct/2007/9/108_Sechs-Diagrammzeichner-fuer-Windows-und-Mac-OS-X)

See also

Extensions Docs

The following pages need to be cleaned up.