You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2017/08/19 00:10:43 UTC

[48/51] [abbrv] geode git commit: GEODE-3395 Variable-ize product version and name in user guide - Developing (top-level book file)

GEODE-3395 Variable-ize product version and name in user guide - Developing (top-level book file)


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/1c04aabb
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/1c04aabb
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/1c04aabb

Branch: refs/heads/feature/GEODE-1279
Commit: 1c04aabb76b1e990899069fc864c8b96f8f63300
Parents: 36daa9a
Author: Dave Barnes <db...@pivotal.io>
Authored: Fri Aug 18 16:00:46 2017 -0700
Committer: Dave Barnes <db...@pivotal.io>
Committed: Fri Aug 18 16:00:46 2017 -0700

----------------------------------------------------------------------
 geode-docs/developing/book_intro.html.md.erb | 40 +++++++++++------------
 1 file changed, 20 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/1c04aabb/geode-docs/developing/book_intro.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/developing/book_intro.html.md.erb b/geode-docs/developing/book_intro.html.md.erb
index c78f753..72c2c69 100644
--- a/geode-docs/developing/book_intro.html.md.erb
+++ b/geode-docs/developing/book_intro.html.md.erb
@@ -19,53 +19,53 @@ limitations under the License.
 
 *Developing with <%=vars.product_name_long%>* explains main concepts of application programming with <%=vars.product_name_long%>. It describes how to plan and implement regions, data serialization, event handling, delta propagation, transactions, and more.
 
-For information about Geode REST application development, see [Developing REST Applications for <%=vars.product_name_long%>](../rest_apps/book_intro.html).
+For information about <%=vars.product_name%> REST application development, see [Developing REST Applications for <%=vars.product_name_long%>](../rest_apps/book_intro.html).
 
--   **[Region Data Storage and Distribution](../developing/region_options/chapter_overview.html)**
+-   **[Region Data Storage and Distribution](region_options/chapter_overview.html)**
 
-    The <%=vars.product_name_long%> data storage and distribution models put your data in the right place at the right time. You should understand all the options for data storage in Geode before you start configuring your data regions.
+    The <%=vars.product_name_long%> data storage and distribution models put your data in the right place at the right time. You should understand all the options for data storage in <%=vars.product_name%> before you start configuring your data regions.
 
--   **[Partitioned Regions](../developing/partitioned_regions/chapter_overview.html)**
+-   **[Partitioned Regions](partitioned_regions/chapter_overview.html)**
 
     In addition to basic region management, partitioned regions include options for high availability, data location control, and data balancing across the distributed system.
 
--   **[Distributed and Replicated Regions](../developing/distributed_regions/chapter_overview.html)**
+-   **[Distributed and Replicated Regions](distributed_regions/chapter_overview.html)**
 
-    In addition to basic region management, distributed and replicated regions include options for things like push and pull distribution models, global locking, and region entry versions to ensure consistency across Geode members.
+    In addition to basic region management, distributed and replicated regions include options for things like push and pull distribution models, global locking, and region entry versions to ensure consistency across <%=vars.product_name%> members.
 
--   **[Consistency for Region Updates](../developing/distributed_regions/region_entry_versions.html)**
+-   **[Consistency for Region Updates](distributed_regions/region_entry_versions.html)**
 
-    Geode ensures that all copies of a region eventually reach a consistent state on all members and clients that host the region, including Geode members that distribute region events.
+    <%=vars.product_name%> ensures that all copies of a region eventually reach a consistent state on all members and clients that host the region, including <%=vars.product_name%> members that distribute region events.
 
--   **[General Region Data Management](../developing/management_all_region_types/chapter_overview.html)**
+-   **[General Region Data Management](management_all_region_types/chapter_overview.html)**
 
     For all regions, you have options to control memory use, back up your data to disk, and keep stale data out of your cache.
 
--   **[Data Serialization](../developing/data_serialization/chapter_overview.html)**
+-   **[Data Serialization](data_serialization/chapter_overview.html)**
 
-    Data that you manage in Geode must be serialized and deserialized for storage and transmittal between processes. You can choose among several options for data serialization.
+    Data that you manage in <%=vars.product_name%> must be serialized and deserialized for storage and transmittal between processes. You can choose among several options for data serialization.
 
--   **[Events and Event Handling](../developing/events/chapter_overview.html)**
+-   **[Events and Event Handling](events/chapter_overview.html)**
 
-    Geode provides versatile and reliable event distribution and handling for your cached data and system member events.
+    <%=vars.product_name%> provides versatile and reliable event distribution and handling for your cached data and system member events.
 
--   **[Delta Propagation](../developing/delta_propagation/chapter_overview.html)**
+-   **[Delta Propagation](delta_propagation/chapter_overview.html)**
 
     Delta propagation allows you to reduce the amount of data you send over the network by including only changes to objects rather than the entire object.
 
--   **[Querying](../developing/querying_basics/chapter_overview.html)**
+-   **[Querying](querying_basics/chapter_overview.html)**
 
-    Geode provides a SQL-like querying language called OQL that allows you to access data stored in Geode regions.
+    <%=vars.product_name%> provides a SQL-like querying language called OQL that allows you to access data stored in <%=vars.product_name%> regions.
 
--   **[Continuous Querying](../developing/continuous_querying/chapter_overview.html)**
+-   **[Continuous Querying](continuous_querying/chapter_overview.html)**
 
     Continuous querying continuously returns events that match the queries you set up.
 
--   **[Transactions](../developing/transactions/chapter_overview.html)**
+-   **[Transactions](transactions/chapter_overview.html)**
 
-    Geode provides a transactions API, with `begin`, `commit`, and `rollback` methods. These methods are much the same as the familiar relational database transactions methods.
+    <%=vars.product_name%> provides a transactions API, with `begin`, `commit`, and `rollback` methods. These methods are much the same as the familiar relational database transactions methods.
 
--   **[Function Execution](../developing/function_exec/chapter_overview.html)**
+-   **[Function Execution](function_exec/chapter_overview.html)**
 
     A function is a body of code that resides on a server and that an application can invoke from a client or from another server without the need to send the function code itself. The caller can direct a data-dependent function to operate on a particular dataset, or can direct a data-independent function to operate on a particular server, member, or member group.