Difference between revisions of "Inkscape"
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% | {| style="width: 100%;" | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| style="width: 33%; background: #EAEAEA; padding: | | style="width: 33%; background: #EAEAEA; padding: 1em;" | | ||
== 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: | | style="width: 33%; padding: 1em;" | | ||
== 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: | | style="width: 33%; background: #EAEAEA; padding: 1em;" | | ||
== 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 == | |||
{| style="width: 100% | {| style="width: 100%;" | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| style="width: 50%;" | | | style="width: 50%; padding-right: 1em;" | | ||
=== 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 === | |||
* [[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 ( | * XML subsystem (TODO) — How to manipulate the XML representation of a document | ||
* Display subsystem ( | * Display subsystem (TODO) — How to make things appear on the canvas | ||
* Tools subsystem ( | * 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]] | ||
==== Continuous Integration (automated testing) ==== | |||
==== Continuous Integration ( | |||
* [http://jenkins.inkscape.org Our main testing website (Jenkins)] | * [http://jenkins.inkscape.org Our main testing website (Jenkins)] | ||
* [[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 === | |||
* [[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 | ||
=== | === Miscellaneous === | ||
* [[ | * [[Inkscape-specific XML attributes]] — Documentation of attributes from Inkscape's XML namespace | ||
* [[Extension repository]] — An Internet central for Inkscape extensions | |||
* [[Related programs]] | |||
* [[ | |||
* [[ | |||
=== 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?
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