Author: miriam
Date: 2008-08-30 16:48:49 +0000 (Sat, 30 Aug 2008)
New Revision: 8045

Added:
   packages/trunk/love/debian/doc/index.html
Removed:
   packages/trunk/love/debian/doc/examples/images/love-ball.png
   packages/trunk/love/debian/doc/examples/images/love-big-ball.png
Modified:
   packages/trunk/love/debian/doc/Makefile
Log:
Remove binary files from examles



Modified: packages/trunk/love/debian/doc/Makefile
===================================================================
--- packages/trunk/love/debian/doc/Makefile     2008-08-30 16:47:09 UTC (rev 
8044)
+++ packages/trunk/love/debian/doc/Makefile     2008-08-30 16:48:49 UTC (rev 
8045)
@@ -1,5 +1,6 @@
 all:
        cd gfx && for i in *.sng; do sng "$$i"; done 
+       cd examples/images && for i in *.sng; do sng "$$i"; done 
        mkdir -p docs
        cp index.html docs/
        mkdir -p docs/css
@@ -10,4 +11,5 @@
 
 clean:
        rm -f gfx/*.png
+       im -f examples/images/*.png
        rm -rf docs

Deleted: packages/trunk/love/debian/doc/examples/images/love-ball.png
===================================================================
(Binary files differ)

Deleted: packages/trunk/love/debian/doc/examples/images/love-big-ball.png
===================================================================
(Binary files differ)

Added: packages/trunk/love/debian/doc/index.html
===================================================================
--- packages/trunk/love/debian/doc/index.html                           (rev 0)
+++ packages/trunk/love/debian/doc/index.html   2008-08-30 16:48:49 UTC (rev 
8045)
@@ -0,0 +1,101 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+   <head>
+      <title>
+         L&Ouml;VE Documentation 0.4.0
+      </title>
+      <link rel="stylesheet" type="text/css" href="css/default.css" />
+      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+   </head>
+   <body>
+      <table class="master" cellspacing="0">
+         <tr>
+            <td class="cell bar">
+               <div class="header">
+               </div>
+               <div class="content">
+                  <div class="menu">
+                     <div class="title">
+                        Documentation
+                     </div>
+                     <a class="selected" href="index.html">Overview</a>
+                     <a  href="License.html">License</a>
+                     <a  href="Credits.html">Credits</a>
+                     <a  href="Installing.html">Installing</a>
+                     <a  href="Gettingstarted.html">Getting started</a>
+                     <a  href="ManualImprovements.html">Manual Improvements</a>
+                  </div>
+                  <div class="menu">
+                     <div class="title">
+                        Modules
+                     </div>
+                     <a  href="love_graphics.html">love.graphics</a>
+                     <a  href="love_audio.html">love.audio</a>
+                     <a  href="love_physics.html">love.physics</a>
+                     <a  href="love_mouse.html">love.mouse</a>
+                     <a  href="love_keyboard.html">love.keyboard</a>
+                     <a  href="love_filesystem.html">love.filesystem</a>
+                     <a  href="love_timer.html">love.timer</a>
+                     <a  href="love_system.html">love.system</a>
+                  </div>
+                  <div class="menu">
+                     <div class="title">
+                        Callbacks
+                     </div>
+                     <a  href="load.html">load</a>
+                     <a  href="update.html">update</a>
+                     <a  href="draw.html">draw</a>
+                     <a  href="mousepressed.html">mousepressed</a>
+                     <a  href="mousereleased.html">mousereleased</a>
+                     <a  href="keypressed.html">keypressed</a>
+                     <a  href="keyreleased.html">keyreleased</a>
+                  </div>
+                  <div class="menu">
+                     <div class="title">
+                        Miscellaneous
+                     </div>
+                     <a  href="Constants.html">Constants</a>
+                     <a  href="ConfigFiles.html">Config Files</a>
+                  </div>
+               </div>
+            </td>
+            <td class="cell">
+               <div class="page">
+                  <div class="title">
+                     Overview
+                  </div>
+                  <div class="chapter">
+                     <div class="title">
+                        Welcome
+                     </div>
+                     <div class="content">
+                        Welcome to the official L&Ouml;VE documentation page. 
Here we have explanations of all the types and objects available for the Lua 
scripting.
+      This does not describe the inner-workings of the engine itself (but we 
do have an SVN repository available on SourceForge if that's what you're 
looking for).
+      To understand anything that's going on it is recommended that you have a 
little bit of programming experience, but hopefully LÖVE is straight-forward 
and simple
+      enough for even novices to get into game creation.
+      <br /><br />
+      We believe that thorough documentation is important for the survival of 
a program so if there is something missing or incorrect, please
+      <a href="http://love2d.org/?page=credits";>contact us</a>. 
+                     </div>
+                  </div>
+                  <div class="chapter">
+                     <div class="title">
+                        Tutorials
+                     </div>
+                     <div class="content">
+                        This page has the bare documentation and, except for 
the simple examples, contain no actual tutorials.
+      Tutorials are available from the tutorial page on the <a 
href="http://love2d.org/?page=documentation";>LÖVE website</a>. 
+                     </div>
+                  </div>
+                  <div class="foot">
+                     Copyright &copy; 2006-2008 L&Ouml;VE Development Team.
+                     <div class="links">
+                        <a href="http://love2d.org";>Visit homepage</a> - <a 
href="ManualImprovements.html">Help improve the manual</a>
+                     </div>
+                  </div>
+               </div>
+            </td>
+         </tr>
+      </table>
+   </body>
+</html>
\ No newline at end of file


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to