Index: misc.h
===================================================================
--- misc.h	(revision 0)
+++ misc.h	(revision 1)
@@ -0,0 +1,63 @@
+// This file is a footer for Raydium documention
+// No compilation is required.
+
+/*=
+Miscalleneous
+9000
+**/
+
+// License
+/**
+Raydium engine and provided applications are released under GPL version 2. 
+You can found the original text of this license here : 
+http://www.gnu.org/licenses/gpl.txt
+**/
+
+// About CQFD Corp Raydium Team
+/**
+Alphabetical order:
+batcox, Blue Prawn, Cocorobix, FlexH, Jimbo, manproc, Mildred, neub, RyLe,
+whisky, willou, Xfennec, Yoltie
+**/
+
+// Todo
+/**
+No particular order:
+- rendering core rewrite
+- self-running demo
+- (idea from RyLe) 'rayphp/' scripts integration into the binary (and why 
+not, a "PACK style" support).
+- more network stack optimisations ?
+- more and more and even more ODE features
+- doc for new features (physics, network, scripting, ...)
+- (idea from FlexH) ./configure.sh type script for dependencies check 
+and auto-configuration
+- better organisation of comp.sh and ocomp.sh files (separate options 
+and build process)
+
+Please, if you start working on a feature, remove it from the list (and 
+restore it if you failed)
+**/
+
+// Links
+/**
+http://raydium.cqfd-corp.org (Raydium home)
+http://wvs.cqfd-corp.org (Web Version System: public mini CVS like for Raydium)
+http://memak.cqfd-corp.org (MeMak forum: "a game using Raydium", french)
+http://www.cqfd-corp.org (CQFD homesite)
+mailto:cqfd@cqfd-corp.org
+mailto:xfennec@cqfd-corp.org
+**/
+
+// Greets
+/**
+**RyLe**: original implementation of sound.c (OpenAL core sound API)
+
+**BatcoX**: export of RayODE functions into RayPHP (reg_api.c) 
+and additional PHP wrappers (wrappers.c)
+
+**Mildred**: header and Makefile generator, dynamic version of 
+Raydium (.so and .a) for Linux.
+**/
+
+// The end !