diff --git a/handbook/troggle/datamodel.html b/handbook/troggle/datamodel.html
index a9fa8b15b..503a8eba9 100644
--- a/handbook/troggle/datamodel.html
+++ b/handbook/troggle/datamodel.html
@@ -294,43 +294,43 @@ from django.db import models
cave_id = models.IntegerField(blank=True, null=True)
-class CoreTunnelfile(models.Model):
+class CoreDwgfile(models.Model):
id = models.IntegerField(primary_key =True) # AutoField?
- tunnelpath = models.CharField(max_length=200)
- tunnelname = models.CharField(max_length=200)
+ dwgpath = models.CharField(max_length=200)
+ dwgname = models.CharField(max_length=200)
bfontcolours = models.BooleanField()
filesize = models.IntegerField()
npaths = models.IntegerField()
-class CoreTunnelfileSurvexblocks(models.Model):
+class CoreDwgfileSurvexblocks(models.Model):
id = models.IntegerField(primary_key =True) # AutoField?
- tunnelfile_id = models.IntegerField()
+ dwgfile_id = models.IntegerField()
survexblock = models.ForeignKey (CoreSurvexblock)
-class CoreTunnelfileSurvexscans(models.Model):
+class CoreDwgfileSurvexscans(models.Model):
id = models.IntegerField(primary_key =True) # AutoField?
- tunnelfile_id = models.IntegerField()
+ dwgfile_id = models.IntegerField()
survexscansingle = models.ForeignKey (CoreSurvexscansingle)
-class CoreTunnelfileSurvexscansfolders(models.Model):
+class CoreDwgfileSurvexscansfolders(models.Model):
id = models.IntegerField(primary_key =True) # AutoField?
- tunnelfile_id = models.IntegerField()
+ dwgfile_id = models.IntegerField()
survexscansfolder = models.ForeignKey (CoreSurvexscansfolder)
-class CoreTunnelfileSurvextitles(models.Model):
+class CoreDwgfileSurvextitles(models.Model):
id = models.IntegerField(primary_key =True) # AutoField?
- tunnelfile_id = models.IntegerField()
+ dwgfile_id = models.IntegerField()
survextitle = models.ForeignKey (CoreSurvextitle)
-class CoreTunnelfileTunnelcontains(models.Model):
+class CoreDwgfileDwgcontains(models.Model):
id = models.IntegerField(primary_key =True) # AutoField?
- from_tunnelfile_id = models.IntegerField()
- to_tunnelfile_id = models.IntegerField()
+ from_dwgfile_id = models.IntegerField()
+ to_dwgfile_id = models.IntegerField()
class DjangoAdminLog(models.Model):
diff --git a/handbook/troggle/trogdjangup.html b/handbook/troggle/trogdjangup.html
index 94e961dd9..08667240e 100644
--- a/handbook/troggle/trogdjangup.html
+++ b/handbook/troggle/trogdjangup.html
@@ -128,7 +128,7 @@
- http://localhost:8000/expofiles/surveyscans/2019/walletindex.html
- http://localhost:8000/survey_scans/
- http://localhost:8000/survexfile/caves/
-
- http://localhost:8000/tunneldata/
+
- http://localhost:8000/dwgdata/
- http://localhost:8000/expofiles/rigging_topos/264/entrance_topo_2016.pdf
- http://localhost:8000/expofiles/rigging_topos/264/entrance_topo_2016.svg
- http://localhost:8000/expofiles/rigging_topos/264/entrance_topo1_2016.jpeg
diff --git a/handbook/troggle/trogdocm.html b/handbook/troggle/trogdocm.html
index 2b3c8226a..d7af01cd3 100644
--- a/handbook/troggle/trogdocm.html
+++ b/handbook/troggle/trogdocm.html
@@ -24,7 +24,7 @@ fix import errors by re-editing the input files: survex, tunnel, or logbook.
logbook entry - who, where and what
survey_scans - all wallets of scanned surveys and corresponding survex files
per-wallet links - links to scan files and survex files from one wallet
-tunneldata - all the tunnel drawings and the wallets and scanned images they derive from
+dwgdata - all the tunnel & therion drawings and the wallets and scanned images they derive from
/admin/core/dataissue/ - where the data import errors and warnings are recorded
diff --git a/xml-refs.err.html b/xml-refs.err.html
index 279e69078..d95d7c237 100644
--- a/xml-refs.err.html
+++ b/xml-refs.err.html
@@ -1,11 +1,11 @@
-2014-neo-01/2014-neo-01-sketch.xml -> caves-1623/2014-neo-01/2014-neo-01.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/caves-fischgesicht-area.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/caves-fischgesicht-area.svx -264-and-258/alreadyimported2019/2cold2think.xml -> caves-1623/264/littleboy.svx -264-and-258/alreadyimported2019/mash-sketch5.xml -> caves-1623/264/mash.svx -264-and-258/alreadyimported2019/mudslope-sketch.xml -> caves-1623/264/mudslope.svx -264-and-258/alreadyimported2019/myopia-sketch.xml -> caves-1623/264/myopia.svx -264-and-258/alreadyimported2019/snailtrail-sketch.xml -> caves-1623/264/snailtrail.svx -264-and-258/alreadyimported/littleboy-sketch.xml -> caves-1623/264/littleboy.svx +2014-neo-01/2014-neo-01-sketch.xml -> caves-1623/2014-neo-01/2014-neo-01.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/caves-fischgesicht-area.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/caves-fischgesicht-area.svx +264-and-258/alreadyimported2019/2cold2think.xml -> caves-1623/264/littleboy.svx +264-and-258/alreadyimported2019/mash-sketch5.xml -> caves-1623/264/mash.svx +264-and-258/alreadyimported2019/mudslope-sketch.xml -> caves-1623/264/mudslope.svx +264-and-258/alreadyimported2019/myopia-sketch.xml -> caves-1623/264/myopia.svx +264-and-258/alreadyimported2019/snailtrail-sketch.xml -> caves-1623/264/snailtrail.svx +264-and-258/alreadyimported/littleboy-sketch.xml -> caves-1623/264/littleboy.svxdiff --git a/xml-refs.ok.html b/xml-refs.ok.html index 292cf8bdf..1b463fe77 100644 --- a/xml-refs.ok.html +++ b/xml-refs.ok.html @@ -1,187 +1,187 @@
-107/161connection.xml -> caves-1623/107/161connection.svx -107/entcleads.xml -> caves-1623/107/entcleads.svx -107/fudgedup.xml -> caves-1623/107/fudgedup.svx -2010-03/2010-03-sketch.xml -> caves-1623/2010-03/2010-03.svx -2011-01/2011-01-sketch.xml -> caves-1623/2011-01/2011-01.svx -2011-01/2011-01-sketch.xml -> caves-1623/2011-01/bullet1.svx -2011-01/2011-01-sketch.xml -> caves-1623/2011-01/bullet2.svx -2011-01/2011-01-sketch.xml -> caves-1623/2011-01/bullet3.svx -2017-cucc-23/2017-cucc-23.xml -> caves-1623/2017-cucc-23/2017-cucc-23.svx -2017-cucc-23/2017-cucc-23.xml -> caves-1623/2017-cucc-23/keinwassermelone.svx -2017-cucc-24/aldreadyimported/couldashouldawoulda-sketch.xml -> caves-1623/2017-cucc-24/couldashouldawoulda.svx -2017-cucc-24/aldreadyimported/gsh4-sketch.xml -> caves-1623/2017-cucc-24/gsh4.svx -2017-cucc-24/aldreadyimported/riftpiece-sketch.xml -> caves-1623/2017-cucc-24/riftpiece.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/12monkeys.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/bigbastard.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/blower.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/canyon.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/entranceseries.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part1.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part2.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/freeatticflys.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/gardeningschl.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/icytube.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/kublakhan.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/pushderig.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/windytube.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/12monkeys.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/bigbastard.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blower.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/canyon.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/entranceseries.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/fishface1.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/freeatticflys.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/gardeningschl.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/icytube.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/kublakhan.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/pushderig.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/windytube.svx -2017-cucc-28/alreadyimported/canyon-sketch.xml -> caves-1623/2017-cucc-28/canyon.svx -2017-cucc-28/alreadyimported/entranceseries-sketch.xml -> caves-1623/2017-cucc-28/entranceseries.svx -2017-cucc-28/alreadyimported/fishface1-part1-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part1.svx -2017-cucc-28/alreadyimported/fishface1-part2-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part2.svx -2017-cucc-28/alreadyimported/icytube-sketch.xml -> caves-1623/2017-cucc-28/icytube.svx -2017-cucc-28/alreadyimported/ulysses_to_colericchamber-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx -2017-cucc-28/alreadyimported/windytube-sketch.xml -> caves-1623/2017-cucc-28/windytube.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/12monkeys.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/bigbastard.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blower.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/canyon.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/entranceseries.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/fishface1.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/freeatticflys.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/gardeningschl.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/icytube.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/kublakhan.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/pushderig.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/windytube.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-23/2017-cucc-23.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-23/keinwassermelone.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/2017-cucc-24.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/couldashouldawoulda.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/dentb.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/dentrance.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/gsh4.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/riftpiece.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/12monkeys.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/bigbastard.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/blower.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/canyon.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/entranceseries.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part1.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part2.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/freeatticflys.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/gardeningschl.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/icytube.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/kublakhan.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/pushderig.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/windytube.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/12monkeys.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/bigbastard.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/blower.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/canyon.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/entranceseries.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/fishface1.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/freeatticflys.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/gardeningschl.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/icytube.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/kublakhan.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/pushderig.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/rubblerumble.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/windytube.svx -264-and-258/alreadyimported2019/2cold2think.xml -> caves-1623/264/lower_balkon/2cold2think.svx -264-and-258/alreadyimported2019/camploop.xml -> caves-1623/264/lower_balkon/camploop.svx -264-and-258/alreadyimported2019/choked.xml -> caves-1623/264/lower_balkon/choked.svx -264-and-258/alreadyimported2019/custardpassage.xml -> caves-1623/264/lower_balkon/custardcavalry.svx -264-and-258/alreadyimported2019/drunkdrivers.xml -> caves-1623/264/lower_balkon/drunkdrivers.svx -264-and-258/alreadyimported2019/einfach.xml -> caves-1623/264/lower_balkon/einfach.svx -264-and-258/alreadyimported2019/hangmansdaughter-2018.xml -> caves-1623/264/lower_balkon/hangmansdaughter.svx -264-and-258/alreadyimported2019/hangman-sketch.xml -> caves-1623/264/lower_balkon/hangman.svx -264-and-258/alreadyimported2019/ichfuhlenichts.xml -> caves-1623/264/lower_balkon/ichfuhlenichts.svx -264-and-258/alreadyimported2019/lipstickdipstick.xml -> caves-1623/264/lower_balkon/lipstickdipstick.svx -264-and-258/alreadyimported2019/microscopicthunder.xml -> caves-1623/264/lower_balkon/microscopicthunder.svx -264-and-258/alreadyimported2019/mongolrally-sketch.xml -> caves-1623/264/lower_balkon/mongolrally.svx -264-and-258/alreadyimported2019/mush.xml -> caves-1623/264/lower_balkon/mush.svx -264-and-258/alreadyimported2019/myopia2.xml -> caves-1623/264/lower_balkon/myopia2.svx -264-and-258/alreadyimported2019/naturecalls.xml -> caves-1623/264/lower_balkon/naturecalls.svx -264-and-258/alreadyimported2019/pitstop2.xml -> caves-1623/264/lower_balkon/pitstop_2.svx -264-and-258/alreadyimported2019/pitstop3-2018.xml -> caves-1623/264/lower_balkon/pitstop_3.svx -264-and-258/alreadyimported2019/radiosilence.xml -> caves-1623/258/hydra/radiosilence.svx -264-and-258/alreadyimported2019/rubbermanstream.xml -> caves-1623/264/lower_balkon/rubbermanstream.svx -264-and-258/alreadyimported2019/rubberman.xml -> caves-1623/264/lower_balkon/rubberman.svx -264-and-258/alreadyimported2019/scum2.xml -> caves-1623/258/hydra/scum2.svx -264-and-258/alreadyimported2019/scumoftheearth.xml -> caves-1623/258/hydra/scumoftheearth.svx -264-and-258/alreadyimported2019/sluggish-sketch.xml -> caves-1623/264/lower_balkon/sluggish.svx -264-and-258/alreadyimported2019/waterhole.xml -> caves-1623/264/lower_balkon/waterhole.svx -264-and-258/alreadyimported2019/wheresthemilk.xml -> caves-1623/264/lower_balkon/wheresthemilk.svx -264-and-258/alreadyimported2019/youdontknowyourbeautiful.xml -> caves-1623/264/lower_balkon/youdontknowyourebeautiful.svx -minorCavesNear204/110sketch.xml -> caves-1623/110/110.svx -minorCavesNear204/110sketch.xml -> caves-1623/110/notakittensheckschance.svx -minorCavesNear204/2012-dd-08.xml -> caves-1623/2012-dd-08/2012-dd-08.svx -minorCavesNear204/2018-dm-07-hobnob_hallway_2-sketch.xml -> caves-1626/2018-dm-07/hobnob_hallway_2.svx +107/161connection.xml -> caves-1623/107/161connection.svx +107/entcleads.xml -> caves-1623/107/entcleads.svx +107/fudgedup.xml -> caves-1623/107/fudgedup.svx +2010-03/2010-03-sketch.xml -> caves-1623/2010-03/2010-03.svx +2011-01/2011-01-sketch.xml -> caves-1623/2011-01/2011-01.svx +2011-01/2011-01-sketch.xml -> caves-1623/2011-01/bullet1.svx +2011-01/2011-01-sketch.xml -> caves-1623/2011-01/bullet2.svx +2011-01/2011-01-sketch.xml -> caves-1623/2011-01/bullet3.svx +2017-cucc-23/2017-cucc-23.xml -> caves-1623/2017-cucc-23/2017-cucc-23.svx +2017-cucc-23/2017-cucc-23.xml -> caves-1623/2017-cucc-23/keinwassermelone.svx +2017-cucc-24/aldreadyimported/couldashouldawoulda-sketch.xml -> caves-1623/2017-cucc-24/couldashouldawoulda.svx +2017-cucc-24/aldreadyimported/gsh4-sketch.xml -> caves-1623/2017-cucc-24/gsh4.svx +2017-cucc-24/aldreadyimported/riftpiece-sketch.xml -> caves-1623/2017-cucc-24/riftpiece.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/12monkeys.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/bigbastard.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/blower.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/canyon.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/entranceseries.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part1.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part2.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/freeatticflys.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/gardeningschl.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/icytube.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/kublakhan.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/pushderig.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/windytube.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/12monkeys.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/bigbastard.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blower.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/canyon.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/entranceseries.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/fishface1.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/freeatticflys.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/gardeningschl.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/icytube.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/kublakhan.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/pushderig.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/windytube.svx +2017-cucc-28/alreadyimported/canyon-sketch.xml -> caves-1623/2017-cucc-28/canyon.svx +2017-cucc-28/alreadyimported/entranceseries-sketch.xml -> caves-1623/2017-cucc-28/entranceseries.svx +2017-cucc-28/alreadyimported/fishface1-part1-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part1.svx +2017-cucc-28/alreadyimported/fishface1-part2-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part2.svx +2017-cucc-28/alreadyimported/icytube-sketch.xml -> caves-1623/2017-cucc-28/icytube.svx +2017-cucc-28/alreadyimported/ulysses_to_colericchamber-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx +2017-cucc-28/alreadyimported/windytube-sketch.xml -> caves-1623/2017-cucc-28/windytube.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/12monkeys.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/bigbastard.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blower.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/canyon.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/entranceseries.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/fishface1.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/freeatticflys.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/gardeningschl.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/icytube.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/kublakhan.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/pushderig.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/windytube.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-23/2017-cucc-23.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-23/keinwassermelone.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/2017-cucc-24.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/couldashouldawoulda.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/dentb.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/dentrance.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/gsh4.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/riftpiece.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/12monkeys.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/bigbastard.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/blower.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/canyon.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/entranceseries.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part1.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part2.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/freeatticflys.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/gardeningschl.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/icytube.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/kublakhan.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/pushderig.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/windytube.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/12monkeys.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/bigbastard.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/blower.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/canyon.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/entranceseries.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/fishface1.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/freeatticflys.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/gardeningschl.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/icytube.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/kublakhan.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/pushderig.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/rubblerumble.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/windytube.svx +264-and-258/alreadyimported2019/2cold2think.xml -> caves-1623/264/lower_balkon/2cold2think.svx +264-and-258/alreadyimported2019/camploop.xml -> caves-1623/264/lower_balkon/camploop.svx +264-and-258/alreadyimported2019/choked.xml -> caves-1623/264/lower_balkon/choked.svx +264-and-258/alreadyimported2019/custardpassage.xml -> caves-1623/264/lower_balkon/custardcavalry.svx +264-and-258/alreadyimported2019/drunkdrivers.xml -> caves-1623/264/lower_balkon/drunkdrivers.svx +264-and-258/alreadyimported2019/einfach.xml -> caves-1623/264/lower_balkon/einfach.svx +264-and-258/alreadyimported2019/hangmansdaughter-2018.xml -> caves-1623/264/lower_balkon/hangmansdaughter.svx +264-and-258/alreadyimported2019/hangman-sketch.xml -> caves-1623/264/lower_balkon/hangman.svx +264-and-258/alreadyimported2019/ichfuhlenichts.xml -> caves-1623/264/lower_balkon/ichfuhlenichts.svx +264-and-258/alreadyimported2019/lipstickdipstick.xml -> caves-1623/264/lower_balkon/lipstickdipstick.svx +264-and-258/alreadyimported2019/microscopicthunder.xml -> caves-1623/264/lower_balkon/microscopicthunder.svx +264-and-258/alreadyimported2019/mongolrally-sketch.xml -> caves-1623/264/lower_balkon/mongolrally.svx +264-and-258/alreadyimported2019/mush.xml -> caves-1623/264/lower_balkon/mush.svx +264-and-258/alreadyimported2019/myopia2.xml -> caves-1623/264/lower_balkon/myopia2.svx +264-and-258/alreadyimported2019/naturecalls.xml -> caves-1623/264/lower_balkon/naturecalls.svx +264-and-258/alreadyimported2019/pitstop2.xml -> caves-1623/264/lower_balkon/pitstop_2.svx +264-and-258/alreadyimported2019/pitstop3-2018.xml -> caves-1623/264/lower_balkon/pitstop_3.svx +264-and-258/alreadyimported2019/radiosilence.xml -> caves-1623/258/hydra/radiosilence.svx +264-and-258/alreadyimported2019/rubbermanstream.xml -> caves-1623/264/lower_balkon/rubbermanstream.svx +264-and-258/alreadyimported2019/rubberman.xml -> caves-1623/264/lower_balkon/rubberman.svx +264-and-258/alreadyimported2019/scum2.xml -> caves-1623/258/hydra/scum2.svx +264-and-258/alreadyimported2019/scumoftheearth.xml -> caves-1623/258/hydra/scumoftheearth.svx +264-and-258/alreadyimported2019/sluggish-sketch.xml -> caves-1623/264/lower_balkon/sluggish.svx +264-and-258/alreadyimported2019/waterhole.xml -> caves-1623/264/lower_balkon/waterhole.svx +264-and-258/alreadyimported2019/wheresthemilk.xml -> caves-1623/264/lower_balkon/wheresthemilk.svx +264-and-258/alreadyimported2019/youdontknowyourbeautiful.xml -> caves-1623/264/lower_balkon/youdontknowyourebeautiful.svx +minorCavesNear204/110sketch.xml -> caves-1623/110/110.svx +minorCavesNear204/110sketch.xml -> caves-1623/110/notakittensheckschance.svx +minorCavesNear204/2012-dd-08.xml -> caves-1623/2012-dd-08/2012-dd-08.svx +minorCavesNear204/2018-dm-07-hobnob_hallway_2-sketch.xml -> caves-1626/2018-dm-07/hobnob_hallway_2.svxdiff --git a/xmlvalid.html b/xmlvalid.html index 77d8105df..4234acdb2 100644 --- a/xmlvalid.html +++ b/xmlvalid.html @@ -40,191 +40,191 @@ See handbook "other script src="xml-refs.ok.html" frameborder="1" > -->
-107/161connection.xml -> caves-1623/107/161connection.svx -107/entcleads.xml -> caves-1623/107/entcleads.svx -107/fudgedup.xml -> caves-1623/107/fudgedup.svx -2010-03/2010-03-sketch.xml -> caves-1623/2010-03/2010-03.svx -2011-01/2011-01-sketch.xml -> caves-1623/2011-01/2011-01.svx -2011-01/2011-01-sketch.xml -> caves-1623/2011-01/bullet1.svx -2011-01/2011-01-sketch.xml -> caves-1623/2011-01/bullet2.svx -2011-01/2011-01-sketch.xml -> caves-1623/2011-01/bullet3.svx -2017-cucc-23/2017-cucc-23.xml -> caves-1623/2017-cucc-23/2017-cucc-23.svx -2017-cucc-23/2017-cucc-23.xml -> caves-1623/2017-cucc-23/keinwassermelone.svx -2017-cucc-24/aldreadyimported/couldashouldawoulda-sketch.xml -> caves-1623/2017-cucc-24/couldashouldawoulda.svx -2017-cucc-24/aldreadyimported/gsh4-sketch.xml -> caves-1623/2017-cucc-24/gsh4.svx -2017-cucc-24/aldreadyimported/riftpiece-sketch.xml -> caves-1623/2017-cucc-24/riftpiece.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/12monkeys.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/bigbastard.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/blower.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/canyon.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/entranceseries.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part1.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part2.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/freeatticflys.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/gardeningschl.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/icytube.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/kublakhan.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/pushderig.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx -2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/windytube.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/12monkeys.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/bigbastard.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blower.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/canyon.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/entranceseries.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/fishface1.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/freeatticflys.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/gardeningschl.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/icytube.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/kublakhan.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/pushderig.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx -2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/windytube.svx -2017-cucc-28/alreadyimported/canyon-sketch.xml -> caves-1623/2017-cucc-28/canyon.svx -2017-cucc-28/alreadyimported/entranceseries-sketch.xml -> caves-1623/2017-cucc-28/entranceseries.svx -2017-cucc-28/alreadyimported/fishface1-part1-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part1.svx -2017-cucc-28/alreadyimported/fishface1-part2-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part2.svx -2017-cucc-28/alreadyimported/icytube-sketch.xml -> caves-1623/2017-cucc-28/icytube.svx -2017-cucc-28/alreadyimported/ulysses_to_colericchamber-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx -2017-cucc-28/alreadyimported/windytube-sketch.xml -> caves-1623/2017-cucc-28/windytube.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/12monkeys.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/bigbastard.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blower.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/canyon.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/entranceseries.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/fishface1.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/freeatticflys.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/gardeningschl.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/icytube.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/kublakhan.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/pushderig.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx -2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/windytube.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-23/2017-cucc-23.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-23/keinwassermelone.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/2017-cucc-24.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/couldashouldawoulda.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/dentb.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/dentrance.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/gsh4.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/riftpiece.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/12monkeys.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/bigbastard.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/blower.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/canyon.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/entranceseries.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part1.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part2.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/freeatticflys.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/gardeningschl.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/icytube.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/kublakhan.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/pushderig.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx -2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/windytube.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/12monkeys.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/bigbastard.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/blower.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/canyon.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/entranceseries.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/fishface1.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/freeatticflys.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/gardeningschl.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/icytube.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/kublakhan.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/pushderig.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/rubblerumble.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx -2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/windytube.svx -264-and-258/alreadyimported2019/2cold2think.xml -> caves-1623/264/lower_balkon/2cold2think.svx -264-and-258/alreadyimported2019/camploop.xml -> caves-1623/264/lower_balkon/camploop.svx -264-and-258/alreadyimported2019/choked.xml -> caves-1623/264/lower_balkon/choked.svx -264-and-258/alreadyimported2019/custardpassage.xml -> caves-1623/264/lower_balkon/custardcavalry.svx -264-and-258/alreadyimported2019/drunkdrivers.xml -> caves-1623/264/lower_balkon/drunkdrivers.svx -264-and-258/alreadyimported2019/einfach.xml -> caves-1623/264/lower_balkon/einfach.svx -264-and-258/alreadyimported2019/hangmansdaughter-2018.xml -> caves-1623/264/lower_balkon/hangmansdaughter.svx -264-and-258/alreadyimported2019/hangman-sketch.xml -> caves-1623/264/lower_balkon/hangman.svx -264-and-258/alreadyimported2019/ichfuhlenichts.xml -> caves-1623/264/lower_balkon/ichfuhlenichts.svx -264-and-258/alreadyimported2019/lipstickdipstick.xml -> caves-1623/264/lower_balkon/lipstickdipstick.svx -264-and-258/alreadyimported2019/microscopicthunder.xml -> caves-1623/264/lower_balkon/microscopicthunder.svx -264-and-258/alreadyimported2019/mongolrally-sketch.xml -> caves-1623/264/lower_balkon/mongolrally.svx -264-and-258/alreadyimported2019/mush.xml -> caves-1623/264/lower_balkon/mush.svx -264-and-258/alreadyimported2019/myopia2.xml -> caves-1623/264/lower_balkon/myopia2.svx -264-and-258/alreadyimported2019/naturecalls.xml -> caves-1623/264/lower_balkon/naturecalls.svx -264-and-258/alreadyimported2019/pitstop2.xml -> caves-1623/264/lower_balkon/pitstop_2.svx -264-and-258/alreadyimported2019/pitstop3-2018.xml -> caves-1623/264/lower_balkon/pitstop_3.svx -264-and-258/alreadyimported2019/radiosilence.xml -> caves-1623/258/hydra/radiosilence.svx -264-and-258/alreadyimported2019/rubbermanstream.xml -> caves-1623/264/lower_balkon/rubbermanstream.svx -264-and-258/alreadyimported2019/rubberman.xml -> caves-1623/264/lower_balkon/rubberman.svx -264-and-258/alreadyimported2019/scum2.xml -> caves-1623/258/hydra/scum2.svx -264-and-258/alreadyimported2019/scumoftheearth.xml -> caves-1623/258/hydra/scumoftheearth.svx -264-and-258/alreadyimported2019/sluggish-sketch.xml -> caves-1623/264/lower_balkon/sluggish.svx -264-and-258/alreadyimported2019/waterhole.xml -> caves-1623/264/lower_balkon/waterhole.svx -264-and-258/alreadyimported2019/wheresthemilk.xml -> caves-1623/264/lower_balkon/wheresthemilk.svx -264-and-258/alreadyimported2019/youdontknowyourbeautiful.xml -> caves-1623/264/lower_balkon/youdontknowyourebeautiful.svx -minorCavesNear204/110sketch.xml -> caves-1623/110/110.svx -minorCavesNear204/110sketch.xml -> caves-1623/110/notakittensheckschance.svx -minorCavesNear204/2012-dd-08.xml -> caves-1623/2012-dd-08/2012-dd-08.svx -minorCavesNear204/2018-dm-07-hobnob_hallway_2-sketch.xml -> caves-1626/2018-dm-07/hobnob_hallway_2.svx +107/161connection.xml -> caves-1623/107/161connection.svx +107/entcleads.xml -> caves-1623/107/entcleads.svx +107/fudgedup.xml -> caves-1623/107/fudgedup.svx +2010-03/2010-03-sketch.xml -> caves-1623/2010-03/2010-03.svx +2011-01/2011-01-sketch.xml -> caves-1623/2011-01/2011-01.svx +2011-01/2011-01-sketch.xml -> caves-1623/2011-01/bullet1.svx +2011-01/2011-01-sketch.xml -> caves-1623/2011-01/bullet2.svx +2011-01/2011-01-sketch.xml -> caves-1623/2011-01/bullet3.svx +2017-cucc-23/2017-cucc-23.xml -> caves-1623/2017-cucc-23/2017-cucc-23.svx +2017-cucc-23/2017-cucc-23.xml -> caves-1623/2017-cucc-23/keinwassermelone.svx +2017-cucc-24/aldreadyimported/couldashouldawoulda-sketch.xml -> caves-1623/2017-cucc-24/couldashouldawoulda.svx +2017-cucc-24/aldreadyimported/gsh4-sketch.xml -> caves-1623/2017-cucc-24/gsh4.svx +2017-cucc-24/aldreadyimported/riftpiece-sketch.xml -> caves-1623/2017-cucc-24/riftpiece.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/12monkeys.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/bigbastard.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/blower.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/canyon.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/entranceseries.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part1.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part2.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/freeatticflys.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/gardeningschl.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/icytube.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/kublakhan.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/pushderig.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx +2017-cucc-28/2017-cucc-28-sketch.xml -> caves-1623/2017-cucc-28/windytube.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/12monkeys.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/bigbastard.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blower.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/canyon.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/entranceseries.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/fishface1.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/freeatticflys.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/gardeningschl.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/icytube.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/kublakhan.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/pushderig.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx +2017-cucc-28/above_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/windytube.svx +2017-cucc-28/alreadyimported/canyon-sketch.xml -> caves-1623/2017-cucc-28/canyon.svx +2017-cucc-28/alreadyimported/entranceseries-sketch.xml -> caves-1623/2017-cucc-28/entranceseries.svx +2017-cucc-28/alreadyimported/fishface1-part1-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part1.svx +2017-cucc-28/alreadyimported/fishface1-part2-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part2.svx +2017-cucc-28/alreadyimported/icytube-sketch.xml -> caves-1623/2017-cucc-28/icytube.svx +2017-cucc-28/alreadyimported/ulysses_to_colericchamber-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx +2017-cucc-28/alreadyimported/windytube-sketch.xml -> caves-1623/2017-cucc-28/windytube.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/12monkeys.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/bigbastard.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/blower.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/canyon.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/entranceseries.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/fishface1.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/freeatticflys.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/gardeningschl.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/icytube.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/kublakhan.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/pushderig.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/rubblerumble.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx +2017-cucc-28/below_rubble_rumble_v2.xml -> caves-1623/2017-cucc-28/windytube.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-23/2017-cucc-23.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-23/keinwassermelone.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/2017-cucc-24.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/couldashouldawoulda.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/dentb.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/dentrance.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/gsh4.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-24/riftpiece.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/12monkeys.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/bigbastard.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/blower.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/canyon.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/entranceseries.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part1.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/fishface1-part2.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/freeatticflys.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/gardeningschl.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/icytube.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/kublakhan.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/pushderig.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/rubblerumble.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx +2017-cucc-28/caves-fischgesicht-area-sketch.xml -> caves-1623/2017-cucc-28/windytube.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/12monkeys.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/2017-cucc-28.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/bigbastard.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/blitzen_to_liquidluck.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/blower.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/canyon.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/coconutchamber1.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/coconutchamber2.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/coconutchamber3.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/entranceseries.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/fishface1.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/freeatticflys.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/gardeningschl.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/icytube.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/kublakhan.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/miraclemaze1.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/miraclemaze2.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/pushderig.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/rubblerumble2.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/rubblerumble3.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/rubblerumble.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/toto_to_crystalcrumble.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/ulysses_to_colericchamber.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/ulysses_to_toto.svx +2017-cucc-28/entrance_to_blitzen_boulevard.xml -> caves-1623/2017-cucc-28/windytube.svx +264-and-258/alreadyimported2019/2cold2think.xml -> caves-1623/264/lower_balkon/2cold2think.svx +264-and-258/alreadyimported2019/camploop.xml -> caves-1623/264/lower_balkon/camploop.svx +264-and-258/alreadyimported2019/choked.xml -> caves-1623/264/lower_balkon/choked.svx +264-and-258/alreadyimported2019/custardpassage.xml -> caves-1623/264/lower_balkon/custardcavalry.svx +264-and-258/alreadyimported2019/drunkdrivers.xml -> caves-1623/264/lower_balkon/drunkdrivers.svx +264-and-258/alreadyimported2019/einfach.xml -> caves-1623/264/lower_balkon/einfach.svx +264-and-258/alreadyimported2019/hangmansdaughter-2018.xml -> caves-1623/264/lower_balkon/hangmansdaughter.svx +264-and-258/alreadyimported2019/hangman-sketch.xml -> caves-1623/264/lower_balkon/hangman.svx +264-and-258/alreadyimported2019/ichfuhlenichts.xml -> caves-1623/264/lower_balkon/ichfuhlenichts.svx +264-and-258/alreadyimported2019/lipstickdipstick.xml -> caves-1623/264/lower_balkon/lipstickdipstick.svx +264-and-258/alreadyimported2019/microscopicthunder.xml -> caves-1623/264/lower_balkon/microscopicthunder.svx +264-and-258/alreadyimported2019/mongolrally-sketch.xml -> caves-1623/264/lower_balkon/mongolrally.svx +264-and-258/alreadyimported2019/mush.xml -> caves-1623/264/lower_balkon/mush.svx +264-and-258/alreadyimported2019/myopia2.xml -> caves-1623/264/lower_balkon/myopia2.svx +264-and-258/alreadyimported2019/naturecalls.xml -> caves-1623/264/lower_balkon/naturecalls.svx +264-and-258/alreadyimported2019/pitstop2.xml -> caves-1623/264/lower_balkon/pitstop_2.svx +264-and-258/alreadyimported2019/pitstop3-2018.xml -> caves-1623/264/lower_balkon/pitstop_3.svx +264-and-258/alreadyimported2019/radiosilence.xml -> caves-1623/258/hydra/radiosilence.svx +264-and-258/alreadyimported2019/rubbermanstream.xml -> caves-1623/264/lower_balkon/rubbermanstream.svx +264-and-258/alreadyimported2019/rubberman.xml -> caves-1623/264/lower_balkon/rubberman.svx +264-and-258/alreadyimported2019/scum2.xml -> caves-1623/258/hydra/scum2.svx +264-and-258/alreadyimported2019/scumoftheearth.xml -> caves-1623/258/hydra/scumoftheearth.svx +264-and-258/alreadyimported2019/sluggish-sketch.xml -> caves-1623/264/lower_balkon/sluggish.svx +264-and-258/alreadyimported2019/waterhole.xml -> caves-1623/264/lower_balkon/waterhole.svx +264-and-258/alreadyimported2019/wheresthemilk.xml -> caves-1623/264/lower_balkon/wheresthemilk.svx +264-and-258/alreadyimported2019/youdontknowyourbeautiful.xml -> caves-1623/264/lower_balkon/youdontknowyourebeautiful.svx +minorCavesNear204/110sketch.xml -> caves-1623/110/110.svx +minorCavesNear204/110sketch.xml -> caves-1623/110/notakittensheckschance.svx +minorCavesNear204/2012-dd-08.xml -> caves-1623/2012-dd-08/2012-dd-08.svx +minorCavesNear204/2018-dm-07-hobnob_hallway_2-sketch.xml -> caves-1626/2018-dm-07/hobnob_hallway_2.svx