Update web assets for latest maven

This commit is contained in:
David Schmidt 2014-06-21 21:46:26 +00:00
parent b31c745d6f
commit e249a055e1
4 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gsport</groupId>
<artifactId>doc</artifactId>
<version>Website</version>
<version>0.2a</version>
<name>GSport</name>
<url>http://maven.apache.org/maven2</url>
<inceptionYear>2010</inceptionYear>

View File

@ -234,6 +234,6 @@ make
* You'll probably want a monospaced TrueType font file easily accessible to add as part of the GSport configuration
* Run through the emulated printer {{{printer.html}configuration}} steps
* Run through the emulated printer {{{./printer.html}configuration}} steps
[]

View File

@ -39,7 +39,7 @@ Hit the "F4" key and see below for how to tell GSport what disk images to use.
Tip: Hitting "F8" locks the mouse in the window (and hides the host cursor)
until you hit "F8" again.
See the the {{{developing.html}developing}} page for information about developing GSport and compiliing it for yourself.
See the the {{{./developing.html}developing}} page for information about developing GSport and compiliing it for yourself.
* Configuration Panel

View File

@ -9,11 +9,11 @@ GSport Emulated Printer
There are several different ways of using the virtual printer output.
Common scenarios are detailed below:
* Windows {{{printer.html#Bitmap}Bitmap or Postscript}} (B&W) - when you want a graphical file saved on the host computer
* Windows {{{./printer.html#Bitmap}Bitmap or Postscript}} (B&W) - when you want a graphical file saved on the host computer
* Direct to {{{printer.html#Host}host printer}} - when you want a real, paper-based copy immediately (or, a Postscript file with an appropriate printer driver)
* Direct to {{{./printer.html#Host}host printer}} - when you want a real, paper-based copy immediately (or, a Postscript file with an appropriate printer driver)
* {{{printer.html#Text}Text File}} - when you want a file of plain text saved on the host computer
* {{{./printer.html#Text}Text File}} - when you want a file of plain text saved on the host computer
[]