|
Revision 6712, 1.1 kB
(checked in by crschmidt, 9 months ago)
|
Firefox 2.0.0.13 changed behavior iwth regard to loading files relative to an
iframe included in a page from matching every other browser to matching IE.
Rather than try and guess what's going to happen with this in the future, at
the moment, just duplicate the data, in hopes of a more sane solution coming
along in the future for all our data loading needs.
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 |
<feed xmlns="http://www.w3.org/2005/Atom" |
|---|
| 3 |
xmlns:georss="http://www.georss.org/georss"> |
|---|
| 4 |
|
|---|
| 5 |
<title>tumulus</title> |
|---|
| 6 |
<link rel="self" |
|---|
| 7 |
href="http://pleiades.stoa.org/places/tumulus"/> |
|---|
| 8 |
<updated/> |
|---|
| 9 |
<author/> |
|---|
| 10 |
<id>http://pleiades.stoa.org/places/tumulus</id> |
|---|
| 11 |
|
|---|
| 12 |
<entry> |
|---|
| 13 |
<title>Unnamed Tumulus</title> |
|---|
| 14 |
<link rel="alternate" |
|---|
| 15 |
href="http://pleiades.stoa.org/places/638896" |
|---|
| 16 |
/> |
|---|
| 17 |
<id>http://pleiades.stoa.org/places/638896</id> |
|---|
| 18 |
<updated/> |
|---|
| 19 |
<summary>An ancient tumulus, attested during the Classical period (modern location: Karaburun). Its ancient name is not known.</summary> |
|---|
| 20 |
<georss:point>36.7702 29.9805</georss:point> |
|---|
| 21 |
</entry> |
|---|
| 22 |
<entry> |
|---|
| 23 |
<title>Unnamed Tumulus</title> |
|---|
| 24 |
<link rel="alternate" |
|---|
| 25 |
href="http://pleiades.stoa.org/places/638924" |
|---|
| 26 |
/> |
|---|
| 27 |
<id>http://pleiades.stoa.org/places/638924</id> |
|---|
| 28 |
<updated/> |
|---|
| 29 |
<summary>An ancient tumulus, attested during the Classical period (modern location: Kızılbel). Its ancient name is not known.</summary> |
|---|
| 30 |
<georss:point>36.7263 29.8619</georss:point> |
|---|
| 31 |
</entry> |
|---|
| 32 |
|
|---|
| 33 |
</feed> |
|---|