diff --git a/_about/01-team.md b/_about/01-team.md new file mode 100644 index 0000000000..151801ea9d --- /dev/null +++ b/_about/01-team.md @@ -0,0 +1,31 @@ +--- +title: "TEAM" +permalink: /about/team/ +excerpt: "Project team." +modified: 2016-12-28T19:55:43-04:00 +--- + +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. + + +### Members + +The following is a list of developers with commit privileges that have directly contributed to the project in one way or another. + +|Image| Id| Github Id | Email |Roles| Time Zone| +|:---|:---|:---|:---|:---|:---| +|![bsnyde](/assets/images/about/bsnyder.jpeg)|bsnyder| [@bsnyder](https://github.com/bsnyder)|bsnyder@apache.org |Mentor/PMC Member| -7 | +|![brian](/assets/images/about/brianm.jpeg)|brianm| [@brianm](https://github.com/brianm)|brianm@apache.org |Mentor/PMC Member| -8 | +|![WillemJiang](/assets/images/about/WillemJiang.jpeg)|nianjiang| [@WillemJiang](https://github.com/WillemJiang)|nianjiang@apache.org |Mentor/PMC Member| +8 | +|![lukehan](/assets/images/about/lukehan.jpeg)|lukehan| [@lukehan](https://github.com/lukehan)|lukehan@apache.org |Mentor/PMC Member| +8 | +|![jmclean](/assets/images/about/jmclean.jpeg)|jmclean| [@jmclean](https://github.com/jmclean)|jmclean@apache.org |Mentor/PMC Member| +11 | +|![vongosling](/assets/images/about/vongosling.jpeg)|vongosling|[@vongosling](https://github.com/vongosling)|vongosling@apache.org |Committer/PMC Member| +8 | +|![vintagewang](/assets/images/about/vintagewang.jpeg)|vintagewang|[@vintagewang](https://github.com/vintagewang)|vintagewang@apache.org |Committer/PMC Member| +8 | +|![zhouxinyu](/assets/images/about/zhouxinyu.png)|yukon|[@zhouxinyu](https://github.com/zhouxinyu)|yukon@apache.org |Committer/PMC Member| +8 | +|![lizhanhui](/assets/images/about/lizhanhui.jpg)|lizhanhui|[@lizhanhui](https://github.com/lizhanhui)|lizhanhui@apache.org |Committer| +8 | +|![stevensche](/assets/images/about/stevenschew.png)|stevenschew|[@stevenschew](https://github.com/stevenschew)|stevenschew@apache.org |Committer| +8 | +|![lollipop](/assets/images/about/lollipop.jpeg)|lollipop|[@lollipopjin](https://github.com/lollipopjin)|lollipop@apache.org |Committer| +8 | +|![longdafeng](/assets/images/about/longdafeng.jpeg)|longda|[@longdafeng](https://github.com/longdafeng)|longda@apache.org |Committer| +8 | + +### Top Contributors +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. diff --git a/_about/02-contact.md b/_about/02-contact.md new file mode 100644 index 0000000000..2cc6f8583f --- /dev/null +++ b/_about/02-contact.md @@ -0,0 +1,19 @@ +--- +layout: about_single +title: "CONTACT" +permalink: /about/contact/ +excerpt: "Contact." +modified: 2016-12-28T19:55:43-04:00 +--- + +## Mailing Lists + +These are the mailing lists that have been established for RocketMQ. For each list, there is a subscribe, unsubscribe, and an archive link. + +|Name|Description|Subscribe|Unsubscribe|Archive| +|:---|:---|:---|:---|:---| +|Issues|For tracking issues| [Subscribe](mailto:issues-subscribe@rocketmq.incubator.apache.org)|[Unsubscribe](mailto:issues-unsubscribe@rocketmq.incubator.apache.org)|[mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-rocketmq-issues/)| +|Development|For discussion on development.| [Subscribe](mailto:dev-subscribe@rocketmq.incubator.apache.org)|[Unsubscribe](mailto:dev-unsubscribe@rocketmq.incubator.apache.org)|[mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-rocketmq-dev//)| +|Commits|For tracking commits. |[Subscribe](mailto:commits-subscribe@rocketmq.incubator.apache.org)|[Unsubscribe](mailto:commits-unsubscribe@rocketmq.incubator.apache.org)|[mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-rocketmq-commits/)| + +Besides, we hold tagged questions on [stackoverflow.com](http://stackoverflow.com/questions/tagged/rocketmq) where you can launch an interactive discussion. Also, you can try to find answers to your question about RocketMQ on Quora [here](https://www.quora.com/topic/RocketMQ). diff --git a/_config.yml b/_config.yml index b344334aa5..9e3145f4dc 100644 --- a/_config.yml +++ b/_config.yml @@ -114,6 +114,7 @@ include: - .htaccess - _pages - _docs + - _about exclude: - "*.sublime-project" - "*.sublime-workspace" @@ -247,6 +248,9 @@ collections: portfolio: output: true permalink: /:collection/:path/ + about: + output: true + permalink: /:collection/:path/ # Defaults @@ -307,4 +311,15 @@ defaults: layout: single author_profile: false share: true - +# _about + - scope: + path: "" + type: about + values: + layout: single + read_time: false + author_profile: false + share: true + comments: false + sidebar: + nav: "about" diff --git a/_data/navigation.yml b/_data/navigation.yml index a17008d291..c69f539f3a 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -7,7 +7,7 @@ main: - title: "Community" url: /community/ - title: "About" - url: /about/ + url: /about/team/ # - title: "Sample Collections" # url: /collection-archive/ # - title: "Sitemap" @@ -56,4 +56,10 @@ docs: - title: "Virtualization" url: /docs/cli-admin-tool/ - title: "Frequently Asked Questions" - url: /docs/cluster-deployment/ \ No newline at end of file + url: /docs/cluster-deployment/ + +about: + - title: Team + url: /about/team/ + - title: Contact + url: /about/contact/ diff --git a/_layouts/about_single.html b/_layouts/about_single.html new file mode 100644 index 0000000000..9035528590 --- /dev/null +++ b/_layouts/about_single.html @@ -0,0 +1,74 @@ +--- +layout: default +--- + +{% if page.header.overlay_color or page.header.overlay_image or page.header.image %} + {% include page__hero.html %} +{% endif %} + +{% if page.url != "/" and site.breadcrumbs %} + {% unless paginator %} + {% include breadcrumbs.html %} + {% endunless %} +{% endif %} + +
+ {% include sidebar.html %} + +
+ {% if page.title %}{% endif %} + {% if page.excerpt %}{% endif %} + {% if page.date %}{% endif %} + {% if page.modified %}{% endif %} + +
+ {% unless page.header.overlay_color or page.header.overlay_image %} +
+ {% if page.title %}

