|
From: <lgr...@us...> - 2006-11-02 21:34:18
|
Revision: 13
http://svn.sourceforge.net/mapaphoto/?rev=13&view=rev
Author: lgrammel
Date: 2006-11-02 13:34:03 -0800 (Thu, 02 Nov 2006)
Log Message:
-----------
#1584398 tutorial how to use map-a-photo
Modified Paths:
--------------
homepage/trunk/index.html
Modified: homepage/trunk/index.html
===================================================================
--- homepage/trunk/index.html 2006-11-01 10:34:51 UTC (rev 12)
+++ homepage/trunk/index.html 2006-11-02 21:34:03 UTC (rev 13)
@@ -20,7 +20,7 @@
</p>
<p>
Please note that as far as I know, you can test the example locally by opening the "maps.html" file in
- your fabvorite browser if you have an internet connection, so the code must not be placed on a web
+ your favorite browser if you have an internet connection, so the code must not be placed on a web
server.
</p>
<h2>Setting the default map center and zoom level</h2>
@@ -32,7 +32,7 @@
</p>
<h2>Adding locations</h2>
<p>
- Locations are places on the map that have a name and can contain photos and texts.
+ Locations are places on the map that have a name and can contain photos and text.
</p>
<p>
To add your own locations to the map, you must modify the "data.xml" file contained in the example. The
@@ -45,13 +45,13 @@
<code><picture file="img_1490.jpg" date="2006-10-12 14:30" /></code>.
</p>
<p>
- Each pictures element contains a date and references an image file. The image file must be available
+ Each picture element contains a date and references an image file. The image file must be available
and displayable in the browser - it should be a png, jpg or gif image.
</p>
- <h2>Adding texts</h2>
+ <h2>Adding text</h2>
<p>
- Adding texts works like adding pictures, but the texts must be contained in the "data.xml" file, not
- in seperate files, e.g. <code><text date="2006-10-14 20:00">An example text...</text></code>.
+ Adding text works like adding pictures, but the text must be contained in the "data.xml" file, not
+ in separate files, e.g. <code><text date="2006-10-14 20:00">An example text...</text></code>.
</p>
</body>
</html>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|