Merge pull request #471 from andygup/maintain

Change deprecate notice to maintenance mode
This commit is contained in:
Andy 2016-06-30 09:23:25 -06:00 committed by GitHub
commit 04a31987c8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
offline-editor-js
=================
**DEPRECATED** As of May 1, 2016 no new functionality will be added to this project. For additional details refer to this [issue](https://github.com/Esri/offline-editor-js/issues/468).
**Maintenance Mode** As of May 1, 2016 no new functionality will be added to this project. For additional details refer to this [issue](https://github.com/Esri/offline-editor-js/issues/468).
If you need a fully integrated, robust offline solution that's officially supported, then please refer to our native [ArcGIS Runtime SDKs](https://developers.arcgis.com/arcgis-runtime/) for iOS, Android, .NET, Xamarin, Java, OSx and Qt.

View File

@ -35,7 +35,7 @@
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>Offline-editor-js <a href="https://github.com/Esri/offline-editor-js/issues/468" target="_blank"><span style="color: red">[Deprecated]</span></a></h1>
<h1>Offline-editor-js <a href="https://github.com/Esri/offline-editor-js/issues/468" target="_blank"></a></h1>
<p>Examples of how to build lightweight offline mapping applications for the web.</p>
<!--<p><a class="btn btn-primary btn-lg" role="button">Samples &raquo;</a></p>-->
</div>