/[skencil]/website/trunk/pages/index.html
ViewVC logotype

Annotation of /website/trunk/pages/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 641 - (hide annotations)
Tue Sep 20 18:59:02 2005 UTC (19 years, 5 months ago) by bernhard
Original Path: website/trunk/skencil.org/pages/index.html
File MIME type: text/html
File size: 4934 byte(s)
Added News item and link for Stewart's Mac OS X description.
Removed old 2004 news from the front page.

1 jpaalasm 606 title: Skencil, a vector drawing program
2    
3     <h2>Latest news</h2>
4    
5     <p>
6     <!--
7 bernhard 629 <b>2005-:</b> <a href="news.html#newsIDx"
8     ></a>
9 bernhard 626 <br />
10 jpaalasm 606 -->
11 bernhard 641 <b>2005-09-20:</b> <a href="news.html#newsID15"
12     >Build notes for Mac OS X</a>
13     <br />
14 bernhard 637 <b>2005-07-12:</b> <a href="news.html#newsID14"
15     >New Binaries and request for packaging help</a>
16     <br />
17 bh 634 <b>2005-06-19:</b> <a href="news.html#newsID13"
18     >New stable version, Skencil 0.6.17</a>
19     <br />
20 bernhard 631 <b>2005-03-10:</b> <a href="news.html#newsID12"
21     >Experimental binary packages for 0.6.17pre3</a>
22     <br />
23 bernhard 629 <b>2005-01-20:</b> <a href="news.html#newsID11"
24     >Waratah plant drawing new in gallery</a>
25     <br />
26 bernhard 626 <b>2004-12-06:</b> <a href="news.html#newsID10"
27     >German Manual updated</a>
28     <br />
29 jpaalasm 606
30     </p>
31    
32     <p><a href="news.html">More news...</a></p>
33    
34     <h2>Introduction to Skencil</h2>
35    
36     <p>Skencil is a Free Software interactive vector drawing
37     appliction. Known to run on
38     <a href="platforms.html">GNU/Linux and other
39     UNIX-compatible systems</a>, it is a flexible and
40     powerful tool for illustrations, diagrams and other
41     purposes.</p>
42    
43     <p>A somewhat unique (for a drawing program) feature of
44     Skencil is that it is implemented almost completely in a
45     very high-level, interpreted language,
46     <a href="links.html">Python</a>. Python is powerful,
47     object-oriented and yet easy to use.</p>
48     <hr />
49    
50    
51     <p>Just a few highlights about Skencil's features</p>
52    
53     <ul>
54     <li>B&eacute;zier Curves</li>
55    
56     <li>Transformed text and images</li>
57    
58     <li>B&eacute;zier curves, rectangles and ellipses can
59     be used as guides</li>
60    
61     <li>Gradient fills</li>
62    
63     <li>Blend groups</li>
64    
65     <li>Writes EPS files</li>
66    
67     <li><a href="features.html#N2">Text along a
68     path</a></li>
69    
70     <li><a href="features.html">many more...</a></li>
71     </ul>
72    
73    
74     <h2>Status</h2>
75    
76 bernhard 638 <p>The current stable release is 0.6.17. Skencil is quite
77 jpaalasm 606 usable already, even for production use, in my opinion.
78     The low version number is mainly due to lack of some
79     important features such as good text support.</p>
80    
81     <p>The 0.6.x series will likely see minor improvements
82     over time, but no major changes to the core. There may be
83     more improvements in the import and export filters,
84     though.</p>
85    
86     <p>Real development takes place in the unstable 0.7.x
87     <a href="devel.html">developer series</a>. Among the
88     major goals of this series is a port to GTK+, better text
89     support and a multi document interface.</p>
90    
91     <p>The 0.7.x series of Skencil also supports more operating systems
92     (including Microsoft Windows) because GTK+ is ported to many platforms.</p>
93    
94    
95     <h2>Features</h2>
96     <p>In addition to the standard features (rectangles, ellipses, curves, text
97     etc.) that you expect from a vector drawing program, Skencil also has some
98     more advanced features like possibility to bend text along a path. See the
99     <a href="features.html">features page</a> for a comprehensive list of
100     features.</p>
101    
102     <h2>Requirements</h2>
103    
104     <p>Apart from the sources of Skencil, you need some
105     additional software. See the
106     <a href="download.html">download page</a> for details
107     on what software and where you can get it.</p>
108    
109     <p>For Skencil to work properly with transformed text,
110     you also need an X-server capable of scaling and
111     transforming fonts. (XFree86 does support this.
112     Otherwise, you need X11R6 as far as I know).</p>
113    
114     <p>Skencil currently supports only TrueColor visuals with
115     depths of 15, 16, 24 or 32 bits and 8-bit PseudoColor
116     visuals.</p>
117    
118     <h2><a name="N2" id="N2">Contact &amp; Mailing
119     list</a></h2>
120    
121     <p>There's a mailing list for all Skencil-related topics.
122     You can subscribe to it via the web-interface at
123     <a href="http://lists.sourceforge.net/lists/listinfo/sketch-list">
124     http://lists.sourceforge.net/lists/listinfo/sketch-list</a>
125     or by sending a mail with the word subscribe in the
126     subject to
127     <a href="mailto:[email protected]?subject=subscribe">
128     [email protected]</a>.</p>
129    
130     <p>You can also
131     <a href="mailto:[email protected]">contact
132     me directly</a>, although I'd prefer to discuss things on
133     the mailing list.</p>
134    
135     <p>If you want to report bugs, please have a look at the
136     <a href="http://sourceforge.net/tracker/?atid=100828&amp;group_id=828&amp;func=browse">
137     bug tracker</a> first.</p>
138    
139     <p>New versions are announced on the mailing list, on the
140     SourceForge
141     <a href="http://sourceforge.net/projects/sketch">Skencil
142     page</a> and on
143     <a href="http://freshmeat.net/">freshmeat</a>.</p>
144    
145     <h2>License</h2>
146    
147     <p>Skencil itself is published under the terms of the
148     <a href="LGPL">GNU Library General Public License
149     (LGPL)</a>. Some of the code distributed with Skencil is
150     not directly part of Skencil and is distributed under a
151     Python-style license.</p>
152    
153     <p>I've put it under the LGPL, because many parts of
154     Skencil can be used as a library (and are used by Skencil
155     that way), and the LGPL is less restrictive than the
156     normal GNU General Public License when it comes to
157     distributing an LGPL'ed library with software covered by
158     a different license.</p>

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26