From c7eef8c67c4340f306002afd65efaaeb9b4fff87 Mon Sep 17 00:00:00 2001 From: floam Date: Mon, 20 Feb 2006 09:43:56 +0000 Subject: Use correct tag. git-svn-id: svn://svn.icculus.org/quake3/trunk@560 edf5b092-35ff-0310-97b2-ce42778d08ea --- web/include/discuss.php | 11 ++++---- web/include/get.php | 70 +++++++++++++++++++++++++------------------------ web/include/help.php | 16 +++++------ web/include/media.php | 2 +- web/include/status.php | 8 +++--- web/ioq3.css | 2 +- 6 files changed, 56 insertions(+), 53 deletions(-) (limited to 'web') diff --git a/web/include/discuss.php b/web/include/discuss.php index d53f003..c0c85ae 100644 --- a/web/include/discuss.php +++ b/web/include/discuss.php @@ -30,10 +30,11 @@ All of the above information plus more will be sent to you. SVN tree. You'll be sent an email each time someone commits a change. This is not normally a high-volume list, but it certainly can be at times. The instructions for this list are identical to the instructions -for regular list, just change the quake3 part of the -e-mail addresses to quake3-commits.

+for regular list, just change the quake3 part of the +e-mail addresses to quake3-commits.

IRC

-

To join the IRC channel, connect -your client to irc.freenode.net -#icculus.org/quake3

+

To join the IRC channel, aim +your client at #icculus.org/quake3 on irc.freenode.net +

