CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 03 Aug 2025 20:04:11 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100215012532
location: https://web.archive.org/web/20100215012532/https://github.com/mangos/mangos/tree/v0.13-dev2
server-timing: captures_list;dur=0.476804, exclusion.robots;dur=0.018872, exclusion.robots.policy;dur=0.009159, esindex;dur=0.010049, cdx.remote;dur=74.381106, LoadShardBlock;dur=244.448645, PetaboxLoader3.datanode;dur=53.658696, PetaboxLoader3.resolve;dur=83.121162
x-app-server: wwwb-app222
x-ts: 302
x-tr: 346
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 03 Aug 2025 20:04:12 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 15 Feb 2010 01:25:32 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "ce1b07cecd1e701e6e13e681fb2be355"
x-archive-orig-x-runtime: 109ms
x-archive-orig-content-length: 31830
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 15 Feb 2010 01:25:32 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 19 Feb 2009 21:38:58 GMT", ; rel="prev memento"; datetime="Sun, 19 Apr 2009 21:53:42 GMT", ; rel="memento"; datetime="Mon, 15 Feb 2010 01:25:32 GMT", ; rel="next memento"; datetime="Sat, 25 Feb 2023 20:25:56 GMT", ; rel="last memento"; datetime="Sat, 25 Feb 2023 20:25:56 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: TLA-20100215003814-01229-ia360915-c/TLA-20100215011609-00820-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=0.662152, exclusion.robots;dur=0.025485, exclusion.robots.policy;dur=0.011282, esindex;dur=0.013456, cdx.remote;dur=80.038890, LoadShardBlock;dur=304.652970, PetaboxLoader3.resolve;dur=277.089106, PetaboxLoader3.datanode;dur=287.143078, load_resource;dur=323.474661
x-app-server: wwwb-app222
x-ts: 200
x-tr: 802
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
mangos's mangos at v0.13-dev2 - GitHub
mangos / mangos
- Source
- Commits
- Network (881)
- Downloads (7)
- Wiki (3)
- Graphs
-
Tag:
v0.13-dev2
click here to add a description
click here to add a homepage

VladimirMangos (author)
Wed Feb 18 10:01:20 -0800 2009
mangos /
README
= MaNGOS -- README = Copyright (C) 2005-2009 MaNGOS project <https://getmangos.com/> MaNGOS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA In addition, as a special exception, the MaNGOS project gives permission to link the code of its release of MaNGOS with the OpenSSL project's "OpenSSL" library (or with modified versions of it that use the same license as the "OpenSSL" library), and distribute the linked executables. You must obey the GNU General Public License in all respects for all of the code used other than "OpenSSL". If you modify this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. Comments are welcome. - theluda <theluda@getmangos.com> == Welcome to MaNGOS == MaNGOS (the Massive Network Game Object Server) is an Open Source reference implementation for a MMORPG server system. Please see the file COPYING for license details. For further information on the MaNGOS project, please visit our project web site at <https://getmangos.com/> Documenation on various development related topics can be found in the doc/ subdirectory, including Doxygen-generated API documentation. The required SQL files for creating the database backend are included in the sql/ subdirectory. In case you are upgrading from an older MaNGOS release, make sure you as well take a look at the SQL files in the sql/updates/ sub- directory. In order to build and install MaNGOS under Linux, follow the instructions described in the INSTALL file. In case you have checked out MaNGOS from the GIT repository, please run $ autoreconf --install --force prior to building, as you may otherwise not be able to run a build.