mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
changed html file to be installed on workstation to use exact images and subset of stylesheet from website; added a new file docs-web.html to be installed on website in place of the local version
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19922 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ec2968164d
commit
c56244ec2f
8 changed files with 220 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
<body>
|
||||
|
||||
<div class="header" align="center">
|
||||
<a href="http://gnustep.org/"><img height="72" width="560" alt="GNUstep.org" src="gnustep-header.png"/></a>
|
||||
<a href="http://gnustep.org/"><img height="74" width="560" alt="GNUstep.org" src="gnustep-header14.jpg"/></a>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
|
@ -27,17 +27,19 @@
|
|||
|
||||
<div class="content">
|
||||
<h2>User Documentation</h2>
|
||||
<p>The links here provide some basic information on setting up and using
|
||||
a GNUstep system.</p>
|
||||
<table><tr>
|
||||
<td width="50%">
|
||||
<table width="80%">
|
||||
<tr>
|
||||
<td><a href="User/GNUstep/faq_toc.html">General FAQ</a></td>
|
||||
<td><a href="User/GNUstep/faq.pdf">(PDF)</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="User/GNUstep/userfaq_toc.html">User FAQ</a></td>
|
||||
<td><a href="User/GNUstep/userfaq.pdf">(PDF)</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="User/GNUstep/faq_toc.html">Developer FAQ</a></td>
|
||||
<td><a href="User/GNUstep/faq.pdf">(PDF)</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="User/GNUstep/gnustep-howto_toc.html">How-To</a></td>
|
||||
<td><a href="User/GNUstep/gnustep-howto.pdf">(PDF)</a></td>
|
||||
|
@ -62,6 +64,13 @@
|
|||
|
||||
<div class="content">
|
||||
<h2>Developer Documentation</h2>
|
||||
<p>The links here describe the development facilities provided under
|
||||
GNUstep. The Base Programming Manual introduces GNUstep as a whole,
|
||||
Objective-C, its main language, and the Base library, its basic set
|
||||
of non-graphical utility classes. The Make Utility makes project
|
||||
building easy and is highly recommended. The "API" links go to
|
||||
Javadoc-like reference pages on the Base and other GNUstep libraries.
|
||||
</p>
|
||||
<table><tr>
|
||||
<td width="50%">
|
||||
<table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue