<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki-test.cross-fire.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki-test.cross-fire.org/feed.php">
        <title>Crossfire Wiki - server</title>
        <description></description>
        <link>https://wiki-test.cross-fire.org/</link>
        <image rdf:resource="https://wiki-test.cross-fire.org/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-04-14T03:55:47+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/server:hosting?rev=1744999688&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/server:linux_server_install_guide?rev=1744999687&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/server:osx_guide?rev=1744999685&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/server:scratchpad?rev=1744999687&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/server:server_compiling_script?rev=1744999687&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/server:server_compiling?rev=1744999685&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/server:servers?rev=1744999687&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/server:windows_guide?rev=1744999687&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki-test.cross-fire.org/_media/wiki:dokuwiki.svg">
        <title>Crossfire Wiki</title>
        <link>https://wiki-test.cross-fire.org/</link>
        <url>https://wiki-test.cross-fire.org/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki-test.cross-fire.org/server:hosting?rev=1744999688&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>hosting</title>
        <link>https://wiki-test.cross-fire.org/server:hosting?rev=1744999688&amp;do=diff</link>
        <description>Hosting a Crossfire Server

This guide outlines useful information for installing, running and maintaining a crossfire server. 

Requirements

Make sure you have the following available to you:

	*  Hardware that can handle hosting a Crossfire server</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/server:linux_server_install_guide?rev=1744999687&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux_server_install_guide</title>
        <link>https://wiki-test.cross-fire.org/server:linux_server_install_guide?rev=1744999687&amp;do=diff</link>
        <description>Crossfire Server on Linux

Crossfire should install and run on any Linux variant that supports X and has the libraries which Crossfire requires.

This page addresses installation and running of Crossfire software.  For instructions related to setup and use of a Linux development environment to build Crossfire software, refer to the</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/server:osx_guide?rev=1744999685&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>osx_guide</title>
        <link>https://wiki-test.cross-fire.org/server:osx_guide?rev=1744999685&amp;do=diff</link>
        <description>Installing a Crossfire Server on MacOS X - Intel

FIXME -- Instructions are still under development, use with caution

Server

 Please note. The server will compile and run but stability as not been tested.   Please let us know what you find out with it.</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/server:scratchpad?rev=1744999687&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>scratchpad</title>
        <link>https://wiki-test.cross-fire.org/server:scratchpad?rev=1744999687&amp;do=diff</link>
        <description>This is a scratchpad or whiteboard for capturing ideas quickly without constraining the input by formatting, eloquence, or quality.  It is best to keep entries here terse and to the point.  If they merit greater attention and detail, they should be moved to a new location.  If after review, the ideas seem hard to limit in scope or impractical, they should either be deleted or moved to other wiki locations.  Scratchpad content deemed not compatible with the client namespace premise described in t…</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/server:server_compiling_script?rev=1744999687&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>server_compiling_script</title>
        <link>https://wiki-test.cross-fire.org/server:server_compiling_script?rev=1744999687&amp;do=diff</link>
        <description>#!/usr/bin/env bash


die() {
        echo &quot;Error: $@&quot; &gt;&amp;2
        exit 1
}

checkout_or_up() {
        if [[ ! -d &quot;${1}.svn&quot; ]]; then
                svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/&quot;${1}&quot;/trunk &quot;${1}.svn&quot;
        else
                ( cd &quot;${1}.svn&quot; &amp;&amp; svn up )
        fi
}

export CFLAGS=&quot;-O0 -ggdb3&quot;
export PATH=&quot;/usr/local:$PATH&quot;
cd || die &quot;Couldn&#039;t go to home&quot;
checkout_or_up arch || die &quot;Checkout arch failed&quot;
checkout_or_up server || die &quot;Checkout server faile…</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/server:server_compiling?rev=1744999685&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>server_compiling</title>
        <link>https://wiki-test.cross-fire.org/server:server_compiling?rev=1744999685&amp;do=diff</link>
        <description>Compiling the Crossfire Server

This document describes how to build and install the Crossfire server from source. 

Instructions for building the client are on a separate page.

*Nix Compile Guide

Requirements

It&#039;s likely that many of these packages (listed alphabetically) are already installed on your system, but this list is a way to make sure.  It&#039;s important to have all the right packages in place</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/server:servers?rev=1744999687&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>servers</title>
        <link>https://wiki-test.cross-fire.org/server:servers?rev=1744999687&amp;do=diff</link>
        <description>Servers

Many players can be found on one of the several active public servers. Public servers are independently operated by gracious volunteers, developers, and enthusiastic players. Accounts and player characters created on one server generally cannot be transferred to others.</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/server:windows_guide?rev=1744999687&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows_guide</title>
        <link>https://wiki-test.cross-fire.org/server:windows_guide?rev=1744999687&amp;do=diff</link>
        <description>Windows Crossfire Server Installation Guide

This page has been updated for instructions on installing the server on Windows 10.

If you are using windows and wish to run your own server locally, or setup a public server you will need to install a Crossfire Server. The server is dependent on,</description>
    </item>
</rdf:RDF>
