Skip to content
Max S edited this page Aug 28, 2015 · 8 revisions

Documentation Overview

This article describes what the Snipe server documentation has to offer:

Overview

Getting started

  • Server Installation - Describes how to install, compile and run the server.
  • Editor Installation - Shows how to compile and run the editor.
  • First Steps - Describes how to create the base server classes and modules, how to compile the servers, what to expect when running them and how to test the code.
  • User Registration and Login - Simplified description of user registration and login.

Server

Library

Tools

Modules

Editor

  • Configuration - Describes the editor configuration variables.
  • User Authentication - Describes the editor authentication mechanism.
  • Modules - Describes the editor modules, what they can do, and how they can extend functionality provided by the core modules.
  • Page Blocks - Describes how the editor draws the page and how do editor modules define that.
  • Main Page - Shows the main editor page API and describes how to add content to it.
  • Notifications - Describes the editor to server notification and request mechanism.
  • Subscriptions - Shows how the editor modules can subscribe to events produced by the core modules.
  • Localization - Shows the editor localization mechanism.
  • Profiler - Describes the internal server profiler and what information it can provide.
  • Stats - Describes the statistics gathering tool and access to the statistics in the editor.
Clone this wiki locally