Skip to content

docs: add comprehensive README for mod-superapix#45

Merged
darknoon29 merged 2 commits into
masterfrom
copilot/add-readme-file
Jun 11, 2026
Merged

docs: add comprehensive README for mod-superapix#45
darknoon29 merged 2 commits into
masterfrom
copilot/add-readme-file

Conversation

Copilot AI commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

The README was a stub (title + one line). This adds a full README following the standard OGSteam mod template (mod-cdr, mod-attaques, mod-expedition).

Changes

  • Pré Requis — OGSpy >= 3.3.9, Xtense module
  • Fonctionnalités — players/alliances/universe/serverData XML collection, player & alliance rankings (8 categories each), Xtense callbacks, progress bar, debug mode
  • Installation — via OGSpy module manager, install.php handles DB tables
  • Configuration — universe number, country code, max requests, API throttle (1–3s), debug mode, Xtense callback toggles
  • Pour nous contacter — forum + Discord
  • Licence — GPL-2.0-only
  • Historique des Versions — 0.1.0 → 0.4.8

Copilot AI changed the title [WIP] Add README following existing module templates docs: add comprehensive README for mod-superapix Jun 11, 2026
Copilot AI requested a review from darknoon29 June 11, 2026 19:54
@sonarqubecloud

Copy link
Copy Markdown

@darknoon29
darknoon29 marked this pull request as ready for review June 11, 2026 19:58
Copilot AI review requested due to automatic review settings June 11, 2026 19:58
@darknoon29
darknoon29 merged commit d4c4539 into master Jun 11, 2026
4 checks passed
@darknoon29
darknoon29 deleted the copilot/add-readme-file branch June 11, 2026 19:59

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR replaces the stub README with a comprehensive French README for the mod-superapix OGSpy module, describing prerequisites, features, installation/configuration, contact info, licensing, and version history.

Changes:

  • Added detailed module description, prerequisites (OGSpy/Xtense), and a full features list (API XML collection, rankings, Xtense callbacks, progress/debug).
  • Documented installation via OGSpy module manager and configuration parameters (universe/country, request limits, throttle, callbacks toggles).
  • Added contact links, GPL-2.0-only license note, and a version history (0.1.0 → 0.4.8).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
@@ -1,4 +1,66 @@
# mod-superapix
## Module OGSpy SuperApix
Comment thread README.md
Module de récuperation des informations de l'API du jeu via votre navigateur
Ce module permet de collecter automatiquement les données du jeu OGame via son API XML publique et de les importer dans OGSpy.

### Pré Requis ###
Comment thread README.md
### Pré Requis ###

* Nécessite OGSpy >= 3.3.9 — [Dépôt OGSpy](https://github.com/ogsteam/ogspy)
* Modules OGspy requis : Xtense
Comment thread README.md
* **Nombre de requêtes max** : limite du nombre d'appels API par session (recommandé : 500)
* **Temporisation API** : délai entre deux appels API, de 1 à 3 secondes
* **Mode développeur** : active la journalisation détaillée des actions du module
* **Options CallBacks Xtense** : active ou désactive les remontées automatiques depuis l'extension navigateur Xtense (espionnages, messages, expéditions, bâtiments, recherches, flottes, défenses)
Comment thread README.md

### Licence ###

GPL-2.0-only — voir [GNU General Public License](http://opensource.org/licenses/gpl-license.php)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants