new screenshot
[emufront] / www / index.html
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4         <head>
5                 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
6                 <meta name="keywords" content="qt, emulator, emulation, front-end, frontend, linux, c++, sqlite" />
7                 <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. " />
8                 <meta name="author" content="Mikko Keinänen" />
9                 <meta name="lang" content="en" />
10                         
11                 <title>EmuFront :: an universal emulator front-end</title>
12                 <link rel="stylesheet" href="style.css" type="text/css" />
13         </head>
14         <body>
15                 <h1>Welcome to EmuFront!</h1>
16
17                 <h2>About</h2>
18                 <p>EmuFront is an universal (multi-system) computer and video game console emulator front-end implemented in
19                 QT, C++ and SQLite targeted on Linux operating systems.
20                 Although this project is currently hosted at Maemo Garage,
21                 this is pure QT project and doesn't have any Maemo specific
22                 dependencies. You can use EmuFront on any QT Linux platform. I'm
23                 planning to release two GUI options PC and Mobile (MeeGo,
24                 Maemo, ...)</p>
25
26                 <p>EmuFront is Open Source Software licenced under GPL version 2.</p>
27
28
29                 <h2>Project</h2>
30                 <ul>
31                         <li><a href="https://garage.maemo.org/projects/emufront/">Project page</a></li>
32                         <li><a href="https://garage.maemo.org/plugins/ggit/browse.php/?p=emufront">Browse Git Repository</a></li>
33                 </ul>
34
35                 <h2>Features</h2>
36                 <ul>
37                         <li>Configure platforms (Commodore 64, Sega Master
38                         System, ...)</li>
39                         <li>Configure media types (Cartridge, floppy disk,
40                         ...)</li>
41                         <li>Configure setups (platform, media type
42                         and supported file types)</li>
43                         <li>Configure and scan filepaths containing
44                         disk/rom/tape-images</li>
45                         <li>Configure emulators (executable, command line
46                         options, supported setup)</li>
47                         <li>Launch emulators with disk/rom/tape-images</li>
48                         <li>...</li>
49                 </ul>
50
51                 <h2>Screenshots</h3>
52                 
53                 <h3>v0.06a</h3>
54                 <h4>PC UI/Scanning media images</h4>
55                 <img src="img/emufrontv06-1.png" alt="v0.1 PC UI" />
56                 <h3>v0.01a</h3>
57                 <h4>PC UI/Main window</h4>
58                 <img src="img/emufrontv01-1.png" alt="v0.1 PC UI" />
59
60                 <hr />
61
62                 <p>EmuFront &copy; 2010 Mikko Keinänen</p>
63         </body>
64 </html>