Difference between revisions of "Inkscape"
Jump to navigation
Jump to search
(<Default>) |
(bloody spam) |
||
Line 1: | Line 1: | ||
− | + | This is a freeform area for Inkscape development and discussion. | |
− | http:// | + | Curious about [[WikiSyntax]]? |
− | [ | + | |
− | < | + | Other languages: [[Inkscape en español|Wiki en español]], [[L'Inkscape en Català|Wiki en Català]], [[Inkscape em Português|Wiki em Português]], [[Startseite|Wiki auf Deutsch]]... |
+ | |||
+ | <table cellspacing="11" width="100%"><tr valign="top"> | ||
+ | <td style="width:33%;background-color: #EFFBFF; padding:.5em; border: 1px solid #BFEEFF"> | ||
+ | === About Inkscape === | ||
+ | * [http://www.inkscape.org/ Inkscape Homepage] | ||
+ | * [[About Inkscape]] | ||
+ | * [[InkscapeFeatures]] | ||
+ | * [[FAQ]] - Frequently Asked Questions | ||
+ | * [[ProjectInfo]] | ||
+ | * [[SupportedOperatingSystems]] | ||
+ | * [[Tools]] - Supporting Tools and Applications | ||
+ | * [[Galleries]] | ||
+ | * [[ArticlesAndPresentations]] | ||
+ | * [[TestimonialComments]] | ||
+ | * [[InkscapePopularity]] | ||
+ | * [[ContactInfo]] our heroes | ||
+ | |||
+ | </td><td style="width:33%;;background-color: #FFF1EF; padding:.5em; border: 1px solid #FFC7BF;margin:.5em"> | ||
+ | |||
+ | === User Documentation === | ||
+ | * [[InstallHelp]] | ||
+ | * [[InkscapeTerminology]] | ||
+ | * [[UserManual]] | ||
+ | * [http://inkscape.org/doc/ Tutorials] | ||
+ | * [[InkscapeSVG|Inkscape SVG vs. Plain SVG]] | ||
+ | * [[GettingExtensionsWorking]] | ||
+ | * [[GettingEffectsWorking]] | ||
+ | * [[WhatEffectsDo]] | ||
+ | * [[UsingTheConnectorTool]] | ||
+ | * [[Installing Fonts as a User]] | ||
+ | * [[EmergencySave]] | ||
+ | * [[ReleaseNotes045|Release Notes]] for 0.45 (unstable) | ||
+ | * [[ReleaseNotes044|Release Notes]] for 0.44 and past | ||
+ | * [[Announcing Releases]] for 0.44 and past | ||
+ | * [[ArticleIntroducingInkscape0_40|Introducing Inkscape 0.40]] | ||
+ | * [[TricksAndTips]] | ||
+ | </td><td style="width:33%;background-color: #FFFAE5; padding:.5em; border: 1px solid #FFFF66; margin:.5em"> | ||
+ | |||
+ | === Help Inkscape Without Coding === | ||
+ | |||
+ | * [[PrintingConsensusPoll]] | ||
+ | * [[HelpWanted]] | ||
+ | * [[CreatingDists]]: how to build packages | ||
+ | * [[WebsiteEditing]] | ||
+ | * [[UpdatingTrackerItems]] | ||
+ | * [[TutorialIdeas]] | ||
+ | * [[How_To_Start_A_Page]] how to use the wiki | ||
+ | * [[TestingInkscape]] | ||
+ | |||
+ | </td></tr></table><table cellspacing="0" width="100%" style="background-color: #FFFAE5; border-width:0em .5em; border-style:solid; border-color:white"><tr valign="top" style="padding:11px 0em 0em 11px"> | ||
+ | <th colspan="2" align="left" style="padding:.5em 0em 0em .5em"> | ||
+ | |||
+ | === Developer Documentation === | ||
+ | </th></tr><tr valign="top" align="left"><td style="width:50%;padding:.5em"> | ||
+ | ==== General ==== | ||
+ | * [[DeveloperManual]] | ||
+ | * [[CompilingInkscape]] | ||
+ | * [[WorkingWithSVN]] | ||
+ | * [[HandlingPreferences]]: creating and using preference values | ||
+ | * [[AddSPObject]]: how to add a new SPObject type | ||
+ | * [[ReprListeners]]: responding to XML doc changes | ||
+ | * [[ErrorsAndWarnings]]: how to deal with reporting errors, warnings, and other messages | ||
+ | * [[DebuggingTips]]: random tips to help debug problems | ||
+ | |||
+ | * [[DeveloperTitles]]: terms for various roles in Inkscape | ||
+ | * [[InkscapeJanitors]]: small tasks that need doing | ||
+ | * [http://livarot.sourceforge.net/ Livarot]: for boolean ops | ||
+ | * [[ExtensionAttributes]]: currently defined attributes in Inkscape's XML namespace and what they do | ||
+ | * [[MakingAnExtension]]: how extension must work and how to write an INX file | ||
+ | * [[ExtensionsRepository]]: an Internet central for Inkscape Extensions | ||
+ | * [[OtherProjects]] (outside links) | ||
+ | |||
+ | </td><td style="width:50%;padding:.5em"> | ||
+ | |||
+ | ==== Development Discussion ==== | ||
+ | * [[Roadmap]]: the main todo list | ||
+ | * [[NewFeatureProposals]] | ||
+ | * [[ExtensionArchitectureProposals]] | ||
+ | * [[Coding Style|Coding Style Discussion]] | ||
+ | * [[FileTypes]] | ||
+ | * [[ApplicationIcons]] ( Application + Interface ) | ||
+ | * [[InkscapeColor]] | ||
+ | * [[PrintingSubsystem]] | ||
+ | * [[SVG Competitors Plan]] - MS WVG vs SVG, etc | ||
+ | * [[SVG Tiny Compliance]] | ||
+ | * [[SVG Test Suite Compliance]] - [[W3C]] full test suite | ||
+ | * [[CSS Support]] | ||
+ | * [[OpenVG]] Standard (draft) | ||
+ | * [[OpenDocument proposal]] | ||
+ | * [[Googles Summer Of Code]] | ||
+ | * [[UI MockupScreenshots]] | ||
+ | * [[lib2geom]] | ||
+ | |||
+ | </td></tr><tr valign="top" align="left"><td style="width:50%;padding:.5em"> | ||
+ | |||
+ | ==== User Interface Discussion ==== | ||
+ | * [[Translation_information]] | ||
+ | * [[AccessibleGraphics]] | ||
+ | * [[ObjectManager]] | ||
+ | * [[DialogsReorganization]] | ||
+ | * [[DialogReplacement]] | ||
+ | * [[ModalInterfaces]] | ||
+ | * [[TextUsability]]: text tool /dialog dialog | ||
+ | * [[KeyboardShortcutsToDo]] | ||
+ | ** [[KeyboardProfiles]]: how you can help | ||
+ | * [[StatusbarAPI]] | ||
+ | * [[Animation-(Timeline)]] | ||
+ | * [[Free Desktop Graphic Suite]] | ||
+ | |||
+ | </td><td style="width:50%;padding:.5em"> | ||
+ | ==== Rearchitecture Discussion ==== | ||
+ | * [[SubsystemRearchitecture]] | ||
+ | * [[GtkMMification]]: replace C boilerplate with gtkmm objects | ||
+ | * [[PathRepresentation]] | ||
+ | * [[Cairoification]] | ||
+ | * [[ScribusInteroperability]] | ||
+ | |||
+ | </td></tr></table> | ||
+ | |||
+ | ---- | ||
+ | * [[WikiAttic]]: pages that are no longer relevant but kept for historical value | ||
+ | |||
+ | __NOTOC__ | ||
+ | |||
+ | [[Category:About Inkscape]] | ||
+ | [[Category:User Documentation]] |
Revision as of 03:17, 16 October 2006
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...
About Inkscape
|
User Documentation
|
Help Inkscape Without Coding
|
- WikiAttic: pages that are no longer relevant but kept for historical value