tools-compose/src/home/index.php

32 lines
2.4 KiB
PHP

<?php
$conf['headTitle'] = 'Tools list';
$conf['title'] = $conf['headTitle'];
$conf['canonical'] = 'http://planet-casio.com/';
$conf['header'] = '<link rel="stylesheet" type="text/css" href="_system/style-index.css" />';
$conf['msg'] = '';
$conf['footerMsg'] = 'This website is managed by <a href="contact.php">Ziqumu</a><br />Also, Cake was here.';
$conf['scripts'] = '';
require_once('_system/header.php');?>
<div class="box">
<div class="subbox">
<p>This website regroup some web tools for casio calculators developed by different people.</p>
<ul>
<li><a href="http://wiki.planet-casio.com/">Casio Universal Wiki</a> : A french-english community documentation for calculators <span class="author">created by Helder7 and Ziqumu</span></li>
<li><a href="/EactMaker/">Eact Maker</a> : Create your Eact for Casio Calculators on your computer <span class="author">created by Helder7 and Ziqumu</span></li>
<li><a href="/SH4compatibility/">SH4 compatibility tool</a> : Make your addin compatible for Power Graphic 2 calculator (SH4) <span class="author">created by Ziqumu</span></li>
<li><a href="/CPluaEditor/">Classpad CPlua Editor Online</a> : Edit, create or import Classpad CPlua binary files (.xcp) <span class="author">created by Helder7</span></li>
<li><a href="/SpriteCoder/">Sprite Coder</a> : Generate your C array of a sprite with a .png .gif or .jpg image <span class="author">created by Smashmaster</span></li>
<li><a href="/fxi2g1r/">Fxi To g1r converter</a> : Convert your .fxi to a .g1r file readable by FA-124 <span class="author">created by Ziqumu</span></li>
<li><a href="/G1MtoG1R/">G1m To g1r converter</a> : Convert your .g1m to a .g1r file <span class="author">created by Ziqumu</span></li>
<li><a href="/HPPrimeNotes/">HP39gII/Prime Notes generator</a> : Generate Notes .hpnote files for hp39gII and Prime <span class="author">created by Helder7</span></li>
<li><a href="/PicViewer/">Picture viewer</a> : Extract a picture from a g1m/g1r file <span class="author">created by Ziqumu</span></li>
<li><a href="/PRGM2FUNC/">Cp PRGM 2 FUNC converter</a> : Convert Cp PRGM to FUNC and allow use extra commands <span class="author">created by Helder7</span></li>
<li><a href="/festivalgo/">Festiv'Algo</a> : Translate an algorithm from natural language to TI or casio basic language <span class="author">created by Nitrosax</span></li>
</ul>
</div>
</div>
<?php
require_once('_system/footer.php');
?>