<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://maps-docs.kp-wiki.org/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Map Archive Docs</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/"/>
    <id>https://maps-docs.kp-wiki.org/</id>
    <updated>2026-04-10T23:02:41+0200</updated>
    <generator>FeedCreator 1.8 (info@mypapit.net)</generator>
    <link rel="self" type="application/atom+xml" href="https://maps-docs.kp-wiki.org/feed.php" />
    <entry>
        <title>home</title>
        <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/doku.php/home?rev=1490703527&amp;do=diff"/>
        <published>2017-03-28T14:18:47+0200</published>
        <updated>2017-03-28T14:18:47+0200</updated>
        <id>https://maps-docs.kp-wiki.org/doku.php/home?rev=1490703527&amp;do=diff</id>
        <author>
            <name>thibmo</name>
            <email>thibmo@undisclosed.example.com</email>
        </author>
        <content>Home

Welcome to the documentation wiki for Map Archive.

This wiki should get you started with using the web application.

If there are any questions left after viewing the information on this wiki, feel free to email us :

info [at] kp-wiki.org</content>
        <summary>Home

Welcome to the documentation wiki for Map Archive.

This wiki should get you started with using the web application.

If there are any questions left after viewing the information on this wiki, feel free to email us :

info [at] kp-wiki.org</summary>
    </entry>
    <entry>
        <title>apidocs:download - [Get The Map] </title>
        <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/doku.php/apidocs:download?rev=1490690856&amp;do=diff"/>
        <published>2017-03-28T10:47:36+0200</published>
        <updated>2017-03-28T10:47:36+0200</updated>
        <id>https://maps-docs.kp-wiki.org/doku.php/apidocs:download?rev=1490690856&amp;do=diff</id>
        <author>
            <name>thibmo</name>
            <email>thibmo@undisclosed.example.com</email>
        </author>
        <category  term="apidocs" />
        <content>Download

This section describes the API calls that belong to the download endpoint.

Download A Map

Request : /api/v1/download/‹id›

Method : GET

Successful response :


Octet-stream


Failed response :


{
    &quot;status&quot;: &quot;Error&quot;,
    &quot;message&quot;: string
}</content>
        <summary>Download

This section describes the API calls that belong to the download endpoint.

Download A Map

Request : /api/v1/download/‹id›

Method : GET

Successful response :


Octet-stream


Failed response :


{
    &quot;status&quot;: &quot;Error&quot;,
    &quot;message&quot;: string
}</summary>
    </entry>
    <entry>
        <title>apidocs:rating</title>
        <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/doku.php/apidocs:rating?rev=1490689742&amp;do=diff"/>
        <published>2017-03-28T10:29:02+0200</published>
        <updated>2017-03-28T10:29:02+0200</updated>
        <id>https://maps-docs.kp-wiki.org/doku.php/apidocs:rating?rev=1490689742&amp;do=diff</id>
        <author>
            <name>thibmo</name>
            <email>thibmo@undisclosed.example.com</email>
        </author>
        <category  term="apidocs" />
        <content>Rating

This section describes the API calls that belong to the rating endpoint.

Get The Map's Ratings

Request : /api/v1/rating/‹id›

Method : GET

Successful response :


{
    &quot;status&quot;: &quot;Ok&quot;,
    &quot;data&quot;: {
        &quot;avg_rating&quot;: float,
        &quot;rating_one&quot;: integer,
        &quot;rating_two&quot;: integer,
        &quot;rating_three&quot;: integer,
        &quot;rating_four&quot;: integer,
        &quot;rating_five&quot;: integer
    }
}</content>
        <summary>Rating

This section describes the API calls that belong to the rating endpoint.

Get The Map's Ratings

Request : /api/v1/rating/‹id›

Method : GET

Successful response :


{
    &quot;status&quot;: &quot;Ok&quot;,
    &quot;data&quot;: {
        &quot;avg_rating&quot;: float,
        &quot;rating_one&quot;: integer,
        &quot;rating_two&quot;: integer,
        &quot;rating_three&quot;: integer,
        &quot;rating_four&quot;: integer,
        &quot;rating_five&quot;: integer
    }
}</summary>
    </entry>
    <entry>
        <title>apidocs:maps</title>
        <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/doku.php/apidocs:maps?rev=1490496412&amp;do=diff"/>
        <published>2017-03-26T04:46:52+0200</published>
        <updated>2017-03-26T04:46:52+0200</updated>
        <id>https://maps-docs.kp-wiki.org/doku.php/apidocs:maps?rev=1490496412&amp;do=diff</id>
        <author>
            <name>thibmo</name>
            <email>thibmo@undisclosed.example.com</email>
        </author>
        <category  term="apidocs" />
        <content>Maps

This section describes the API calls that belong to the maps endpoint.

Get All Maps

Request : /api/v1/maps

Method : GET

Successful response :


