From 312afef4cabc37aa2c305161de3e0084ff2c1e64 Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 15 Nov 2005 06:01:12 +0000 Subject: [PATCH] .txt->.html --- CHANGELOG.txt | 4 +++- IFAQ.html | 9 ++++++--- README.txt | 8 ++++---- photon.mm | 3 ++- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0c5767a..6482183 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,5 @@ Changelog for Photon -$Id: CHANGELOG.txt,v 1.14 2005/11/15 02:59:08 cozman Exp $ +$Id: CHANGELOG.txt,v 1.15 2005/11/15 06:01:12 cozman Exp $ ! : Major Changes (potentially breaking existing code) + : New Features @@ -8,6 +8,8 @@ $Id: CHANGELOG.txt,v 1.14 2005/11/15 02:59:08 cozman Exp $ 0.1.0 ! Changed createDisplay to use an enum to set fullscreen/windowed mode. * Added first official tutorial. + * Converted text-file documentation to HTML documentation, allowing online + docs to more closely mirror offline docs in content. * Major documentation sweep, much more useful for casual users. Also fixed tons of documentation mismatches. * Fixed bug where app would hang if run() was called with no active state or diff --git a/IFAQ.html b/IFAQ.html index 5791a3b..5aaca3f 100644 --- a/IFAQ.html +++ b/IFAQ.html @@ -1,6 +1,9 @@ -iFAQ (inFrequently Asked Questions) + +Photon iFAQ (inFrequently Asked Questions) + + @@ -125,7 +128,7 @@ something cool to add for the rest of us.

Licensing Questions

How is Photon licensed?

-

Photon is licensed under a zlib-style license, see LICENSE.txt.

+

Photon is licensed under a zlib-style license, see LICENSE.html.

Why is Photon licensed like that, why not use LGPL or something?

First of all, I prefer zlib licensed libraries, as you can see, Photon @@ -189,7 +192,7 @@ even if I don't have time at the moment. If the project in question uses Photon you get bonus points, but is not a requirement for me to work with you.

-

$Id: IFAQ.html,v 1.1 2005/11/15 04:01:43 cozman Exp $

+

$Id: IFAQ.html,v 1.2 2005/11/15 06:01:12 cozman Exp $

diff --git a/README.txt b/README.txt index 2cae447..81fbab4 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ Thank you for downloading photon, - photon is an API which is designed primarily to ease creation of hardware + Photon is an API which is designed primarily to ease creation of hardware accelerated 2D games with OpenGL and other open source & cross platform libraries. Photon aims to simplify portable game development, enabling developers to focus on the gameplay. Photon uses OpenGL for hardware accelerated @@ -18,13 +18,13 @@ which have OpenGL support. If this is a source distribution you'll need to build photon before you can use it in your own applications, for details on how to build and install photon -check out INSTALL.txt. +check out INSTALL.html If this is a binary distribution you can start using photon right away by linking the photon library (found in the lib/ subfolder) and it's dependencies with your applications. -If you need any help or have any questions check out IFAQ.txt or visit photon's +If you need any help or have any questions check out IFAQ.html or visit photon's homepage at http://photon.sourceforge.net/. -$Id: README.txt,v 1.2 2005/11/13 07:59:48 cozman Exp $ +$Id: README.txt,v 1.3 2005/11/15 06:01:12 cozman Exp $ diff --git a/photon.mm b/photon.mm index a295512..eb59045 100644 --- a/photon.mm +++ b/photon.mm @@ -10,6 +10,7 @@ + @@ -57,7 +58,7 @@ - +