<?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=Brent</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=Brent"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Brent"/>
	<updated>2026-05-01T16:58:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Editing_Inkscape%27s_website&amp;diff=8036</id>
		<title>Editing Inkscape's website</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Editing_Inkscape%27s_website&amp;diff=8036"/>
		<updated>2006-08-12T18:38:18Z</updated>

		<summary type="html">&lt;p&gt;Brent: /* There are no UTF-8 entities !!! */ Cleaned up grammar.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Once you have developer-level access to the project, you can also help with maintenance of the Inkscape website.&lt;br /&gt;
&lt;br /&gt;
== SVN Checkout of the Website Module ==&lt;br /&gt;
&lt;br /&gt;
To checkout the website cvs module:&lt;br /&gt;
&lt;br /&gt;
:Type &amp;lt;pre&amp;gt;svn co https://svn.sourceforge.net/svnroot/inkscape/inkscape_web/trunk inkscape_web&amp;lt;/pre&amp;gt; after you have logged in with your username/password&lt;br /&gt;
&lt;br /&gt;
For more info, see See [[WorkingWithSVN]].&lt;br /&gt;
&lt;br /&gt;
== Testing your website changes locally ==&lt;br /&gt;
&lt;br /&gt;
Once you have checked out (see previous heading) the website module, then make a symbolic link to your web root directory. To do this for apache on redhat9 the best way is to navigate to &amp;lt;pre&amp;gt;/var/www/html&amp;lt;/pre&amp;gt; and then type:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;ln -s /usr/src/inkscape-project/inkscape_web&amp;lt;/pre&amp;gt; (NOTE: that the path you pass should be relative/absolute to the inkscape_web module you just checked out)&lt;br /&gt;
&lt;br /&gt;
Thus, once you have done this, then you will be able to view the Inkscape website at &amp;lt;pre&amp;gt;http://localhost/inkscape_web/&amp;lt;/pre&amp;gt; on your computer via a web browser.&lt;br /&gt;
&lt;br /&gt;
Hopefully, you have apache configured properly and it is running.&lt;br /&gt;
&lt;br /&gt;
== Making Your Changes Live on Inkscape.org ==&lt;br /&gt;
&lt;br /&gt;
# Make your changes to your local inkscape_web module.&lt;br /&gt;
# Commit your changes, ensuring that you provide ample notes in your commit log message.&lt;br /&gt;
# ssh -l &amp;lt;your sf username&amp;gt; ssh.sourceforge.net *&lt;br /&gt;
# cd inkscape/inkscape_web&lt;br /&gt;
# ./publish_web.sh&lt;br /&gt;
&lt;br /&gt;
(*)&lt;br /&gt;
 If you haven't done this before, you need to set up a link to the inkscape_web folder in your home directory.&lt;br /&gt;
 ln -s /home/groups/i/in/inkscape inkscape&lt;br /&gt;
&lt;br /&gt;
== Adding News to the Site ==&lt;br /&gt;
&lt;br /&gt;
If you have SVN access, you can add news to the site. First, you should add your signature to /includes/signatures.inc.&lt;br /&gt;
&lt;br /&gt;
Create your news in english always! create a new file in the news/en/&amp;lt;this-year&amp;gt;/&amp;lt;this-month&amp;gt; folder, and give it the next highest number. (if there are files named 001.inc and 002.inc, name yours 003.inc) You can use this as a template:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;d i v class=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;h3&amp;gt;HEADER&amp;lt;/h3&amp;gt;&lt;br /&gt;
 &amp;lt;b&amp;gt;MONTH DAY, YEAR&amp;lt;/b&amp;gt;&lt;br /&gt;
 &amp;lt;p&amp;gt;MESSAGE&lt;br /&gt;
 &amp;lt;/p&amp;gt;&lt;br /&gt;
 &amp;lt;?php echo $[[SIG_YOURNAME]]; ?&amp;gt;&lt;br /&gt;
 &amp;lt;/d i v&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Add new paragraphs if needed and dont forget to change the signature.&lt;br /&gt;
