Skip to content

Commit

Permalink
Initial revision
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Taylor committed Jun 11, 2002
0 parents commit 2485ef9
Show file tree
Hide file tree
Showing 156 changed files with 16,795 additions and 0 deletions.
36 changes: 36 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

<html>
<head>
<title>GTK+ - The GIMP Toolkit</title>

<!--#include file="site_top.html" -->

<!--#include file="section_begin.html"-->
About gtk.org<!--#include file="section_end.html"-->

<p>
This site grew into existance when Shawn T. Amundson (still the current
maintainer of the site), posted his GTK+ FAQ onto his personal GTK+ web
page. After Shawn help organize the creation of www.gimp.org, the
gtk.org domain was registered and his webpage evolved into what you
see now. The site is hosted by XCF at Berkeley.
</p>

<p>
We now have a few others helping with the site too. Several of the
gimp.org webmasters help maintain the GIMP ftp mirror information, which is
the same one for gtk.org. Tony Gale maintains the on-line tutorial
information. Damon Chaplin maintains the RDP project and it's associated
web pages. And, scoop over at freshmeat.net has been extremely helpful
in providing GTK+-specific freshmeat news for our site.
</p>

General comments about this site can be directed to our webmaster list via
<A HREF="mailto:[email protected]">[email protected]</a>. Questions about
GTK+ should be asked on the appropriate mailings lists.
</p>
</font>

<!--#include file="site_bottom.html" -->

</html>
88 changes: 88 additions & 0 deletions announce.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<html>
<head>
<title>GTK+ - 1.2 Announcement</title>

<!--#include file="site_top.html"-->

<!--#include file="section_begin.html"-->
GTK+ Version 1.2 Released
<!--#include file="section_end.html"-->

<P>
The GTK+ development team is pleased to announce the release of
version 1.2 of the GIMP Toolkit.
</P>
<P>
GTK+ is a multi-platform open source GUI Toolkit. Everything about
GTK+ from the object-oriented design to the Free Software LGPL
licensing allows you to code your project with the most freedom
possible. You can develop open software, free software, or even
commercial non-free software without having to spend a dime for
licenses or royalties.
</P>
<p>
GTK+ is a set of libraries to create graphical user interfaces. It
works on many Unix-like platforms, and a Windows version is in
development. GTK+ is released under the GNU Library General Public
License (GNU LGPL), which allows for flexible licensing of client
applications. GTK+ has a C-based object-oriented architecture that
allows for maximum flexibility. Bindings for other languages have
been written, including C++, Objective-C, Guile/Scheme, Perl, Python,
TOM, Ada95, Free Pascal, and Eiffel.
</p>
<p>
GTK+ consists of the following component libraries:
<ul>
<li>GLib. Provides many useful data types, macros, type conversions,
string utilities and a lexical scanner. Includes Win32 support.
<li>GDK. A wrapper for low-level windowing functions.
<li>GTK. An advanced widget set.
</ul>
</p>
<p>
New and improved features in version 1.2 include:
<ul>
<li>Theme support. Dynamically change the appearance of your GTK+
applications.
<li>Thread support. Including POSIX threads, Solaris threads and
experimental NSPR threads support.
<li>New Drag and Drop (DND) support. Both the XDND and Motif protocols
are supported, and the programmer is presented with a single,
unified interface.
<li>Runtime loading of dynamic modules.
<li>300 Page Tutorial.
<li>Internationalization of standard dialogs.
<li>Wide character support for text widgets.
<li>New widgets:
<ul>
<li>new multi-column Tree widget
<li>font selection dialog
<li>plug/socket widgets for inter-application embedding
<li>calendar widget
<li>item factory
</ul>
<li>Enhanced functionality to many GTK+ 1.0 widgets
</ul>
</p>
<p>
GTK+ is already being used in many major projects, such as the GIMP
and GNOME projects. Don't get left out!
</p>
<p>
GTK+ is also being ported to Win32. For further information see:
<A HREF="http://www.iki.fi/tml/gimp/win32/">http://www.iki.fi/tml/gimp/win32/</A>.
</p>
<p>
GTK+ and GLib can be downloaded at
<A HREF="ftp://ftp.gtk.org/pub/gtk/v1.2/">ftp://ftp.gtk.org/pub/gtk/v1.2/</a>.
</p>
<p>
For further information please visit:
<ul>
<li>GTK+ Home page: <A HREF="http://www.gtk.org/">http://www.gtk.org/</a>
<li>GIMP Home page: <a href="http://www.gimp.org/">http://www.gimp.org/</a>
<li>GNOME Home page: <A HREF="http://www.gnome.org/">http://www.gnome.org/</a>
</p>

<!--#include file="site_bottom.html"-->
</html>
82 changes: 82 additions & 0 deletions api/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@

<html>
<head>
<title>GTK+ - API Documentation</title>

<!--#include file="site_top.html" -->

<table border=0 cellpadding=0 cellspacing=0><tr><td valign=top>

