You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by ik...@apache.org on 2016/04/21 02:03:04 UTC

[47/52] [abbrv] incubator-omid git commit: Merge pull request #91 from yahoo/website-generation

Merge pull request #91 from yahoo/website-generation

Add infrastructure to create Omid website

Project: http://git-wip-us.apache.org/repos/asf/incubator-omid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-omid/commit/d2a26c48
Tree: http://git-wip-us.apache.org/repos/asf/incubator-omid/tree/d2a26c48
Diff: http://git-wip-us.apache.org/repos/asf/incubator-omid/diff/d2a26c48

Branch: refs/heads/master
Commit: d2a26c4895bb9544d4528958629dc1587b8aa3ce
Parents: fd8ca18 05d69d9
Author: ikatkov <ik...@gmail.com>
Authored: Tue Apr 19 14:11:10 2016 -0700
Committer: ikatkov <ik...@gmail.com>
Committed: Tue Apr 19 14:11:10 2016 -0700

----------------------------------------------------------------------
 .gitignore                                      |   8 +-
 benchmarks/pom.xml                              |   9 +
 codahale-metrics/pom.xml                        |  16 ++
 commit-table/pom.xml                            |   8 +
 common/pom.xml                                  |   8 +
 doc/site/markdown/basic-algorithm.md            |  29 ++
 doc/site/markdown/basic-concepts.md             |  79 ++++++
 doc/site/markdown/basic-examples.md             | 264 +++++++++++++++++++
 doc/site/markdown/client-failure-management.md  |  30 +++
 doc/site/markdown/coding-guide-and-style.md     |  56 ++++
 doc/site/markdown/index.md                      |  94 +++++++
 doc/site/markdown/mailing-lists.md              |  13 +
 doc/site/markdown/omid-components.md            |  96 +++++++
 doc/site/markdown/quickstart.md                 | 203 ++++++++++++++
 doc/site/resources/css/site.css                 | 103 ++++++++
 doc/site/resources/images/about-omid.png        | Bin 0 -> 3402 bytes
 doc/site/resources/images/architecture.png      | Bin 0 -> 77416 bytes
 doc/site/resources/images/basic-alg.png         | Bin 0 -> 30454 bytes
 doc/site/resources/images/contact.png           | Bin 0 -> 2899 bytes
 doc/site/resources/images/getting-started.png   | Bin 0 -> 4328 bytes
 .../resources/images/omid-logo-transparent.png  | Bin 0 -> 13867 bytes
 doc/site/resources/images/omid-logo.png         | Bin 0 -> 23473 bytes
 .../resources/images/snapshot-isolation.png     | Bin 0 -> 22535 bytes
 .../images/technical-documentation.png          | Bin 0 -> 2857 bytes
 doc/site/site.xml                               |  85 ++++++
 examples/pom.xml                                |   8 +
 hbase-client/pom.xml                            |   7 +
 hbase-commit-table/pom.xml                      |  16 ++
 hbase-common/pom.xml                            |  16 ++
 hbase-coprocessor/pom.xml                       |   8 +
 hbase-shims/pom.xml                             |  16 ++
 hbase-tools/pom.xml                             |  16 ++
 metrics/pom.xml                                 |  16 ++
 pom.xml                                         | 111 +++++++-
 statemachine/pom.xml                            |  16 ++
 timestamp-storage/pom.xml                       |  16 ++
 transaction-client/pom.xml                      |  16 ++
 tso-server/pom.xml                              |   8 +
 38 files changed, 1362 insertions(+), 9 deletions(-)
----------------------------------------------------------------------