Difference between revisions of "Inkscape"

From Inkscape Wiki
Jump to navigation Jump to search
(Cleaning)
(Some more style improvement)
Line 5: Line 5:
Curious about [[wiki syntax]]?
Curious about [[wiki syntax]]?


{| style="width: 100%; border-spacing: 1em;"
{| style="width: 100%;"
|- style="vertical-align: top;"
|- style="vertical-align: top;"
| style="width: 33%; background: #EAEAEA; padding: .5em;" |
| style="width: 33%; background: #EAEAEA; padding: 1em;" |
=== Project Info ===
== Project Info ==
* [http://www.inkscape.org/ Inkscape Homepage]
* [http://www.inkscape.org/ Inkscape Homepage]
* [[About Inkscape]]
* [[About Inkscape]]
Line 25: Line 25:
* [[FundedProjectSystemDevelopment|Funded Project System Development]]
* [[FundedProjectSystemDevelopment|Funded Project System Development]]


| style="width: 33%; padding: .5em;" |
| style="width: 33%; padding: 1em;" |
=== User Documentation ===
== User Documentation ==
* [[Installing Inkscape|Installation]]
* [[Installing Inkscape|Installation]]
* [[International and Local Communities]]
* [[International and Local Communities]]
Line 46: Line 46:
* [[Tricks and tips]] — Miscellaneous advice, may be slightly outdated
* [[Tricks and tips]] — Miscellaneous advice, may be slightly outdated


| style="width: 33%; background: #EAEAEA; padding: .5em;" |
| style="width: 33%; background: #EAEAEA; padding: 1em;" |
=== Help Inkscape Without Coding ===  
== Help Inkscape Without Coding ==
* [[Bug management]]
* [[Bug management]]
* [[Testing]]
* [[Testing]]
Line 55: Line 55:
* [[Conferences]]
* [[Conferences]]
* [[Fundraising Ideas]]
* [[Fundraising Ideas]]
 
<br/>
 
* [[HelpWanted]]
* [[HelpWanted]]
* [[BugTriageProjects]]
* [[BugTriageProjects]]
Line 69: Line 68:


<div style="background: white; border: 1px solid #62C012; padding: .5em 1em 1em;">
<div style="background: white; border: 1px solid #62C012; padding: .5em 1em 1em;">
=== Developer Documentation ===
== Developer Documentation ==
{| style="width: 100%; border-spacing: 1em;"
{| style="width: 100%;"
|- style="vertical-align: top;"
|- style="vertical-align: top;"
| style="width: 50%;" |
| style="width: 50%; padding-right: 1em;" |
==== First Steps ====
=== First Steps ===
* [[Working with Bazaar]] — How to obtain the source code. A quick start on how to use our version control system.
* [[Working with Bazaar]] — How to obtain the source code. A quick start on how to use our version control system.
* [[Working with Git]]
* [[Working with Git]]
Line 87: Line 86:
* [[Working with CMake]] — Getting started with CMake coding for configuring and building Inkscape
* [[Working with CMake]] — Getting started with CMake coding for configuring and building Inkscape


==== Developer tutorials ====
=== Developer tutorials ===
* [[Architectural overview]] — A high-level look at Inkscape
* [[Architectural overview]] — A high-level look at Inkscape
* [[Preferences subsystem]] — Creating and using preference values
* [[Preferences subsystem]] — Creating and using preference values
* XML subsystem (WIP) — How to manipulate the XML representation of a document
* XML subsystem (TODO) — How to manipulate the XML representation of a document
* Display subsystem (WIP) — How to make things appear on the canvas
* Display subsystem (TODO) — How to make things appear on the canvas
* Tools subsystem (WIP) — How to create a new tool
* Tools subsystem (TODO) — How to create a new tool
* [[Creating a new SPObject]]
* [[Creating a new SPObject]]
* Extensions
* Extensions
Line 104: Line 103:
* [[Windows development on Linux]]
* [[Windows development on Linux]]


==== Miscellaneous ====
==== Continuous Integration (automated testing) ====
* [[Inkscape-specific XML attributes]] — Documentation of attributes from Inkscape's XML namespace
* [[Extension repository]] — An Internet central for Inkscape extensions
* [[Related programs]]
 
==== Continuous Integration (Automated testing) ====
* [http://jenkins.inkscape.org Our main testing website (Jenkins)]
* [http://jenkins.inkscape.org Our main testing website (Jenkins)]
* [[How to contribute to automated tests]]
* [[Jenkins server setup]]
* [[Jenkins server setup]]
=== User Interface Discussion ===
* [[Translation information]]
* [[AddingInterfaceVerbs]]
* [[AccessibleGraphics]]
* [[ObjectManager]]
* [[DialogsReorganization]]
* [[ModalInterfaces]]
* [[TextUsability]] — Text tool and dialog
* [[KeyboardShortcutsToDo]]
** [[KeyboardProfiles]] — How you can help
* [[StatusbarAPI]]
* [[Animation-(Timeline)]]
* [[Free Desktop Graphic Suite]]


| style="width: 50%;" |
| style="width: 50%;" |
==== Development Discussion ====
=== Development Discussion ===
* [[Roadmap]] — The main todo list
* [[Roadmap]] — The main todo list
* [[Dependencies]] — What libs are needed to build Inkscape
* [[Dependencies]] — What libs are needed to build Inkscape
Line 141: Line 148:
* [[CMake Tasks]] — Converting the Inkscape build system to CMake
* [[CMake Tasks]] — Converting the Inkscape build system to CMake


==== User Interface Discussion ====
=== Miscellaneous ===
* [[Translation information]]
* [[Inkscape-specific XML attributes]] — Documentation of attributes from Inkscape's XML namespace
* [[AddingInterfaceVerbs]]
* [[Extension repository]] — An Internet central for Inkscape extensions
* [[AccessibleGraphics]]
* [[Related programs]]
* [[ObjectManager]]
* [[DialogsReorganization]]
* [[ModalInterfaces]]
* [[TextUsability]] — Text tool and dialog
* [[KeyboardShortcutsToDo]]
** [[KeyboardProfiles]] — How you can help
* [[StatusbarAPI]]
* [[Animation-(Timeline)]]
* [[Free Desktop Graphic Suite]]


=== Lib2Geom ===
=== Lib2Geom ===

Revision as of 03:10, 7 July 2016

As the wiki is now dedicated to Inkscape development (which is done exclusively in English), this page is no longer relevant here. All contents directed to normal users and deserving to be translated should now be on the main Inkscape website.

Other languages: العربية Català Česky Deutsch English Español Français Italiano 日本語 한국어 Polski Português Português do Brasil Русский Slovenčina 中文


This is a freeform area for Inkscape development and discussion. Curious about wiki syntax?

Project Info

User Documentation

Help Inkscape Without Coding


Developer Documentation

First Steps

Developer tutorials

Continuous Integration (automated testing)

User Interface Discussion

Development Discussion

Miscellaneous

Lib2Geom

See also

  • Wiki Attic — Pages that are no longer relevant but kept for historical value