Date | Time | User | Type | Name | Attribute | ||
---|---|---|---|---|---|---|---|
1 | 9th April 2024 | 19:33:20 | remus | - | - | list_description_pretty | |
Before
<p>Fontainebleau is a bouldering area in France consisting of many crags spread over the Foret de Fontainebleau, west of the town of Fontainebleau.</p>
<p>The area is renowned as one of the premier bouldering destinations in the world and has a long history. Many people will have inevitably scrambled over the sandstone boulders through the ages, but more organised climbing started in the area in the late 1800s and early 1900s when climbers from Paris, often training for larger objectives in the Alps, would get the train to fontainebleau to test themselves on the boulders. </p>
After
<p>Fontainebleau is a bouldering area in France consisting of many crags spread over the Foret de Fontainebleau, west of the town of Fontainebleau.</p>
<p>The area is renowned as one of the premier bouldering destinations in the world and has a long history. Many people will have inevitably scrambled over the sandstone boulders through the ages, but more organised climbing started in the area in the late 1800s and early 1900s when climbers from Paris, often training for larger objectives in the Alps, would get the train to fontainebleau to test themselves on the boulders.</p>
<h3>References</h3>
<p>[1] <a href="https://bleau.info/">https://bleau.info/</a></p>
|
|||||||
2 | 9th April 2024 | 19:33:20 | remus | - | - | list_description | |
Before
Fontainebleau is a bouldering area in France consisting of many crags spread over the Foret de Fontainebleau, west of the town of Fontainebleau.
The area is renowned as one of the premier bouldering destinations in the world and has a long history. Many people will have inevitably scrambled over the sandstone boulders through the ages, but more organised climbing started in the area in the late 1800s and early 1900s when climbers from Paris, often training for larger objectives in the Alps, would get the train to fontainebleau to test themselves on the boulders.
After
Fontainebleau is a bouldering area in France consisting of many crags spread over the Foret de Fontainebleau, west of the town of Fontainebleau.
The area is renowned as one of the premier bouldering destinations in the world and has a long history. Many people will have inevitably scrambled over the sandstone boulders through the ages, but more organised climbing started in the area in the late 1800s and early 1900s when climbers from Paris, often training for larger objectives in the Alps, would get the train to fontainebleau to test themselves on the boulders.
### References
[1] [https://bleau.info/](https://bleau.info/)
Diff
--- before
+++ after
@@ -1,3 +1,7 @@
Fontainebleau is a bouldering area in France consisting of many crags spread over the Foret de Fontainebleau, west of the town of Fontainebleau.
-The area is renowned as one of the premier bouldering destinations in the world and has a long history. Many people will have inevitably scrambled over the sandstone boulders through the ages, but more organised climbing started in the area in the late 1800s and early 1900s when climbers from Paris, often training for larger objectives in the Alps, would get the train to fontainebleau to test themselves on the boulders.
+The area is renowned as one of the premier bouldering destinations in the world and has a long history. Many people will have inevitably scrambled over the sandstone boulders through the ages, but more organised climbing started in the area in the late 1800s and early 1900s when climbers from Paris, often training for larger objectives in the Alps, would get the train to fontainebleau to test themselves on the boulders.
+
+### References
+
+[1] [https://bleau.info/](https://bleau.info/)
|
|||||||
3 | 9th April 2024 | 19:30:28 | remus | - | - | public | |
Before
false
After
true
|
|||||||
4 | 9th April 2024 | 19:29:55 | remus | - | - | list_description | |
Before
None
After
Fontainebleau is a bouldering area in France consisting of many crags spread over the Foret de Fontainebleau, west of the town of Fontainebleau.
The area is renowned as one of the premier bouldering destinations in the world and has a long history. Many people will have inevitably scrambled over the sandstone boulders through the ages, but more organised climbing started in the area in the late 1800s and early 1900s when climbers from Paris, often training for larger objectives in the Alps, would get the train to fontainebleau to test themselves on the boulders.
Diff
--- before
+++ after
@@ -1 +1,3 @@
-
+Fontainebleau is a bouldering area in France consisting of many crags spread over the Foret de Fontainebleau, west of the town of Fontainebleau.
+
+The area is renowned as one of the premier bouldering destinations in the world and has a long history. Many people will have inevitably scrambled over the sandstone boulders through the ages, but more organised climbing started in the area in the late 1800s and early 1900s when climbers from Paris, often training for larger objectives in the Alps, would get the train to fontainebleau to test themselves on the boulders.
|
|||||||
5 | 9th April 2024 | 19:29:55 | remus | - | - | public | |
Before
true
After
false
|
|||||||
6 | 9th April 2024 | 19:29:55 | remus | - | - | list_name | |
Before
None
After
Fontainebleau
|
|||||||
7 | 9th April 2024 | 19:29:55 | remus | - | - | list_description_pretty | |
Before
None
After
<p>Fontainebleau is a bouldering area in France consisting of many crags spread over the Foret de Fontainebleau, west of the town of Fontainebleau.</p>
<p>The area is renowned as one of the premier bouldering destinations in the world and has a long history. Many people will have inevitably scrambled over the sandstone boulders through the ages, but more organised climbing started in the area in the late 1800s and early 1900s when climbers from Paris, often training for larger objectives in the Alps, would get the train to fontainebleau to test themselves on the boulders. </p>
|
|||||||
8 | 9th April 2024 | 19:29:55 | remus | - | - | list_definition | |
Before
None
After
select
'<a href="/crag/' || crag_id::varchar || '/a">' || crag_name || '</a' as Crag
from
crags
where
latitude is not null
and longitude is not null
and latitude >= 48.29489
and latitude <= 48.50779
and longitude >= 2.43115
and longitude <= 2.77738
order by
crag_name
Diff
--- before
+++ after
@@ -1 +1,16 @@
-
+select
+ '<a href="/crag/' || crag_id::varchar || '/a">' || crag_name || '</a' as Crag
+
+from
+ crags
+
+where
+ latitude is not null
+ and longitude is not null
+ and latitude >= 48.29489
+ and latitude <= 48.50779
+ and longitude >= 2.43115
+ and longitude <= 2.77738
+
+order by
+ crag_name
|