{{ page.title | markdownify | remove: "

" | remove: "

" }}

{% endif %} + {% if page.read_time %} +

{% include read-time.html %}

+ {% endif %} +
+ {% endunless %} + +
+ {{ content }} + {% if page.link %}
{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}
{% endif %} +
+ +
+ {% if site.data.ui-text[site.locale].meta_label %} +

{{ site.data.ui-text[site.locale].meta_label }}

+ {% endif %} + {% include page__taxonomy.html %} + {% if page.modified %} +

{{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}

+ {% elsif page.date %} +

{{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}

+ {% endif %} +
+ + {% if page.share %}{% include social-share.html %}{% endif %} + + {% include post_pagination.html %} +
+ + {% if site.comments.provider and page.comments %} + {% include comments.html %} + {% endif %} +
+ + {% comment %}{% endcomment %} + {% if page.id and page.related and site.related_posts.size > 0 %} + + {% endif %} +
\ No newline at end of file diff --git a/assets/images/about/WillemJiang.jpeg b/assets/images/about/WillemJiang.jpeg new file mode 100644 index 0000000000..5cade3351e Binary files /dev/null and b/assets/images/about/WillemJiang.jpeg differ diff --git a/assets/images/about/brianm.jpeg b/assets/images/about/brianm.jpeg new file mode 100644 index 0000000000..4f3c3cf5c9 Binary files /dev/null and b/assets/images/about/brianm.jpeg differ diff --git a/assets/images/about/bsnyder.jpeg b/assets/images/about/bsnyder.jpeg new file mode 100644 index 0000000000..b1c5a71b9d Binary files /dev/null and b/assets/images/about/bsnyder.jpeg differ diff --git a/assets/images/about/jmclean.jpeg b/assets/images/about/jmclean.jpeg new file mode 100644 index 0000000000..d696177b05 Binary files /dev/null and b/assets/images/about/jmclean.jpeg differ diff --git a/assets/images/about/lizhanhui.jpg b/assets/images/about/lizhanhui.jpg new file mode 100644 index 0000000000..3d054afed4 Binary files /dev/null and b/assets/images/about/lizhanhui.jpg differ diff --git a/assets/images/about/lollipop.jpeg b/assets/images/about/lollipop.jpeg new file mode 100644 index 0000000000..86eead01db Binary files /dev/null and b/assets/images/about/lollipop.jpeg differ diff --git a/assets/images/about/longdafeng.jpeg b/assets/images/about/longdafeng.jpeg new file mode 100644 index 0000000000..60395586ea Binary files /dev/null and b/assets/images/about/longdafeng.jpeg differ diff --git a/assets/images/about/lukehan.jpeg b/assets/images/about/lukehan.jpeg new file mode 100644 index 0000000000..758ae609ed Binary files /dev/null and b/assets/images/about/lukehan.jpeg differ diff --git a/assets/images/about/stevenschew.png b/assets/images/about/stevenschew.png new file mode 100644 index 0000000000..f52080aafe Binary files /dev/null and b/assets/images/about/stevenschew.png differ diff --git a/assets/images/about/vintagewang.jpeg b/assets/images/about/vintagewang.jpeg new file mode 100644 index 0000000000..bc2b88177e Binary files /dev/null and b/assets/images/about/vintagewang.jpeg differ diff --git a/assets/images/about/vongosling.jpeg b/assets/images/about/vongosling.jpeg new file mode 100644 index 0000000000..276118b831 Binary files /dev/null and b/assets/images/about/vongosling.jpeg differ diff --git a/assets/images/about/zhouxinyu.png b/assets/images/about/zhouxinyu.png new file mode 100644 index 0000000000..35b5018bdd Binary files /dev/null and b/assets/images/about/zhouxinyu.png differ diff --git a/content/404.html b/content/404.html index 69e677fc30..7ece2abb25 100644 --- a/content/404.html +++ b/content/404.html @@ -126,7 +126,7 @@
  • Community
  • -
  • About
  • +
  • About
  • diff --git a/content/about/contact/index.html b/content/about/contact/index.html new file mode 100644 index 0000000000..6c3d14de26 --- /dev/null +++ b/content/about/contact/index.html @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + +CONTACT - Apache RocketMQ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    + + + + + +
    + + + + +
    + + + + + +
    + +
    +

    CONTACT +

    + +
    + + +
    +

    Mailing Lists

    + +

    These are the mailing lists that have been established for RocketMQ. For each list, there is a subscribe, unsubscribe, and an archive link.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescriptionSubscribeUnsubscribeArchive
    IssuesFor tracking issuesSubscribeUnsubscribemail-archives.apache.org
    DevelopmentFor discussion on development.SubscribeUnsubscribemail-archives.apache.org
    CommitsFor tracking commits.SubscribeUnsubscribemail-archives.apache.org
    + +

    Besides, we hold tagged questions on stackoverflow.com where you can launch an interactive discussion. Also, you can try to find answers to your question about RocketMQ on Quora here.

    + + +
    + +
    + + + + + +

    Updated:

    + +
    + + + + + + + +
    + + +
    + + + +
    + + + + + + + + + + + diff --git a/content/about/index.html b/content/about/index.html index e49d96a778..8e5a6585fa 100644 --- a/content/about/index.html +++ b/content/about/index.html @@ -126,7 +126,7 @@
  • Community
  • -
  • About
  • +
  • About
  • diff --git a/content/about/team/index.html b/content/about/team/index.html new file mode 100644 index 0000000000..dd65c199e8 --- /dev/null +++ b/content/about/team/index.html @@ -0,0 +1,410 @@ + + + + + + + + + + + + + + + +TEAM - Apache RocketMQ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    + + + + + +
    + + + + +
    + + + + + +
    + +
    +

    TEAM +

    + +
    + + +
    +

    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.

    + +

    Members

    + +

    The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ImageIdGithub IdEmailRolesTime Zone
    bsnydebsnyder@bsnyderbsnyder@apache.orgMentor/PMC Member-7
    brianbrianm@brianmbrianm@apache.orgMentor/PMC Member-8
    WillemJiangnianjiang@WillemJiangnianjiang@apache.orgMentor/PMC Member+8
    lukehanlukehan@lukehanlukehan@apache.orgMentor/PMC Member+8
    jmcleanjmclean@jmcleanjmclean@apache.orgMentor/PMC Member+11
    vongoslingvongosling@vongoslingvongosling@apache.orgCommitter/PMC Member+8
    vintagewangvintagewang@vintagewangvintagewang@apache.orgCommitter/PMC Member+8
    zhouxinyuyukon@zhouxinyuyukon@apache.orgCommitter/PMC Member+8
    lizhanhuilizhanhui@lizhanhuilizhanhui@apache.orgCommitter+8
    stevenschestevenschew@stevenschewstevenschew@apache.orgCommitter+8
    lollipoplollipop@lollipopjinlollipop@apache.orgCommitter+8
    longdafenglongda@longdafenglongda@apache.orgCommitter+8
    + +

    Top Contributors

    +

    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.

    + + +
    + +
    + + + + + +

    Updated:

    + +
    + + + + + + + +
    + + +
    + + + +
    + + + + + + + + + + + diff --git a/content/archive-layout-with-content/index.html b/content/archive-layout-with-content/index.html index cf386a4ad4..8ed1a5ac6b 100644 --- a/content/archive-layout-with-content/index.html +++ b/content/archive-layout-with-content/index.html @@ -124,7 +124,7 @@
  • Community
  • -
  • About
  • +
  • About
  • @@ -570,6 +570,34 @@

    +
    +
    + +

    + + TEAM + +

    + +

    Project team. +

    +
    +
    + +
    +
    + +

    + + CONTACT + +

    + +

    Contact. +

    +
    +
    +
    diff --git a/content/assets/images/about/WillemJiang.jpeg b/content/assets/images/about/WillemJiang.jpeg new file mode 100644 index 0000000000..5cade3351e Binary files /dev/null and b/content/assets/images/about/WillemJiang.jpeg differ diff --git a/content/assets/images/about/brianm.jpeg b/content/assets/images/about/brianm.jpeg new file mode 100644 index 0000000000..4f3c3cf5c9 Binary files /dev/null and b/content/assets/images/about/brianm.jpeg differ diff --git a/content/assets/images/about/bsnyder.jpeg b/content/assets/images/about/bsnyder.jpeg new file mode 100644 index 0000000000..b1c5a71b9d Binary files /dev/null and b/content/assets/images/about/bsnyder.jpeg differ diff --git a/content/assets/images/about/jmclean.jpeg b/content/assets/images/about/jmclean.jpeg new file mode 100644 index 0000000000..d696177b05 Binary files /dev/null and b/content/assets/images/about/jmclean.jpeg differ diff --git a/content/assets/images/about/lizhanhui.jpg b/content/assets/images/about/lizhanhui.jpg new file mode 100644 index 0000000000..3d054afed4 Binary files /dev/null and b/content/assets/images/about/lizhanhui.jpg differ diff --git a/content/assets/images/about/lollipop.jpeg b/content/assets/images/about/lollipop.jpeg new file mode 100644 index 0000000000..86eead01db Binary files /dev/null and b/content/assets/images/about/lollipop.jpeg differ diff --git a/content/assets/images/about/longdafeng.jpeg b/content/assets/images/about/longdafeng.jpeg new file mode 100644 index 0000000000..60395586ea Binary files /dev/null and b/content/assets/images/about/longdafeng.jpeg differ diff --git a/content/assets/images/about/lukehan.jpeg b/content/assets/images/about/lukehan.jpeg new file mode 100644 index 0000000000..758ae609ed Binary files /dev/null and b/content/assets/images/about/lukehan.jpeg differ diff --git a/content/assets/images/about/stevenschew.png b/content/assets/images/about/stevenschew.png new file mode 100644 index 0000000000..f52080aafe Binary files /dev/null and b/content/assets/images/about/stevenschew.png differ diff --git a/content/assets/images/about/vintagewang.jpeg b/content/assets/images/about/vintagewang.jpeg new file mode 100644 index 0000000000..bc2b88177e Binary files /dev/null and b/content/assets/images/about/vintagewang.jpeg differ diff --git a/content/assets/images/about/vongosling.jpeg b/content/assets/images/about/vongosling.jpeg new file mode 100644 index 0000000000..276118b831 Binary files /dev/null and b/content/assets/images/about/vongosling.jpeg differ diff --git a/content/assets/images/about/zhouxinyu.png b/content/assets/images/about/zhouxinyu.png new file mode 100644 index 0000000000..35b5018bdd Binary files /dev/null and b/content/assets/images/about/zhouxinyu.png differ diff --git a/content/categories/index.html b/content/categories/index.html index e78df23f61..9236b88a31 100644 --- a/content/categories/index.html +++ b/content/categories/index.html @@ -124,7 +124,7 @@
  • Community
  • -
  • About
  • +
  • About
  • diff --git a/content/collection-archive/index.html b/content/collection-archive/index.html index 013ce456c7..0c0b8db3db 100644 --- a/content/collection-archive/index.html +++ b/content/collection-archive/index.html @@ -124,7 +124,7 @@
  • Community
  • -
  • About
  • +
  • About
  • @@ -282,6 +282,57 @@

    Posts by Collection

    +

    about

    + + + + + + + + + +
    +
    + +

    + + TEAM + + +

    + +

    Project team. +

    +
    +
    + + + + + + + +
    + +
    + + + + + +

    docs

    diff --git a/content/community/index.html b/content/community/index.html index c9241bc678..b1ca16a3ff 100644 --- a/content/community/index.html +++ b/content/community/index.html @@ -128,7 +128,7 @@
  • Community
  • -
  • About
  • +
  • About
  • diff --git a/content/docs/cli-admin-tool/index.html b/content/docs/cli-admin-tool/index.html index 60099da7cf..454f0a7a98 100644 --- a/content/docs/cli-admin-tool/index.html +++ b/content/docs/cli-admin-tool/index.html @@ -57,7 +57,7 @@ - + @@ -129,7 +129,7 @@
  • Community
  • -
  • About
  • +
  • About
  • @@ -355,7 +355,7 @@
    - +
    diff --git a/content/docs/cluster-deployment/index.html b/content/docs/cluster-deployment/index.html index 407753001b..1a39c78cdf 100644 --- a/content/docs/cluster-deployment/index.html +++ b/content/docs/cluster-deployment/index.html @@ -57,7 +57,7 @@ - + @@ -129,7 +129,7 @@
  • Community
  • -
  • About
  • +
  • About
  • @@ -355,7 +355,7 @@
    - +
    diff --git a/content/docs/core-concept/index.html b/content/docs/core-concept/index.html index 38f224fdde..2f91095e2b 100644 --- a/content/docs/core-concept/index.html +++ b/content/docs/core-concept/index.html @@ -57,7 +57,7 @@ - + @@ -129,7 +129,7 @@
  • Community
  • -
  • About
  • +
  • About
  • @@ -355,7 +355,7 @@
    - +
    diff --git a/content/docs/motivation/index.html b/content/docs/motivation/index.html index 2034f43699..d7b93f097c 100644 --- a/content/docs/motivation/index.html +++ b/content/docs/motivation/index.html @@ -57,7 +57,7 @@ - + @@ -129,7 +129,7 @@
  • Community
  • -
  • About
  • +
  • About
  • @@ -355,7 +355,7 @@
    - +
    diff --git a/content/docs/pull-request/index.html b/content/docs/pull-request/index.html index 669f6743e4..538bd06c8f 100644 --- a/content/docs/pull-request/index.html +++ b/content/docs/pull-request/index.html @@ -57,7 +57,7 @@ - + @@ -129,7 +129,7 @@
  • Community
  • -
  • About
  • +
  • About
  • @@ -355,7 +355,7 @@
    - +
    @@ -374,7 +374,7 @@

    Best Practice in Pull Request -

    Git setup for Committers

    +

    Git setup for Contributors

    This describes setup for one local repo and two remotes. It allows you to push the code on your machine to either your Github repo or to git-wip-us.apache.org. You will want to fork github’s apache/incubator-rocketmq to your own account on github, this will enable Pull Requests of your own. Cloning this fork locally will set up “origin” to point to your remote fork on github as the default remote. So if you perform “git push origin master” it will go to github.

    To attach to the apache git repo do the following:

    @@ -456,11 +456,11 @@

    Merging a PR (yours or contributors)
    git checkout master      # switch to local master branch
     git pull apache master   # fast-forward to current remote HEAD
    -git pull --squash https://github.com/cuser/incubator-rocketmq.git cbranch  # merge to master
    +git pull --squash https://github.com/cuser/incubator-rocketmq.git ROCKETMQ-xxxx  # merge to master
     
    -

    –squash ensures all PR history is squashed into single commit, and allows committer to use his/her own message. Read git help for merge or pull for more information about –squash option. In this example we assume that the contributor’s Github handle is “cuser” and the PR branch name is “cbranch”. Next, resolve conflicts, if any, or ask a contributor to rebase on top of master, if PR went out of sync.

    +

    –squash ensures all PR history is squashed into single commit, and allows committer to use his/her own message. Read git help for merge or pull for more information about –squash option. In this example we assume that the contributor’s Github handle is “cuser” and the PR branch name is “ROCKETMQ-xxxx”. Next, resolve conflicts, if any, or ask a contributor to rebase on top of master, if PR went out of sync.

    If you are ready to merge your own (committer’s) PR you probably only need to merge (not pull), since you have a local copy that you’ve been working on. This is the branch that you used to create the PR.

    diff --git a/content/docs/quick-start/index.html b/content/docs/quick-start/index.html index ff49715b2d..9db6c114bd 100644 --- a/content/docs/quick-start/index.html +++ b/content/docs/quick-start/index.html @@ -57,7 +57,7 @@ - + @@ -129,7 +129,7 @@
  • Community
  • -
  • About
  • +
  • About
  • @@ -355,7 +355,7 @@
    - +
    diff --git a/content/feed.xml b/content/feed.xml index 0821bcd682..9374cbc4ad 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -1,4 +1,4 @@ -Jekyll2016-12-27T12:03:29+08:00//Apache RocketMQThe homepage of RocketMQ.{"name"=>nil, "avatar"=>"/assets/images/rmq-logo.png", "bio"=>"A fast, low latency, reliable, scalable, distributed MOM.", "location"=>"Hangzhou, China", "email"=>"dev@rocketmq.incubator.apache.org", "uri"=>"http://incubator.staging.apache.org/projects/rocketmq.html", "bitbucket"=>nil, "codepen"=>nil, "dribbble"=>nil, "flickr"=>nil, "facebook"=>nil, "foursquare"=>nil, "github"=>"apache/incubator-rocketmq", "google_plus"=>nil, "keybase"=>nil, "instagram"=>nil, "lastfm"=>nil, "linkedin"=>nil, "pinterest"=>nil, "soundcloud"=>nil, "stackoverflow"=>"http://stackoverflow.com/questions/tagged/rocketmq", "steam"=>nil, "tumblr"=>nil, "twitter"=>"ApacheRocketMQ", "vine"=>nil, "weibo"=>nil, "xing"=>nil, "youtube"=>nil, "quora"=>"topic/RocketMQ"}dev@rocketmq.incubator.apache.orghttp://incubator.staging.apache.org/projects/rocketmq.htmlMastering Component Compatible Dependency2016-12-23T00:00:00+08:002016-12-23T00:00:00+08:00/maven/mastering-component-compatible-dependency<p>This article mainly includes three parts.at first,I will introduce compatibility principle(more details see <a href="http://blog.csdn.net/fengjia10/article/details/7799227">here</a>) briefly.followed by a detailed elaborating about Java component compatible dependency,including the interface-oriented programming,single component signature protection,single component compatibility protection and multi-component compatibility compile time checking.Finally is the review and prospect,especially about <strong>Dependency Mediator</strong> project.</p> +Jekyll2016-12-29T11:33:57+08:00//Apache RocketMQThe homepage of RocketMQ.{"name"=>nil, "avatar"=>"/assets/images/rmq-logo.png", "bio"=>"A fast, low latency, reliable, scalable, distributed MOM.", "location"=>"Hangzhou, China", "email"=>"dev@rocketmq.incubator.apache.org", "uri"=>"http://incubator.staging.apache.org/projects/rocketmq.html", "bitbucket"=>nil, "codepen"=>nil, "dribbble"=>nil, "flickr"=>nil, "facebook"=>nil, "foursquare"=>nil, "github"=>"apache/incubator-rocketmq", "google_plus"=>nil, "keybase"=>nil, "instagram"=>nil, "lastfm"=>nil, "linkedin"=>nil, "pinterest"=>nil, "soundcloud"=>nil, "stackoverflow"=>"http://stackoverflow.com/questions/tagged/rocketmq", "steam"=>nil, "tumblr"=>nil, "twitter"=>"ApacheRocketMQ", "vine"=>nil, "weibo"=>nil, "xing"=>nil, "youtube"=>nil, "quora"=>"topic/RocketMQ"}dev@rocketmq.incubator.apache.orghttp://incubator.staging.apache.org/projects/rocketmq.htmlMastering Component Compatible Dependency2016-12-23T00:00:00+08:002016-12-23T00:00:00+08:00/maven/mastering-component-compatible-dependency<p>This article mainly includes three parts.at first,I will introduce compatibility principle(more details see <a href="http://blog.csdn.net/fengjia10/article/details/7799227">here</a>) briefly.followed by a detailed elaborating about Java component compatible dependency,including the interface-oriented programming,single component signature protection,single component compatibility protection and multi-component compatibility compile time checking.Finally is the review and prospect,especially about <strong>Dependency Mediator</strong> project.</p> <aside class="sidebar__right"> <nav class="toc"> diff --git a/content/index.html b/content/index.html index f2671e1eb0..083483db13 100644 --- a/content/index.html +++ b/content/index.html @@ -128,7 +128,7 @@
  • Community
  • -
  • About
  • +
  • About
  • diff --git a/content/maven/mastering-component-compatible-dependency/index.html b/content/maven/mastering-component-compatible-dependency/index.html index c05e37037e..a6ac1ebd48 100644 --- a/content/maven/mastering-component-compatible-dependency/index.html +++ b/content/maven/mastering-component-compatible-dependency/index.html @@ -129,7 +129,7 @@
  • Community
  • -
  • About
  • +
  • About
  • diff --git a/content/rocketmq/how-to-support-more-queues-in-rocketmq/index.html b/content/rocketmq/how-to-support-more-queues-in-rocketmq/index.html index 752e336bee..b60774e307 100644 --- a/content/rocketmq/how-to-support-more-queues-in-rocketmq/index.html +++ b/content/rocketmq/how-to-support-more-queues-in-rocketmq/index.html @@ -129,7 +129,7 @@
  • Community
  • -
  • About
  • +
  • About
  • diff --git a/content/sitemap.xml b/content/sitemap.xml index 0fdaf8d1af..1cd11e18d0 100644 --- a/content/sitemap.xml +++ b/content/sitemap.xml @@ -12,6 +12,12 @@ /docs/quick-start/ +/about/team/ + + +/about/contact/ + + /docs/motivation/ @@ -51,6 +57,12 @@ /year-archive/ +/about/team/ + + +/about/contact/ + + /docs/quick-start/ diff --git a/content/tags/index.html b/content/tags/index.html index 48ddb17cc5..ec5d23285f 100644 --- a/content/tags/index.html +++ b/content/tags/index.html @@ -124,7 +124,7 @@
  • Community
  • -
  • About
  • +
  • About
  • diff --git a/content/year-archive/index.html b/content/year-archive/index.html index ab6bd9f590..e4be353fc8 100644 --- a/content/year-archive/index.html +++ b/content/year-archive/index.html @@ -124,7 +124,7 @@
  • Community
  • -
  • About
  • +
  • About