Update docs

This commit is contained in:
David Schmidt 2011-01-06 14:43:51 +00:00
parent 8d99d958fc
commit 062923bcb7
4 changed files with 19 additions and 2 deletions

View File

@ -3,4 +3,5 @@
@REM I hope folks don't really want to build the doc themselves.
@REM
call c:\dev\env
rmdir /q /s target
call mvn site

View File

@ -7,7 +7,9 @@
GSport
GSport is a portable (in the programming sense) Apple IIgs emulator, based on the
KEGS cross-platform IIgs emulator by Kent Dickey.
KEGS cross-platform IIgs emulator by Kent Dickey.
The base emulator builds and runs on all of the same platforms that KEGS did, and
the new capabilities are being integrated as contributors have time and interest.
* Project Goals

View File

@ -6,6 +6,18 @@
Operating GSport
* Capabilties
*-----:------:------:------:------+
<<Platform>> | <<Base IIgs Emulation>> | <<Ethernet>> | <<Printer>> | <<Drag/Drop Disks>>
*-----:------:------+
Linux | Yes | No | No | No |
*-----:------:------+
Macintosh | Yes | No | No | No |
*-----:------:------+
Windows | Yes | Yes | Yes | Yes |
*-----:------:------+
* Getting ROMs
The required ROM for GSport is not part of the distribution, as it is
@ -18,7 +30,7 @@ order to legally use a ROM file that you may find on the internet.
the src/ directory, the Windows executable as gsportwin.exe, and the Mac OS X
executable as GSport.app.
See the GSport project page on Sourceforge.net for more information about compiling for other platforms.
See the the {{{developing.html}developing}} page for more information about compiling for other platforms.
On all platforms except Windows and Mac, you must start GSport from a terminal
window. GSport will open a new window and use the window you started it from

View File

@ -8,11 +8,13 @@
</bannerRight>
<body>
<links>
<item name="Download" href="http://sourceforge.net/projects/gsport/files"/>
<item name="Sourceforge Project Page" href="http://sourceforge.net/projects/gsport/"/>
</links>
<menu name="GSport">
<item name="Main" href="index.html"/>
<item name="Download" href="http://sourceforge.net/projects/gsport/files"/>
<item name="Operating" href="operating.html"/>
<item name="Developing" href="developing.html"/>
<item name="Emulated Ethernet" href="ethernet.html"/>