You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by wa...@apache.org on 2022/06/14 23:28:35 UTC

[pulsar-site] branch main updated: Update community.js

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

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 644c7538fb4 Update community.js
     new d4dbc8658a6 Merge pull request #112 from aarondonwilliams/patch-1
644c7538fb4 is described below

commit 644c7538fb4448073614d30e004ed84fbedeb0a5
Author: aarondonwilliams <aa...@gmail.com>
AuthorDate: Mon Jun 13 12:27:35 2022 -0700

    Update community.js
    
    Currently there isn't a simple what to sign up for the Pulsar Slack.  The link to the heroku app seems to have been lost in the move to the new site.
    I used this page as the model for the text: https://pulsar.apache.org/contact/
    
    approx line 249- Added text to explain the new button
    approx line 253- Add button for the heroku app and the text explaining the button
    approx line 233- correcting the url
    approx line 200- removed unnecessary prepositional phrase "which includes Pulsar committers".. yes a minor change but since I was adding in the button...
---
 site2/website-next/src/pages/community.js | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/site2/website-next/src/pages/community.js b/site2/website-next/src/pages/community.js
index 4ffee362640..fe6d99f4189 100644
--- a/site2/website-next/src/pages/community.js
+++ b/site2/website-next/src/pages/community.js
@@ -197,7 +197,7 @@ export default function Community(props) {
                 </div>
                 <div className="md:w-2/3">
                   <h3>Mailing Lists</h3>
-                  <p>The primary place for discussions is on the mailing lists which includes Pulsar committers.</p>
+                  <p>The primary place for discussions is on the Pulsar mailing lists.</p>
                     <div className="flex flex-col md:flex-row">
                       <div className="discussion-box md:w-1/2 md:pr-2">
                         <h4>User List</h4>
@@ -230,7 +230,7 @@ export default function Community(props) {
                             href="mailto:dev-unsubscribe@pulsar.apache.org"
                           >Unsubscribe</PillButton>
                        
-                        <p><strong>Access the <a  className="secondary-cta" href="http://mail-archives.apache.org/mod_mbox/pulsar-dev/">Developer List Archives</a>.</strong></p>
+                        <p><strong>Access the <a  className="secondary-cta" href="https://lists.apache.org/list.html?dev@pulsar.apache.org">Developer List Archives</a>.</strong></p>
                       </div>
                     </div>
 
@@ -246,12 +246,19 @@ export default function Community(props) {
                   <div className="">
                       <p>The Pulsar community maintains its own Slack instance (separate from ASF Slack) used for informal discussions for developers and users. </p>
                       <p>Slack channels are great for quick questions or discussions on specialized topics. Remember that we strongly encourage communication via the mailing lists, and we prefer to discuss more complex subjects by email. Developers should be careful to move or duplicate all official or useful discussions to the issue tracking system and/or the dev mailing list.</p>
-                      
+                      <p>Not signed up?  Use our Heroku App to self-register </p>                      
                         <PillButton
                           variant=""
                           target="_blank"
-                          href="https://www.google.com/url?q=https://apache-pulsar.slack.com/&sa=D&source=docs&ust=1641865410610919&usg=AOvVaw3iDpbML7pbfCR7HJBqoUck"
-                        >PULSAR SLACK</PillButton>
+                          href="https://apache-pulsar.slack.com/">
+                          PULSAR SLACK
+                        </PillButton>
+                        <PillButton
+                          variant="grey"
+                          target="_blank"
+                          href="https://apache-pulsar.herokuapp.com/">
+                          PULSAR SLACK SIGN-UP
+                        </PillButton>
                   </div>
 
                 </div>