File: readme.html

package info (click to toggle)
libkmlframework-java 0.0.20090718-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 4,700 kB
  • ctags: 4,450
  • sloc: java: 4,604; xml: 35; makefile: 10
file content (43 lines) | stat: -rw-r--r-- 1,715 bytes parent folder | download | duplicates (3)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<title>Readme</title>
</head>
<body>
	
	<h1>Readme</h1>
	<p>Thanks for taking a look at the KML framework</p>
	
	<h2>How to get started</h2>
	<ul>
		<li>Take a look at the <a href="javadoc/index.html">javadoc</a></li>
		<li>Take a look at the examples provided with the source at <a href="../src/org/boehn/kmlframework/examples">src/org/boehn/kmlframework/examples</a></li>
		<li>Include the org.boehn.kmlframework_[version_number].jar in your classpath and get started</li>
		<li>Check out the project's [TODO add link] home page for updates and more information, and join the <a href="http://groups.google.com/group/kmlframework">project's Google Group</a></li>
	</ul>

	<h2>Current TODOs</h2>
	<p>Classes for Dynamical creation of KML files are not yet updated to match the updated KML 2.2 classes. These will be updated shortly</p>
	<p>Extend the framework with easy usage of the new &lt;Change&gt; tag in KML</p>
	
	<h2>Version history</h2>
	
	<h3>2008-07-18</h3>
	This version should be fully functional for generating static KML documents.
	<ul>
		<li>Major update of KML to version 2.2</li>
		<li>Clean up in package structure</li>
		<li>Removed dependencies to 3rd party XML libraries</li>
		<li>Included source code, examples, javadoc and Readme file in distribution</li>
		<li>All classes not yet updated contains a "todo" in their package path</li>
	</ul>
	
	<h3>2008-07-08</h3>
	Added original version of source code, unedited.
	
	<h2>Contact information</h2>
	<p>Please feel free to contact me at <a href="mailto:eivind@boehn.org">eivind@boehn.org</a>.</p>
	
</body>
</html>