<!--#include file="section_begin.html"-->
API Documentation
<!--#include file="section_end.html"-->

<P>
<B>GTK+ 2.0 API Reference</B>
</P>
<P>
The following reference manuals cover the libraries in the GTK+-2.0 platform.
</P>
<UL>
<table>
<tr>
<td>
<B>GLib</B>
</td><td>
(<A HREF="http://developer.gnome.org/doc/API/2.0/glib/index.html">online</A> | <A HREF="http://developer.gnome.org/doc/API/glib-2.0-docs.tar.gz">tarball</A>)<BR>
</td></tr><tr><td>
<B>GObject</B>
</td><td>
(<A HREF="http://developer.gnome.org/doc/API/2.0/gobject/index.html">online</A> | <A HREF="http://developer.gnome.org/doc/API/gobject-2.0-docs.tar.gz">tarball</A>)<BR>
</td></tr><tr><td>
<B>Pango</B>
</td><td>
(<A HREF="http://developer.gnome.org/doc/API/2.0/pango/index.html">online</A> | <A HREF="http://developer.gnome.org/doc/API/pango-1.0-docs.tar.gz">tarball</A>)<BR>
</td></tr><tr><td>
<B>ATK</B>
</td><td>
(<A HREF="http://developer.gnome.org/doc/API/2.0/atk/book1.html">online</A> | <A HREF="http://developer.gnome.org/doc/API/atk-1.0-docs.tar.gz">tarball</A>)<BR>
</td></tr><tr><td>
<B>GdkPixbuf</B>
</td><td>
(<A HREF="http://developer.gnome.org/doc/API/2.0/gdk-pixbuf/index.html">online</A> | <A HREF="http://developer.gnome.org/doc/API/gdk-pixbuf-2.0-docs.tar.gz">tarball</A>)<BR>
</td></tr><tr><td>
<B>GDK</B>
</td><td>
(<A HREF="http://developer.gnome.org/doc/API/2.0/gdk/index.html">online</A> | <A HREF="http://developer.gnome.org/doc/API/gdk-2.0-docs.tar.gz">tarball</A>)<BR>
</td></tr><tr><td>
<B>GTK</B>
</td><td>
(<A HREF="http://developer.gnome.org/doc/API/2.0/gtk/index.html">online</A> | <A HREF="http://developer.gnome.org/doc/API/gtk-2.0-docs.tar.gz">tarball</A>)<BR>
</td></tr></table>
</UL>

<P>
<B>GTK+ 1.2 API Reference</B> (stable)
</P>
<P>
The following reference manuals cover the libraries in the GTK+-1.2 platform.
</P>
<UL>
<P>
<table>
<tr><td>
<B>GLib</B>
</td><td>
(<A HREF="http://developer.gnome.org/doc/API/glib/index.html">online</A> | <A HREF="http://developer.gnome.org/doc/API/glib-docs.tar.gz">tarball</A>)<BR>
</td></tr><tr><td>
<B>GDK</B>
</td><td>
(<A HREF="http://developer.gnome.org/doc/API/gdk/index.html">online</A> | <A HREF="http://developer.gnome.org/doc/API/gdk-docs.tar.gz">tarball</A>)<BR>
</td></tr><tr><td>
<B>GTK</B>
</td><td>
(<A HREF="http://developer.gnome.org/doc/API/gtk/index.html">online</A> | <A HREF="http://developer.gnome.org/doc/API/gtk-docs.tar.gz">tarball</A>)<BR>
</td></tr></table>
</P>
</UL>

<!--#include file="site_bottom.html" -->

</html>

28 changes: 28 additions & 0 deletions apps/alphabetically.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

<html>
<head>
<title>GTK+ - App Index (Alphabetical)</title>

<!--#include file="site_top.html" -->

<!--#include file="section_begin.html"-->
GTK+ Application Index (Alphabetical)
<!--#include file="section_end.html"-->

<b><A HREF="by_category.html">View By Category</A></b>
<br><BR>

<!--#include file="gtk_app_index.html"-->

<font face="lucida,helvetica" size="-1">
<p>
<center>
This application list is provided to us by
<a href="http://www.freshmeat.net/">freshmeat.net</a>.
</center>
</p>
</font>

<!--#include file="site_bottom.html" -->

</html>
28 changes: 28 additions & 0 deletions apps/by_category.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

<html>
<head>
<title>GTK+ - App Index (By Category)</title>

<!--#include file="site_top.html" -->

<!--#include file="section_begin.html"-->
GTK+ Application Index (By Category)
<!--#include file="section_end.html"-->

<b><A HREF="alphabetically.html">View Alphabetically</A></b>
<br><BR>

<!--#include file="gtk_app_categories.html"-->

<font face="lucida,helvetica" size="-1">
<p>
<center>
This application list is provided to us by
<a href="http://www.freshmeat.net/">freshmeat.net</a>.
</center>
</p>
</font>

<!--#include file="site_bottom.html" -->

</html>
Binary file added beos/beos-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2485ef9

Please sign in to comment.