Some meta data updates.
[emufront] / www / index.html
index 34d8ba0..ae42743 100644 (file)
@@ -1,17 +1,58 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
        <head>
+               <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
+               <meta name="keywords" content="qt, emulator, emulation, front-end, frontend, linux, c++, sqlite" />
+               <meta name="description" content="EmuFront is an universal (multi-system) computer and video game console emulator front-end implemented in QT, C++ and SQLite targeted on Linux operating systems. " />
+               <meta name="author" content="Mikko Keinänen" />
+               <meta name="lang" content="en" />
+                       
                <title>EmuFront :: an universal emulator front-end</title>
+               <link rel="stylesheet" href="style.css" type="text/css" />
        </head>
        <body>
-               Welcome to EmuFront!
+               <h1>Welcome to EmuFront!</h1>
 
+               <h2>About</h2>
+               <p>EmuFront is an universal (multi-system) computer and video game console emulator front-end implemented in
+               QT, C++ and SQLite targeted on Linux operating systems. I'm
+               planning to release two GUI options PC and Mobile (MeeGo,
+               Maemo, ...)</p>
+
+               <p>EmuFront is Open Source Software licenced under GPL version 2.</p>
+
+
+               <h2>Project</h2>
                <ul>
                        <li><a href="https://garage.maemo.org/projects/emufront/">Project page</a></li>
                        <li><a href="https://garage.maemo.org/plugins/ggit/browse.php/?p=emufront">Browse Git Repository</a></li>
                </ul>
 
-               EmuFront &copy; 2010 Mikko Keinänen
+               <h2>Features</h2>
+               <ul>
+                       <li>Configure platforms (Commodore 64, Sega Master
+                       System, ...)</li>
+                       <li>Configure media types (Cartridge, floppy disk,
+                       ...)</li>
+                       <li>Configure setups (platform, media type
+                       and supported file types)</li>
+                       <li>Configure and scan filepaths containing
+                       disk/rom/tape-images</li>
+                       <li>Configure emulators (executable, command line
+                       options, supported setup)</li>
+                       <li>Launch emulators with disk/rom/tape-images</li>
+                       <li>...</li>
+               </ul>
+
+               <h2>Screenshots</h3>
+               
+               <h3>v0.01a</h3>
+               <h4>PC UI/Main window</h4>
+               <img src="img/emufrontv01-1.png" alt="v0.1 PC UI" />
+
+               <hr />
+
+               <p>EmuFront &copy; 2010 Mikko Keinänen</p>
        </body>
 </html>