Wiki

Clone wiki

CatArmory / Home

Welcome

How CatArmory works:

There are several static html (index.html, character.html, item.html, ...), that are communicating over ajax JSONP requests with PHP scripts. This provides better responses, allowing you change layout/template very easily. wowarmory diagram

Guides

Minimal Requirements

  • PHP 5.x (tested on 5.3.3) with PDO support
  • MySQL 4.x (tested on 5.1.66)
  • Webserver (tested on Apache 2.2.23)

Issue tracker

To report bugs or request new features, please use https://bitbucket.org/soco/catarmory/issues

Tooltips

Tooltips are not hardcoded to CatArmory - they are purposely separate, so they can be included to any page (for example a guild page). They can also work one without each other as CatArmory uses ajax-armory.php and tooltips are using ajax-tooltip.php

Login system

CatArmory allows users to login with their trinity usernames and passwords. Authenticated user can see money on his characters (guildbank, mailbox and auctions is planned). Learn more about Login system

Developers documentation

TODO

Examples

Updated