Difference between revisions of "Inkscape"

From Inkscape Wiki
Jump to navigation Jump to search
m
 
(*added link to my inkscape tutorial at GlitchNYC.com)
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
Curious about WikiSyntax?
Curious about WikiSyntax?


<table cellspacing="15" width="100%"><tr valign="top">
<table cellspacing="11" width="100%"><tr valign="top">
<td style="width:33%;background-color: #EFFBFF; padding:.5em; border: 1px solid #BFEEFF; margin:.5em">
<td style="width:33%;background-color: #EFFBFF; padding:.5em; border: 1px solid #BFEEFF">
=== About Inkscape ===
=== About Inkscape ===
* [http://www.inkscape.org/ Inkscape Homepage]
* [http://www.inkscape.org/ Inkscape Homepage]
* InkscapeFeatures
* InkscapeFeatures
* ProjectInfo
* ProjectInfo
* SupportedOperatingSystems
* [http://inkscape.org/cgi-bin/wiki.pl?SupportedOperatingSystems Supported Operating Systems]


* [[Galleries]]  
* [[Galleries]]  
Line 21: Line 21:
* InkscapeTerminology
* InkscapeTerminology
* UserManual
* UserManual
* [http://inkscape.org/doc/basic/tutorial-basic.html Tutorial:Basic]
* [http://www.glitchnyc.com/cgi-bin/blosxom.cgi/technology/opensource/furboa_tutoria.phblox Tutorial: A Simple Approach to Drawing Complex Characters With Inkscape]
* InkscapeSVG vs. Plain SVG
* InkscapeSVG vs. Plain SVG


* ReleaseNotes for 0.42 and past
* ReleaseNotes for 0.42 and past
* PressRelease for 0.42 and past
* PressRelease for 0.42 and past
* ArticleIntroducingInkscape0_40
* [http://inkscape.org/cgi-bin/wiki.pl?ArticleIntroducingInkscape0_40 Introducing Inkscape 0.40]


* OtherProjects (outside links)
* OtherProjects (outside links)
Line 31: Line 33:
=== Help Inkscape Without Coding ===  
=== Help Inkscape Without Coding ===  


* HelpWanted
* CreatingDists: how to build packages
* CreatingDists: how to build packages
* WebsiteEditing
* WebsiteEditing
Line 36: Line 39:
* UpdatingTrackerItems
* UpdatingTrackerItems
* TutorialIdeas
* TutorialIdeas
</td></tr></table><table cellspacing="15" width="98%" style="background-color: #FFFAEF; padding:.5em; border: 1px solid #B3A386; margin:.5em "><tr valign="top">
</td></tr></table><table cellspacing="0" width="100%" style="background-color: #FFFAEF; border-width:0em .5em; border-style:solid; border-color:white"><tr valign="top" style="padding:11px 0em 0em 11px">
<th colspan="4" align="left">
<th colspan="2" align="left" style="padding:.5em 0em 0em .5em">
=== Developer Documentation ===
=== Developer Documentation ===
</th></tr><tr valign="top" align="left"><td style="width:24%">
</th></tr><tr valign="top" align="left"><td style="width:50%;padding:.5em">
==== General ====
==== General ====
* DeveloperManual
* DeveloperManual
Line 52: Line 55:
* InkscapeJanitors: small tasks that need doing
* InkscapeJanitors: small tasks that need doing
* [http://livarot.sourceforge.net/ Livarot]: for boolean ops
* [http://livarot.sourceforge.net/ Livarot]: for boolean ops
</td><td style="width:24%">
==== User Interface Discussion ====
* TranslationInformation
* 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">
</td><td style="width:24%">
==== Development Discussion ====
==== Development Discussion ====
* [[Roadmap]]: the main todo list
* [[Roadmap]]: the main todo list
Line 85: Line 73:
* [[OpenDocument proposal]]
* [[OpenDocument proposal]]


</td><td style="width:24%">
</td></tr><tr valign="top" align="left"><td style="width:50%;padding:.5em">
==== User Interface Discussion ====
* TranslationInformation
* 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 ====
==== Rearchitecture Discussion ====
* SubsystemRearchitecture
* SubsystemRearchitecture
Line 94: Line 97:
* [[Cairoification]]
* [[Cairoification]]
* ScribusInteroperability
* ScribusInteroperability
</td></tr></table>
</td></tr></table>
----
----
* WikiAttic: pages that are no longer relevant but kept for historical value
* WikiAttic: pages that are no longer relevant but kept for historical value

Revision as of 20:30, 17 May 2005

Inkscape Wiki

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

About Inkscape

  • Galleries
  • ArticlesAndPresentations
  • TestimonialComments
  • InkscapePopularity
  • ContactInfo our heroes

User Documentation

  • OtherProjects (outside links)

Help Inkscape Without Coding

  • HelpWanted
  • CreatingDists: how to build packages
  • WebsiteEditing
  • WritingNews
  • UpdatingTrackerItems
  • TutorialIdeas

Developer Documentation

General

  • DeveloperManual
  • CompilingInkscape
  • WorkingWithCVS
  • 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
  • InkscapeJanitors: small tasks that need doing
  • Livarot: for boolean ops

Development Discussion

User Interface Discussion

  • TranslationInformation
  • AccessibleGraphics
  • ObjectManager
  • DialogsReorganization
  • DialogReplacement
  • ModalInterfaces
  • TextUsability: text tool /dialog dialog
  • KeyboardShortcutsToDo
    • KeyboardProfiles: how you can help
  • StatusbarAPI
  • Animation-(Timeline)
  • Free Desktop Graphic Suite

Rearchitecture Discussion

  • SubsystemRearchitecture
  • CPlusPlus: Convert to C++
  • Pangoification: replace font rendering subsystem
  • GtkMMification: replace C boilerplate with gtkmm objects
  • PathRepresentation
  • Cairoification
  • ScribusInteroperability

  • WikiAttic: pages that are no longer relevant but kept for historical value