{
    &quot;status&quot;: &quot;Ok&quot;,
    &quot;data&quot;: [
        {
            &quot;map_pk&quot;: integer,
            &quot;map_name&quot;: string,
            &quot;map_downloads&quot;: integer,
            &quot;rev_map_description_short&quot;: string,
            &quot;user_name&quot;: string,
            &quot;map_type_name&quot;: string,
            &quot;avg_rating&quot;: float
        },
        {
            ...
        }
 …</content>
        <summary>Maps

This section describes the API calls that belong to the maps endpoint.

Get All Maps

Request : /api/v1/maps

Method : GET

Successful response :


{
    &quot;status&quot;: &quot;Ok&quot;,
    &quot;data&quot;: [
        {
            &quot;map_pk&quot;: integer,
            &quot;map_name&quot;: string,
            &quot;map_downloads&quot;: integer,
            &quot;rev_map_description_short&quot;: string,
            &quot;user_name&quot;: string,
            &quot;map_type_name&quot;: string,
            &quot;avg_rating&quot;: float
        },
        {
            ...
        }
 …</summary>
    </entry>
    <entry>
        <title>apidocs:home - created</title>
        <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/doku.php/apidocs:home?rev=1490496266&amp;do=diff"/>
        <published>2017-03-26T04:44:26+0200</published>
        <updated>2017-03-26T04:44:26+0200</updated>
        <id>https://maps-docs.kp-wiki.org/doku.php/apidocs:home?rev=1490496266&amp;do=diff</id>
        <author>
            <name>thibmo</name>
            <email>thibmo@undisclosed.example.com</email>
        </author>
        <category  term="apidocs" />
        <content>API docs

This is the public API documentation for the Map Archive web application.

Be aware that a lot might change, still.</content>
        <summary>API docs

This is the public API documentation for the Map Archive web application.

Be aware that a lot might change, still.</summary>
    </entry>
    <entry>
        <title>apidocs - created</title>
        <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/doku.php/apidocs?rev=1490491921&amp;do=diff"/>
        <published>2017-03-26T03:32:01+0200</published>
        <updated>2017-03-26T03:32:01+0200</updated>
        <id>https://maps-docs.kp-wiki.org/doku.php/apidocs?rev=1490491921&amp;do=diff</id>
        <author>
            <name>thibmo</name>
            <email>thibmo@undisclosed.example.com</email>
        </author>
        <content>API docs

These pages are meant to explain the API by giving examples including input and output.</content>
        <summary>API docs

These pages are meant to explain the API by giving examples including input and output.</summary>
    </entry>
    <entry>
        <title>sidebar</title>
        <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/doku.php/sidebar?rev=1490491809&amp;do=diff"/>
        <published>2017-03-26T03:30:09+0200</published>
        <updated>2017-03-26T03:30:09+0200</updated>
        <id>https://maps-docs.kp-wiki.org/doku.php/sidebar?rev=1490491809&amp;do=diff</id>
        <author>
            <name>thibmo</name>
            <email>thibmo@undisclosed.example.com</email>
        </author>
        <content>*  Home
	*  API docs
		*  Maps
		*  Rating
		*  Download</content>
        <summary>*  Home
	*  API docs
		*  Maps
		*  Rating
		*  Download</summary>
    </entry>
    <entry>
        <title>wiki:dokuwiki - removed</title>
        <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/doku.php/wiki:dokuwiki?rev=1490491608&amp;do=diff"/>
        <published>2017-03-26T03:26:48+0200</published>
        <updated>2017-03-26T03:26:48+0200</updated>
        <id>https://maps-docs.kp-wiki.org/doku.php/wiki:dokuwiki?rev=1490491608&amp;do=diff</id>
        <author>
            <name>thibmo</name>
            <email>thibmo@undisclosed.example.com</email>
        </author>
        <category  term="wiki" />
        <content>DokuWiki

wiki:dokuwiki DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in</content>
        <summary>DokuWiki

wiki:dokuwiki DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in</summary>
    </entry>
    <entry>
        <title>wiki:syntax - removed</title>
        <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/doku.php/wiki:syntax?rev=1490491599&amp;do=diff"/>
        <published>2017-03-26T03:26:39+0200</published>
        <updated>2017-03-26T03:26:39+0200</updated>
        <id>https://maps-docs.kp-wiki.org/doku.php/wiki:syntax?rev=1490491599&amp;do=diff</id>
        <author>
            <name>thibmo</name>
            <email>thibmo@undisclosed.example.com</email>
        </author>
        <category  term="wiki" />
        <content>Formatting Syntax

DokuWiki supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing</content>
        <summary>Formatting Syntax

DokuWiki supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing</summary>
    </entry>
    <entry>
        <title>wiki:welcome - removed</title>
        <link rel="alternate" type="text/html" href="https://maps-docs.kp-wiki.org/doku.php/wiki:welcome?rev=1490491588&amp;do=diff"/>
        <published>2017-03-26T03:26:28+0200</published>
        <updated>2017-03-26T03:26:28+0200</updated>
        <id>https://maps-docs.kp-wiki.org/doku.php/wiki:welcome?rev=1490491588&amp;do=diff</id>
        <author>
            <name>thibmo</name>
            <email>thibmo@undisclosed.example.com</email>
        </author>
        <category  term="wiki" />
        <content>Welcome to your new DokuWiki

Congratulations, your wiki is now up and running. Here are a few more tips to get you started.

Enjoy your work with DokuWiki,

-- the developers

Create your first pages

Your wiki needs to have a start page. As long as it doesn't exist, this link will be red:</content>
        <summary>Welcome to your new DokuWiki

Congratulations, your wiki is now up and running. Here are a few more tips to get you started.

Enjoy your work with DokuWiki,

-- the developers

Create your first pages

Your wiki needs to have a start page. As long as it doesn't exist, this link will be red:</summary>
    </entry>
</feed>
