Difference between revisions of "Inkscape"
Jump to navigation
Jump to search
(Cleaning) |
|||
Line 3: | Line 3: | ||
This is a freeform area for Inkscape development and discussion. | This is a freeform area for Inkscape development and discussion. | ||
Curious about [[ | Curious about [[wiki syntax]]? | ||
{| | {| style="width: 100%; border-spacing: 1em;" | ||
|-style="vertical-align:top;" | |- style="vertical-align: top;" | ||
| style="width:33%;background | | style="width: 33%; background: #EAEAEA; padding: .5em;" | | ||
=== Project Info === | === Project Info === | ||
* [http://www.inkscape.org/ Inkscape Homepage] | * [http://www.inkscape.org/ Inkscape Homepage] | ||
* [[About Inkscape]] | * [[About Inkscape]] | ||
* [[Features of Inkscape|Features]] | * [[Features of Inkscape|Features]] | ||
* [[FAQ]] | * [[FAQ]] — Frequently Asked Questions | ||
* [[Supported operating systems]] | * [[Supported operating systems]] | ||
* [[Tools]] | * [[Tools]] — Supporting Tools and Applications | ||
* [[Galleries]] | * [[Galleries]] | ||
* [[Inkscape coverage|Coverage]] | * [[Inkscape coverage|Coverage]] — Awards, articles, presentations, books about Inkscape | ||
* [[Inkscape popularity|Popularity]] | * [[Inkscape popularity|Popularity]] | ||
* [[InkscapeInvariants|Inkscape's Mission]] | * [[InkscapeInvariants|Inkscape's Mission]] | ||
* [[CommunicationChannels|Communication Channels]] | * [[CommunicationChannels|Communication Channels]] — How to reach us | ||
* [[AnnouncementToSodipodi|Announcement | * [[AnnouncementToSodipodi|Announcement to Sodipodi]] — This started it all | ||
* [[Branding]] | * [[Branding]] | ||
* [[Travel Reimbursement Policy]] | * [[Travel Reimbursement Policy]] | ||
* [[FundedProjectSystemDevelopment|Funded Project System Development]] | * [[FundedProjectSystemDevelopment|Funded Project System Development]] | ||
|style="width:33% | | style="width: 33%; padding: .5em;" | | ||
=== User Documentation === | === User Documentation === | ||
* [[Installing Inkscape|Installation]] | * [[Installing Inkscape|Installation]] | ||
* [[International and Local Communities]] | * [[International and Local Communities]] | ||
* [[Inkscape glossary]] | * [[Inkscape glossary]] | ||
* [[User manual information]] | * [[User manual information]] — Where to find the free Inkscape manual and how to contribute to it | ||
* [http://inkscape.org/en/learn/tutorials/ Tutorials] | * [http://inkscape.org/en/learn/tutorials/ Tutorials] | ||
* [[Inkscape SVG vs. plain SVG]] | * [[Inkscape SVG vs. plain SVG]] | ||
* [[Output format requirements]] | * [[Output format requirements]] — What's needed to save in some formats | ||
* [[Extension requirements]] | * [[Extension requirements]] — What's needed to use some extensions (slightly outdated) | ||
* [[Extension reference]] | * [[Extension reference]] — What each extension does (slightly outdated) | ||
* [[Connector tool tutorial]] | * [[Connector tool tutorial]] | ||
* [[Installing fonts]] | * [[Installing fonts]] | ||
* [[Emergency save]] | * [[Emergency save]] — Recovery in case Inkscape crashed | ||
* [[Release notes]] | * [[Release notes]] | ||
** '''for version [[Release notes/0.92|0.92]] (active development)''' | ** '''for version [[Release notes/0.92|0.92]] (active development)''' | ||
** '''for version [[Release notes/0.91|0.91]] (current release)''' | ** '''for version [[Release notes/0.91|0.91]] (current release)''' | ||
** older versions: [[Release notes/0.48.5|0.48.5]] [[Release notes/0.48.4|0.48.4]] [[Release notes/0.48.3|0.48.3]], [[Release notes/0.48.2|0.48.2]], [[Release notes/0.48.1|0.48.1]], [[Release notes/0.48|0.48]], [[Release notes/0.47|0.47]] | ** older versions: [[Release notes/0.48.5|0.48.5]], [[Release notes/0.48.4|0.48.4]], [[Release notes/0.48.3|0.48.3]], [[Release notes/0.48.2|0.48.2]], [[Release notes/0.48.1|0.48.1]], [[Release notes/0.48|0.48]], [[Release notes/0.47|0.47]] | ||
* [[Announcing Releases]] | * [[Announcing Releases]] | ||
* [[Tricks and tips]] | * [[Tricks and tips]] — Miscellaneous advice, may be slightly outdated | ||
| style="width: 33%; background: #EAEAEA; padding: .5em;" | | |||
=== Help Inkscape Without Coding === | === Help Inkscape Without Coding === | ||
* [[Bug management]] | * [[Bug management]] | ||
Line 57: | Line 55: | ||
* [[Conferences]] | * [[Conferences]] | ||
* [[Fundraising Ideas]] | * [[Fundraising Ideas]] | ||
* [[HelpWanted]] | * [[HelpWanted]] | ||
* [[BugTriageProjects]] | * [[BugTriageProjects]] | ||
* [[CreatingDists]] | * [[CreatingDists]] — How to build packages | ||
* [[StableBranchUpdates]] | * [[StableBranchUpdates]] | ||
* [[UpdatingTrackerItems]] | * [[UpdatingTrackerItems]] | ||
* [[TutorialsAndHelp]] | * [[TutorialsAndHelp]] | ||
* [[How to start a page]] | * [[How to start a page]] — How to use the wiki | ||
* [[CreatingScreencasts]] | * [[CreatingScreencasts]] | ||
* [[ | * [[About-Screen contest]] | ||
|} | |} | ||
<div style="background: white; border: 1px solid #62C012; padding: .5em 1em 1em;"> | |||
=== Developer Documentation === | === Developer Documentation === | ||
|- style="vertical-align:top;" | {| style="width: 100%; border-spacing: 1em;" | ||
| style="width:50%;| | |- style="vertical-align: top;" | ||
| style="width: 50%;" | | |||
==== First Steps ==== | ==== First Steps ==== | ||
* [[Working with Bazaar]] | * [[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]] | ||
* [[Compiling Inkscape|Compilation]] | * [[Compiling Inkscape|Compilation]] | ||
* [[Compiling Inkscape on Windows]] | * [[Compiling Inkscape on Windows]] | ||
* [[Using Eclipse]] | * [[Using Eclipse]] — Debug Inkscape on Windows using Eclipse (outdated) | ||
* [[Using Visual Studio]] | * [[Using Visual Studio]] — Debug Inkscape on Windows using Microsoft Visual Studio | ||
* [[Developer manual]] | * [[Developer manual]] — Various important information, be sure to read this before coding | ||
* [[Debugging Inkscape|Debugging]] | * [[Debugging Inkscape|Debugging]] — Random tips to help debug problems | ||
* [[Project organization]] | * [[Project organization]] — Procedures, hierarchy, developer roles and the likes | ||
* [[Janitorial tasks]] | * [[Janitorial tasks]] — Small tasks that need doing | ||
* [[Doxygen documentation]] | * [[Doxygen documentation]] | ||
* [[Working with CMake]] — Getting started with CMake coding for configuring and building Inkscape | |||
* [[Working with CMake]] | |||
==== Developer tutorials ==== | ==== Developer tutorials ==== | ||
* [[Architectural overview]] | * [[Architectural overview]] — A high-level look at Inkscape | ||
* [[Preferences subsystem]] | * [[Preferences subsystem]] — Creating and using preference values | ||
* XML subsystem (WIP) | * XML subsystem (WIP) — How to manipulate the XML representation of a document | ||
* Display subsystem (WIP) | * Display subsystem (WIP) — How to make things appear on the canvas | ||
* Tools subsystem (WIP) | * Tools subsystem (WIP) — How to create a new tool | ||
* [[Creating a new SPObject]] | * [[Creating a new SPObject]] | ||
* Extensions | * Extensions | ||
** [[Extension subsystem]] | ** [[Extension subsystem]] — An overview of the functionality provided by extensions and the possible implementations | ||
** [[Script extensions]] | ** [[Script extensions]] — Extend Inkscape easily using scripting languages (Python, Perl, …) | ||
** [[Python modules for extensions]] | ** [[Python modules for extensions]] — Some helpful routines for use in Python script extensions | ||
** [[INX extension descriptor format]] | |||
* [[Creating Live Path Effects]] | * [[Creating Live Path Effects]] | ||
* [[Boost shared pointers]] | * [[Boost shared pointers]] | ||
Line 108: | Line 105: | ||
==== Miscellaneous ==== | ==== Miscellaneous ==== | ||
* [[Inkscape-specific XML attributes]] — Documentation of attributes from Inkscape's XML namespace | |||
* [[Extension repository]] — An Internet central for Inkscape extensions | |||
* [[Inkscape-specific XML attributes]] | |||
* [[Extension repository]] | |||
* [[Related programs]] | * [[Related programs]] | ||
==== Continuous Integration (Automated testing) ==== | ==== Continuous Integration (Automated testing) ==== | ||
Line 122: | Line 114: | ||
* [[Jenkins server setup]] | * [[Jenkins server setup]] | ||
| style="width: 50%;" | | |||
==== Development Discussion ==== | ==== Development Discussion ==== | ||
* [[Roadmap]] | * [[Roadmap]] — The main todo list | ||
* [[Dependencies]] | * [[Dependencies]] — What libs are needed to build Inkscape | ||
* [[C++11]] | * [[C++11]] — Which C++11 features can be used | ||
* [[NewFeatureProposals]] | * [[NewFeatureProposals]] | ||
* [[ExtensionArchitectureProposals]] | * [[ExtensionArchitectureProposals]] | ||
* [[Coding Style|Coding Style Discussion]] | * [[Coding Style|Coding Style Discussion]] | ||
* [[FileTypes]] | * [[FileTypes]] | ||
* [[ApplicationIcons]] | * [[ApplicationIcons]] — Application + Interface | ||
* [[Icons]] | * [[Icons]] | ||
* [[InkscapeColor]] | * [[InkscapeColor]] | ||
* [[PrintingSubsystem]] | * [[PrintingSubsystem]] | ||
* [[SVG Tiny Compliance]] | * [[SVG Tiny Compliance]] | ||
* [[SVG Test Suite Compliance]] | * [[SVG Test Suite Compliance]] — [[W3C]] full test suite | ||
* [[CSS Support]] | * [[CSS Support]] | ||
* [[Google Summer Of Code]] | * [[Google Summer Of Code]] | ||
Line 142: | Line 135: | ||
* [[Swatch Book]] | * [[Swatch Book]] | ||
* [[Tablet Dialog]] | * [[Tablet Dialog]] | ||
* [[ViewBoxToDo]] View box support info | * [[ViewBoxToDo]] — View box support info | ||
* [[Caching]] | * [[Caching]] | ||
* [[UI and Document coordinates]] | * [[UI and Document coordinates]] | ||
* [[GtkMMification]] — Replace C boilerplate with gtkmm objects | |||
* [[GtkMMification]] | * [[CMake Tasks]] — Converting the Inkscape build system to CMake | ||
* [[CMake Tasks]] | |||
==== User Interface Discussion ==== | ==== User Interface Discussion ==== | ||
* [[ | * [[Translation information]] | ||
* [[AddingInterfaceVerbs]] | * [[AddingInterfaceVerbs]] | ||
* [[AccessibleGraphics]] | * [[AccessibleGraphics]] | ||
Line 166: | Line 148: | ||
* [[DialogsReorganization]] | * [[DialogsReorganization]] | ||
* [[ModalInterfaces]] | * [[ModalInterfaces]] | ||
* [[TextUsability]] | * [[TextUsability]] — Text tool and dialog | ||
* [[KeyboardShortcutsToDo]] | * [[KeyboardShortcutsToDo]] | ||
** [[KeyboardProfiles]] | ** [[KeyboardProfiles]] — How you can help | ||
* [[StatusbarAPI]] | * [[StatusbarAPI]] | ||
* [[Animation-(Timeline)]] | * [[Animation-(Timeline)]] | ||
* [[Free Desktop Graphic Suite]] | * [[Free Desktop Graphic Suite]] | ||
=== 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. | |||
|} | |} | ||
</div> | |||
* [[ | == See also == | ||
* [[:Category:Wiki Attic|Wiki Attic]] — Pages that are no longer relevant but kept for historical value | |||
__NOTOC__ | __NOTOC__ |
Revision as of 02:32, 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
Miscellaneous
Continuous Integration (Automated testing) |
Development Discussion
User Interface Discussion
Lib2Geom
|
See also
- Wiki Attic — Pages that are no longer relevant but kept for historical value