<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AndyFitz</id>
	<title>Inkscape Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AndyFitz"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/AndyFitz"/>
	<updated>2026-04-29T19:51:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Google_Summer_of_Code_2006&amp;diff=6320</id>
		<title>Google Summer of Code 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Google_Summer_of_Code_2006&amp;diff=6320"/>
		<updated>2006-05-01T00:45:58Z</updated>

		<summary type="html">&lt;p&gt;AndyFitz: /* K.  External CSS Support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== SOC 2006 ===&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/soc/ Google] has been kind enough to invite Inkscape to participate as a mentoring organization in the Summer of Code 2006.  The students and developers had a lot of fun last year, and resulted in some _great_ additions to the software, so we are very enthused about this year.&lt;br /&gt;
&lt;br /&gt;
Below is a list of ideas that Inkscape developers think might make good projects.  Please do not let this list constrain you; if you have a good idea beyond what is listed we'd love to see it!&lt;br /&gt;
&lt;br /&gt;
Also, we would strongly encourage students to contact us on the Inkscape developer's list prior to submitting your proposal.  This gives us a chance to get to know you and to give you feedback that will strengthen your proposal.&lt;br /&gt;
&lt;br /&gt;
To submit a proposal, [https://www.google.com/accounts/NewAccount sign up] for a Google Account, and then log in to the [http://code.google.com/soc/ Summer of Code] site.&lt;br /&gt;
&lt;br /&gt;
== Project Ideas ==&lt;br /&gt;
&lt;br /&gt;
=== A.  PDF Export Extension ===&lt;br /&gt;
&lt;br /&gt;
PDF is the most important graphic document interchange format, but Inkscape's current capability is woefully inadequate (we export to postscript and use ps2pdf).  This project would focus on establishing a solid solution to this need.&lt;br /&gt;
&lt;br /&gt;
An implementation approach for this would be to create a new Inkscape extension, &amp;quot;crs2pdf&amp;quot;, which links to the [http://cairographics.org/ Cairo] library for [http://www.cairographics.org/manual/cairo-PDF-Surfaces.html PDF rendering] capability, and to [http://scratchcomputing.com/projects/vectorsection Vector Section] for parsing the SVG into CRS.&lt;br /&gt;
&lt;br /&gt;
This work may also require making some alterations to Cairo and/or VectorSection to improve the quality of the throughput.&lt;br /&gt;
&lt;br /&gt;
The tool must successfully convert at least half of the about screens used in Inkscape versions 0.35-0.44.  Major kudos if you can convert all of them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Mentor:&amp;lt;/b&amp;gt;  [[EricWilhelm]]&lt;br /&gt;
&lt;br /&gt;
=== B.  EPS Import ===&lt;br /&gt;
&lt;br /&gt;
While SVG is becoming a common format for exchanging data between graphics programs, EPS is currently much more common.  Inkscape's current EPS support is flakey and poorly maintained.  The plan is to switch to use of Scribus' EPS Import Library.&lt;br /&gt;
&lt;br /&gt;
This project would involve creating a new Inkscape extension, &amp;quot;eps2crs&amp;quot;, which links to Scribus' EPS import library and exports into the [http://scratchcomputing.com/projects/vectorsection Vector Section] CRS format.&lt;br /&gt;
&lt;br /&gt;
This work may also require making some alterations to the Scribus PDF library and/or VectorSection to improve the quality of the throughput.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Mentor:&amp;lt;/b&amp;gt;  [[EricWilhelm]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== C.  Memory Optimization ===&lt;br /&gt;
&lt;br /&gt;
Inkscape is a bit heavy in its memory use, and is tough to use on computers with limited RAM.  This project would seek to analyze and understand Inkscape's memory usage, identify and correct major memory leaks, and decrease memory usage for typical cases by a nontrivial amount.  Ultimately, the project should result in Inkscape running smoothly on lower RAM systems than currently.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Mentor:&amp;lt;/b&amp;gt;  MentalGuy&lt;br /&gt;
&lt;br /&gt;
=== D.  Inkboard Portability ===&lt;br /&gt;
&lt;br /&gt;
Last year we had a successful project to integrate the SVG online whiteboard capability, called Inkboard, into Inkscape.  Unfortunately, it does not work on Windows, so many users are missing out on this capability.&lt;br /&gt;
&lt;br /&gt;
This work may involve [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/branches/INKBOARD_PEDRO/src/jabber_whiteboard/protocol/ formalizing and extending the Inkboard communication protocol] and [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/branches/INKBOARD_PEDRO/src/jabber_whiteboard/ working on the INKBOARD_PEDRO branch])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Mentor:&amp;lt;/b&amp;gt;  Ted&lt;br /&gt;
&lt;br /&gt;
=== E.  New Grids ===&lt;br /&gt;
&lt;br /&gt;
Inkscape currently has square grids that can be snapped to.  Extend this to allow other kinds of grids:  Perspective, hex, iso, etc.&lt;br /&gt;
&lt;br /&gt;
This will involve modifying the grid code to support the ability to have multiple kinds of grids, implementing at least 3 new grids, and adding the UI elements to allow users to make use of them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Mentor:&amp;lt;/b&amp;gt;  TBD&lt;br /&gt;
&lt;br /&gt;
=== F.  SVG Filters ===&lt;br /&gt;
&lt;br /&gt;
Filters are a very important SVG capability, that allows giving special features to drawing objects, including shadows, blurs, etc.  Inkscape currently does not support this capability, but it's high on the list of desires.&lt;br /&gt;
&lt;br /&gt;
This project would consist of two parts: (1) adding a SPObject for filters and CSS support for referencing them; (2) adding renderer support for doing the actual filter effects when rendering. Completing this project requires implementing at least one filter, 'Gaussian blur' as a proof of concept.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Mentor:&amp;lt;/b&amp;gt; Bulia&lt;br /&gt;
&lt;br /&gt;
=== G.  Adding bitmap capabilities to Inkscape ===&lt;br /&gt;
&lt;br /&gt;
While the purpose of Inkscape is to be a vector editor, design in the real world requires dealing with bitmaps too. Inkscape can import the bitmaps, and have them as full canvas objects, but there is no significant bitmap operations in Inkscape. While there is no reason for Inkscape to replicate the functionality of The GIMP, it would be desirable to have a few simple operations available from Inkscape.&lt;br /&gt;
&lt;br /&gt;
This project will use the Inkscape extensions system to add a series of bitmap effects. The majority of the effects will be achieved through the integration of the ImageMagick bitmap handling libraries.  GIMP may be another source.  These effects can then be run on bitmap graphics within Inkscape.&lt;br /&gt;
&lt;br /&gt;
The work should be encapsulated in such a way that in theory, other vector graphics applications (such as Xara), could also use the work.  However, for the scope of this project we only require demonstration of the capabilities in Inkscape.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Project Timeline:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Implement first effect. This involves building Inkscape, linking in ImageMagick and getting one effect written (6 weeks)&lt;br /&gt;
* Implement remaining effects within ImageMagick (3 weeks)&lt;br /&gt;
* Build a test suite for operations and complete all Doxygen documentation of code (3 weeks)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Mentor:&amp;lt;/b&amp;gt;  Ted&lt;br /&gt;
&lt;br /&gt;
=== H.  Inkscape / GIMP Bitmap Editing Integration ===&lt;br /&gt;
&lt;br /&gt;
Currently, you can embed raster/bitmap images into Inkscape drawings, but editing them is a bit of a hassle because Inkscape isn't really &amp;quot;aware&amp;quot; of external bitmap editing tools.&lt;br /&gt;
&lt;br /&gt;
This project would seek to correct this by modifying inkscape's image embedding code to interoperate more directly with external bitmap programs.  For instance, there would be an &amp;quot;open external editor&amp;quot; command that could be used when one or more bitmap images are selected.  Another idea would be to include some common bitmap modification commands from the external program, that can be run entirely within Inkscape.  A third idea is drag and drop of selections from the bitmap editor to Inkscape, and SVG selections from Inkscape to the bitmap tool.&lt;br /&gt;
&lt;br /&gt;
As a proof of concept, the result should demonstrate this interoperability with GIMP.  Note that the code should be developed such that in theory it should work with any bitmap editor, but we would only require demonstration of working with GIMP.&lt;br /&gt;
&lt;br /&gt;
Also see:  http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=862655&amp;amp;group_id=93438&amp;amp;atid=604309&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Mentor:&amp;lt;/b&amp;gt;  TBD&lt;br /&gt;
&lt;br /&gt;
=== I.  Text Tool Improvements ===&lt;br /&gt;
&lt;br /&gt;
Inkscape's text tool is handy, but still lacks many of the niceties that users would like.  This project would seek to address this by implementing various improvements that users have requested.&lt;br /&gt;
&lt;br /&gt;
Some ideas for improvements:&lt;br /&gt;
* Make flowed text respect the default style of the text tool&lt;br /&gt;
* when flowing a text which already contains line breaks, provide a way for the line breaks to be conserved.&lt;br /&gt;
* when the style selected in the the Text and Font dialog is applied it erases any other style applied to some part of the text (like italics on some words, bold on others...), it would also be better to keep them where appropriate. &lt;br /&gt;
* Search through the Inkscape RFE list for other text and font improvement ideas&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Mentor:&amp;lt;/b&amp;gt; TBD&lt;br /&gt;
&lt;br /&gt;
=== J.  Color Adjustment Dialog ===&lt;br /&gt;
&lt;br /&gt;
Currently, it is possible to select, say, 12 objects in the drawing and set them to the same color/gradient/pattern.  This project would go a step further, allowing multiple objects of differing color to have aspects of their color (such as brightness/contrast, HSL, etc.) altered, and to operate on vector objects with different fill styles (flat, gradient, or pattern fills), and to bitmaps.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Mentor:&amp;lt;/b&amp;gt;  Bulia&lt;br /&gt;
&lt;br /&gt;
=== K.  External CSS Support ===&lt;br /&gt;
&lt;br /&gt;
Inkscape currently supports inline CSS, but real support for editing non-inline CSS would allow for great functionality when storing style elements in the document head or an external file. Implemengting this would help prevent a lot of duplication of css and will greatly improve our ability to use SVG generated by other programs that use non-inline CSS.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Mentor:&amp;lt;/b&amp;gt; TBD&lt;br /&gt;
&lt;br /&gt;
=== L.  Bucket fill tool  ===&lt;br /&gt;
&lt;br /&gt;
This feature provides a new tool that generates a vector object with the desired color.  This would allow, for example, the artist to draw a set of intersecting lines, and paint the blank spaces in between.&lt;br /&gt;
&lt;br /&gt;
Two approaches have been proposed:  The first would render the current image to a in-memory bitmap, perform a flood-fill (borrow the algorithm e.g. from Gimp), then trace the result and insert the resulting vector object into the drawing.  The second would strive to detect the surrounding vector objects and perform a boolean path operation to construct a matching shape with the desired fill.  Both approaches have their pros and cons; please select either and explain why you wish to do it that way, and how you would do it.  &lt;br /&gt;
&lt;br /&gt;
More discussion is available here:  http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1123138&amp;amp;group_id=93438&amp;amp;atid=604309&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Mentor:&amp;lt;/b&amp;gt;  Bulia&lt;br /&gt;
&lt;br /&gt;
== Additional Ideas ==&lt;br /&gt;
&lt;br /&gt;
* SVG support in OpenOffice (not exactly Inkscape development, but would allow Inkscape users to paste in art rather than having to export to png and really promote usuage of Inkscape). Not to mention eliminating all those duplicate svg/png image files!&lt;br /&gt;
&lt;br /&gt;
* More potrace/SIOX/etc. style features/development&lt;br /&gt;
&lt;br /&gt;
* Extending the online InkscapeSVG stuff - might be very cool for sharing sketches, etc&lt;br /&gt;
&lt;br /&gt;
* Building a public whiteboard server for Inkscape users, with a web site of its own, user galleries, interest groups, scheduled drawathons, connections to OCAL, etc.&lt;br /&gt;
&lt;br /&gt;
* Skeletal Strokes and Effect Lines - A few links: Our wiki page on Expression [[http://wiki.inkscape.org/wiki/index.php/Expression]], Technical papers on Skeletal Strokes [[http://portal.acm.org/citation.cfm?id=192186]], Examples - [[http://northlite.50megs.com/expr/effectlines.htm]], [[http://www.wa.commufa.jp/~ksg/p_pfwp5_cgf.htm]], [[http://personal-computer-tutor.com/abc4/v36/sara36.htm]].&lt;br /&gt;
&lt;br /&gt;
* Improve the functionality and ease of use of the python effects API (see my proposal in the [[ImprovingPythonExtensionAPI]] page )&lt;br /&gt;
&lt;br /&gt;
* Standalone palette editor&lt;br /&gt;
&lt;br /&gt;
* Converter from Visio to VectorSection's CRS format&lt;br /&gt;
&lt;br /&gt;
* Converter from CorelDraw (CDR) to VectorSection's CRS format&lt;br /&gt;
&lt;br /&gt;
* Converter enhancements for VectorSection (dxf2rzp, rzp2dxf, rzp2crs, crs2rzp, etc.)&lt;br /&gt;
&lt;br /&gt;
* Converter from Flash (SWF) to VectorSection's CRS format&lt;br /&gt;
&lt;br /&gt;
=== SOC 2005 ===&lt;br /&gt;
* [[SOC Accepted Proposals]]&lt;br /&gt;
* [[SOC Writing Project Proposals]]&lt;br /&gt;
* [[SOC Selection Criteria]]&lt;br /&gt;
* [[SOC Original Project Prompts]]&lt;/div&gt;</summary>
		<author><name>AndyFitz</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Google_Summer_of_Code_2006&amp;diff=6275</id>
		<title>Google Summer of Code 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Google_Summer_of_Code_2006&amp;diff=6275"/>
		<updated>2006-04-27T04:12:11Z</updated>

		<summary type="html">&lt;p&gt;AndyFitz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== SOC 2006 ===&lt;br /&gt;
&lt;br /&gt;
Google has been kind enough to invite Inkscape to participate as a mentoring organization in the Summer of Code 2006.  The students and developers had a lot of fun last year, and resulted in some _great_ additions to the software, so we are very enthused about this year.&lt;br /&gt;
&lt;br /&gt;
Below is a list of ideas that Inkscape developers think might make good projects.  Please do not let this list constrain you; if you have a good idea beyond what is listed we'd love to see it!&lt;br /&gt;
&lt;br /&gt;
Also, we would strongly encourage students to contact us on the Inkscape developer's list prior to submitting your proposal.  This gives us a chance to get to know you and to give you feedback that will strengthen your proposal.&lt;br /&gt;
&lt;br /&gt;
* External linking - Read/write support for external CSS, defs  etc.&lt;br /&gt;
&lt;br /&gt;
* Real support for Non-inline CSS - Editing support for CSS that affects multiple elements ( keeping css in the document head or external file rather than duplicating everything inline.&lt;br /&gt;
&lt;br /&gt;
* http://gould.cx/ted/blog/Google_SoC_2&lt;br /&gt;
&lt;br /&gt;
* http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1457179&amp;amp;group_id=93438&amp;amp;atid=604309&lt;br /&gt;
&lt;br /&gt;
* Debug Inkscape's memory leaks and decrease memory usage&lt;br /&gt;
&lt;br /&gt;
* SVG support in OpenOffice (not exactly Inkscape development, but would allow Inkscape users to paste in art rather than having to export to png and really promote usuage of Inkscape). Not to mention eliminating all those duplicate svg/png image files!&lt;br /&gt;
&lt;br /&gt;
* More potrace/SIOX/etc. style features/development&lt;br /&gt;
&lt;br /&gt;
* Extending the online InkscapeSVG stuff - might be very cool for sharing sketches, etc&lt;br /&gt;
&lt;br /&gt;
* Building a public whiteboard server for Inkscape users, with a web site of its own, user galleries, interest groups, scheduled drawathons, connections to OCAL, etc.&lt;br /&gt;
&lt;br /&gt;
* Make Inkboard work on Windows (may involve [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/branches/INKBOARD_PEDRO/src/jabber_whiteboard/protocol/ formalizing and extending the Inkboard communication protocol] and [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/branches/INKBOARD_PEDRO/src/jabber_whiteboard/ working on the INKBOARD_PEDRO branch])&lt;br /&gt;
&lt;br /&gt;
* Develop a prototype for a cross-platform open API to allow vector graphics tools to apply bitmap effects (e.g. from GIMP or ImageMagick) transparently to vector graphics.&lt;br /&gt;
&lt;br /&gt;
* Add new kinds of grid functionality, like perspective grid, hex grid, iso grid, etc.&lt;br /&gt;
&lt;br /&gt;
* Import/Export&lt;br /&gt;
&lt;br /&gt;
:: Implement http://wiki.inkscape.org/wiki/index.php/Required_PDF_Support (I know of UberConverter (now [[VectorSection]]), but PDF is the most important interchange format so we should better support it natively)&lt;br /&gt;
&lt;br /&gt;
:: Implement EPS import by reusing Scribus' EPS import library for Inkscape.&lt;br /&gt;
&lt;br /&gt;
:: Create or enhance converters for file formats like Visio, CorelDraw, etc. etc.&lt;br /&gt;
&lt;br /&gt;
:: Any of the above implemented as [[VectorSection]] connectors and/or anything on the [http://scratchcomputing.com/projects/vectorsection/wishlist.html VectorSection wishlist] (likely mentors: [[EricWilhelm]], ChrisSomerlot, BrunoPostle, ACSpike)&lt;br /&gt;
&lt;br /&gt;
* Skeletal Strokes and Effect Lines - A few links: Our wiki page on Expression [[http://wiki.inkscape.org/wiki/index.php/Expression]], Technical papers on Skeletal Strokes [[http://portal.acm.org/citation.cfm?id=192186]], Examples - [[http://northlite.50megs.com/expr/effectlines.htm]], [[http://www.wa.commufa.jp/~ksg/p_pfwp5_cgf.htm]], [[http://personal-computer-tutor.com/abc4/v36/sara36.htm]].&lt;br /&gt;
&lt;br /&gt;
* Improve the functionality and ease of use of the python effects API (see my proposal in the [[ImprovingPythonExtensionAPI]] page )&lt;br /&gt;
&lt;br /&gt;
=== bbyak projects (mentored by  bulia) ===&lt;br /&gt;
&lt;br /&gt;
* Implement SVG filters, at least Gaussian blur&lt;br /&gt;
&lt;br /&gt;
* Bucket fill tool: http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1123138&amp;amp;group_id=93438&amp;amp;atid=604309&lt;br /&gt;
&lt;br /&gt;
* Color adjust dialog (brightness/contrast, HSL, &amp;quot;colorize&amp;quot;) which would work on any number of vector objects (with flat, gradient, or pattern fill) as well as bitmaps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== SOC 2005 ===&lt;br /&gt;
* [[SOC Accepted Proposals]]&lt;br /&gt;
* [[SOC Writing Project Proposals]]&lt;br /&gt;
* [[SOC Selection Criteria]]&lt;br /&gt;
* [[SOC Original Project Prompts]]&lt;/div&gt;</summary>
		<author><name>AndyFitz</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Google_Summer_of_Code_2006&amp;diff=6274</id>
		<title>Google Summer of Code 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Google_Summer_of_Code_2006&amp;diff=6274"/>
		<updated>2006-04-27T04:11:32Z</updated>

		<summary type="html">&lt;p&gt;AndyFitz: added external file support proposal  and editable css proposal&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== SOC 2006 ===&lt;br /&gt;
&lt;br /&gt;
Google has been kind enough to invite Inkscape to participate as a mentoring organization in the Summer of Code 2006.  The students and developers had a lot of fun last year, and resulted in some _great_ additions to the software, so we are very enthused about this year.&lt;br /&gt;
&lt;br /&gt;
Below is a list of ideas that Inkscape developers think might make good projects.  Please do not let this list constrain you; if you have a good idea beyond what is listed we'd love to see it!&lt;br /&gt;
&lt;br /&gt;
Also, we would strongly encourage students to contact us on the Inkscape developer's list prior to submitting your proposal.  This gives us a chance to get to know you and to give you feedback that will strengthen your proposal.&lt;br /&gt;
&lt;br /&gt;
* External linking &lt;br /&gt;
Read/write support for external CSS, defs  etc.&lt;br /&gt;
&lt;br /&gt;
* Real support for Non-inline CSS&lt;br /&gt;
editing support for CSS that affects multiple elements ( keeping css in the document head or external file rather than duplicating everything inline.&lt;br /&gt;
&lt;br /&gt;
* http://gould.cx/ted/blog/Google_SoC_2&lt;br /&gt;
&lt;br /&gt;
* http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1457179&amp;amp;group_id=93438&amp;amp;atid=604309&lt;br /&gt;
&lt;br /&gt;
* Debug Inkscape's memory leaks and decrease memory usage&lt;br /&gt;
&lt;br /&gt;
* SVG support in OpenOffice (not exactly Inkscape development, but would allow Inkscape users to paste in art rather than having to export to png and really promote usuage of Inkscape). Not to mention eliminating all those duplicate svg/png image files!&lt;br /&gt;
&lt;br /&gt;
* More potrace/SIOX/etc. style features/development&lt;br /&gt;
&lt;br /&gt;
* Extending the online InkscapeSVG stuff - might be very cool for sharing sketches, etc&lt;br /&gt;
&lt;br /&gt;
* Building a public whiteboard server for Inkscape users, with a web site of its own, user galleries, interest groups, scheduled drawathons, connections to OCAL, etc.&lt;br /&gt;
&lt;br /&gt;
* Make Inkboard work on Windows (may involve [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/branches/INKBOARD_PEDRO/src/jabber_whiteboard/protocol/ formalizing and extending the Inkboard communication protocol] and [http://svn.sourceforge.net/viewcvs.cgi/inkscape/inkscape/branches/INKBOARD_PEDRO/src/jabber_whiteboard/ working on the INKBOARD_PEDRO branch])&lt;br /&gt;
&lt;br /&gt;
* Develop a prototype for a cross-platform open API to allow vector graphics tools to apply bitmap effects (e.g. from GIMP or ImageMagick) transparently to vector graphics.&lt;br /&gt;
&lt;br /&gt;
* Add new kinds of grid functionality, like perspective grid, hex grid, iso grid, etc.&lt;br /&gt;
&lt;br /&gt;
* Import/Export&lt;br /&gt;
&lt;br /&gt;
:: Implement http://wiki.inkscape.org/wiki/index.php/Required_PDF_Support (I know of UberConverter (now [[VectorSection]]), but PDF is the most important interchange format so we should better support it natively)&lt;br /&gt;
&lt;br /&gt;
:: Implement EPS import by reusing Scribus' EPS import library for Inkscape.&lt;br /&gt;
&lt;br /&gt;
:: Create or enhance converters for file formats like Visio, CorelDraw, etc. etc.&lt;br /&gt;
&lt;br /&gt;
:: Any of the above implemented as [[VectorSection]] connectors and/or anything on the [http://scratchcomputing.com/projects/vectorsection/wishlist.html VectorSection wishlist] (likely mentors: [[EricWilhelm]], ChrisSomerlot, BrunoPostle, ACSpike)&lt;br /&gt;
&lt;br /&gt;
* Skeletal Strokes and Effect Lines - A few links: Our wiki page on Expression [[http://wiki.inkscape.org/wiki/index.php/Expression]], Technical papers on Skeletal Strokes [[http://portal.acm.org/citation.cfm?id=192186]], Examples - [[http://northlite.50megs.com/expr/effectlines.htm]], [[http://www.wa.commufa.jp/~ksg/p_pfwp5_cgf.htm]], [[http://personal-computer-tutor.com/abc4/v36/sara36.htm]].&lt;br /&gt;
&lt;br /&gt;
* Improve the functionality and ease of use of the python effects API (see my proposal in the [[ImprovingPythonExtensionAPI]] page )&lt;br /&gt;
&lt;br /&gt;
=== bbyak projects (mentored by  bulia) ===&lt;br /&gt;
&lt;br /&gt;
* Implement SVG filters, at least Gaussian blur&lt;br /&gt;
&lt;br /&gt;
* Bucket fill tool: http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1123138&amp;amp;group_id=93438&amp;amp;atid=604309&lt;br /&gt;
&lt;br /&gt;
* Color adjust dialog (brightness/contrast, HSL, &amp;quot;colorize&amp;quot;) which would work on any number of vector objects (with flat, gradient, or pattern fill) as well as bitmaps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== SOC 2005 ===&lt;br /&gt;
* [[SOC Accepted Proposals]]&lt;br /&gt;
* [[SOC Writing Project Proposals]]&lt;br /&gt;
* [[SOC Selection Criteria]]&lt;br /&gt;
* [[SOC Original Project Prompts]]&lt;/div&gt;</summary>
		<author><name>AndyFitz</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Inkscape&amp;diff=2299</id>
		<title>Inkscape</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Inkscape&amp;diff=2299"/>
		<updated>2004-06-20T05:01:23Z</updated>

		<summary type="html">&lt;p&gt;AndyFitz: *&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Inkscape Wiki ==&lt;br /&gt;
&lt;br /&gt;
This is a freeform area for Inkscape development and discussion.  Curious about WikiSyntax?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
=== About Inkscape ===&lt;br /&gt;
* [http://www.inkscape.org/ Inkscape Homepage]&lt;br /&gt;
* OtherProjects&lt;br /&gt;
* ArticlesAndPresentations&lt;br /&gt;
&lt;br /&gt;
=== User Documentation ===&lt;br /&gt;
* ReleaseNotes for 0.39 and past&lt;br /&gt;
* InkscapeTerminology&lt;br /&gt;
* UserManual&lt;br /&gt;
* TutorialIdeas&lt;br /&gt;
&lt;br /&gt;
=== Project Documentation ===&lt;br /&gt;
* ProjectInfo&lt;br /&gt;
* CreatingDists: how to build packages&lt;br /&gt;
* WebsiteEditing&lt;br /&gt;
* UpdatingTrackerItems&lt;br /&gt;
* ScribusInteroperability&lt;br /&gt;
&lt;br /&gt;
=== Developer Documentation ===&lt;br /&gt;
* DeveloperManual&lt;br /&gt;
* CompilingInkscape&lt;br /&gt;
* WorkingWithCVS&lt;br /&gt;
* TranslationInformation&lt;br /&gt;
* HandlingPreferences:  creating and using preference values&lt;br /&gt;
* ReprListeners: responding to XML doc changes&lt;br /&gt;
* [[http://livarot.sourceforge.net/ Livarot]]: for boolean ops &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
=== User Interface Discussion ===&lt;br /&gt;
* ObjectManager&lt;br /&gt;
* DialogsReorganization&lt;br /&gt;
** SecondaryToolbar&lt;br /&gt;
** PreferencesDialog&lt;br /&gt;
* ModalInterfaces&lt;br /&gt;
* TextUsability: text tool /dialog dialog&lt;br /&gt;
* KeyboardShortcutsToDo&lt;br /&gt;
** KeyboardProfiles: how you can help &lt;br /&gt;
* StatusbarAPI&lt;br /&gt;
&lt;br /&gt;
=== Development Discussion ===&lt;br /&gt;
* [[Roadmap]]: the main todo list&lt;br /&gt;
* NewFeatureProposals&lt;br /&gt;
* ExtensionArchitectureProposals&lt;br /&gt;
* [[Coding Style|Coding Style Discussion]]&lt;br /&gt;
* FileTypes&lt;br /&gt;
* [[Icons]] (Application + Interface)&lt;br /&gt;
* InkscapeColor&lt;br /&gt;
* [[PrintingSubsystem]]&lt;br /&gt;
&lt;br /&gt;
=== Rearchitecture Discussion ===&lt;br /&gt;
* SubsystemRearchitecture&lt;br /&gt;
* CPlusPlus: Convert to C++&lt;br /&gt;
* [[Pangoification]]:  replace font rendering subsystem&lt;br /&gt;
* GtkMMification: replace C boilerplate with gtkmm objects&lt;br /&gt;
* PathRepresentation&lt;br /&gt;
&lt;br /&gt;
=== [[Galleries]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* WikiAttic: pages that are no longer relevant but kept for historical value&lt;/div&gt;</summary>
		<author><name>AndyFitz</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Object_Manager&amp;diff=3325</id>
		<title>Object Manager</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Object_Manager&amp;diff=3325"/>
		<updated>2004-06-20T04:56:31Z</updated>

		<summary type="html">&lt;p&gt;AndyFitz: *&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;The Inkscape Object Manager&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;A hybrid of the XML Editor and Item Properties dialog.. mixed in with a bit of love.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://andy.fitzsimon.com.au/obman/obman.png&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Brief&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An expandable list of the groups and objects within your SVG.&amp;lt;br /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Previews of what is within that group is handy but not essential ( like in the XML editor:  when groups are selected , the relative items on the canvas are selected )&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Groups can be expanded down to object level and each list item can be renamed.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Each list item has a visibility and sensitive check button.&amp;lt;br /&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;objects can be dragged from the list to the canvas.  &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will initiate a Use function to duplicate that group ( can we do this ?  it would do wonders for economising file-size and graphics! )&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Better for Semantics&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Many Users will identify this manager as a type of 'Object Library' for their SVG documents.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The benefit here lies in the content. As users rename the objects they see in the manager they will be in-fact renaming the ID's in the XML.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means the more semantic their documents, the more the user is rewarded with a logical 'object manager'.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Because it's as simple as double clicking your object in the manager to rename it, users will be not only encouraged too name objects for  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Better for Users&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;When making objects sensetive and insensetive, users shouldn't have to go deep into the dark pits of the XML editor to make objects sensetive again. &amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>AndyFitz</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Object_Manager&amp;diff=3324</id>
		<title>Object Manager</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Object_Manager&amp;diff=3324"/>
		<updated>2004-06-20T04:53:57Z</updated>

		<summary type="html">&lt;p&gt;AndyFitz: *&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;The Inkscape Object Manager&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;A hybrid of the XML Editor and Item Properties dialog.. mixed in with a bit of love.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://andy.fitzsimon.com.au/obman/obman.png&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Brief&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An expandable list of the groups and objects within your SVG.&amp;lt;br /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Previews of what is within that group is handy but not essential ( like in the XML editor:  when groups are selected , the relative items on the canvas are selected )&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Groups can be expanded down to object level and each list item can be renamed.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Each list item has a visibility and sensitive check button.&amp;lt;br /&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;objects can be dragged from the list to the canvas.  &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will initiate a Use function to duplicate that group ( can we do this ?  it would do wonders for economising file-size and graphics! )&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Better for Semantics&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Many Users will identify this manager as a type of 'Object Library' for their SVG documents.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The benefit here lies in the content. As users rename the objects they see in the manager they will be in-fact renaming the ID's in the XML.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means the more semantic their documents, the more the user is rewarded with a logical 'object manager'.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Because it's as simple as double clicking your object in the manager to rename it, users will be not only encouraged too name objects for  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Better for Users&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;When making objects sensetive and insensetive, users shouldn't have to go deep into the dark pits of the XML editor to make objest sensetive again. &amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>AndyFitz</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Object_Manager&amp;diff=3323</id>
		<title>Object Manager</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Object_Manager&amp;diff=3323"/>
		<updated>2004-06-20T04:53:12Z</updated>

		<summary type="html">&lt;p&gt;AndyFitz: *&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;The Inkscape Object Manager&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;A hybrid of the XML Editor and Item Properties dialog.. mixed in with a bit of love.&amp;lt;/strong&amp;gt;&lt;br /&gt;
http://andy.fitzsimon.com.au/obman/obman.png&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Brief&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An expandable list of the groups and objects within your SVG.&amp;lt;br /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Previews of what is within that group is handy but not essential ( like in the XML editor:  when groups are selected , the relative items on the canvas are selected )&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Groups can be expanded down to object level and each list item can be renamed.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Each list item has a visibility and sensitive check button.&amp;lt;br /&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;objects can be dragged from the list to the canvas.  &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will initiate a Use function to duplicate that group ( can we do this ?  it would do wonders for economising file-size and graphics! )&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Better for Semantics&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Many Users will identify this manager as a type of 'Object Library' for their SVG documents.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The benefit here lies in the content. As users rename the objects they see in the manager they will be in-fact renaming the ID's in the XML.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means the more semantic their documents, the more the user is rewarded with a logical 'object manager'.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Because it's as simple as double clicking your object in the manager to rename it, users will be not only encouraged too name objects for  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Better for Users&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;When making objects sensetive and insensetive, users shouldn't have to go deep into the dark pits of the XML editor to make objest sensetive again. &amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>AndyFitz</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Inkscape&amp;diff=2298</id>
		<title>Inkscape</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Inkscape&amp;diff=2298"/>
		<updated>2004-06-20T04:49:51Z</updated>

		<summary type="html">&lt;p&gt;AndyFitz: *&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Inkscape Wiki ==&lt;br /&gt;
&lt;br /&gt;
This is a freeform area for Inkscape development and discussion.  Curious about WikiSyntax?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
=== About Inkscape ===&lt;br /&gt;
* [http://www.inkscape.org/ Inkscape Homepage]&lt;br /&gt;
* OtherProjects&lt;br /&gt;
* ArticlesAndPresentations&lt;br /&gt;
&lt;br /&gt;
=== User Documentation ===&lt;br /&gt;
* ReleaseNotes for 0.39 and past&lt;br /&gt;
* InkscapeTerminology&lt;br /&gt;
* UserManual&lt;br /&gt;
* TutorialIdeas&lt;br /&gt;
&lt;br /&gt;
=== Project Documentation ===&lt;br /&gt;
* ProjectInfo&lt;br /&gt;
* CreatingDists: how to build packages&lt;br /&gt;
* WebsiteEditing&lt;br /&gt;
* UpdatingTrackerItems&lt;br /&gt;
* ScribusInteroperability&lt;br /&gt;
&lt;br /&gt;
=== Developer Documentation ===&lt;br /&gt;
* DeveloperManual&lt;br /&gt;
* CompilingInkscape&lt;br /&gt;
* WorkingWithCVS&lt;br /&gt;
* TranslationInformation&lt;br /&gt;
* HandlingPreferences:  creating and using preference values&lt;br /&gt;
* ReprListeners: responding to XML doc changes&lt;br /&gt;
* [[http://livarot.sourceforge.net/ Livarot]]: for boolean ops &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
=== User Interface Discussion ===&lt;br /&gt;
* DialogsReorganization&lt;br /&gt;
** SecondaryToolbar&lt;br /&gt;
** PreferencesDialog&lt;br /&gt;
* ObjectManager?&lt;br /&gt;
* ModalInterfaces&lt;br /&gt;
* TextUsability: text tool /dialog dialog&lt;br /&gt;
* KeyboardShortcutsToDo&lt;br /&gt;
** KeyboardProfiles: how you can help &lt;br /&gt;
* StatusbarAPI&lt;br /&gt;
&lt;br /&gt;
=== Development Discussion ===&lt;br /&gt;
* [[Roadmap]]: the main todo list&lt;br /&gt;
* NewFeatureProposals&lt;br /&gt;
* ExtensionArchitectureProposals&lt;br /&gt;
* [[Coding Style|Coding Style Discussion]]&lt;br /&gt;
* FileTypes&lt;br /&gt;
* [[Icons]] (Application + Interface)&lt;br /&gt;
* InkscapeColor&lt;br /&gt;
* [[PrintingSubsystem]]&lt;br /&gt;
&lt;br /&gt;
=== Rearchitecture Discussion ===&lt;br /&gt;
* SubsystemRearchitecture&lt;br /&gt;
* CPlusPlus: Convert to C++&lt;br /&gt;
* [[Pangoification]]:  replace font rendering subsystem&lt;br /&gt;
* GtkMMification: replace C boilerplate with gtkmm objects&lt;br /&gt;
* PathRepresentation&lt;br /&gt;
&lt;br /&gt;
=== [[Galleries]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* WikiAttic: pages that are no longer relevant but kept for historical value&lt;/div&gt;</summary>
		<author><name>AndyFitz</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Inkscape&amp;diff=2297</id>
		<title>Inkscape</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Inkscape&amp;diff=2297"/>
		<updated>2004-06-20T04:47:25Z</updated>

		<summary type="html">&lt;p&gt;AndyFitz: *&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Inkscape Wiki ==&lt;br /&gt;
&lt;br /&gt;
This is a freeform area for Inkscape development and discussion.  Curious about WikiSyntax?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
=== About Inkscape ===&lt;br /&gt;
* [http://www.inkscape.org/ Inkscape Homepage]&lt;br /&gt;
* OtherProjects&lt;br /&gt;
* ArticlesAndPresentations&lt;br /&gt;
&lt;br /&gt;
=== User Documentation ===&lt;br /&gt;
* ReleaseNotes for 0.39 and past&lt;br /&gt;
* InkscapeTerminology&lt;br /&gt;
* UserManual&lt;br /&gt;
* TutorialIdeas&lt;br /&gt;
&lt;br /&gt;
=== Project Documentation ===&lt;br /&gt;
* ProjectInfo&lt;br /&gt;
* CreatingDists: how to build packages&lt;br /&gt;
* WebsiteEditing&lt;br /&gt;
* UpdatingTrackerItems&lt;br /&gt;
* ScribusInteroperability&lt;br /&gt;
&lt;br /&gt;
=== Developer Documentation ===&lt;br /&gt;
* DeveloperManual&lt;br /&gt;
* CompilingInkscape&lt;br /&gt;
* WorkingWithCVS&lt;br /&gt;
* TranslationInformation&lt;br /&gt;
* HandlingPreferences:  creating and using preference values&lt;br /&gt;
* ReprListeners: responding to XML doc changes&lt;br /&gt;
* [[http://livarot.sourceforge.net/ Livarot]]: for boolean ops &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;td valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
=== User Interface Discussion ===&lt;br /&gt;
* DialogsReorganization&lt;br /&gt;
** SecondaryToolbar&lt;br /&gt;
** PreferencesDialog&lt;br /&gt;
* Object Manager&lt;br /&gt;
* ModalInterfaces&lt;br /&gt;
* TextUsability: text tool /dialog dialog&lt;br /&gt;
* KeyboardShortcutsToDo&lt;br /&gt;
** KeyboardProfiles: how you can help &lt;br /&gt;
* StatusbarAPI&lt;br /&gt;
&lt;br /&gt;
=== Development Discussion ===&lt;br /&gt;
* [[Roadmap]]: the main todo list&lt;br /&gt;
* NewFeatureProposals&lt;br /&gt;
* ExtensionArchitectureProposals&lt;br /&gt;
* [[Coding Style|Coding Style Discussion]]&lt;br /&gt;
* FileTypes&lt;br /&gt;
* [[Icons]] (Application + Interface)&lt;br /&gt;
* InkscapeColor&lt;br /&gt;
* [[PrintingSubsystem]]&lt;br /&gt;
&lt;br /&gt;
=== Rearchitecture Discussion ===&lt;br /&gt;
* SubsystemRearchitecture&lt;br /&gt;
* CPlusPlus: Convert to C++&lt;br /&gt;
* [[Pangoification]]:  replace font rendering subsystem&lt;br /&gt;
* GtkMMification: replace C boilerplate with gtkmm objects&lt;br /&gt;
* PathRepresentation&lt;br /&gt;
&lt;br /&gt;
=== [[Galleries]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* WikiAttic: pages that are no longer relevant but kept for historical value&lt;/div&gt;</summary>
		<author><name>AndyFitz</name></author>
	</entry>
</feed>