First screenshot released.
[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">
4         <head>
5                 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
6                 <title>EmuFront :: an universal emulator front-end</title>
7                 <link rel="stylesheet" href="style.css" type="text/css" />
8         </head>
9         <body>
10                 <h1>Welcome to EmuFront!</h1>
11
12                 <h2>About</h2>
13                 <p>EmuFront is an universal (multi-system) emulator front-end implemented in
14                 QT, C++ and SQLite targeted on Linux operating systems (especially Maemo and MeeGo
15                 platforms).</p>
16
17                 <p>EmuFront is Open Source Software licenced under GPL version 2.</p>
18
19
20                 <h2>Project</h2>
21                 <ul>
22                         <li><a href="https://garage.maemo.org/projects/emufront/">Project page</a></li>
23                         <li><a href="https://garage.maemo.org/plugins/ggit/browse.php/?p=emufront">Browse Git Repository</a></li>
24                 </ul>
25
26                 <h2>Features</h2>
27                 <ul>
28                         <li>Configure platforms (Commodore 64, Sega Master
29                         System, ...)</li>
30                         <li>Configure media types (Cartridge, floppy disk,
31                         ...)</li>
32                         <li>Configure setups (platform, media type
33                         and supported file types)</li>
34                         <li>Configure and scan filepaths containing
35                         disk/rom/tape-images</li>
36                         <li>Configure emulators (executable, command line
37                         options, supported setup)</li>
38                         <li>Launch emulators with disk/rom/tape-images</li>
39                         <li>...</li>
40                 </ul>
41
42                 <h2>Screenshots</h3>
43                 
44                 <h3>v0.01a</h3>
45                 <h4>PC UI/Main window</h4>
46                 <img src="img/emufrontv01-1.png" alt="v0.1 PC UI" />
47
48                 <hr />
49
50                 <p>EmuFront &copy; 2010 Mikko Keinänen</p>
51         </body>
52 </html>