+ diff --git a/web/include/get.php b/web/include/get.php index d5b15df..a8a12b6 100644 --- a/web/include/get.php +++ b/web/include/get.php @@ -26,13 +26,13 @@ done all of the work for you.

  • Packages for Ubuntu Linux. These are intended for Ubuntu Breezy.
  • -

    To install these, as root run dpkg -i - package.deb.

    +

    To install these, as root run dpkg -i + package.deb.

    There are also i686 binaries built on Ubuntu made by Pascal de Bruijn. Untar this into /opt/ or where ever you keep weird isolated installs. There is a decent chance these will work on most distributions, these are not - .debs.

    + .debs.

  • Fedora Core, RHEL

    @@ -44,8 +44,8 @@ done all of the work for you.

  • Gentoo

    -

    Gentoo users can just - emerge quake3 to get a recent snapshot of our Subversion repository.

    +

    Gentoo users can just + emerge quake3 to get a recent snapshot of our Subversion repository.

  • SUSE

    @@ -64,10 +64,10 @@ client.

    1. Change into a directory that you want the tree to be kept in.
    2. Check out the source tree:
      - svn co svn://svn.icculus.org/quake3/trunk quake3 + svn co svn://svn.icculus.org/quake3/trunk quake3
      (You can check out a specific revision with the -r option, like this: - svn co svn://svn.icculus.org/quake3/trunk quake3 -r100) + svn co svn://svn.icculus.org/quake3/trunk quake3 -r100)
    3. Read the README file. Really. Do it.
    4. @@ -81,49 +81,51 @@ client.

      Software, you still need to copy over legal PK3s like before.
    5. Change into the top level directory (it contains - the ui and - code directories.)
    6. -
    7. Run make.
    8. -
    9. Set $COPYDIR to the - directory you installed Quake3 to and make the copyfiles - target. Make sure you are changed to the owner of - this path (probably root).
      - COPYDIR="/opt/quake3" make copyfiles + the ui and + code directories.)
    10. +
    11. Run make.
    12. +
    13. Set $COPYDIR to the + directory you installed Quake3 to and make + the copyfiles target. Make sure you are + changed to the owner of this path (probably + root).
      + COPYDIR="/opt/quake3" make copyfiles
  • Mac OS X

    1. Change into the top level directory (it contains - the ui and - code directories.)
    2. -
    3. Run make.
    4. + the ui and + code directories.) +
    5. Run make.
    6. Install the latest point release for OS X.
    7. -
    8. Copy ioquake3.ppc - in build/release-darwin-ppc/ - to /Applications/Quake3/Quake3.app/Contents/MacOS/Quake3.
    9. +
    10. Copy ioquake3.ppc + in build/release-darwin-ppc/ + to /Applications/Quake3/Quake3.app/Contents/MacOS/Quake3.
    11. You need a libSDL-1.2.0.dylib in that .app's MacOS directory.
    12. -
    13. You need to copy your pak0.pk3 - from your Quake 3 CD-ROM's /baseq3 - directory to your /Applications/Quake3/baseq3 +
    14. You need to copy your pak0.pk3 + from your Quake 3 CD-ROM's /baseq3 + directory to your /Applications/Quake3/baseq3 directory.
    15. Ditto for the Team Arena mission pack, though - you would be substituting baseq3 - in the above example for missionpack.
    16. + you would be substituting baseq3 + in the above example for missionpack.

    After you've done all of that, you can double click - on the .app file, or change to - the /Applications/Quake3/ directory - in a terminal and run the binary. + on the .app file, or change to + the /Applications/Quake3/ directory in a terminal + and run the binary.

  • Windows

    -

    Building on Windows is slightly complicated. You can either - use Microsoft Visual C++ or MinGW. MinGW works better currently; - both methods are described in the +

    Building on Windows is slightly complicated. + You can either use Microsoft Visual C++ or MinGW. + MinGW works better currently; both methods are described + in the README - you already are supposed to have read.

    + that you already are supposed to have read.

  • @@ -132,7 +134,7 @@ client.

    Point Release Installers

    The id software patches are still needed before installing -this project because they contain updated pk3 +this project because they contain updated .pk3 files. We mirror them for your convenience:

    • Linux
    • diff --git a/web/include/help.php b/web/include/help.php index 4831c6e..83ae456 100644 --- a/web/include/help.php +++ b/web/include/help.php @@ -38,28 +38,28 @@ survival guide to generating patches.

      not upstream, here is how you use it:

      • Create a patch named amazing_new_feature.patch:
        - svn diff > amazing_new_feature.patch
      • + svn diff > amazing_new_feature.patch
      • Apply a patch amazing_new_feature.patch:
        - patch -p0 -i amazing_new_feature.patch
      • + patch -p0 -i amazing_new_feature.patch
    • From a tarball or other release

      If you didn't get the source code via SVN, or for some reason that doesn't work for your situations, here's how to generate - them using the tried-and-trusted diff tool between + them using the tried-and-trusted diff tool between two files:

      • Create a patch named amazing_new_feature.patch between oldfile and newfile:
        - diff -u oldfile newfile > amazing_new_feature.patch
      • + diff -u oldfile newfile > amazing_new_feature.patch
      • Create a patch named amazing_new_features.patch between directory olddir and newdir:
        - diff -Naur olddir newdir > amazing_new_features.patch
      • + diff -Naur olddir newdir > amazing_new_features.patch
      • Applying a patch is the same as with SVN, see above.
    -

    For more information on diff, patch, -and svn, read their respective man -and info pages. For a more in-depth guide on Subversion take +

    For more information on diff, patch, +and svn, read their respective man +and info pages. For a more in-depth guide on Subversion take a look at the SVN Book.

    diff --git a/web/include/media.php b/web/include/media.php index 3cc958e..517a7fc 100644 --- a/web/include/media.php +++ b/web/include/media.php @@ -1,5 +1,5 @@

    Screenshots

    -

    Here be some screenshots of icculus.org in action on different platforms and games.

    +

    Here be some screenshots of icculus.org/quake3 in action on different platforms and games.

    • Quake 3 Arena

      diff --git a/web/include/status.php b/web/include/status.php index 8427294..ea58b29 100644 --- a/web/include/status.php +++ b/web/include/status.php @@ -26,7 +26,7 @@ gcc-x86_64 working - JIT bytecode compiler requires GNU as. + JIT bytecode compiler requires GNU as. gcc-ppc @@ -117,7 +117,7 @@ Web interface.

    • SDL being used for input, OpenGL context management, and sound. Though not on Windows yet.
    • Colors converted to ANSI escape codes in terminal output. - (set ttycon_ansicolor to 1 to enable this.)
    • + (set ttycon_ansicolor to 1 to enable this.)
    • More supported platforms, see the table above.
    @@ -131,9 +131,9 @@ Web interface.

    Urban Terror, Reaction Quake 3, or any other popular modification that puts the engine through it's paces. -
  • An installer which includes all up-to-date id pak +
  • An installer which includes all up-to-date id pk3 files, requires original CD-ROM. Users will need to copy the - pak0.pk3 file themselves.
  • + pak0.pk3 file themselves.

    Roadmap

    diff --git a/web/ioq3.css b/web/ioq3.css index aed5d32..cf60fb9 100644 --- a/web/ioq3.css +++ b/web/ioq3.css @@ -125,7 +125,7 @@ ul h3 { float: right; } -.shell { +tt, .shell { font-family: "smoothansi", "Bitstream Vera Sans Mono", "Terminal", monospace; } -- cgit v1.2.3