forked from osgeolive/OSGeoLive-doc
changed the name to prior_applications.rst
parent
17f70330f1
commit
ea0a94fa8b
2
Makefile
2
Makefile
|
@ -65,7 +65,7 @@ link_to_en_docs:
|
|||
done
|
||||
# link to english docs for the docs in head directory
|
||||
for LANG in $(TRANSLATIONS) ; do \
|
||||
for DOC in en/download.rst en/contact.rst en/index.rst en/sponsors.rst en/sponsors_osgeo.rst en/disclaimer.rst en/copyright.rst en/metrics.rst en/mac_installers.rst en/win_installers.rst en/release_notes.rst; do \
|
||||
for DOC in en/download.rst en/contact.rst en/index.rst en/sponsors.rst en/sponsors_osgeo.rst en/disclaimer.rst en/copyright.rst en/metrics.rst en/mac_installers.rst en/win_installers.rst en/prior_applications.rst; do \
|
||||
TRANSLATED_DOC=`echo $$DOC | sed -e"s/en/$$LANG/"` ; \
|
||||
TARGET_EN=`echo $$DOC | sed -e"s#^#../#"` ; \
|
||||
if [ ! -f $$TRANSLATED_DOC ] ; then \
|
||||
|
|
|
@ -73,7 +73,7 @@ OSGeo-Live is an `OSGeo Foundation <http://osgeo.org/>`_ project. The OSGeo Foun
|
|||
metrics
|
||||
mac_installers
|
||||
win_installers
|
||||
release_notes
|
||||
prior_applications
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -164,14 +164,8 @@ Geospatial Libraries
|
|||
|nologo| :doc:`jts_overview` - Java Topology Suite
|
||||
|
||||
|
||||
Available in prior OSGeo-Live releases:
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
* :doc:`Previously available applications <prior_applications>`
|
||||
* `OGC Standard descriptions <https://live.osgeo.org/archive/10.5/en/standards/standards.html>`_
|
||||
|
||||
|
||||
Available in prior OSGeo-Live releases
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
:doc:`../release_notes`
|
||||
* :doc:`../prior_applications`
|
||||
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
|
||||
|
||||
|
||||
|osgeo-live-version| Release Notes
|
||||
Previously available applications
|
||||
================================================================================
|
||||
|
||||
|
||||
Available in prior OSGeo-Live releases
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
.. csv-table::
|
||||
:header: "", "Name", "", "Last Available", "Description"
|
||||
:widths: 5, 15, 15, 10, 30
|
||||
|
@ -38,7 +35,7 @@ Available in prior OSGeo-Live releases
|
|||
|
||||
|
||||
|
||||
.. _OGC Standard: https://live.osgeo.org/archive/10.5/en/standards/standards.html
|
||||
.. _OGC Standards: https://live.osgeo.org/archive/10.5/en/standards/standards.html
|
||||
.. _Viking: https://live.osgeo.org/archive/10.5/en/overview/viking_overview.html
|
||||
.. _Ushahidi: https://live.osgeo.org/archive/10.5/en/overview/ushahidi_overview.html
|
||||
.. _TinyOWS: https://live.osgeo.org/archive/10.5/en/overview/tinyows_overview.html
|
Loading…
Reference in New Issue