&lt;br /&gt;
If you want, translate the news to your language and save it in news/XX/&amp;lt;this-year&amp;gt;/&amp;lt;this-month&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you really want to add news only in your language (not english), it might probably be the better way to modify your localized header (/index.xx-header.php). If you really think you need to have a local-only news, then please add an empty file with the same name (number) in the english directory and add a comment:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!-- This news is for xx users only --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Make your changes live as described above.&lt;br /&gt;
&lt;br /&gt;
== Adding Screenshots to the Site ==&lt;br /&gt;
&lt;br /&gt;
The best way to add screenshots to the website is not by emailing them to the list or to any one developer unless you are not a developer. Instead, the best way is to create a screenshot for whatever screen size your system is set to (preferably a standard size like 1024 by 768), creating it in the PNG file format and then give it a descriptive name.&lt;br /&gt;
&lt;br /&gt;
Then the resulting thumbnail should be of the resolution 267 pixels wide by 200 pixels high in PNG format. The naming must be in relationship to the screenshot.&lt;br /&gt;
&lt;br /&gt;
Naming convention is:&lt;br /&gt;
&lt;br /&gt;
:inkscape-&amp;lt;version&amp;gt;-&amp;lt;id&amp;gt;-&amp;lt;name&amp;gt;.png&lt;br /&gt;
:inkscape-&amp;lt;version&amp;gt;-&amp;lt;id&amp;gt;-&amp;lt;name&amp;gt;_thumb.png&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
:inkscape-0.43-01-myfeature.png&lt;br /&gt;
:inkscape-0.43-01-myfeature_thumb.png&lt;br /&gt;
&lt;br /&gt;
&amp;lt;id&amp;gt; is ment to be something like 01, 02, 03... but you can also use 10a, 10b, 10c. this affects the order in the gallery. use zzz to place a sceenshot on top.&lt;br /&gt;
(NOTE: &amp;lt;id&amp;gt; wasnt there before. but i suggest using it beginning with 0.43)&lt;br /&gt;
&lt;br /&gt;
save your shot into the &amp;quot;screenshots/gallery&amp;quot; folder, the thumb into &amp;quot;screenshots/gallery/thumbs&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the graphics are in the right folder, my lovely PHP script will display them automatically on the main page of the website.&lt;br /&gt;
They also appear on the screenshots/index.php page, therefore you must create a description file:&lt;br /&gt;
&lt;br /&gt;
:inkscape-&amp;lt;version&amp;gt;-&amp;lt;id&amp;gt;-&amp;lt;name&amp;gt;.en&lt;br /&gt;
&lt;br /&gt;
You may also create translations of description files. Just replace .en with the language code. Example:&lt;br /&gt;
&lt;br /&gt;
:inkscape-0.43-01-myfeature.en&lt;br /&gt;
:inkscape-0.43-01-myfeature.de&lt;br /&gt;
:inkscape-0.43-01-myfeature.es&lt;br /&gt;
&lt;br /&gt;
Store them in &amp;quot;screenshots/gallery/info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Then make sure that you add your new images and description files and any changes to the SVN repository. For more info, see [[WorkingWithSVN]].&lt;br /&gt;
&lt;br /&gt;
== Translating the Inkscape Website ==&lt;br /&gt;
&lt;br /&gt;
1.  Do a CVS checkout of the website module.&lt;br /&gt;
&lt;br /&gt;
 IMPORTANT: all files you change MUST be UTF-8 encoded!!! &lt;br /&gt;
            else, you will get broken output.&lt;br /&gt;
            See UT-8 note below, please.&lt;br /&gt;
&lt;br /&gt;
2.  Add your language by these steps:&lt;br /&gt;
- update the following line includes/header.php&lt;br /&gt;
 $LANGUAGES = array(&amp;quot;en&amp;quot;, &amp;quot;de&amp;quot;, &amp;quot;es&amp;quot;); // available languages&lt;br /&gt;
