Difference between revisions of "Inkscape"
Jump to navigation
Jump to search
(→Help Inkscape Without Coding: - marketing) |
|||
| (26 intermediate revisions by 4 users not shown) | |||
| Line 9: | Line 9: | ||
* [http://www.inkscape.org/ Inkscape Homepage] | * [http://www.inkscape.org/ Inkscape Homepage] | ||
* [[About Inkscape]] | * [[About Inkscape]] | ||
* [[ | * [[Features of Inkscape|Features]] | ||
* [[FAQ]] - Frequently Asked Questions | * [[FAQ]] - Frequently Asked Questions | ||
* [[ | * [[Project information]] | ||
* [[ | * [[Supported operating systems]] | ||
* [[Tools]] - Supporting Tools and Applications | * [[Tools]] - Supporting Tools and Applications | ||
* [[Galleries]] | * [[Galleries]] | ||
* [[ | * [[Inkscape coverage|Coverage]] - Awards, articles, presentations, books about Inkscape | ||
* [[ | * [[User testimonials]] | ||
* [[ | * [[Inkscape popularity|Popularity]] | ||
* [[ | * [[Contact information]] - the developers' e-mails and SVN nicknames | ||
</td> | </td> | ||
| Line 25: | Line 25: | ||
=== User Documentation === | === User Documentation === | ||
* [[ | * [[Installing Inkscape|Installation]] | ||
* [[International and Local Communities]] | * [[International and Local Communities]] | ||
* [[ | * [[Inkscape glossary]] | ||
* [[ | * [[User manual information]] - where to find the free Inkscape manual and how to contribute to it | ||
* [http://inkscape.org/doc/ Tutorials] | * [http://inkscape.org/doc/ Tutorials] | ||
* [[ | * [[Inkscape SVG vs. plain SVG]] | ||
* [[ | * [[Output format requirements]] - what's needed to save in some formats | ||
* [[ | * [[Effect requirements]] - what's needed to use some effects | ||
* [[ | * [[Effect reference]] - what each effect does | ||
* [[ | * [[Connector tool tutorial]] | ||
* [[Installing | * [[Installing fonts]] | ||
* [[ | * [[Emergency save]] - recovery in case Inkscape crashed | ||
* [[ | * [[Release notes]] | ||
* [[ | ** for version [[Release notes/0.47|0.47]] (upcoming) | ||
** for version [[Release notes/0.46|0.46]] (current) | |||
* [[Announcing Releases]] | * [[Announcing Releases]] | ||
* [[ | * [[Tricks and tips]] - miscellaneous advice, may be slightly outdated | ||
</td> | </td> | ||
| Line 51: | Line 51: | ||
* [[BugTriageProjects]] | * [[BugTriageProjects]] | ||
* [[CreatingDists]]: how to build packages | * [[CreatingDists]]: how to build packages | ||
* [[ | * [[StableBranchUpdates]] | ||
* [[Editing Inkscape's website|Website]] | |||
* [[UpdatingTrackerItems]] | * [[UpdatingTrackerItems]] | ||
* [[TutorialsAndHelp]] | * [[TutorialsAndHelp]] | ||
* [[How_To_Start_A_Page]] how to use the wiki | * [[How_To_Start_A_Page]] how to use the wiki | ||
* [[ | * [[Testing]] | ||
* [[Translation information]] | * [[Translation information]] | ||
* [[AboutScreenContest]] | * [[AboutScreenContest]] | ||
* [[Inkscape Classes]] | |||
* [[Conferences]] | |||
* [[Marketing Scratchpad]] | |||
</td></tr></table> | </td></tr></table> | ||
| Line 68: | Line 72: | ||
=== Developer Documentation === | === Developer Documentation === | ||
</th></tr><tr valign="top" align="left"><td style="width:50%;padding:.5em"> | </th></tr><tr valign="top" align="left"><td style="width:50%;padding:.5em"> | ||
==== | ==== First Steps ==== | ||
* [[ | * [[Working with SVN]] - a quick start on how to use our version control system | ||
* [[ | * [[Working with Bazaar]] | ||
* [[ | * [[Compiling Inkscape|Compilation]] | ||
* [[Using Eclipse]] | * [[Using Eclipse]] | ||
* [[ | * [[Developer manual]] - various important information, be sure to read this before coding | ||
* [[ | * [[Debugging Inkscape|Debugging]] - random tips to help debug problems | ||
* [[ | * [[Project organization]] - procedures, hierarchy, developer roles and the likes | ||
* [[ | * [[Janitorial tasks]] - small tasks that need doing | ||
* [[ | * [[Doxygen documentation]] | ||
* [[ | ==== Developer tutorials ==== | ||
* [[ | * [[Architectural overview]] - a high-level look at Inkscape | ||
* [[ | * [[Preferences subsystem]] - creating and using preference values | ||
* XML subsystem (WIP) - how to manipulate the XML representation of a document | |||
* Display subsystem (WIP) - how to make things appear on the canvas | |||
* Tools subsystem (WIP) - how to create a new tool | |||
* [[Creating a new SPObject]] | |||
* Extensions | |||
** [[Extension subsystem]] - an overview of the functionality provided by extensions and the possible implementations | |||
** [[Script extensions]] | |||
** [[Python modules for extensions]] - some helpful routines for use in Python script extensions | |||
* [[Creating Live Path Effects]] | |||
* [[Boost shared pointers]] | |||
* [[Using libsigc++ signals]] | |||
==== Miscellaneous ==== | |||
* [[ | * [[INX extension descriptor format]] | ||
* [[ | * [[Inkscape-specific XML attributes]] - documentation of attributes from Inkscape's XML namespace | ||
* [[Extension repository]]: an Internet central for Inkscape Extensions | |||
* [[Related programs]] | |||
</td><td style="width:50%;padding:.5em"> | </td><td style="width:50%;padding:.5em"> | ||
| Line 97: | Line 109: | ||
==== Development Discussion ==== | ==== Development Discussion ==== | ||
* [[Roadmap]]: the main todo list | * [[Roadmap]]: the main todo list | ||
* [[Dependencies]] - what libs are needed to build Inkscape | |||
* [[NewFeatureProposals]] | * [[NewFeatureProposals]] | ||
* [[ExtensionArchitectureProposals]] | * [[ExtensionArchitectureProposals]] | ||
| Line 102: | Line 115: | ||
* [[FileTypes]] | * [[FileTypes]] | ||
* [[ApplicationIcons]] (Application + Interface) | * [[ApplicationIcons]] (Application + Interface) | ||
* [[Icons]] | |||
* [[InkscapeColor]] | * [[InkscapeColor]] | ||
* [[PrintingSubsystem]] | * [[PrintingSubsystem]] | ||
| Line 110: | Line 124: | ||
* [[OpenDocument proposal]] | * [[OpenDocument proposal]] | ||
* [[Googles Summer Of Code]] | * [[Googles Summer Of Code]] | ||
* [[Improved Media Management]] | |||
* [[UI MockupScreenshots]] | * [[UI MockupScreenshots]] | ||
* [[Swatch Book]] | * [[Swatch Book]] | ||
* [[Tablet Dialog]] | |||
* [[ViewBoxToDo]] View box support info | |||
===Lib2Geom=== | |||
*[[lib2geom]] | |||
*[[lib2geom Goals]] | |||
*[[lib2geom FAQ]] | |||
*[[lib2geom SVN Repository Guide]] | |||
*[[WorkingWith2GeomFAQ]]: real-life questions answered about using 2Geom in real code | |||
*[[lib2geom py2geom]]: python bindings to 2geom. With this you can use the power of 2geom in python scripts. | |||
</td></tr><tr valign="top" align="left"><td style="width:50%;padding:.5em"> | </td></tr><tr valign="top" align="left"><td style="width:50%;padding:.5em"> | ||
| Line 133: | Line 158: | ||
==== Rearchitecture Discussion ==== | ==== Rearchitecture Discussion ==== | ||
* [[SubsystemRearchitecture]] | * [[0.47 Refactoring Plan]] | ||
* [[GtkMMification]]: replace C boilerplate with gtkmm objects | ** [[SubsystemRearchitecture]] | ||
** [[GtkMMification]]: replace C boilerplate with gtkmm objects | |||
* [[PathRepresentation]] | * [[PathRepresentation]] | ||
* [[Cairoification]] | * [[Cairoification]] | ||
Revision as of 16:29, 29 October 2009
This is a freeform area for Inkscape development and discussion. Curious about WikiSyntax?
Other languages: Wiki en español, Wiki en Català, Wiki em Português, Wiki auf deutsch...
Developer Documentation | |
|---|---|
First Steps
Developer tutorials
Miscellaneous
|
Development Discussion
Lib2Geom
|
User Interface Discussion
|
Rearchitecture Discussion
|
- WikiAttic: pages that are no longer relevant but kept for historical value