Version 1/5 - Next ยป - Current version
vl, 04/09/2009 07:08 pm


ReleaseNotes

Display the release note of a Ryzom patch.

Base URL

http://atys.ryzom.com/releasenotes/index.php

Syntax

  • version: the version of the patch (ie: 640)
  • lang: language of the release note
  • ca: ryzom_live
  • r: 1 will render the release note with a css/images. 0 will display in raw format

PHP Example

<?
echo file_get_contents('http://atys.ryzom.com/releasenotes/index.php?version=640&lang=en&ca=ryzom_live');
?>

will display the release note of the version 640, in English, without rendering

Real Examples