&lt;br /&gt;
- Add a flag for your language in the images directory.  It should be named inkscape_web/images/flag-XX.png.  (where XX is your language code). Size is 34x20px.&lt;br /&gt;
&lt;br /&gt;
- Add a line to css/base.css, similar to the following: (place your flag 50px left of the others)&lt;br /&gt;
 #lang-xx { left:225px; }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- Add a link for your flag in includes/header.php&lt;br /&gt;
&lt;br /&gt;
- create a copy of includes/localized-en.inc for your language. (like includes/localized-fr.inc) and translate the values of the strings.&lt;br /&gt;
&lt;br /&gt;
- copy and translate index.en-header.php to your language.&lt;br /&gt;
&lt;br /&gt;
- copy the subdirectory structure news/en/ to news/xx/ and, if you want, translate the news. (you can delete all news that you will not translate. the script will use the original news of /news/en then)&lt;br /&gt;
&lt;br /&gt;
- you may add a signature to includes/signatures.inc and use it for news you create.&lt;br /&gt;
&lt;br /&gt;
3. Look into other pages to see what needs to be done to translate them. (in general you need to create an inclusion file)&lt;br /&gt;
Files you need to translate: (at least you must create a copy for your language, or those pages will fail to open)&lt;br /&gt;
 discussion-en.inc&lt;br /&gt;
 download-en.inc&lt;br /&gt;
 mailing_lists-en.inc&lt;br /&gt;
 report_bugs-en.inc&lt;br /&gt;
 submit2webmaster-en.inc&lt;br /&gt;
 submit2webmaster-en-form.inc&lt;br /&gt;
 doc/index-en.inc&lt;br /&gt;
 status/index-en.inc&lt;br /&gt;
&lt;br /&gt;
You also may translate news, screenshot comments and status files.&lt;br /&gt;
&lt;br /&gt;
    Note:  The tutorial translations in the doc/ directory are handled&lt;br /&gt;
    separately from the website translation.  These are the files in&lt;br /&gt;
    inkscape_web/doc/*/ that have .XX.html extensions.  You do not need&lt;br /&gt;
    to do anything about these pages.&lt;br /&gt;
&lt;br /&gt;
    Note:  The translation of doxygen, wiki, and the various SF pages&lt;br /&gt;
    are separate from the website translation.  You do not need to do&lt;br /&gt;
    anything about these pages.&lt;br /&gt;
&lt;br /&gt;
5. Add a news item to the index page announcing your translation.  You are encouraged to write it in both English and your native language.  Use UTF-8 character set (or character entities if you prefer).&lt;br /&gt;
You do this by adding a file like /news/en/200x/xx/0xx.inc and write your announcement.&lt;br /&gt;
 IMPORTANT: all files you change MUST be UTF-8 encoded!!! else, you will break get broken output.&lt;br /&gt;
 See UT-8 note below, please. &lt;br /&gt;
&lt;br /&gt;
    Note: Even if the announcement does not need to be translated, &lt;br /&gt;
    you should copy it to your languages folder also.&lt;br /&gt;
    Reason: Same news must have same file names. If your announcement &lt;br /&gt;
    is 010.inc, and then the next news is 011.inc, if you translate &lt;br /&gt;
    that news only, your announcement will no more be shown. This is &lt;br /&gt;
    because if you have 11 localized news and there are 12 in /en/, &lt;br /&gt;
    the 11th will be shown in english.  Now, if the 11th file in your &lt;br /&gt;
    folder is the translation of the 12th file in /en/, it will be &lt;br /&gt;
    displayed wrong&lt;br /&gt;
&lt;br /&gt;
6.  If you have CVS access, then commit your changes to the site.  See the Website Editing and Working With CVS documentation for directions.&lt;br /&gt;
&lt;br /&gt;
If you do not have CVS access, then show your translation to one of the Inkscape administrators for review.  They will then give you access to CVS and the website, so you can deploy your changes.&lt;br /&gt;
&lt;br /&gt;
== There are no UTF-8 entities !!! ==&lt;br /&gt;
&lt;br /&gt;
As different people have talked about UTF-8 entities, this should be clarified: THERE IS NO SUCH THING!&lt;br /&gt;
&lt;br /&gt;
There are HTML entities (that's what you think of).  This is not an encoding, it is a (somewhat) human readable transliteration. They look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; &amp;amp;amp; (&amp;amp; a m p ;) --- ř (&amp;amp; # 3 4 5 ;) --- &amp;amp;Auml; (&amp;amp; A u m l ;)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The cool thing about them is that you don't need to care about encoding with them, as only the lower 128 of 256 ASCII characters are used to describe characters that normally are in the upper 128 or even don't exist in ASCII. The upper 128 are different (for example, in Windows codepages); at least, they are system-dependent.&lt;br /&gt;
&lt;br /&gt;
Now, if we talk about UTF-8, this is an encoding!  And it's one for UNIcode.  The 8 means, that the most important characters need 8 bits (the same as the lower 128 in ASCII?).  All the other UNIcode characters are stored using 2, 3, or 4 bytes.  And if your editor is not capable of UTF-8, youll see a mess instead of special characters like äüößéńí etc.&lt;br /&gt;
&lt;br /&gt;
So, if you edit existing pages, you need to have an UTF-8 capable editor. (Kate is capable, but you might need to check the encoding in the extras menu.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Please do not use HTML-entities!&amp;lt;/strong&amp;gt; We should all use the same system, which should be utf-8 encoding. If you have questions about this, please ask.&lt;br /&gt;
&lt;br /&gt;
Reference: HTML Entities: http://www.w3schools.com/tags/ref_entities.asp&lt;br /&gt;
&lt;br /&gt;
[[Category:Help Wanted]]&lt;/div&gt;</summary>
		<author><name>Brent</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Inkscape_coverage&amp;diff=8032</id>
		<title>Inkscape coverage</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Inkscape_coverage&amp;diff=8032"/>
		<updated>2006-08-12T18:22:51Z</updated>

		<summary type="html">&lt;p&gt;Brent: Added link to http://www.other-space.com/inkscape/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Articles and Presentations ==&lt;br /&gt;
&lt;br /&gt;
Please place presentation outlines, papers, and abstracts below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Awards ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Don't know if this is really appropriate:&lt;br /&gt;
* Editor's Review [http://www.softpedia.com/reviews/mac/Inkscape-Review-13842.shtml 5 Stars], [http://www.softpedia.com Softpedia] December 2005&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* Reader's Choice Award for 2005 [http://www.linuxjournal.com/article/8520 Graphics Software], [http://www.linuxjournal.com/ Linux Journal] September 2005, 2nd (after Gimp).&lt;br /&gt;
&lt;br /&gt;
* Editor's Choice Award for 2005 [http://www.linuxjournal.com/article/8293#N0x850ca10.0x8574140 Graphics Software], [http://www.linuxjournal.com/ Linux Journal] August 2005, 1st.&lt;br /&gt;
&lt;br /&gt;
=== Abstracts and Files ===&lt;br /&gt;
&lt;br /&gt;
* [[OSCon2004Abstract]] - Ted's abstract for the conference. If it gets accepted, hopefully we can put a bunch of effort into that endeavour via this wiki.&lt;br /&gt;
* [[PresentationInkscapeOverview]] - More in-depth points and so forth.&lt;br /&gt;
* [[TufteStylePresentation]] - A plain and simple Edward Tufte type presentation outline.&lt;br /&gt;
* [[GeneralConferenceAbstract]] - A general abstract and extended abstract that can be copied and pasted for various conferences.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Past Presentations ===&lt;br /&gt;
&lt;br /&gt;
* Phillips, Jon. &amp;quot;Open Source + Open Content.&amp;quot; Visiting Artist Lectures and Exhibitions 2004-2005, San Francisco Art Institute. 2005-03-08.&lt;br /&gt;
* Phillips, Jon. Inkscape Birds of a Feather Meeting. Siggraph, Los Angeles. 2004-08-09.&lt;br /&gt;
* Phillips, Jon. &amp;quot;CVS and Distributive Writing using Common Open Source Software.&amp;quot; Narr@tive: Digital Storytelling, UCLA Hammer Museum. 2004-04-23.&lt;br /&gt;
* Phillips, Jon. &amp;quot;Vector Aesthetics.&amp;quot; 040404 Symposium, UC Berkeley. 2004-04-04.&lt;br /&gt;
* Phillips, Jon. &amp;quot;Inkscape: Overview.&amp;quot; Center for Research in Computing and the Arts (CRCA), University of California, San Diego (UCSD). 2004-03-10.&lt;br /&gt;
* Vieites, Lucas. &amp;quot;Presentation of Inkscape at Universidad de A Coruna.&amp;quot; Universidad de A Coruna. 2004-11.&lt;br /&gt;
&lt;br /&gt;
=== Online Articles about Inkscape ===&lt;br /&gt;
* Harrington, Bryce. [http://www.osnews.com/story.php?news_id=7241 osnews: Inkscape - A Union of Contributions Makes a Difference]. 2004-07&lt;br /&gt;
* Harrington, Bryce. [[ArticleIntroducingInkscape0 40|Introducing Inkscape 0.40]] - By Bryce Harrington, November 29, 2004.&lt;br /&gt;
&lt;br /&gt;
* [http://niyam.com/gnulinux/lfy/fy/FY-monthly-col.php?article_body=FYmay2k4.html  Follow Your Bliss]&lt;br /&gt;
* [http://developers.slashdot.org/article.pl?sid=04/06/02/1813212&amp;amp;mode=thread&amp;amp;tid=117&amp;amp;tid=152&amp;amp;tid=185&amp;amp;tid=99 Slashdot article &amp;amp; discussion: &amp;quot;Introduction To Inkscape And Its Future&amp;quot;]&lt;br /&gt;
* [http://www.newsforge.com/article.pl?sid=04/07/19/214206 newsforge article]&lt;br /&gt;
* [http://www.gnomedesktop.org/article.php?sid=1883&amp;amp;mode=thread&amp;amp;order=0&amp;amp;thold=1 gnome footnotes for 0.39 release]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Inkscape&lt;br /&gt;
* [http://linuxgraphic.org/section2d/articles/miroir_Inkscape/index.html A nice tutorial focused on Inkscape, in French.]&lt;br /&gt;
* [http://www.linuxplanet.com/linuxplanet/tutorials/5757/3/ nice overview of svg and inkscape]&lt;br /&gt;
* [http://www.linux-user.de/ausgabe/2005/05/053-inkscape/index.html German language article with beginner's tutorial]&lt;br /&gt;
* [http://www.10-minute-rule.com/index.php?itemid=8 Review and rapid results tutorial]&lt;br /&gt;
* [http://www.other-space.com/inkscape/ Inkscape Tutorials] - Includes an overview of usage and a tutorial on the Bezier tool&lt;br /&gt;
&lt;br /&gt;
====Release of Inkscape 0.44====&lt;br /&gt;
&lt;br /&gt;
* http://slashdot.org/articles/06/06/24/0320210.shtml&lt;br /&gt;
* http://www.heise.de/newsticker/meldung/74651 (German)&lt;br /&gt;
* http://www.golem.de/0606/46108.html (German)&lt;br /&gt;
* http://en.wikinews.org/wiki/Version_0.44_of_SVG_image_software_Inkscape_released&lt;br /&gt;
* http://pl.wikinews.org/wiki/Inkscape_0.44_wydany (Polski)&lt;br /&gt;
* http://de.wikinews.org/wiki/SVG-Zeichenprogramm_Inkscape_0.44_erschienen (German)&lt;br /&gt;
* http://www.gnuzilla.info/download/index.php?action=downloadfile&amp;amp;filename=GNUzilla18-19.pdf&amp;amp;directory=&amp;amp; (PDF, Serbian)&lt;br /&gt;
&lt;br /&gt;
=== Great Articles on SVG and Vector Graphics ===&lt;br /&gt;
* http://tech.irt.org/articles/js209/&lt;br /&gt;
* [http://www.w3.org/Graphics/SVG/About w3c's About SVG Document (defines and shows uses for)]&lt;br /&gt;
* IX Article (German) [http://www.heise.de/ix/artikel/2002/12/052/ SVG I: Grundlagen skalierbarer Webgrafik], [http://www.heise.de/ix/artikel/2003/01/128/ SVG-Tutorial II: Filter und Animationen], [http://www.heise.de/ix/artikel/2003/02/130/ SVG-Tutorial III: Scripting und Datenbankauswertung]&lt;br /&gt;
* [http://www.xml.com/pub/a/2004/06/02/svgtype.html SVG and Typography: Bells and Whistles]&lt;br /&gt;
* [http://software.newsforge.com/article.pl?sid=04/12/23/1638201&amp;amp;from=rss Introduction to Inkscape 0.4]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Print Articles (Magazines and Newspapers) about Inkscape ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.heise.de/kiosk/archiv/ct/06/12/168/ Peter König: Hausmannskunst - Günstige Vektorzeichenprogramme für Amateure, c't 12/2006, Seite 168] - review article of vector programs (including Inkscape 0.43) in the [http://www.heise.de/ct/ German c't magazine] - [[Report on c't article 12/2006]]&lt;br /&gt;
* [http://www.linuxformat.co.uk/ Linux Format Magazine] Issue 80, June 2006 - Cover special on Libre Graphics. Had a roundup of the inaugural [http://www.libregraphicsmeeting.org/ LGM], including two pages dedicated to Inkscape, in addition to pages on [http://www.scribus.net/ Scribus], [http://www.gimp.org Gimp] and [http://www.xaraxtreme.org/ Xara].&lt;br /&gt;
* Kreusel, Peter.  &amp;quot;Inkscape - if you need something more than a bitmap, try the Inkscape vector graphics tool&amp;quot;, Issue 56, July 2005, [http://www.linux-magazine.com/ Linux Magazine], pp. 82-84.&lt;br /&gt;
* [http://www.linuxformat.co.uk/ Linux Format Magazine] Christmas 04 Issue - brief mention in the news section, pointing out the .40 release and hightlighting some key additions. included GO! screenshot.&lt;br /&gt;
* [http://www.linuxformat.co.uk/ Linux Format Magazine] Issue 55 review of inkscape Issue 56 featured a roundup of vector graphics applications including Inkscape.  Inskcape received 8/10 and was was second only to OpenOffice.org Draw which also received 8/10.  &lt;br /&gt;
* [http://www.linux-magazine.com/ Linux Magazine] Issue 47, October 2004 featured a roundup of vector graphics applications including Inkscape.  &lt;br /&gt;
* [http://www.linuxuser.co.uk/ Linux User and Developer Magazine] Issue 47, March 2005 featured a roundup of vector graphics applications including Inkscape written by Miriam Clinton. &lt;br /&gt;
* [http://www.ipercollege.org/inkscape/ Benvenuti su Inkscape] - Magazine review of Inkscape&lt;br /&gt;
* Aleksandar Urošević. &amp;quot;Inkscape 0.42.2 - Vektorski golgeter&amp;quot;, Svet Kompjutera, November 2005, review of Inkscape in Serbian IT magazine ([http://www.sk.co.yu/2005/11/skpd09.html Online version])&lt;br /&gt;
&lt;br /&gt;
[[Category:About Inkscape]]&lt;br /&gt;
&lt;br /&gt;
=== Outside Links ===&lt;br /&gt;
&lt;br /&gt;
* [[Links to us]]&lt;/div&gt;</summary>
		<author><name>Brent</name></author>
	</entry>
</feed>