Updated features.
authorMikko Keinänen <mikko.keinanen@gmail.com>
Wed, 6 Oct 2010 20:52:10 +0000 (23:52 +0300)
committerMikko Keinänen <mikko.keinanen@gmail.com>
Wed, 6 Oct 2010 20:52:10 +0000 (23:52 +0300)
www/index.html

index e0ef0d1..23225a3 100644 (file)
@@ -9,17 +9,36 @@
        <body>
                <h1>Welcome to EmuFront!</h1>
 
+               <h2>About</h2>
                <p>EmuFront is an universal (multi-system) emulator front-end implemented in
-               QT, C++ and SQLite. The main targets are Maemo and MeeGo
-               platforms.</p>
+               QT, C++ and SQLite targeted on Linux operating systems (especially Maemo and MeeGo
+               platforms).</p>
 
                <p>EmuFront is Open Source Software licenced under GPL version 2.</p>
 
+               EmuFront &copy; 2010 Mikko Keinänen
+
+               <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>
+
        </body>
 </html>