File: index.gsdoc

package info (click to toggle)
gnustep-netclasses 0.0.20040112-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 492 kB
  • ctags: 88
  • sloc: objc: 3,588; makefile: 71; ansic: 43; sh: 19
file content (37 lines) | stat: -rw-r--r-- 965 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.0//EN" 
 "http://www.gnustep.org/gsdoc-1_0_0.xml">
<gsdoc base="index">
	<head>
		<title>netclasses documentation</title>
		<author name="Andrew Ruder">
			<email address="aeruder@ksu.edu" />
			<url url="http://aeruder.gnustep.us/index.html" />
		</author>
		<version>Revision 1</version>
		<date>November 7, 2003</date>
		<abstract>
			This is the documentation for netclasses.  It includes the 
			class references as well as an introduction to netclasses.
		</abstract>
		<copy>Andrew Ruder</copy>
	</head>
	<body>
		<front>
			<chapter>
			<heading>Introduction</heading>
			<p>
				netclasses is an easy to use, unbloated API for handling 
				asynchronous connections in Objective-C under GNUstep as
				well as OS X.
			</p>
			</chapter>
		</front>

		<chapter>
			<entry id="overview">Overview of Use</entry>
			<index scope="project" type="title" />
		</chapter>

	</body>
</gsdoc>