瀏覽代碼

Mention liberapay

JC Brand 7 年之前
父節點
當前提交
292a75d301
共有 3 個文件被更改,包括 7 次插入9 次删除
  1. 1 1
      README.md
  2. 1 0
      dev.html
  3. 5 8
      index.html

+ 1 - 1
README.md

@@ -10,7 +10,7 @@ It enables you to add chat functionality to your website, independent of
 any specific backend. You will however need an XMPP server to connect
 any specific backend. You will however need an XMPP server to connect
 to, either your own, or a public one.
 to, either your own, or a public one.
 
 
-Please support this project via [Patreon](https://www.patreon.com/jcbrand)
+Please support this project via [Patreon](https://www.patreon.com/jcbrand) or [Liberapay](https://liberapay.com/jcbrand)
 
 
 ## Demo
 ## Demo
 
 

+ 1 - 0
dev.html

@@ -64,6 +64,7 @@
                 'discuss@conference.conversejs.org'
                 'discuss@conference.conversejs.org'
             ],
             ],
             auto_reconnect: true,
             auto_reconnect: true,
+            // bosh_service_url: 'http://chat.example.org:5280/http-bind/',
             bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
             bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
             message_archiving: 'always',
             message_archiving: 'always',
             show_controlbox_by_default: true,
             show_controlbox_by_default: true,

+ 5 - 8
index.html

@@ -75,8 +75,8 @@
                 <p class="intro-text">A free and open-source XMPP chat client in your browser</p>
                 <p class="intro-text">A free and open-source XMPP chat client in your browser</p>
                 <p>Now also available in a fullscreen version.
                 <p>Now also available in a fullscreen version.
                 Check out <a href="https://inverse.chat" target="_blank" rel="noopener">inverse.chat</a> </br>
                 Check out <a href="https://inverse.chat" target="_blank" rel="noopener">inverse.chat</a> </br>
-                Please support this project via <a href="https://www.patreon.com/jcbrand" target="_blank" rel="noopener">Patreon</a></p>
-
+                Please support this project via <a href="https://www.patreon.com/jcbrand" target="_blank" rel="noopener">Patreon</a> or <a href="https://liberapay.com/jcbrand" target="_blank" rel="noopener">Liberapay</a>
+                </p>
                 <div class="page-scroll">
                 <div class="page-scroll">
                     <a href="#about" class="btn btn-default btn-lg"><span class="btn-text">Learn More</span></a>
                     <a href="#about" class="btn btn-default btn-lg"><span class="btn-text">Learn More</span></a>
                 </div>
                 </div>
@@ -212,11 +212,6 @@
                     </ul>
                     </ul>
                 </div>
                 </div>
 
 
-                <div class="col-lg-8 col-lg-offset-2" style="margin-top: 4em; text-align: left">
-                    <h2 style="text-align: center">Sponsorship</h2>
-                    <p>Please support this project via <a href="https://www.patreon.com/jcbrand" target="_blank" rel="noopener">Patreon</a></p>
-                </div>
-
                 <div class="col-lg-8 col-lg-offset-2" style="margin-top: 4em; text-align: left">
                 <div class="col-lg-8 col-lg-offset-2" style="margin-top: 4em; text-align: left">
                     <h2 style="text-align: center">Professional support and custom development</h2>
                     <h2 style="text-align: center">Professional support and custom development</h2>
                     <p>
                     <p>
@@ -242,7 +237,9 @@
 
 
                     <p class="sponsors-text">Converse.js is a software commons; available at no cost to you and every other person on earth.
                     <p class="sponsors-text">Converse.js is a software commons; available at no cost to you and every other person on earth.
                        Sponsorships allow us to fund further development and improvements and are greatly appreciated.
                        Sponsorships allow us to fund further development and improvements and are greatly appreciated.
-                       If you'd like to sponsor this project, please visit our <a href="https://www.patreon.com/jcbrand" target="_blank" rel="noopener">Patreon page</a></p>.
+                       If you'd like to sponsor this project, please visit <a href="https://www.patreon.com/jcbrand" target="_blank" rel="noopener">Patreon page</a>
+                       or <a href="https://liberapay.com/jcbrand" target="_blank" rel="noopener">Liberapay</a>
+                    </p>
                 </div>
                 </div>
             </div>
             </div>
         </div>
         </div>