Release at 2017.1.6
Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/commit/96773697 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/tree/96773697 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/diff/96773697 Branch: refs/heads/asf-site Commit: 967736979f942ddcb0c1b0638d8723a5afe5ddd1 Parents: 5b21fc9 Author: yukon <[email protected]> Authored: Fri Jan 6 13:34:56 2017 +0800 Committer: yukon <[email protected]> Committed: Fri Jan 6 13:34:56 2017 +0800 ---------------------------------------------------------------------- .gitignore | 1 - content/404.html | 376 ++++++++ content/about/contact/index.html | 347 +++++++ content/about/index.html | 369 +++++++ content/about/team/index.html | 426 +++++++++ content/alibaba-rocketmq-jekyll.gemspec | 28 + content/archive-layout-with-content/index.html | 957 +++++++++++++++++++ content/assets/css/main.css | 4 + content/assets/fonts/FontAwesome.otf | Bin 0 -> 124988 bytes content/assets/fonts/fontawesome-webfont.eot | Bin 0 -> 76518 bytes content/assets/fonts/fontawesome-webfont.svg | 685 +++++++++++++ content/assets/fonts/fontawesome-webfont.ttf | Bin 0 -> 152796 bytes content/assets/fonts/fontawesome-webfont.woff | Bin 0 -> 90412 bytes content/assets/fonts/fontawesome-webfont.woff2 | Bin 0 -> 71896 bytes content/assets/images/about/WillemJiang.jpeg | Bin 0 -> 4484 bytes content/assets/images/about/brianm.jpeg | Bin 0 -> 2818 bytes content/assets/images/about/bsnyder.jpeg | Bin 0 -> 3672 bytes content/assets/images/about/justinmclean.jpeg | Bin 0 -> 4352 bytes content/assets/images/about/lizhanhui.jpg | Bin 0 -> 2571 bytes content/assets/images/about/lollipop.jpeg | Bin 0 -> 3254 bytes content/assets/images/about/longdafeng.jpeg | Bin 0 -> 2651 bytes content/assets/images/about/lukehan.jpeg | Bin 0 -> 2871 bytes content/assets/images/about/stevenschew.png | Bin 0 -> 14987 bytes content/assets/images/about/vintagewang.jpeg | Bin 0 -> 2366 bytes content/assets/images/about/vongosling.jpeg | Bin 0 -> 2604 bytes content/assets/images/about/zhouxinyu.png | Bin 0 -> 16148 bytes content/assets/images/blog/rocketmq-queues.png | Bin 0 -> 46754 bytes .../images/code_guidelines/author-tag.png | Bin 0 -> 42774 bytes .../assets/images/code_guidelines/codestyle.png | Bin 0 -> 76123 bytes .../images/code_guidelines/copyright-choose.png | Bin 0 -> 76573 bytes .../assets/images/code_guidelines/copyright.png | Bin 0 -> 125994 bytes content/assets/images/community/2dfire-logo.jpg | Bin 0 -> 12185 bytes .../assets/images/community/alibaba-logo.png | Bin 0 -> 4627 bytes content/assets/images/community/ant-logo.png | Bin 0 -> 16801 bytes .../images/community/china-telecom-logo.png | Bin 0 -> 9254 bytes content/assets/images/community/decent-logo.png | Bin 0 -> 5358 bytes content/assets/images/community/egov-logo.png | Bin 0 -> 70043 bytes content/assets/images/community/media-logo.jpg | Bin 0 -> 6222 bytes content/assets/images/community/meizu-logo.png | Bin 0 -> 1900 bytes content/assets/images/community/shihai-logo.jpg | Bin 0 -> 58158 bytes .../assets/images/community/yeahmobi-logo.png | Bin 0 -> 6553 bytes content/assets/images/community/yunpan-logo.png | Bin 0 -> 2819 bytes content/assets/images/rmq-feature-bigdata.png | Bin 0 -> 39087 bytes content/assets/images/rmq-feature-finance.png | Bin 0 -> 40051 bytes content/assets/images/rmq-feature-industry.png | Bin 0 -> 45315 bytes .../assets/images/rmq-feature-lowlatency.png | Bin 0 -> 47445 bytes .../images/rmq-feature-massiveaccumulation.png | Bin 0 -> 46075 bytes content/assets/images/rmq-feature-neutral.png | Bin 0 -> 46387 bytes content/assets/images/rmq-home-page.jpg | Bin 0 -> 98953 bytes content/assets/images/rmq-logo.png | Bin 0 -> 6094 bytes content/assets/images/rmq-model.png | Bin 0 -> 90694 bytes content/assets/js/main.min.js | 5 + content/categories/index.html | 456 +++++++++ content/collection-archive/index.html | 686 +++++++++++++ content/community/index.html | 471 +++++++++ content/docs/best-practice-broker/index.html | 483 ++++++++++ content/docs/best-practice-consumer/index.html | 508 ++++++++++ content/docs/best-practice-namesvr/index.html | 471 +++++++++ content/docs/best-practice-producer/index.html | 516 ++++++++++ content/docs/cli-admin-tool/index.html | 544 +++++++++++ content/docs/cluster-deployment/index.html | 548 +++++++++++ content/docs/code-guidelines/index.html | 494 ++++++++++ content/docs/core-concept/index.html | 583 +++++++++++ content/docs/faq/index.html | 557 +++++++++++ content/docs/motivation/index.html | 546 +++++++++++ content/docs/pull-request/index.html | 642 +++++++++++++ content/docs/quick-start/index.html | 532 +++++++++++ content/favicon.ico | Bin 0 -> 6094 bytes content/feed.xml | 355 +++++++ content/feed.xslt.xml | 4 + content/index.html | 416 ++++++++ .../index.html | 768 +++++++++++++++ .../index.html | 562 +++++++++++ content/sitemap.xml | 119 +++ content/tags/index.html | 750 +++++++++++++++ content/year-archive/index.html | 394 ++++++++ 76 files changed, 14602 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/96773697/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index b4f443d..5cfe4db 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ .sass-cache _asset_bundler_cache _site -content codekit-config.json example/_site Gemfile.lock http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/96773697/content/404.html ---------------------------------------------------------------------- diff --git a/content/404.html b/content/404.html new file mode 100644 index 0000000..b92b325 --- /dev/null +++ b/content/404.html @@ -0,0 +1,376 @@ +<!doctype html> +<html lang="en" class="no-js"> + <head> + <meta charset="utf-8"> + +<!-- begin SEO --> + + + + + + + + + +<title>Page Not Found - Apache RocketMQ</title> + + + + +<meta name="description" content="Page not found. Your pixels are in another canvas."> + + + + +<meta property="og:locale" content="en"> +<meta property="og:site_name" content="Apache RocketMQ"> +<meta property="og:title" content="Page Not Found"> + + + + + <meta property="og:description" content="Page not found. Your pixels are in another canvas."> + + + + <meta name="twitter:site" content="@ApacheRocketMQ"> + <meta name="twitter:title" content="Page Not Found"> + <meta name="twitter:description" content="Page not found. Your pixels are in another canvas."> + <meta name="twitter:url" content=""> + + + <meta name="twitter:card" content="summary"> + + + + + + + + + + + + + + + + + + + + + + + <script type="application/ld+json"> + { + "@context" : "http://schema.org", + "@type" : "Person", + "name" : "Apache RocketMQ", + "url" : null, + "sameAs" : null + } + </script> + + + + <meta name="google-site-verification" content="aand0XZkSGsziuC-UPD4ZJniFD0m0JhGx6820y2mAQY" /> + + + + +<!-- end SEO --> + + +<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Apache RocketMQ Feed"> + +<!-- http://t.co/dKP3o1e --> +<meta name="HandheldFriendly" content="True"> +<meta name="MobileOptimized" content="320"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> + +<script> + document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js '; +</script> + +<!-- For all browsers --> +<link rel="stylesheet" href="/assets/css/main.css"> + +<meta http-equiv="cleartype" content="on"> + <!-- start custom head snippets --> + +<!-- insert favicons. use http://realfavicongenerator.net/ --> + +<!-- end custom head snippets --> + </head> + + <body class="layout--single"> + + <!--[if lt IE 9]> +<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div> +<![endif]--> + <div class="masthead"> + <div class="masthead__inner-wrap"> + <div class="masthead__menu"> + <nav id="site-nav" class="greedy-nav"> + <button><div class="navicon"></div></button> + <ul class="visible-links"> + <li class="masthead__menu-item masthead__menu-item--lg"><a href="/">Apache RocketMQ</a></li> + + + <li class="masthead__menu-item"><a href="/docs/quick-start/">Documentation</a></li> + + + <li class="masthead__menu-item"><a href="/year-archive/">Blog</a></li> + + + <li class="masthead__menu-item"><a href="/community/">Community</a></li> + + + <li class="masthead__menu-item"><a href="/about/team/">About</a></li> + + </ul> + <ul class="hidden-links hidden"></ul> + </nav> + </div> + </div> +</div> + + + + + +<div id="main" role="main"> + + <div class="sidebar sticky"> + + +<div itemscope itemtype="http://schema.org/Person"> + + + <div class="author__avatar"> + + <img src="/assets/images/rmq-logo.png" class="author__avatar" alt="" itemprop="image"> + + </div> + + + <div class="author__content"> + <h3 class="author__name" itemprop="name"></h3> + + <p class="author__bio" itemprop="description"> + A fast, low latency, reliable, scalable, distributed MOM. + </p> + + </div> + + <div class="author__urls-wrapper"> + <button class="btn btn--inverse">Follow</button> + <ul class="author__urls social-icons"> + + <li itemprop="homeLocation" itemscope itemtype="http://schema.org/Place"> + <i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> <span itemprop="name">Hangzhou, China</span> + </li> + + + + <li> + <a href="http://incubator.staging.apache.org/projects/rocketmq.html" itemprop="url"> + <i class="fa fa-fw fa-chain" aria-hidden="true"></i> Website + </a> + </li> + + + + <li> + <a href="mailto:[email protected]"> + <meta itemprop="email" content="[email protected]" /> + <i class="fa fa-fw fa-envelope-square" aria-hidden="true"></i> Email + </a> + </li> + + + + + + <li> + <a href="https://twitter.com/ApacheRocketMQ" itemprop="sameAs"> + <i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter + </a> + </li> + + + + + + + + + + + + + + + + + + <li> + <a href="https://github.com/apache/incubator-rocketmq" itemprop="sameAs"> + <i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub + </a> + </li> + + + + <li> + <a href="https://www.stackoverflow.com/questions/tagged/rocketmq" itemprop="sameAs"> + <i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i> Stackoverflow + </a> + </li> + + + + <li> + <a href="https://www.quora.com/topic/RocketMQ" itemprop="sameAs"> + <i class="fa fa-fw" aria-hidden="true"><strong>Q</strong></i> Quora + </a> + </li> + + + + + + + + + + + + + + + + + + + + + + + + + <!-- + <li> + <a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs"> + <i class="fa fa-fw" aria-hidden="true"></i> Custom Social Profile Link + </a> + </li> +--> + </ul> + </div> +</div> + + + </div> + + + <article class="page" itemscope itemtype="http://schema.org/CreativeWork"> + <meta itemprop="headline" content="Page Not Found"> + <meta itemprop="description" content="Page not found. Your pixels are in another canvas."> + + + + <div class="page__inner-wrap"> + + <header> + <h1 class="page__title" itemprop="headline">Page Not Found +</h1> + + </header> + + + <section class="page__content" itemprop="text"> + <p>Sorry, but the page you were trying to view does not exist â perhaps you can try searching for it below.</p> + +<script type="text/javascript"> + var GOOG_FIXURL_LANG = 'en'; + var GOOG_FIXURL_SITE = '' +</script> + +<script type="text/javascript" src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"> +</script> + + + + </section> + + <footer class="page__meta"> + + + + + + </footer> + + + + + </div> + + + </article> + + + +</div> + + <div class="page__footer"> + <footer> + <!-- start custom footer snippets --> + +<!-- end custom footer snippets --> + <div class="page__footer-follow"> + <ul class="social-icons"> + + <li><strong>Follow:</strong></li> + + + <li><a href="https://twitter.com/ApacheRocketMQ"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li> + + + + <li><a href="http://github.com/apache/incubator-rocketmq"><i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li> + + + <li><a href="/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li> + </ul> +</div> + +<div class="page__footer-copyright">Copyright © 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</div> + </footer> + </div> + + <script src="/assets/js/main.min.js"></script> + + + + + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89603173-1', 'auto'); + ga('send', 'pageview'); +</script> + + + + + + + </body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/96773697/content/about/contact/index.html ---------------------------------------------------------------------- diff --git a/content/about/contact/index.html b/content/about/contact/index.html new file mode 100644 index 0000000..6ddaf84 --- /dev/null +++ b/content/about/contact/index.html @@ -0,0 +1,347 @@ +<!doctype html> +<html lang="en" class="no-js"> + <head> + <meta charset="utf-8"> + +<!-- begin SEO --> + + + + + + + + + +<title>CONTACT - Apache RocketMQ</title> + + + + +<meta name="description" content="Contact."> + + + + +<meta property="og:locale" content="en"> +<meta property="og:site_name" content="Apache RocketMQ"> +<meta property="og:title" content="CONTACT"> + + + + + <meta property="og:description" content="Contact."> + + + + <meta name="twitter:site" content="@ApacheRocketMQ"> + <meta name="twitter:title" content="CONTACT"> + <meta name="twitter:description" content="Contact."> + <meta name="twitter:url" content=""> + + + <meta name="twitter:card" content="summary"> + + + + + + + + + + + + + + + + <meta property="og:type" content="article"> + <meta property="article:published_time" content="2017-01-06T13:34:27+08:00"> + + + + + + + + + <script type="application/ld+json"> + { + "@context" : "http://schema.org", + "@type" : "Person", + "name" : "Apache RocketMQ", + "url" : null, + "sameAs" : null + } + </script> + + + + <meta name="google-site-verification" content="aand0XZkSGsziuC-UPD4ZJniFD0m0JhGx6820y2mAQY" /> + + + + +<!-- end SEO --> + + +<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Apache RocketMQ Feed"> + +<!-- http://t.co/dKP3o1e --> +<meta name="HandheldFriendly" content="True"> +<meta name="MobileOptimized" content="320"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> + +<script> + document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js '; +</script> + +<!-- For all browsers --> +<link rel="stylesheet" href="/assets/css/main.css"> + +<meta http-equiv="cleartype" content="on"> + <!-- start custom head snippets --> + +<!-- insert favicons. use http://realfavicongenerator.net/ --> + +<!-- end custom head snippets --> + </head> + + <body class="layout--about_single"> + + <!--[if lt IE 9]> +<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div> +<![endif]--> + <div class="masthead"> + <div class="masthead__inner-wrap"> + <div class="masthead__menu"> + <nav id="site-nav" class="greedy-nav"> + <button><div class="navicon"></div></button> + <ul class="visible-links"> + <li class="masthead__menu-item masthead__menu-item--lg"><a href="/">Apache RocketMQ</a></li> + + + <li class="masthead__menu-item"><a href="/docs/quick-start/">Documentation</a></li> + + + <li class="masthead__menu-item"><a href="/year-archive/">Blog</a></li> + + + <li class="masthead__menu-item"><a href="/community/">Community</a></li> + + + <li class="masthead__menu-item"><a href="/about/team/">About</a></li> + + </ul> + <ul class="hidden-links hidden"></ul> + </nav> + </div> + </div> +</div> + + + + + +<div id="main" role="main"> + + <div class="sidebar sticky"> + + + + + + + + + + +<nav class="nav__list"> + + <input id="ac-toc" name="accordion-toc" type="checkbox" /> + <label for="ac-toc">Toggle Menu</label> + <ul class="nav__items"> + + <li> + + + + + <a href="/about/team/"><span class="nav__sub-title">Team</span></a> + + + + </li> + + <li> + + + + + <a href="/about/contact/"><span class="nav__sub-title">Contact</span></a> + + + + </li> + + </ul> +</nav> + + + </div> + + + <article class="page" itemscope itemtype="http://schema.org/CreativeWork"> + <meta itemprop="headline" content="CONTACT"> + <meta itemprop="description" content="Contact."> + <meta itemprop="datePublished" content="January 06, 2017"> + <meta itemprop="dateModified" content="December 29, 2016"> + + <div class="page__inner-wrap"> + + <header> + <h1 class="page__title" itemprop="headline">CONTACT +</h1> + + </header> + + + <section class="page__content" itemprop="text"> + <h2 id="mailing-lists">Mailing Lists</h2> + +<p>These are the mailing lists that have been established for RocketMQ. For each list, there is a subscribe, unsubscribe, and an archive link.</p> + +<table> + <thead> + <tr> + <th style="text-align: left">Name</th> + <th style="text-align: left">Description</th> + <th style="text-align: left">Subscribe</th> + <th style="text-align: left">Unsubscribe</th> + <th style="text-align: left">Archive</th> + </tr> + </thead> + <tbody> + <tr> + <td style="text-align: left">Issues</td> + <td style="text-align: left">For tracking issues</td> + <td style="text-align: left"><a href="mailto:[email protected]">Subscribe</a></td> + <td style="text-align: left"><a href="mailto:[email protected]">Unsubscribe</a></td> + <td style="text-align: left"><a href="http://mail-archives.apache.org/mod_mbox/incubator-rocketmq-issues/">mail-archives.apache.org</a></td> + </tr> + <tr> + <td style="text-align: left">Development</td> + <td style="text-align: left">For discussion on development.</td> + <td style="text-align: left"><a href="mailto:[email protected]">Subscribe</a></td> + <td style="text-align: left"><a href="mailto:[email protected]">Unsubscribe</a></td> + <td style="text-align: left"><a href="http://mail-archives.apache.org/mod_mbox/incubator-rocketmq-dev//">mail-archives.apache.org</a></td> + </tr> + <tr> + <td style="text-align: left">Commits</td> + <td style="text-align: left">For tracking commits.</td> + <td style="text-align: left"><a href="mailto:[email protected]">Subscribe</a></td> + <td style="text-align: left"><a href="mailto:[email protected]">Unsubscribe</a></td> + <td style="text-align: left"><a href="http://mail-archives.apache.org/mod_mbox/incubator-rocketmq-commits/">mail-archives.apache.org</a></td> + </tr> + </tbody> +</table> + +<p>Besides, we hold tagged questions on <a href="http://stackoverflow.com/questions/tagged/rocketmq">stackoverflow.com</a> where you can launch an interactive discussion. Also, you can try to find answers to your question about RocketMQ on Quora <a href="https://www.quora.com/topic/RocketMQ">here</a>.</p> + + + </section> + + <footer class="page__meta"> + + + + + + <p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> Updated:</strong> <time datetime="2016-12-29">December 29, 2016</time></p> + + </footer> + + <section class="page__share"> + + <h4 class="page__share-title">Share on</h4> + + + <a href="https://twitter.com/intent/tweet?via=ApacheRocketMQ&text=CONTACT /about/contact/" class="btn btn--twitter" title="Share on Twitter"><i class="fa fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a> + + <a href="https://www.facebook.com/sharer/sharer.php?u=/about/contact/" class="btn btn--facebook" title="Share on Facebook"><i class="fa fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a> + + <a href="https://plus.google.com/share?url=/about/contact/" class="btn btn--google-plus" title="Share on Google Plus"><i class="fa fa-fw fa-google-plus" aria-hidden="true"></i><span> Google+</span></a> + + <a href="https://www.linkedin.com/shareArticle?mini=true&url=/about/contact/" class="btn btn--linkedin" title="Share on LinkedIn"><i class="fa fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a> +</section> + + + + <nav class="pagination"> + + <a href="/about/team/" class="pagination--pager" title="TEAM +">Previous</a> + + + <a href="#" class="pagination--pager disabled">Next</a> + + </nav> + + </div> + + + </article> + + + +</div> + + <div class="page__footer"> + <footer> + <!-- start custom footer snippets --> + +<!-- end custom footer snippets --> + <div class="page__footer-follow"> + <ul class="social-icons"> + + <li><strong>Follow:</strong></li> + + + <li><a href="https://twitter.com/ApacheRocketMQ"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li> + + + + <li><a href="http://github.com/apache/incubator-rocketmq"><i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li> + + + <li><a href="/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li> + </ul> +</div> + +<div class="page__footer-copyright">Copyright © 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</div> + </footer> + </div> + + <script src="/assets/js/main.min.js"></script> + + + + + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89603173-1', 'auto'); + ga('send', 'pageview'); +</script> + + + + + + + </body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/96773697/content/about/index.html ---------------------------------------------------------------------- diff --git a/content/about/index.html b/content/about/index.html new file mode 100644 index 0000000..7b3feb3 --- /dev/null +++ b/content/about/index.html @@ -0,0 +1,369 @@ +<!doctype html> +<html lang="en" class="no-js"> + <head> + <meta charset="utf-8"> + +<!-- begin SEO --> + + + + + + + + + +<title>About - Apache RocketMQ</title> + + + + +<meta name="description" content="Anything about RocketMQ."> + + + + +<meta property="og:locale" content="en"> +<meta property="og:site_name" content="Apache RocketMQ"> +<meta property="og:title" content="About"> + + + + + <meta property="og:description" content="Anything about RocketMQ."> + + + + <meta name="twitter:site" content="@ApacheRocketMQ"> + <meta name="twitter:title" content="About"> + <meta name="twitter:description" content="Anything about RocketMQ."> + <meta name="twitter:url" content=""> + + + <meta name="twitter:card" content="summary"> + + + + + + + + + + + + + + + + + + + + + + + <script type="application/ld+json"> + { + "@context" : "http://schema.org", + "@type" : "Person", + "name" : "Apache RocketMQ", + "url" : null, + "sameAs" : null + } + </script> + + + + <meta name="google-site-verification" content="aand0XZkSGsziuC-UPD4ZJniFD0m0JhGx6820y2mAQY" /> + + + + +<!-- end SEO --> + + +<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Apache RocketMQ Feed"> + +<!-- http://t.co/dKP3o1e --> +<meta name="HandheldFriendly" content="True"> +<meta name="MobileOptimized" content="320"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> + +<script> + document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js '; +</script> + +<!-- For all browsers --> +<link rel="stylesheet" href="/assets/css/main.css"> + +<meta http-equiv="cleartype" content="on"> + <!-- start custom head snippets --> + +<!-- insert favicons. use http://realfavicongenerator.net/ --> + +<!-- end custom head snippets --> + </head> + + <body class="layout--single"> + + <!--[if lt IE 9]> +<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div> +<![endif]--> + <div class="masthead"> + <div class="masthead__inner-wrap"> + <div class="masthead__menu"> + <nav id="site-nav" class="greedy-nav"> + <button><div class="navicon"></div></button> + <ul class="visible-links"> + <li class="masthead__menu-item masthead__menu-item--lg"><a href="/">Apache RocketMQ</a></li> + + + <li class="masthead__menu-item"><a href="/docs/quick-start/">Documentation</a></li> + + + <li class="masthead__menu-item"><a href="/year-archive/">Blog</a></li> + + + <li class="masthead__menu-item"><a href="/community/">Community</a></li> + + + <li class="masthead__menu-item"><a href="/about/team/">About</a></li> + + </ul> + <ul class="hidden-links hidden"></ul> + </nav> + </div> + </div> +</div> + + + + + +<div id="main" role="main"> + + <div class="sidebar sticky"> + + +<div itemscope itemtype="http://schema.org/Person"> + + + <div class="author__avatar"> + + <img src="/assets/images/rmq-logo.png" class="author__avatar" alt="" itemprop="image"> + + </div> + + + <div class="author__content"> + <h3 class="author__name" itemprop="name"></h3> + + <p class="author__bio" itemprop="description"> + A fast, low latency, reliable, scalable, distributed MOM. + </p> + + </div> + + <div class="author__urls-wrapper"> + <button class="btn btn--inverse">Follow</button> + <ul class="author__urls social-icons"> + + <li itemprop="homeLocation" itemscope itemtype="http://schema.org/Place"> + <i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> <span itemprop="name">Hangzhou, China</span> + </li> + + + + <li> + <a href="http://incubator.staging.apache.org/projects/rocketmq.html" itemprop="url"> + <i class="fa fa-fw fa-chain" aria-hidden="true"></i> Website + </a> + </li> + + + + <li> + <a href="mailto:[email protected]"> + <meta itemprop="email" content="[email protected]" /> + <i class="fa fa-fw fa-envelope-square" aria-hidden="true"></i> Email + </a> + </li> + + + + + + <li> + <a href="https://twitter.com/ApacheRocketMQ" itemprop="sameAs"> + <i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter + </a> + </li> + + + + + + + + + + + + + + + + + + <li> + <a href="https://github.com/apache/incubator-rocketmq" itemprop="sameAs"> + <i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub + </a> + </li> + + + + <li> + <a href="https://www.stackoverflow.com/questions/tagged/rocketmq" itemprop="sameAs"> + <i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i> Stackoverflow + </a> + </li> + + + + <li> + <a href="https://www.quora.com/topic/RocketMQ" itemprop="sameAs"> + <i class="fa fa-fw" aria-hidden="true"><strong>Q</strong></i> Quora + </a> + </li> + + + + + + + + + + + + + + + + + + + + + + + + + <!-- + <li> + <a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs"> + <i class="fa fa-fw" aria-hidden="true"></i> Custom Social Profile Link + </a> + </li> +--> + </ul> + </div> +</div> + + + </div> + + + <article class="page" itemscope itemtype="http://schema.org/CreativeWork"> + <meta itemprop="headline" content="About"> + <meta itemprop="description" content="Anything about RocketMQ."> + + <meta itemprop="dateModified" content="December 16, 2016"> + + <div class="page__inner-wrap"> + + <header> + <h1 class="page__title" itemprop="headline">About +</h1> + + </header> + + + <section class="page__content" itemprop="text"> + <p><strong>TODO</strong></p> + + + </section> + + <footer class="page__meta"> + + + + + + <p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> Updated:</strong> <time datetime="2016-12-16">December 16, 2016</time></p> + + </footer> + + + + + </div> + + + </article> + + + +</div> + + <div class="page__footer"> + <footer> + <!-- start custom footer snippets --> + +<!-- end custom footer snippets --> + <div class="page__footer-follow"> + <ul class="social-icons"> + + <li><strong>Follow:</strong></li> + + + <li><a href="https://twitter.com/ApacheRocketMQ"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li> + + + + <li><a href="http://github.com/apache/incubator-rocketmq"><i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li> + + + <li><a href="/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li> + </ul> +</div> + +<div class="page__footer-copyright">Copyright © 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</div> + </footer> + </div> + + <script src="/assets/js/main.min.js"></script> + + + + + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89603173-1', 'auto'); + ga('send', 'pageview'); +</script> + + + + + + + </body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/96773697/content/about/team/index.html ---------------------------------------------------------------------- diff --git a/content/about/team/index.html b/content/about/team/index.html new file mode 100644 index 0000000..0bc5553 --- /dev/null +++ b/content/about/team/index.html @@ -0,0 +1,426 @@ +<!doctype html> +<html lang="en" class="no-js"> + <head> + <meta charset="utf-8"> + +<!-- begin SEO --> + + + + + + + + + +<title>TEAM - Apache RocketMQ</title> + + + + +<meta name="description" content="Project team."> + + + + +<meta property="og:locale" content="en"> +<meta property="og:site_name" content="Apache RocketMQ"> +<meta property="og:title" content="TEAM"> + + + + + <meta property="og:description" content="Project team."> + + + + <meta name="twitter:site" content="@ApacheRocketMQ"> + <meta name="twitter:title" content="TEAM"> + <meta name="twitter:description" content="Project team."> + <meta name="twitter:url" content=""> + + + <meta name="twitter:card" content="summary"> + + + + + + + + + + + + + + + + <meta property="og:type" content="article"> + <meta property="article:published_time" content="2017-01-06T13:34:27+08:00"> + + + + + + + + + <script type="application/ld+json"> + { + "@context" : "http://schema.org", + "@type" : "Person", + "name" : "Apache RocketMQ", + "url" : null, + "sameAs" : null + } + </script> + + + + <meta name="google-site-verification" content="aand0XZkSGsziuC-UPD4ZJniFD0m0JhGx6820y2mAQY" /> + + + + +<!-- end SEO --> + + +<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Apache RocketMQ Feed"> + +<!-- http://t.co/dKP3o1e --> +<meta name="HandheldFriendly" content="True"> +<meta name="MobileOptimized" content="320"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> + +<script> + document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js '; +</script> + +<!-- For all browsers --> +<link rel="stylesheet" href="/assets/css/main.css"> + +<meta http-equiv="cleartype" content="on"> + <!-- start custom head snippets --> + +<!-- insert favicons. use http://realfavicongenerator.net/ --> + +<!-- end custom head snippets --> + </head> + + <body class="layout--single"> + + <!--[if lt IE 9]> +<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div> +<![endif]--> + <div class="masthead"> + <div class="masthead__inner-wrap"> + <div class="masthead__menu"> + <nav id="site-nav" class="greedy-nav"> + <button><div class="navicon"></div></button> + <ul class="visible-links"> + <li class="masthead__menu-item masthead__menu-item--lg"><a href="/">Apache RocketMQ</a></li> + + + <li class="masthead__menu-item"><a href="/docs/quick-start/">Documentation</a></li> + + + <li class="masthead__menu-item"><a href="/year-archive/">Blog</a></li> + + + <li class="masthead__menu-item"><a href="/community/">Community</a></li> + + + <li class="masthead__menu-item"><a href="/about/team/">About</a></li> + + </ul> + <ul class="hidden-links hidden"></ul> + </nav> + </div> + </div> +</div> + + + + + +<div id="main" role="main"> + + <div class="sidebar sticky"> + + + + + + + + + + +<nav class="nav__list"> + + <input id="ac-toc" name="accordion-toc" type="checkbox" /> + <label for="ac-toc">Toggle Menu</label> + <ul class="nav__items"> + + <li> + + + + + <a href="/about/team/"><span class="nav__sub-title">Team</span></a> + + + + </li> + + <li> + + + + + <a href="/about/contact/"><span class="nav__sub-title">Contact</span></a> + + + + </li> + + </ul> +</nav> + + + </div> + + + <article class="page" itemscope itemtype="http://schema.org/CreativeWork"> + <meta itemprop="headline" content="TEAM"> + <meta itemprop="description" content="Project team."> + <meta itemprop="datePublished" content="January 06, 2017"> + <meta itemprop="dateModified" content="December 29, 2016"> + + <div class="page__inner-wrap"> + + <header> + <h1 class="page__title" itemprop="headline">TEAM +</h1> + + </header> + + + <section class="page__content" itemprop="text"> + <p>The RocketMQ team is comprised of Members and Contributors. Members have direct access to the source of RocketMQ project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. All contributions to RocketMQ are greatly appreciated, whether for trivial cleanups, big new features or other material rewards. More details see <a href="https://github.com/apache/incubator-rocketmq/blob/master/CONTRIBUTING.md">here</a>.</p> + +<h3 id="members">Members</h3> + +<p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p> + +<table> + <thead> + <tr> + <th style="text-align: left">Image</th> + <th style="text-align: left">Id</th> + <th style="text-align: left">Github Id</th> + <th style="text-align: left">Email</th> + <th style="text-align: left"><a href="https://www.apache.org/foundation/how-it-works.html#roles">Roles</a></th> + <th style="text-align: left">Time Zone</th> + </tr> + </thead> + <tbody> + <tr> + <td style="text-align: left"><img src="/assets/images/about/bsnyder.jpeg" alt="bsnyde" /></td> + <td style="text-align: left">bsnyder</td> + <td style="text-align: left"><a href="https://github.com/bsnyder">@bsnyder</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Mentor/PMC Member</td> + <td style="text-align: left">-7</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/brianm.jpeg" alt="brian" /></td> + <td style="text-align: left">brianm</td> + <td style="text-align: left"><a href="https://github.com/brianm">@brianm</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Mentor/PMC Member</td> + <td style="text-align: left">-8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/WillemJiang.jpeg" alt="WillemJiang" /></td> + <td style="text-align: left">nianjiang</td> + <td style="text-align: left"><a href="https://github.com/WillemJiang">@WillemJiang</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Mentor/PMC Member</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/lukehan.jpeg" alt="lukehan" /></td> + <td style="text-align: left">lukehan</td> + <td style="text-align: left"><a href="https://github.com/lukehan">@lukehan</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Mentor/PMC Member</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/justinmclean.jpeg" alt="justinmclean" /></td> + <td style="text-align: left">jmclean</td> + <td style="text-align: left"><a href="https://github.com/justinmclean">@justinmclean</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Mentor/PMC Member</td> + <td style="text-align: left">+11</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/vongosling.jpeg" alt="vongosling" /></td> + <td style="text-align: left">vongosling</td> + <td style="text-align: left"><a href="https://github.com/vongosling">@vongosling</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer/PMC Member</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/vintagewang.jpeg" alt="vintagewang" /></td> + <td style="text-align: left">vintagewang</td> + <td style="text-align: left"><a href="https://github.com/vintagewang">@vintagewang</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer/PMC Member</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/zhouxinyu.png" alt="zhouxinyu" /></td> + <td style="text-align: left">yukon</td> + <td style="text-align: left"><a href="https://github.com/zhouxinyu">@zhouxinyu</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer/PMC Member</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/lizhanhui.jpg" alt="lizhanhui" /></td> + <td style="text-align: left">lizhanhui</td> + <td style="text-align: left"><a href="https://github.com/lizhanhui">@lizhanhui</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/stevenschew.png" alt="stevensche" /></td> + <td style="text-align: left">stevenschew</td> + <td style="text-align: left"><a href="https://github.com/stevenschew">@stevenschew</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/lollipop.jpeg" alt="lollipop" /></td> + <td style="text-align: left">lollipop</td> + <td style="text-align: left"><a href="https://github.com/lollipopjin">@lollipopjin</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/longdafeng.jpeg" alt="longdafeng" /></td> + <td style="text-align: left">longda</td> + <td style="text-align: left"><a href="https://github.com/longdafeng">@longdafeng</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer</td> + <td style="text-align: left">+8</td> + </tr> + </tbody> +</table> + +<h3 id="top-contributors">Top Contributors</h3> +<p>There are a lot of contributors who improve the RocketMQ project through submission of patches and suggestions to the Members, top contributors to be added.</p> + + + </section> + + <footer class="page__meta"> + + + + + + <p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> Updated:</strong> <time datetime="2016-12-29">December 29, 2016</time></p> + + </footer> + + <section class="page__share"> + + <h4 class="page__share-title">Share on</h4> + + + <a href="https://twitter.com/intent/tweet?via=ApacheRocketMQ&text=TEAM /about/team/" class="btn btn--twitter" title="Share on Twitter"><i class="fa fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a> + + <a href="https://www.facebook.com/sharer/sharer.php?u=/about/team/" class="btn btn--facebook" title="Share on Facebook"><i class="fa fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a> + + <a href="https://plus.google.com/share?url=/about/team/" class="btn btn--google-plus" title="Share on Google Plus"><i class="fa fa-fw fa-google-plus" aria-hidden="true"></i><span> Google+</span></a> + + <a href="https://www.linkedin.com/shareArticle?mini=true&url=/about/team/" class="btn btn--linkedin" title="Share on LinkedIn"><i class="fa fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a> +</section> + + + + <nav class="pagination"> + + <a href="#" class="pagination--pager disabled">Previous</a> + + + <a href="/about/contact/" class="pagination--pager" title="CONTACT +">Next</a> + + </nav> + + </div> + + + </article> + + + +</div> + + <div class="page__footer"> + <footer> + <!-- start custom footer snippets --> + +<!-- end custom footer snippets --> + <div class="page__footer-follow"> + <ul class="social-icons"> + + <li><strong>Follow:</strong></li> + + + <li><a href="https://twitter.com/ApacheRocketMQ"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li> + + + + <li><a href="http://github.com/apache/incubator-rocketmq"><i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li> + + + <li><a href="/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li> + </ul> +</div> + +<div class="page__footer-copyright">Copyright © 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</div> + </footer> + </div> + + <script src="/assets/js/main.min.js"></script> + + + + + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89603173-1', 'auto'); + ga('send', 'pageview'); +</script> + + + + + + + </body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/96773697/content/alibaba-rocketmq-jekyll.gemspec ---------------------------------------------------------------------- diff --git a/content/alibaba-rocketmq-jekyll.gemspec b/content/alibaba-rocketmq-jekyll.gemspec new file mode 100644 index 0000000..25a1cfa --- /dev/null +++ b/content/alibaba-rocketmq-jekyll.gemspec @@ -0,0 +1,28 @@ +# coding: utf-8 + +Gem::Specification.new do |spec| + spec.name = "minimal-mistakes-jekyll" + spec.version = "4.1.0" + spec.authors = ["Michael Rose"] + + spec.summary = %q{A flexible two-column Jekyll theme.} + spec.homepage = "https://github.com/alibaba/RocketMQ/" + spec.license = "MIT" + + spec.metadata["plugin_type"] = "theme" + + spec.files = `git ls-files -z`.split("\x0").select do |f| + f.match(%r{^(assets|_(includes|layouts|sass)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i) + end + + spec.add_dependency "jekyll", "~> 3.3" + + spec.add_development_dependency "bundler", "~> 1.12" + spec.add_development_dependency "rake", "~> 10.0" + + spec.add_runtime_dependency "jekyll-paginate", "~> 1.1" + spec.add_runtime_dependency "jekyll-sitemap", "~> 0.12" + spec.add_runtime_dependency "jekyll-gist", "~> 1.4" + spec.add_runtime_dependency "jekyll-feed", "~> 0.8" + spec.add_runtime_dependency "jemoji", "~> 0.7" +end http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/96773697/content/archive-layout-with-content/index.html ---------------------------------------------------------------------- diff --git a/content/archive-layout-with-content/index.html b/content/archive-layout-with-content/index.html new file mode 100644 index 0000000..b929e9a --- /dev/null +++ b/content/archive-layout-with-content/index.html @@ -0,0 +1,957 @@ +<!doctype html> +<html lang="en" class="no-js"> + <head> + <meta charset="utf-8"> + +<!-- begin SEO --> + + + + + + + + + +<title>Archive Layout with Content - Apache RocketMQ</title> + + + + +<meta name="description" content="The homepage of RocketMQ."> + + + + +<meta property="og:locale" content="en"> +<meta property="og:site_name" content="Apache RocketMQ"> +<meta property="og:title" content="Archive Layout with Content"> + + + + + + + <meta name="twitter:site" content="@ApacheRocketMQ"> + <meta name="twitter:title" content="Archive Layout with Content"> + <meta name="twitter:description" content="The homepage of RocketMQ."> + <meta name="twitter:url" content=""> + + + <meta name="twitter:card" content="summary"> + + + + + + + + + + + + + + + + + + + + + + + <script type="application/ld+json"> + { + "@context" : "http://schema.org", + "@type" : "Person", + "name" : "Apache RocketMQ", + "url" : null, + "sameAs" : null + } + </script> + + + + <meta name="google-site-verification" content="aand0XZkSGsziuC-UPD4ZJniFD0m0JhGx6820y2mAQY" /> + + + + +<!-- end SEO --> + + +<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Apache RocketMQ Feed"> + +<!-- http://t.co/dKP3o1e --> +<meta name="HandheldFriendly" content="True"> +<meta name="MobileOptimized" content="320"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> + +<script> + document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js '; +</script> + +<!-- For all browsers --> +<link rel="stylesheet" href="/assets/css/main.css"> + +<meta http-equiv="cleartype" content="on"> + <!-- start custom head snippets --> + +<!-- insert favicons. use http://realfavicongenerator.net/ --> + +<!-- end custom head snippets --> + </head> + + <body class="layout--archive"> + + <!--[if lt IE 9]> +<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div> +<![endif]--> + <div class="masthead"> + <div class="masthead__inner-wrap"> + <div class="masthead__menu"> + <nav id="site-nav" class="greedy-nav"> + <button><div class="navicon"></div></button> + <ul class="visible-links"> + <li class="masthead__menu-item masthead__menu-item--lg"><a href="/">Apache RocketMQ</a></li> + + + <li class="masthead__menu-item"><a href="/docs/quick-start/">Documentation</a></li> + + + <li class="masthead__menu-item"><a href="/year-archive/">Blog</a></li> + + + <li class="masthead__menu-item"><a href="/community/">Community</a></li> + + + <li class="masthead__menu-item"><a href="/about/team/">About</a></li> + + </ul> + <ul class="hidden-links hidden"></ul> + </nav> + </div> + </div> +</div> + + + + + +<div id="main" role="main"> + + <div class="sidebar sticky"> + + +<div itemscope itemtype="http://schema.org/Person"> + + + <div class="author__avatar"> + + <img src="/assets/images/rmq-logo.png" class="author__avatar" alt="" itemprop="image"> + + </div> + + + <div class="author__content"> + <h3 class="author__name" itemprop="name"></h3> + + <p class="author__bio" itemprop="description"> + A fast, low latency, reliable, scalable, distributed MOM. + </p> + + </div> + + <div class="author__urls-wrapper"> + <button class="btn btn--inverse">Follow</button> + <ul class="author__urls social-icons"> + + <li itemprop="homeLocation" itemscope itemtype="http://schema.org/Place"> + <i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> <span itemprop="name">Hangzhou, China</span> + </li> + + + + <li> + <a href="http://incubator.staging.apache.org/projects/rocketmq.html" itemprop="url"> + <i class="fa fa-fw fa-chain" aria-hidden="true"></i> Website + </a> + </li> + + + + <li> + <a href="mailto:[email protected]"> + <meta itemprop="email" content="[email protected]" /> + <i class="fa fa-fw fa-envelope-square" aria-hidden="true"></i> Email + </a> + </li> + + + + + + <li> + <a href="https://twitter.com/ApacheRocketMQ" itemprop="sameAs"> + <i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter + </a> + </li> + + + + + + + + + + + + + + + + + + <li> + <a href="https://github.com/apache/incubator-rocketmq" itemprop="sameAs"> + <i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub + </a> + </li> + + + + <li> + <a href="https://www.stackoverflow.com/questions/tagged/rocketmq" itemprop="sameAs"> + <i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i> Stackoverflow + </a> + </li> + + + + <li> + <a href="https://www.quora.com/topic/RocketMQ" itemprop="sameAs"> + <i class="fa fa-fw" aria-hidden="true"><strong>Q</strong></i> Quora + </a> + </li> + + + + + + + + + + + + + + + + + + + + + + + + + <!-- + <li> + <a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs"> + <i class="fa fa-fw" aria-hidden="true"></i> Custom Social Profile Link + </a> + </li> +--> + </ul> + </div> +</div> + + + </div> + + + <div class="archive"> + + <h1 class="page__title">Archive Layout with Content</h1> + + <p>A variety of common markup showing how the theme styles them.</p> + +<h1 id="header-one">Header one</h1> + +<h2 id="header-two">Header two</h2> + +<h3 id="header-three">Header three</h3> + +<h4 id="header-four">Header four</h4> + +<h5 id="header-five">Header five</h5> + +<h6 id="header-six">Header six</h6> + +<h2 id="blockquotes">Blockquotes</h2> + +<p>Single line blockquote:</p> + +<blockquote> + <p>Stay hungry. Stay foolish.</p> +</blockquote> + +<p>Multi line blockquote with a cite reference:</p> + +<blockquote> + <p>People think focus means saying yes to the thing youâve got to focus on. But thatâs not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. Iâm actually as proud of the things we havenât done as the things I have done. Innovation is saying no to 1,000 things.</p> +</blockquote> + +<p class="small"><cite>Steve Jobs</cite> â Apple Worldwide Developersâ Conference, 1997</p> + +<h2 id="tables">Tables</h2> + +<table> + <thead> + <tr> + <th>Employee</th> + <th>Salary</th> + <th> </th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="#">John Doe</a></td> + <td>$1</td> + <td>Because thatâs all Steve Jobs needed for a salary.</td> + </tr> + <tr> + <td><a href="#">Jane Doe</a></td> + <td>$100K</td> + <td>For all the blogging she does.</td> + </tr> + <tr> + <td><a href="#">Fred Bloggs</a></td> + <td>$100M</td> + <td>Pictures are worth a thousand words, right? So Jane à 1,000.</td> + </tr> + <tr> + <td><a href="#">Jane Bloggs</a></td> + <td>$100B</td> + <td>With hair like that?! Enough said.</td> + </tr> + </tbody> +</table> + +<table> + <thead> + <tr> + <th style="text-align: left">Header1</th> + <th style="text-align: center">Header2</th> + <th style="text-align: right">Header3</th> + </tr> + </thead> + <tbody> + <tr> + <td style="text-align: left">cell1</td> + <td style="text-align: center">cell2</td> + <td style="text-align: right">cell3</td> + </tr> + <tr> + <td style="text-align: left">cell4</td> + <td style="text-align: center">cell5</td> + <td style="text-align: right">cell6</td> + </tr> + </tbody> + <tbody> + <tr> + <td style="text-align: left">cell1</td> + <td style="text-align: center">cell2</td> + <td style="text-align: right">cell3</td> + </tr> + <tr> + <td style="text-align: left">cell4</td> + <td style="text-align: center">cell5</td> + <td style="text-align: right">cell6</td> + </tr> + </tbody> + <tfoot> + <tr> + <td style="text-align: left">Foot1</td> + <td style="text-align: center">Foot2</td> + <td style="text-align: right">Foot3</td> + </tr> + </tfoot> +</table> + +<h2 id="definition-lists">Definition Lists</h2> + +<dl> + <dt>Definition List Title</dt> + <dd>Definition list division.</dd> + <dt>Startup</dt> + <dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.</dd> + <dt>#dowork</dt> + <dd>Coined by Rob Dyrdek and his personal body guard Christopher âBig Blackâ Boykins, âDo Workâ works as a self motivator, to motivating your friends.</dd> + <dt>Do It Live</dt> + <dd>Iâll let Bill OâReilly <a href="https://www.youtube.com/watch?v=O_HyZ5aW76c" title="We'll Do It Live">explain</a> this one.</dd> +</dl> + +<h2 id="unordered-lists-nested">Unordered Lists (Nested)</h2> + +<ul> + <li>List item one + <ul> + <li>List item one + <ul> + <li>List item one</li> + <li>List item two</li> + <li>List item three</li> + <li>List item four</li> + </ul> + </li> + <li>List item two</li> + <li>List item three</li> + <li>List item four</li> + </ul> + </li> + <li>List item two</li> + <li>List item three</li> + <li>List item four</li> +</ul> + +<h2 id="ordered-list-nested">Ordered List (Nested)</h2> + +<ol> + <li>List item one + <ol> + <li>List item one + <ol> + <li>List item one</li> + <li>List item two</li> + <li>List item three</li> + <li>List item four</li> + </ol> + </li> + <li>List item two</li> + <li>List item three</li> + <li>List item four</li> + </ol> + </li> + <li>List item two</li> + <li>List item three</li> + <li>List item four</li> +</ol> + +<h2 id="buttons">Buttons</h2> + +<p>Make any link standout more when applying the <code class="highlighter-rouge">.btn</code> class.</p> + +<div class="language-html highlighter-rouge"><pre class="highlight"><code><span class="nt"><a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn--success"</span><span class="nt">></span>Success Button<span class="nt"></a></span> +</code></pre> +</div> + +<p><a href="#" class="btn">Primary Button</a> +<a href="#" class="btn btn--success">Success Button</a> +<a href="#" class="btn btn--warning">Warning Button</a> +<a href="#" class="btn btn--danger">Danger Button</a> +<a href="#" class="btn btn--info">Info Button</a> +<a href="#" class="btn btn--inverse">Inverse Button</a> +<a href="#" class="btn btn--light-outline">Light Outline Button</a></p> + +<div class="language-markdown highlighter-rouge"><pre class="highlight"><code><span class="p">[</span><span class="nv">Primary Button Text</span><span class="p">](</span><span class="sx">#link</span><span class="p">)</span>{: .btn} +<span class="p">[</span><span class="nv">Success Button Text</span><span class="p">](</span><span class="sx">#link</span><span class="p">)</span>{: .btn .btn--success} +<span class="p">[</span><span class="nv">Warning Button Text</span><span class="p">](</span><span class="sx">#link</span><span class="p">)</span>{: .btn .btn--warning} +<span class="p">[</span><span class="nv">Danger Button Text</span><span class="p">](</span><span class="sx">#link</span><span class="p">)</span>{: .btn .btn--danger} +<span class="p">[</span><span class="nv">Info Button Text</span><span class="p">](</span><span class="sx">#link</span><span class="p">)</span>{: .btn .btn--info} +<span class="p">[</span><span class="nv">Inverse Button</span><span class="p">](</span><span class="sx">#link</span><span class="p">)</span>{: .btn .btn--inverse} +<span class="p">[</span><span class="nv">Light Outline Button</span><span class="p">](</span><span class="sx">#link</span><span class="p">)</span>{: .btn .btn--light-outline} +</code></pre> +</div> + +<p><a href="#" class="btn btn--x-large">X-Large Button</a> +<a href="#" class="btn btn--large">Large Button</a> +<a href="#" class="btn">Default Button</a> +<a href="#" class="btn btn--small">Small Button</a></p> + +<div class="language-markdown highlighter-rouge"><pre class="highlight"><code><span class="p">[</span><span class="nv">X-Large Button</span><span class="p">](</span><span class="sx">#link</span><span class="p">)</span>{: .btn .btn--x-large} +<span class="p">[</span><span class="nv">Large Button</span><span class="p">](</span><span class="sx">#link</span><span class="p">)</span>{: .btn .btn--large} +<span class="p">[</span><span class="nv">Default Button</span><span class="p">](</span><span class="sx">#link</span><span class="p">)</span>{: .btn} +<span class="p">[</span><span class="nv">Small Button</span><span class="p">](</span><span class="sx">#link</span><span class="p">)</span>{: .btn .btn--small} +</code></pre> +</div> + +<h2 id="notices">Notices</h2> + +<p class="notice"><strong>Watch out!</strong> You can also add notices by appending <code class="highlighter-rouge"><span class="p">{</span><span class="err">:</span><span class="w"> </span><span class="err">.notice</span><span class="p">}</span></code> to a paragraph.</p> + +<h2 id="html-tags">HTML Tags</h2> + +<h3 id="address-tag">Address Tag</h3> + +<address> + 1 Infinite Loop<br /> Cupertino, CA 95014<br /> United States +</address> + +<h3 id="anchor-tag-aka-link">Anchor Tag (aka. Link)</h3> + +<p>This is an example of a <a href="http://apple.com" title="Apple">link</a>.</p> + +<h3 id="abbreviation-tag">Abbreviation Tag</h3> + +<p>The abbreviation <abbr title="Cascading Style Sheets">CSS</abbr> stands for âCascading Style Sheetsâ.</p> + +<h3 id="cite-tag">Cite Tag</h3> + +<p>âCode is poetry.â â<cite>Automattic</cite></p> + +<h3 id="code-tag">Code Tag</h3> + +<p>You will learn later on in these tests that <code class="highlighter-rouge">word-wrap: break-word;</code> will be your best friend.</p> + +<h3 id="strike-tag">Strike Tag</h3> + +<p>This tag will let you <strike>strikeout text</strike>.</p> + +<h3 id="emphasize-tag">Emphasize Tag</h3> + +<p>The emphasize tag should <em>italicize</em> text.</p> + +<h3 id="insert-tag">Insert Tag</h3> + +<p>This tag should denote <ins>inserted</ins> text.</p> + +<h3 id="keyboard-tag">Keyboard Tag</h3> + +<p>This scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the <code class="highlighter-rouge"><code></code> tag.</p> + +<h3 id="preformatted-tag">Preformatted Tag</h3> + +<p>This tag styles large blocks of code.</p> + +<pre> +.post-title { + margin: 0 0 5px; + font-weight: bold; + font-size: 38px; + line-height: 1.2; + and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows; +} +</pre> + +<h3 id="quote-tag">Quote Tag</h3> + +<p><q>Developers, developers, developersâ¦</q> âSteve Ballmer</p> + +<h3 id="strong-tag">Strong Tag</h3> + +<p>This tag shows <strong>bold text</strong>.</p> + +<h3 id="subscript-tag">Subscript Tag</h3> + +<p>Getting our science styling on with H<sub>2</sub>O, which should push the â2â down.</p> + +<h3 id="superscript-tag">Superscript Tag</h3> + +<p>Still sticking with science and Isaac Newtonâs E = MC<sup>2</sup>, which should lift the 2 up.</p> + +<h3 id="variable-tag">Variable Tag</h3> + +<p>This allows you to denote <var>variables</var>.</p> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/docs/quick-start/" rel="permalink">Quick Start</a> + + </h2> + + <p class="archive__item-excerpt" itemprop="description">How to quickly install and setup Apache RocketMQ. +</p> + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/about/team/" rel="permalink">TEAM</a> + + </h2> + + <p class="archive__item-excerpt" itemprop="description">Project team. +</p> + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/about/contact/" rel="permalink">CONTACT</a> + + </h2> + + <p class="archive__item-excerpt" itemprop="description">Contact. +</p> + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/docs/motivation/" rel="permalink">Motivation</a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/docs/core-concept/" rel="permalink">Core Concept</a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/docs/cli-admin-tool/" rel="permalink">CLI Admin Tool</a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/docs/cluster-deployment/" rel="permalink">Cluster Configuration and Deployment</a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/docs/pull-request/" rel="permalink">Best Practice in Pull Request</a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/docs/code-guidelines/" rel="permalink">Coding Guidelines</a> + + </h2> + + <p class="archive__item-excerpt" itemprop="description">Apache RocketMQ Coding Guidelines +</p> + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/docs/faq/" rel="permalink">Frequently Asked Questions</a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/404.html" rel="permalink">Page Not Found</a> + + </h2> + + <p class="archive__item-excerpt" itemprop="description">Page not found. Your pixels are in another canvas. +</p> + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/about/" rel="permalink">About</a> + + </h2> + + <p class="archive__item-excerpt" itemprop="description">Anything about RocketMQ. +</p> + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/archive-layout-with-content/" rel="permalink">Archive Layout with Content</a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/docs/best-practice-broker/" rel="permalink">Best Practice For Broker</a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/docs/best-practice-consumer/" rel="permalink">Best Practice For Consumer</a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/docs/best-practice-namesvr/" rel="permalink">Best Practice For NameServer</a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/docs/best-practice-producer/" rel="permalink">Best Practice For Producer</a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/categories/" rel="permalink">Posts by Category</a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/collection-archive/" rel="permalink">Posts by Collection</a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/community/" rel="permalink">Apache RocketMQ</a> + + </h2> + + <p class="archive__item-excerpt" itemprop="description">Apache RocketMQ® is an open source distributed messaging and streaming data platform. Latest source v4.0.0 +</p> + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/" rel="permalink"></a> + + </h2> + + <p class="archive__item-excerpt" itemprop="description">Apache RocketMQ® is an open source distributed messaging and streaming data platform. Latest source v4.0.0 +</p> + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/assets/css/main.css" rel="permalink"></a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/tags/" rel="permalink">Posts by Tags</a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/year-archive/" rel="permalink">Read and Comment</a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/feed.xml" rel="permalink"></a> + + </h2> + + + </article> +</div> + +<div class="list__item"> + <article class="archive__item" itemscope="" itemtype="http://schema.org/CreativeWork"> + + <h2 class="archive__item-title" itemprop="headline"> + + <a href="/feed.xslt.xml" rel="permalink"></a> + + </h2> + + + </article> +</div> + + </div> +</div> + + <div class="page__footer"> + <footer> + <!-- start custom footer snippets --> + +<!-- end custom footer snippets --> + <div class="page__footer-follow"> + <ul class="social-icons"> + + <li><strong>Follow:</strong></li> + + + <li><a href="https://twitter.com/ApacheRocketMQ"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li> + + + + <li><a href="http://github.com/apache/incubator-rocketmq"><i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li> + + + <li><a href="/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li> + </ul> +</div> + +<div class="page__footer-copyright">Copyright © 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</div> + </footer> + </div> + + <script src="/assets/js/main.min.js"></script> + + + + + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89603173-1', 'auto'); + ga('send', 'pageview'); +</script> + + + + + + + </body> +</html>
