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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 625 - (hide annotations)
Fri Nov 12 10:14:21 2004 UTC (20 years, 3 months ago) by bernhard
Original Path: website/trunk/skencil.org/pages/index.html
File MIME type: text/html
File size: 4690 byte(s)
Screenshots:
	Added four nice screenshots of Skencil on Solaris by Joel,
	including cheesy texts.

	Replaced the development toolbox picture with a more modern one.

News:
	Wrote a news item for screenshots and BuildImage 1.0.

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