libs-base/Documentation
richard 20144d53db Tidyup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3846 72102866-910b-0410-8b05-ffd578937521
1999-03-03 08:37:44 +00:00
..
.cvsignore Make NSObject conform to specs 1998-09-28 20:38:02 +00:00
announce.tmpl.texi * Utilize documentation rules in Makefile Package. 1998-04-06 02:09:44 +00:00
base-desc.texi Merged in 'dawn' CVS branch 1999-03-02 08:58:30 +00:00
coding-standards.tmpl.texi *BSD fixes 1999-02-02 00:08:58 +00:00
GNUmakefile Merged in 'dawn' CVS branch 1999-03-02 08:58:30 +00:00
gnustep-base.tmpl.texi Merged in 'dawn' CVS branch 1999-03-02 08:58:30 +00:00
gnustep-zones.tmpl.texi Update of docs. Fixes from Frith-MacDonald, others. 1998-01-02 18:09:52 +00:00
install.tmpl.texi Updated docs for better html. 1998-01-02 19:23:58 +00:00
Makefile.postamble * Utilize documentation rules in Makefile Package. 1998-04-06 02:09:44 +00:00
manual.tmpl.texi Updated docs for better html. 1998-01-02 19:23:58 +00:00
news.tmpl.texi Merged in 'dawn' CVS branch 1999-03-02 08:58:30 +00:00
objective-c.texi Change R. Andrew McCallum to post-marriage name: Andrew Kachites McCallum 1996-04-17 20:17:45 +00:00
readme.tmpl.texi Merged in 'dawn' CVS branch 1999-03-02 08:58:30 +00:00
status.tmpl.texi Merged in 'dawn' CVS branch 1999-03-02 08:58:30 +00:00
todo.tmpl.texi Merged in 'dawn' CVS branch 1999-03-02 08:58:30 +00:00

@chapter Readme

@c set the vars GNUSTEP-BASE-VERSION and GCC-VERSION
@include version.tmpl.texi

@include base-desc.texi

Here is some introductory info to get you started:

@section Initial reading

The file @samp{NEWS} has the library's feature history.

The file @samp{GNUstep-HOWTO} 
give instructions for installing the library.

@section Preparing to write code

The documentation isn't much to speak of so far.  Better documentation
will be forthcoming, but the library needs to settle first.  For now I
recommend reading the header files.  
The headers for the classes are in @file{./src/include}.

@section How can you help?

@itemize @bullet

@item
Give us feedback!  Tell us what you like; tell us what you think
could be better.  Send bug reports to @email{bug-gnustep@@gnu.org}.

@item
Donate classes.  If you write classes that fit in the libgnustep-base
framework, I'd be happy to include them.

@end itemize

@example
Happy hacking!
@end example