-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
30 lines (29 loc) · 1.11 KB
/
about.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
<div id="aboutWindow">
<H3>Main Idea</H3>
<p>To compose printable map sheets from map tiles online</p>
<H3>Contacts</H3>
<p>
I will be glad to any bug reports, suggestions or notes about this project. You can
<ul>
<li>write me e-mail to <a href="mailto:parshin.alexander@gmail.com">parshin.alexander@gmail.com</a>,</li>
<li>post new ticket in <a href="/trac">project trac</a></li>
</ul>
</p>
<H3>Thanks</H3>
<ul>
<li>To Alexander Zibrov for suggestions, great ideas and interest</li>
<li>To Vladislav Zavjalov for <a href="http://slazav.mccme.ru/maps/">great Moscow Region maps</a></li>
<li>To Dmitrij Zhurakovskij for scanned sheets of Arbalet map</li>
</ul>
<H3>Change Log</H3>
<ul>
<li>v2.0 (05.02.2011)
<ul>
<li>Track upload control is added</li>
<li>KMZ generation is added</li>
<li>Toggle sheet visibility using <Alt+H> shortkey</li>
</ul>
</li>
<li>v1.0 beta (27.12.2010) First version</li>
</ul>
</div>