Repository: incubator-geode Updated Branches: refs/heads/asf-site 445e6338c -> 8ed53ee29
Updating community events Updating cache-1.0.xsd after package rename Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/8ed53ee2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/8ed53ee2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/8ed53ee2 Branch: refs/heads/asf-site Commit: 8ed53ee29aa00451c682c8b1a42f6756b08483ad Parents: 445e633 Author: William Markito <[email protected]> Authored: Wed Sep 21 16:15:27 2016 -0700 Committer: William Markito <[email protected]> Committed: Wed Sep 21 16:15:27 2016 -0700 ---------------------------------------------------------------------- community/index.html | 57 ++++++++++++++++++++++++++--------------- schema/cache/cache-1.0.xsd | 2 +- 2 files changed, 37 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8ed53ee2/community/index.html ---------------------------------------------------------------------- diff --git a/community/index.html b/community/index.html index 0170c8a..f206a81 100644 --- a/community/index.html +++ b/community/index.html @@ -336,38 +336,53 @@ under the License. --> </div> <div class="row"> <div class="col-md-3 done"> - <h3><a target="_blank" href="https://fosdem.org/2016/schedule/event/hpc_bigdata_fastdata1/">FOSDEM</a> <br /> - <small>Brussels, Belgium <br/> January 31, 2016</small></h3> - <p> + <h3><a target="_blank" href="https://fosdem.org/2016/schedule/event/hpc_bigdata_fastdata1/">Clubhouse: Domain-driven Design and Reactive Programming</a> <br /> + <small><b>Featuring Vaughn Vernon</b><br/>Virtual Event<br/> September 21, 2016, 9-9:50 am PT</small></h3> + <p> + + </p> + <p> <ul> <li> - <a target="_blank" href="https://fosdem.org/2016/schedule/event/hpc_bigdata_fastdata1/">"Big Data meets Fast Data: a scalable hybrid real-time transactional and analytics solution"</a> + <a href="https://pivotal.zoom.us/j/540483502" target="_blank">Watch on Zoom.</a> (Zoom client will download on first use.) </li> <li> - <a target="_blank" href="https://fosdem.org/2016/schedule/event/hpc_bigdata_debs/">"Taxi trip analysis (DEBS grand-challenge) with Apache Geode (incubating)"</a> + Phone (optional): + <ul> + <li> + 408-638-0968 (US toll) or 646-558-8656 (US toll) + </li> + <li> + Meeting ID: 540 483 502 + </li> + <li> <a href="https://pivotal.zoom.us/zoomconference?m=Jnvh-1uWfqE95Tb4M9AwS9X7P9oPTlfH" target="blank">View international numbers</a> </li> </ul> </p> </div> <div class="col-md-3 done"> - <h3><a target="_blank" href="http://www.seajug.org/">SeaJUG </a><br /> - <small>Seattle, WA<br /> February 16, 2016</small></h3> + <h3><a target="_blank" href="https://pivotal.zoom.us/j/540483502">Clubhouse: Geode's New Security Infrastructure</a><br /> + <small><b>Featuring Jinmei + Liao</b><br/>Virtual Event<br />October 19, 2016, 9-9:50 am PT</small></h3> <p> <ul> - <li><a target="_blank" href="http://www.seajug.org/">Introduction to Apache Geode (incubating)</a><br />Swapnil Bawaskar, William Markito</li> - <ul/> - <p> - </div> - <div class="col-md-3 done"> - <h3><a target="_blank" href="http://geodesummit.com/">Apache Geode Summit</a><br /> - <small>Palo Alto, CA<br /> March 9, 2016</small></h3> -<p> -<ul> -<li><a target="_blank" href="http://geodesummit.com/">The inaugural Geode Summit is a full day conference to bring together the Apache Geode (incubating) community and GemFire users and developers.</a> -</li> -</ul> - <p> - </div> + <li> + <a href="https://pivotal.zoom.us/j/540483502" target="_blank">Watch on Zoom.</a> (Zoom client will download on first use.) + </li> + <li> + Phone (optional): + <ul> + <li> + 408-638-0968 (US toll) or 646-558-8656 (US toll) + </li> + <li> + Meeting ID: 540 483 502 + </li> + <li> <a href="https://pivotal.zoom.us/zoomconference?m=Jnvh-1uWfqE95Tb4M9AwS9X7P9oPTlfH" target="blank">View international numbers</a> + </li> + </ul> + </p> + </div> </div> <div class="row"> <div class="col-md-3"> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8ed53ee2/schema/cache/cache-1.0.xsd ---------------------------------------------------------------------- diff --git a/schema/cache/cache-1.0.xsd b/schema/cache/cache-1.0.xsd index c9c4f91..e4a59ff 100644 --- a/schema/cache/cache-1.0.xsd +++ b/schema/cache/cache-1.0.xsd @@ -45,7 +45,7 @@ If you are declaring a client cache then use this schema: version="1.0"> The contents of a declarative XML file correspond to APIs found in the -com.gemstone.gemfire.cache and com.gemstone.gemfire.cache.client +org.apache.geode.cache and org.apache.geode.cache.client packages. A declarative caching XML file is used to populate a Cache or a ClientCache when it is created.
