You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2021/08/16 10:54:26 UTC

[activemq-website] branch main updated (2e16d6b -> ebcff5c)

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git.


    from 2e16d6b  Merge pull request #56 from jbonofre/NABBLE_REMOVE
     new 54a29e3  get the jekyll serve functionality working when running on Ruby 3
     new ebcff5c  link to the lists.apache.org based archives in addition to the others

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Gemfile        | 1 +
 src/contact.md | 4 ++--
 src/issues.md  | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

[activemq-website] 02/02: link to the lists.apache.org based archives in addition to the others

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git

commit ebcff5c6c03e70852cd6871350db44967ea3ece0
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Aug 16 11:53:52 2021 +0100

    link to the lists.apache.org based archives in addition to the others
---
 src/contact.md | 4 ++--
 src/issues.md  | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/contact.md b/src/contact.md
index 5b3fa98..b8317e4 100644
--- a/src/contact.md
+++ b/src/contact.md
@@ -22,8 +22,8 @@ To subscribe to or unsubscribe from a list simply:
 
 |List|Subscribe|Unsubscribe|Archives|
 |---|---|---|---|---|
-|Users|[users-subscribe@activemq.apache.org](mailto:users-subscribe@activemq.apache.org)|[users-unsubscribe@activemq.apache.org](mailto:users-unsubscribe@activemq.apache.org)|[Apache](http://mail-archives.apache.org/mod_mbox/activemq-users/), [Markmail](http://activemq.markmail.org/search/list:org.apache.activemq.users)|
-|Dev|[dev-subscribe@activemq.apache.org](mailto:dev-subscribe@activemq.apache.org)|[dev-unsubscribe@activemq.apache.org](mailto:dev-unsubscribe@activemq.apache.org)|[Apache](http://mail-archives.apache.org/mod_mbox/activemq-dev/), [Markmail](http://activemq.markmail.org/search/list:org.apache.activemq.dev)|
+|Users|[users-subscribe@activemq.apache.org](mailto:users-subscribe@activemq.apache.org)|[users-unsubscribe@activemq.apache.org](mailto:users-unsubscribe@activemq.apache.org)|[Apache](https://lists.apache.org/list.html?users@activemq.apache.org), [Apache 2](http://mail-archives.apache.org/mod_mbox/activemq-users/), [Markmail](http://activemq.markmail.org/search/list:org.apache.activemq.users)|
+|Dev|[dev-subscribe@activemq.apache.org](mailto:dev-subscribe@activemq.apache.org)|[dev-unsubscribe@activemq.apache.org](mailto:dev-unsubscribe@activemq.apache.org)|[Apache](https://lists.apache.org/list.html?dev@activemq.apache.org), [Apache 2](http://mail-archives.apache.org/mod_mbox/activemq-dev/), [Markmail](http://activemq.markmail.org/search/list:org.apache.activemq.dev)|
 
 Mailing list participants are expected to abide by the well-established rules of "netiquette", as well as the ASF's published [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html).
 
diff --git a/src/issues.md b/src/issues.md
index 9fd84b8..8438a73 100644
--- a/src/issues.md
+++ b/src/issues.md
@@ -45,5 +45,6 @@ This mailing list is automatically notified when JIRA issues are created and upd
 
 Subscribe|[issues-subscribe@activemq.apache.org](mailto:issues-subscribe@activemq.apache.org)
 Unsubscribe|[issues-unsubscribe@activemq.apache.org](mailto:issues-unsubscribe@activemq.apache.org)
-Apache Archive|[http://mail-archives.apache.org/mod_mbox/activemq-issues/](http://mail-archives.apache.org/mod_mbox/activemq-issues/)
+Apache Archive|[https://lists.apache.org/list.html?issues@activemq.apache.org](https://lists.apache.org/list.html?issues@activemq.apache.org)
+Apache Archive 2|[http://mail-archives.apache.org/mod_mbox/activemq-issues/](http://mail-archives.apache.org/mod_mbox/activemq-issues/)
 Mark Mail Archive|[http://activemq.markmail.org/search/list:org.apache.activemq.issues](http://activemq.markmail.org/search/list:org.apache.activemq.issues)

[activemq-website] 01/02: get the jekyll serve functionality working when running on Ruby 3

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git

commit 54a29e3c4265d1a5ca0c727efcd6f20361db79f7
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Aug 16 11:50:10 2021 +0100

    get the jekyll serve functionality working when running on Ruby 3
---
 Gemfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Gemfile b/Gemfile
index a1f0424..f09e5e9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,5 +5,6 @@ source "https://rubygems.org"
 git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
 
 gem 'jekyll'
+gem "webrick", "~> 1.7"
 gem 'jekyll-redirect-from'
 gem 'kramdown', '~> 2.3.1'