diff --git a/docs/themes/udig/static/udig.css_t b/docs/themes/udig/static/udig.css_t
index 078a1decdf..6fcc193079 100755
--- a/docs/themes/udig/static/udig.css_t
+++ b/docs/themes/udig/static/udig.css_t
@@ -100,6 +100,10 @@ div.content {
font-size: 0.9em;
}
+div.topic {
+ border-width: 0px;
+}
+
div.section {
margin-top: 20px;
margin-left: 20px;
@@ -483,4 +487,4 @@ li .figure {
li img {
margin-bottom: 8px;
-}
\ No newline at end of file
+}
diff --git a/docs/user/en/What is new.rst b/docs/user/en/What is new.rst
deleted file mode 100644
index ae99d19c92..0000000000
--- a/docs/user/en/What is new.rst
+++ /dev/null
@@ -1,35 +0,0 @@
-What is new
-###########
-
-The following features are new for the uDig 1.5 series.
-
-**Related reference**
-
-.. toctree::
- :maxdepth: 1
-
- What is new 1.1
- What is new 1.2
- What is new 1.3
- What is new 1.4
-
-New Features
-============
-
-This release supports a couple new features:
-
-* The web view down points to a GitHub page (rather than a wiki page). Thanks to Frank for this work.
-
-.. figure:: /images/what_is_new_1.5/what_is_new_15-01.png
- :align: center
- :width: 70%
-
-* The style editor now supports arrows (as shown in the above map). Thanks to Emily and Refractions for this work.
-
-.. figure:: /images/what_is_new_1.5/what_is_new_15-02.png
- :align: center
- :width: 40%
-
-* Language and Internationalization: Korean support has been added again.
-
- Spot a translation mistake or like to add support for your preferred language? Help translate here: `uDig latest localizations `_
diff --git a/docs/user/en/index.rst b/docs/user/en/index.rst
index 7ed8bdffbc..a6e4d482f7 100644
--- a/docs/user/en/index.rst
+++ b/docs/user/en/index.rst
@@ -3,14 +3,14 @@ uDig User Guide
###############
.. toctree::
- :maxdepth: 1
+ :maxdepth: 2
uDig Overview
getting_started/index
concepts/index
tasks/index
reference/index
- What is new
+ what_is_new/index
Tips and Tricks
Online Help
diff --git a/docs/user/en/What is new 1.1.rst b/docs/user/en/what_is_new/What is new 1.1.rst
similarity index 75%
rename from docs/user/en/What is new 1.1.rst
rename to docs/user/en/what_is_new/What is new 1.1.rst
index 4deba8e997..1af166e5ae 100644
--- a/docs/user/en/What is new 1.1.rst
+++ b/docs/user/en/what_is_new/What is new 1.1.rst
@@ -1,48 +1,37 @@
-What is new 1.1
-#################
+.. _what_is_new_1_1:
-The following feature are new for uDig 1.1:
-
-* `Map Improvements`_
-
-* `Workflow Improvements`_
-
-* `Bookmarks View`_
-
-* `Data Handling Improvements`_
-
-* `Max OSX`_
-
-* `And much more`_
+What is new for uDig 1.1
+========================
+.. contents:: :local:
+ :depth: 1
Map Improvements
-================
+----------------
Editing Tools
--------------
-.. figure:: /images/what_is_new_1.1.0/add_vertext_mode.gif
+.. figure:: ../images/what_is_new_1.1.0/add_vertext_mode.gif
:align: center
:alt:
-.. figure:: /images/what_is_new_1.1.0/remove_vertext_mode.gif
+.. figure:: ../images/what_is_new_1.1.0/remove_vertext_mode.gif
:align: center
:alt:
-.. figure:: /images/what_is_new_1.1.0/edit_vertex_mode.gif
+.. figure:: ../images/what_is_new_1.1.0/edit_vertex_mode.gif
:align: center
:alt:
-.. figure:: /images/what_is_new_1.1.0/hole_vertex_mode.gif
+.. figure:: ../images/what_is_new_1.1.0/hole_vertex_mode.gif
:align: center
:alt:
-.. figure:: /images/what_is_new_1.1.0/delete_feature_mode.gif
+.. figure:: ../images/what_is_new_1.1.0/delete_feature_mode.gif
:align: center
:alt:
-.. figure:: /images/what_is_new_1.1.0/difference_feature_mode.gif
+.. figure:: ../images/what_is_new_1.1.0/difference_feature_mode.gif
:align: center
:alt:
@@ -58,13 +47,13 @@ created. Please visit the community section for instructions on downloading *Axi
which feature a selection of advanced editing tools.
Scratch Layers
---------------
+``````````````
You can define and create a new layer by selecting the :menuselection:`Layer --> Create` menu item. How ever it is
"In-Memory" and is not saved. You can export the layer to a shapefile if you wish to save your work.
Create New Feature Types
-------------------------
+````````````````````````
Once you have a Service imported into the catalog you can select the service and select :menuselection:`Operations
--> Edit --> Create Feature Type` to define a new feature type in that service. For example: Import a
@@ -73,12 +62,13 @@ define the feature type. When you select "OK" a new Shapefile will be created th
paste features into from other layers or define new features using the edit tools.
Thematic Styling
-----------------
+````````````````
+
A dialog has been created for style modifications, including the ability to create a theme for a
layer based on attribute values.
-.. figure:: /images/what_is_new_1.1.0/themed_pop_density.gif
+.. figure:: ../images/what_is_new_1.1.0/themed_pop_density.gif
:align: center
:alt:
@@ -87,7 +77,7 @@ State's ColorBrewer research project! These palettes have been tested and can ac
conditions from a map displayed on a projector; to a colour-blind audience.
Mylar
------
+`````
The traditional use of Mylar in a concept familar to the GIS community, uDig will feature the
ability to "fade out" information to reveal the layer being worked with.
@@ -97,23 +87,23 @@ ability to "fade out" information to reveal the layer being worked with.
+-------------+-------------+
Table View
-----------
+``````````
A Table Feature View has been added for viewing the features in the current selection. In the
default perspective it is one of the views hiding behind the CatalogView at the bottom.
-.. figure:: /images/what_is_new_1.1.0/selection_view.jpg
+.. figure:: ../images/what_is_new_1.1.0/selection_view.jpg
:align: center
:alt:
Feature Copy and Paste
-----------------------
+``````````````````````
Features can now be copied and pasted between layers. However, layers, maps and projects cannot be
copied or pasted.
New Map Preferences
--------------------
+```````````````````
Some new preferences have been added for default map creation. For preferences choose the menu item:
:menuselection:`Window --> Preferences`. Some of the new preferences are:
@@ -124,10 +114,10 @@ Some new preferences have been added for default map creation. For preferences c
- Map Default CRS
Workflow Improvements
-=====================
+---------------------
Reshape Operation
------------------
+`````````````````
The reshape operation can be used to manipulate your data in an ad-hoc manner. The reshape operation
allows you to list the attributes of the output you desire; defining each attribute using a short
@@ -148,40 +138,40 @@ allows you to list the attributes of the output you desire; defining each attrib
The Reshape operation can be performed on any vector data.
Tasks View
-----------
+``````````
Tasks can be created from features as reminders of tasks that must be done. Tasks are maintained
between runs and can be configured to be stored in a shared Postgis database for collaborative work.
Validation
-----------
+``````````
Validation operations have been added too. Now you can validate a layer to conform to a series of
tests you customize, and the failed features are displayed in an Tasks view.
Bookmarks View
-==============
+--------------
A handy view has been added that allows locations to be bookmarked so that one can easily return to
the locations at a later date. (Thanks Cole)
Data Handling Improvements
-==========================
+--------------------------
Web View
---------
+````````
A new view has been added that has a browser embedded within it. Clicking on a link or dragging and
dropping the link will load the linked layers in the current map or open a new map.
Location View
--------------
+`````````````
A "location" view has been added. The view allows an address to be entered and will show a list of
matches. Clicking on a match will center the map on that address and flash a point at that location.
Export
-------
+``````
You can now export into a range of formats:
@@ -191,7 +181,7 @@ You can now export into a range of formats:
information from a slow web feature server on the other side of the world.
Max OSX
-=======
+-------
Some of the major bugs with on Macintosh computers have been fixed.
@@ -200,26 +190,26 @@ caveats on Macintosh; you cannot drop into the editor area when a map is not ope
drop on to empty or non-empty maps and onto the Layers View for the same effect.
And much more
-=============
+-------------
- Distance Tool added.
- Custom CRS objects entered are persisted for future use.
- Custom keywords can be added to CRSs in CRS Chooser for more convenient look up.
- Added dialog for easy submission of error logs to uDig development team.
-.. |image0| image:: /images/what_is_new_1.1.0/new_point_mode.gif
-.. |image1| image:: /images/what_is_new_1.1.0/new_line_mode.gif
-.. |image2| image:: /images/what_is_new_1.1.0/new_polygon_mode.gif
-.. |image3| image:: /images/what_is_new_1.1.0/new_rectangle_mode.gif
-.. |image4| image:: /images/what_is_new_1.1.0/new_circle_mode.gif
-.. |image5| image:: /images/what_is_new_1.1.0/new_freehand_mode.gif
-.. |image6| image:: /images/what_is_new_1.1.0/new_point_mode.gif
-.. |image7| image:: /images/what_is_new_1.1.0/new_line_mode.gif
-.. |image8| image:: /images/what_is_new_1.1.0/new_polygon_mode.gif
-.. |image9| image:: /images/what_is_new_1.1.0/new_rectangle_mode.gif
-.. |image10| image:: /images/what_is_new_1.1.0/new_circle_mode.gif
-.. |image11| image:: /images/what_is_new_1.1.0/new_freehand_mode.gif
-.. |image12| image:: /images/what_is_new_1.1.0/mylar_mode.gif
-.. |image13| image:: /images/what_is_new_1.1.0/mylar_focus_co.gif
-.. |image14| image:: /images/what_is_new_1.1.0/mylar_mode.gif
-.. |image15| image:: /images/what_is_new_1.1.0/mylar_focus_co.gif
+.. |image0| image:: ../images/what_is_new_1.1.0/new_point_mode.gif
+.. |image1| image:: ../images/what_is_new_1.1.0/new_line_mode.gif
+.. |image2| image:: ../images/what_is_new_1.1.0/new_polygon_mode.gif
+.. |image3| image:: ../images/what_is_new_1.1.0/new_rectangle_mode.gif
+.. |image4| image:: ../images/what_is_new_1.1.0/new_circle_mode.gif
+.. |image5| image:: ../images/what_is_new_1.1.0/new_freehand_mode.gif
+.. |image6| image:: ../images/what_is_new_1.1.0/new_point_mode.gif
+.. |image7| image:: ../images/what_is_new_1.1.0/new_line_mode.gif
+.. |image8| image:: ../images/what_is_new_1.1.0/new_polygon_mode.gif
+.. |image9| image:: ../images/what_is_new_1.1.0/new_rectangle_mode.gif
+.. |image10| image:: ../images/what_is_new_1.1.0/new_circle_mode.gif
+.. |image11| image:: ../images/what_is_new_1.1.0/new_freehand_mode.gif
+.. |image12| image:: ../images/what_is_new_1.1.0/mylar_mode.gif
+.. |image13| image:: ../images/what_is_new_1.1.0/mylar_focus_co.gif
+.. |image14| image:: ../images/what_is_new_1.1.0/mylar_mode.gif
+.. |image15| image:: ../images/what_is_new_1.1.0/mylar_focus_co.gif
diff --git a/docs/user/en/What is new 1.2.rst b/docs/user/en/what_is_new/What is new 1.2.rst
similarity index 66%
rename from docs/user/en/What is new 1.2.rst
rename to docs/user/en/what_is_new/What is new 1.2.rst
index 39528370ba..69f99a1a29 100644
--- a/docs/user/en/What is new 1.2.rst
+++ b/docs/user/en/what_is_new/What is new 1.2.rst
@@ -1,62 +1,43 @@
-What is new 1.2
-###############
+.. _what_is_new_1_2:
-**Related reference**
+What is new for uDig 1.2
+========================
-.. toctree::
- :maxdepth: 1
-
- What is new 1.1
-
-The following features are new for the uDig 1.2 series:
-
-* `Terradata`_
-* `Spatial Toolbox`_
-* `Generic DataStore`_
-* `Improved Tools for working with Raster Data`_
-* `Additional Export wizards`_
-* `Additional Import wizards`_
-* `New Style Editor Pages`_
-* `Additional Raster Formats`_
-* `Tile Server Support`_
-* `WFS 1.1.0 Support`_
-* `Experimental Tiled Renderer`_
-* `ArcSDE`_
-* `Advanced Symbology`_
-* `Framework Improvements`_
+.. contents:: :local:
+ :depth: 1
Terradata
-=========
+---------
Support for the Terradata database has been provided.
-* :doc:`/reference/Teradata page`
+* :doc:`../reference/Teradata page`
Spatial Toolbox
-===============
+---------------
Spatial toolbox has arrived allowing access to a vast range of spatial functionality provided by
through Open Modeling Services 3 components.
For more information:
-* :doc:`/getting_started/Introduction to the Spatial Toolbox` covers the installation and use of JGrass compoenents
-* :doc:`/reference/Spatial Toolbox View`
+* :doc:`../getting_started/Introduction to the Spatial Toolbox` covers the installation and use of JGrass compoenents
+* :doc:`../reference/Spatial Toolbox View`
Generic DataStore
-=================
+-----------------
The GeoTools library provides access to more data formats than we have created customer wizards for.
In the interests of encourage adopting and testing of new technologies we have created a "generic"
GeoTools DataStore wizard allowing you to try out ... everything.
-* :doc:`/reference/DataStore page`
+* :doc:`../reference/DataStore page`
Improved Tools for working with Raster Data
-===========================================
+-------------------------------------------
A couple of tools have been added for working with raster data:
@@ -64,9 +45,9 @@ A couple of tools have been added for working with raster data:
- Profile Tool
Additional Export wizards
-=========================
+-------------------------
-The :doc:`/reference/Export Wizard` allows you to export new kinds of information from the
+The :doc:`../reference/Export Wizard` allows you to export new kinds of information from the
uDig catalog for use in other applications.
- Export coverage to tiff or esri ascii
@@ -75,9 +56,9 @@ uDig catalog for use in other applications.
These are export wizards available from the :menuselection:`File --> Export` menu.
Additional Import wizards
-=========================
+-------------------------
-The :doc:`/reference/Import Wizard` allows you to import new kinds of information into the
+The :doc:`../reference/Import Wizard` allows you to import new kinds of information into the
uDig catalog for use.
- Allows the easy creation of an image moasic from a directory of images
@@ -90,22 +71,22 @@ These are import wizards available from the :menuselection:`File --> Import` men
New Style Editor Pages
-======================
+----------------------
A great series of new style editor pages has been created showcasing the power of the rendering
engine.
-* :doc:`/reference/Raster Style Pages`
+* :doc:`../reference/Raster Style Pages`
-* :doc:`/reference/Feature Style Pages`
+* :doc:`../reference/Feature Style Pages`
-.. figure:: images/what_is_new_1.2.0/Simple-Points-Screen.jpg
+.. figure:: ../images/what_is_new_1.2.0/Simple-Points-Screen.jpg
:align: center
:alt:
Additional Raster Formats
-=========================
+-------------------------
A great improvement is the ability to work with additional raster formats, and working with images
larger then memory.
@@ -119,24 +100,24 @@ On select platforms:
- MrSID
Tile Server Support
-===================
+-------------------
This release provides support for Web Map Server Caching (WMS-C) allowing access to tile servers
such as GeoWebCache and TileCache.
-* :doc:`/reference/NASA WorldWind page`
+* :doc:`../reference/NASA WorldWind page`
-* :doc:`/reference/Web Map Server Tile Cache page`
+* :doc:`../reference/Web Map Server Tile Cache page`
-* :doc:`/reference/Web Map Tiles page`
+* :doc:`../reference/Web Map Tiles page`
-.. figure:: /images/what_is_new_1.2.0/WebMapTiles.png
+.. figure:: ../images/what_is_new_1.2.0/WebMapTiles.png
:align: center
:alt:
WFS 1.1.0 Support
-=================
+-----------------
Thanks to OpenGeo for implementing WFS 1.1.0 support. You can now specifiy WFS=1.1.0 in your
capabilities connection URL to work with servers supporting this standard.
@@ -144,19 +125,19 @@ capabilities connection URL to work with servers supporting this standard.
This feature does not support WFS-T at this time.
Experimental Tiled Renderer
-===========================
+---------------------------
You can turn on Tiled rendering (as an option in preferences). When combined with the new flicker
free panning tool results in a nice sliding map experience.
ArcSDE
-======
+------
The ArcSDE support has been rewritten from the ground up in collaboration between OpenGeo and
Refractions. The new implementation is threaded allowing for a responsive user interface experience.
Advanced Symbology
-==================
+------------------
The rendering system has received a great many enhancements:
@@ -169,7 +150,7 @@ Advanced "Vendor Specific Options":
- Geometry functions
Framework Improvements
-======================
+----------------------
For the developer community using uDig as a platform for custom applications:
diff --git a/docs/user/en/What is new 1.3.rst b/docs/user/en/what_is_new/What is new 1.3.rst
similarity index 64%
rename from docs/user/en/What is new 1.3.rst
rename to docs/user/en/what_is_new/What is new 1.3.rst
index 81986aeffa..e8caffef25 100644
--- a/docs/user/en/What is new 1.3.rst
+++ b/docs/user/en/what_is_new/What is new 1.3.rst
@@ -1,48 +1,43 @@
-What is new 1.3
-###############
+.. _what_is_new_1_3:
-The following features are new for the uDig 1.3 series.
-
-**Related reference**
-
-.. toctree::
- :maxdepth: 1
+What is new for uDig 1.3
+========================
- What is new 1.1
- What is new 1.2
+.. contents:: :local:
+ :depth: 1
New Property Pages
-==================
+------------------
-* :doc:`/reference/Resource Information page`: Use an :doc:`/reference/Expression viewer` to configure how each feature should be labeled.
- This allows the :doc:`/reference/Information view` and :doc:`/reference/Document view` to list features by name (rather
+* :doc:`../reference/Resource Information page`: Use an :doc:`../reference/Expression viewer` to configure how each feature should be labeled.
+ This allows the :doc:`../reference/Information view` and :doc:`../reference/Document view` to list features by name (rather
than ID).
-* :doc:`/reference/Resource Information page`: Configure document and hotlink support for a resource
-* :doc:`/reference/Resource page`
-* :doc:`/reference/Service page`
+* :doc:`../reference/Resource Information page`: Configure document and hotlink support for a resource
+* :doc:`../reference/Resource page`
+* :doc:`../reference/Service page`
-.. figure:: /images/resource_page/ResourceInformationPage.png
+.. figure:: ../images/resource_page/ResourceInformationPage.png
:align: center
:alt:
:figwidth: 80%
SLD 1.1
-=======
+-------
Style import has been upgraded to support Style Layer Descriptor 1.1 (and Symbology Encoding 1.1).
This functionality is available by:
- Dragging an SLD file directly onto your layer
-- Using the :guilabel:`Import` directly form the :doc:`/reference/Style Editor dialog`
+- Using the :guilabel:`Import` directly form the :doc:`../reference/Style Editor dialog`
New Edit Tools
-==============
+--------------
-The Axios tools formally installed as a separate download are now included in the default set of :doc:`/reference/Edit Tools`.
+The Axios tools formally installed as a separate download are now included in the default set of :doc:`../reference/Edit Tools`.
Constraint Query Language
-=========================
+-------------------------
The use of :doc:`/concepts/Constraint Query Language` has been greatly improved with fields providing
dynamic assistance and function lookup while you type.
@@ -50,13 +45,13 @@ dynamic assistance and function lookup while you type.
To access this functionality:
- Constrain the data made avaialble to a layer using the :guilabel:`Query` page (accessed via layer properties).
-- To quickly limit just the map display use the :guilabel:`Filter` page of the :doc:`/reference/Style Editor dialog`.
-- Process your data using CQL Expressions using the :doc:`/reference/Transform dialog`
+- To quickly limit just the map display use the :guilabel:`Filter` page of the :doc:`../reference/Style Editor dialog`.
+- Process your data using CQL Expressions using the :doc:`../reference/Transform dialog`
Transform Dialog
-================
+----------------
-The :doc:`/reference/Transform dialog` offers a great user interface to process and transform your data.
+The :doc:`../reference/Transform dialog` offers a great user interface to process and transform your data.
Here are some task pages to get you started:
@@ -64,7 +59,7 @@ Here are some task pages to get you started:
* :doc:`/tasks/Processing the Geometry in a Shapefile`
Area of Interest
-================
+----------------
We now support the concept of :doc:`/concepts/Area of Interest`:
@@ -73,23 +68,23 @@ We now support the concept of :doc:`/concepts/Area of Interest`:
current projection
- You can use Area of Interest to:
- - Quickly filter a layer using the :guilabel:`Filter` page of the :doc:`/reference/Style Editor dialog`.
- - Quickly filter the contents of the :doc:`/reference/Table view`
- - Define the area searched in the :doc:`/reference/Search view`
+ - Quickly filter a layer using the :guilabel:`Filter` page of the :doc:`../reference/Style Editor dialog`.
+ - Quickly filter the contents of the :doc:`../reference/Table view`
+ - Define the area searched in the :doc:`../reference/Search view`
- Set the extent used by :guilabel:`Show All`
For more information check out the Tasks section on :doc:`/tasks/Working with AOI`
Tool Interaction
-================
+----------------
-You can now control how a layer interacts with tools using the :doc:`/reference/Interaction Properties page`.
+You can now control how a layer interacts with tools using the :doc:`../reference/Interaction Properties page`.
This facility is to quickly mark background layers so they do not get in the way of
what you are working on.
Tool Palette and Options
-========================
+------------------------
Tools have gotten a major usability improvement featuring:
@@ -111,7 +106,7 @@ Tools have gotten a major usability improvement featuring:
a paint program.
Cheatsheets
-===========
+-----------
Cheatsheets offer a great form of interactive help to supplement the existing uDig online help
reference material.
@@ -121,6 +116,6 @@ reference material.
Cheatsheets offer step by step instructions; with the ability to interactively take charge of the
application and show you the step that is being described.
-.. |image0| image:: /images/what_is_new/PaletteSettings.jpg
-.. |image1| image:: /images/what_is_new/PanToolOptions.jpg
-.. |image2| image:: /images/what_is_new/uDigCheatsheet.jpg
+.. |image0| image:: ../images/what_is_new/PaletteSettings.jpg
+.. |image1| image:: ../images/what_is_new/PanToolOptions.jpg
+.. |image2| image:: ../images/what_is_new/uDigCheatsheet.jpg
diff --git a/docs/user/en/What is new 1.4.rst b/docs/user/en/what_is_new/What is new 1.4.rst
similarity index 72%
rename from docs/user/en/What is new 1.4.rst
rename to docs/user/en/what_is_new/What is new 1.4.rst
index ff06449044..14ced11c94 100644
--- a/docs/user/en/What is new 1.4.rst
+++ b/docs/user/en/what_is_new/What is new 1.4.rst
@@ -1,19 +1,13 @@
-What is new 1.4
-###############
+.. _what_is_new_1_4:
-The following features are new for the uDig 1.4 series.
+What is new for uDig 1.4
+========================
-**Related reference**
-
-.. toctree::
- :maxdepth: 1
-
- What is new 1.1
- What is new 1.2
- What is new 1.3
+.. contents:: :local:
+ :depth: 1
License Change
-==============
+--------------
The uDig project has changed to a dual BSD / EPL license.
@@ -27,7 +21,7 @@ This license change has enabled the uDig project to
`LocationTech `_ industry working group.
GeoScript Editor
-================
+----------------
uDig is pleased to directly offer a scripting environment for the first time. Scripting a powerful technique
in a Geospatial Information Systems allowing non-developers the ability to automate common tasks.
@@ -36,14 +30,14 @@ in a Geospatial Information Systems allowing non-developers the ability to autom
:align: center
:alt:
-There is a quick tutorial (:doc:`/getting_started/GeoScript Introduction`) and a reference page for the :doc:`/reference/GeoScript editor`.
+There is a quick tutorial (:doc:`../getting_started/GeoScript Introduction`) and a reference page for the :doc:`../reference/GeoScript editor`.
For more information and tutorials please checkout GeoScript at `geoscript.org `_
Documents
-=========
+---------
-The :doc:`/reference/Document view` added to list resource and feature documents.
+The :doc:`../reference/Document view` added to list resource and feature documents.
Attachments and links:
@@ -62,11 +56,11 @@ Feature Hotlinks:
:alt:
:figwidth: 80%
-For more information, check out the Tasks section on :doc:`/tasks/Working with Documents`.
+For more information, check out the Tasks section on :doc:`../tasks/Working with Documents`.
Graticule
-==========
+----------
A new Graticule map decoration has been added.
@@ -79,6 +73,6 @@ It is also possible to overlay grids in different coordinate systems:
And here the tasks that can get you started with the graticule:
-* :doc:`/reference/Graticule Decoration`
-* :doc:`/tasks/Add new Graticule`
-* :doc:`/tasks/Add multiple Graticules with different CRS`
+* :doc:`../reference/Graticule Decoration`
+* :doc:`../tasks/Add new Graticule`
+* :doc:`../tasks/Add multiple Graticules with different CRS`
diff --git a/docs/user/en/what_is_new/What is new 1.5.rst b/docs/user/en/what_is_new/What is new 1.5.rst
new file mode 100644
index 0000000000..70536ebd72
--- /dev/null
+++ b/docs/user/en/what_is_new/What is new 1.5.rst
@@ -0,0 +1,34 @@
+.. _what_is_new_1_5:
+
+What is new for uDig 1.5
+========================
+
+The following features are new for the uDig 1.5 series.
+
+.. contents:: :local:
+ :depth: 1
+
+Web Page updates
+-----------------
+
+The web view down points to a GitHub page (rather than a wiki page). Thanks to Frank for this work.
+
+.. figure:: ../images/what_is_new_1.5/what_is_new_15-01.png
+ :align: center
+ :width: 70%
+
+Arrow Support Style Editor
+--------------------------
+
+The style editor now supports arrows (as shown in the above map). Thanks to Emily and Refractions for this work.
+
+.. figure:: ../images/what_is_new_1.5/what_is_new_15-02.png
+ :align: center
+ :width: 40%
+
+Language and Internationalization
+---------------------------------
+
+Korean support has been added, thanks to Minpa Lee.
+
+Spot a translation mistake or like to add support for your preferred language? Help translate here: `uDig latest localizations `_
diff --git a/docs/user/en/what_is_new/index.rst b/docs/user/en/what_is_new/index.rst
new file mode 100644
index 0000000000..1bf8472017
--- /dev/null
+++ b/docs/user/en/what_is_new/index.rst
@@ -0,0 +1,16 @@
+.. _what_is_new:
+
+What is new
+===========
+
+The following features are new for uDig.
+
+.. toctree::
+ :maxdepth: 2
+
+ What is new 1.5
+ What is new 1.4
+ What is new 1.3
+ What is new 1.2
+ What is new 1.1
+
diff --git a/docs/user/toc.xml b/docs/user/toc.xml
index 8e527fda90..e5bf4221a7 100644
--- a/docs/user/toc.xml
+++ b/docs/user/toc.xml
@@ -1267,14 +1267,16 @@
-
-
+
+
-
+
-
+
-
+
+
+