-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
directory-info.html
45 lines (41 loc) · 3.52 KB
/
directory-info.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head>
<style>
body {text-align:center}
td, th {border:1px solid #888;padding:3px}
th {background:#cccccc}
.rname {font-family:monospace}
</style>
</head>
<body>
<h3>Info about the directory structure of the Sc2gears project</h3>
<table>
<tr><th colspan=3 class="rname">File/folder</th><th>Description</th>
<tr><td colspan=3 class="rname">/src</td><td>Main source folder of Sc2gears.</td>
<tr><td colspan=3 class="rname">/src-shared</td><td>Shared source folder for both Sc2gears and Sc2gears Updater.</td>
<tr><td colspan=3 class="rname">/src-updater</td><td>Main source folder of the Sc2gears Updater.</td>
<tr><td colspan=3 class="rname">/src-util</td><td>Source of some utility/test application, not part of Sc2gears.</td>
<tr><td colspan=3 class="rname">/src-common</td><td>Common source for both Sc2gears and Sc2gears Database.</td>
<tr><td colspan=3 class="rname">/src-sc2gearsdb</td><td>Source folder of the web application of the back-end server for Sc2gears.</td>
<tr><td colspan=3 class="rname">/src-plugins</td><td>Source folder of some of my plugins. They provide extra functionality for Sc2gears; implemented as plugins for educational purposes.</td>
<tr><td colspan=3 class="rname">/src-sc2gearspluginapi</td><td>Source folder of the Sc2gears plugin interface and the APIs and services that are provided for the plugins.</td>
<tr><td colspan=3 class="rname">/app-folder</td><td>Contains the off-line files and static files/folders required to run Sc2gears (including the language files).</td>
<tr><td colspan=3 class="rname">/release-files</td><td>Static resource files needed to create a release.</td>
<tr><td colspan=3 class="rname">/release</td><td>Target folder for creating a release</td>
<tr><td colspan=3 class="rname">/doc</td><td>Contains some info and help files. </td>
<tr><td colspan=3 class="rname">/resources</td><td>Some external resources with the intent to provide information only, not required for the project.</td>
<tr><td rowspan=5 class="rname">/war</td><td colspan=2>/</td><td>Files of the Sc2gears Database web application.</td>
<tr><td rowspan=4 class="rname">/hosted</td><td>/</td><td>Hosted files that are intended for Sc2gears clients.</td>
<tr><td class="rname">/latest_version.xml</td><td>XML document containing required info about the latest release.</td>
<tr><td class="rname">/start_pageXXX.html</td><td>HTML document to be displayed as the Start page of Sc2gears.</td>
<tr><td class="rname">/custom_protraits.xml</td><td>XML document containing the custom portraits definition.</td>
<tr><td colspan=3 class="rname">/clear_for_archiving.cmd</td><td>Windows script to clear unnecessary, compiler generated files to make backups smaller.</td>
<tr><td colspan=3 class="rname">/create-release.cmd</td><td>Windows script to create a release.</td>
<tr><td colspan=3 class="rname">/directory-info.html</td><td>This document.</td>
<tr><td colspan=3 class="rname">/Sc2gears.launch</td><td>Eclipse launch configuration to run Sc2gears.</td>
<tr><td colspan=3 class="rname">/zprj-Sc2gears-parsing-engine</td><td>This is an embedded Eclipse project (originally it was a separate project). It is a stripped / altered version of the Sc2gears replay parsing engine, tailored for running in web apps. This is the parsing engine used in the Parsing Service of the Sc2gears Database. This project produces the sc2gears-parsing-engine.jar lib to be placed under /war/WEB-INF/lib.</td>
</table>
<hr/>
<div align=right><i>©András Belicza, 2010-2014</i></div>
</body>
</html>