diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-05 15:16:41 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-05 15:16:41 +0000 |
commit | 5dbab6145da7856482eeb56106de9ed1df828d3e (patch) | |
tree | 922c44041a7350c0e39dd4660c06536c0679e137 /general.ent | |
parent | acd5b6da8f807c5dfe6df383ed418141d3bd2d65 (diff) |
Removed reference to the wiki. Pointed to the FAQ instead.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6386 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/general.ent b/general.ent index 3f853d96c..9256b59ea 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050704"> -<!ENTITY releasedate "July 04, 2005"> +<!ENTITY version "SVN-20050705"> +<!ENTITY releasedate "July 05, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> @@ -10,8 +10,13 @@ <!ENTITY hints-root "&lfs-root;hints/downloads/files/"> <!ENTITY hints-index "&lfs-root;hints/list.html"> <!ENTITY patches-root "&lfs-root;patches/lfs/svn/trunk/"> -<!ENTITY wiki-root "http://wiki.linuxfromscratch.org/"> <!ENTITY livecd-root "http://linuxfromscratch.org/~jhuntwork/livecd/"> +<!-- Uncomment these two and remove the last two once + the beta site has moved to www. + +<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/"> +<!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/"> +--> <!ENTITY test-results "http://beta.linuxfromscratch.org/lfs/build-logs/&generic-version;/"> <!ENTITY errata "http://beta.linuxfromscratch.org/lfs/errata/&generic-version;/"> |