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 +++---
5 files changed, 55 insertions(+), 52 deletions(-)
(limited to 'web/include')
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.
- Change into a directory that you want the tree to be kept in.
- 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)
- Read the README
file. Really. Do it.
@@ -81,49 +81,51 @@ client.
Software, you still need to copy over legal PK3s like
before.
Change into the top level directory (it contains
- the ui and
- code directories.)
- Run make.
- 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.)
+ Run make.
+ 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
- Change into the top level directory (it contains
- the ui and
- code directories.)
- - Run make.
+ the ui and
+ code directories.)
+ Run make.
Install the latest point release for OS X.
- Copy ioquake3.ppc
- in build/release-darwin-ppc/
- to /Applications/Quake3/Quake3.app/Contents/MacOS/Quake3.
+ Copy ioquake3.ppc
+ in build/release-darwin-ppc/
+ to /Applications/Quake3/Quake3.app/Contents/MacOS/Quake3.
You need a libSDL-1.2.0.dylib in that .app's
MacOS directory.
- You need to copy your pak0.pk3
- from your Quake 3 CD-ROM's /baseq3
- directory to your /Applications/Quake3/baseq3
+ You need to copy your pak0.pk3
+ from your Quake 3 CD-ROM's /baseq3
+ directory to your /Applications/Quake3/baseq3
directory.
Ditto for the Team Arena mission pack, though
- you would be substituting baseq3
- in the above example for missionpack.
+ 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.