Changes... Contact info and requirements

Added some preliminary contact info for matrix. I also added some notes to install.txt and will eventually make that into a proper guide.
master
Hailey Clark 3 years ago
parent c5781755c2
commit 5d8cb32663
  1. 7
      INSTALL.txt
  2. 2
      requirements.txt
  3. 4
      templates/include/matrix-contact.html
  4. 4
      templates/include/matrix-info.html
  5. 1
      templates/matrix.html

@ -14,16 +14,19 @@ Create the enviroment
# For me I got....
# pywebpush 1.11.0 requires requests>=2.21.0, but you have requests 2.9.1 which is incompatible.
~ cd ..
Edit config.ini
Edit public_key.txt and private_key.txt. I dont know what these are just yet.
~ waitress-serve.exe --listen=*:5000 smsproj:app
LINUX ENV Install
Create enviroment
~ python3 -m venv venv
Then activate enviroment and install requirements.
~ source ./venv/bin/activate
~ pip install -r requirements.txt
Then when you're ready you can run the following command.
~ gunicorn smsproj:app

@ -6,7 +6,7 @@ click>=8.1.3
cryptography>=37.0.2
dateutils>=0.6.12
Flask>=2.1.2
-e git+https://github.com/flowroute/flowroute-sdk-v3-python.git
-e git+https://github.com/hailey/flowroute-sdk-v3-python.git
gunicorn>=20.1.0
http-ece>=1.1.0
idna>=3.3

@ -0,0 +1,4 @@
<div id='matrix-contact'>
<h1>Contact</h1>
<h2>Admin is @hailey:thewords.faith</h2>
</div>

@ -4,8 +4,8 @@
<h2>Official Client &#64; <a href="https://app.thewords.faith">app.thewords.faith</a>.</h2>
<p>You can connect to the matrix home server with any standard matrix client by setting your homeserver to <a href="https://thewords.faith">thewords.faith</a>. <a href="https://thewords.faith">TheWords.faith</a> matrix server should support email verification as well as VoIP and Video calls. Signups are open at the moment.</p>
<p>Any Matrix compattable client will work. If you woulda like to try another web client check out, <a href="https://app.element.io/#/welcome">Element Web</a>,
<a href="https://app.schildi.chat/">Schildi Chat Web</a>, <a href="https://app.cinny.in/">Cinny</a> or my favorite <a href="https://fluffychat.im/web/#/home">fluffychat.im</a>. For native apps I suggest
<a href="https://app.schildi.chat/">Schildi Chat Web</a>, <a href="https://app.cinny.in/">Cinny</a> or my favorite <a href="https://fluffychat.im/web/#/home">fluffychat.im</a>. For native apps I suggest
<a href="https://schildi.chat/">SchildiChat</a> for your phone or desktop.
Or my favorite for smaller screens, <a href="https://fluffychat.im/en/">fluffychat.im</a> for android/ios.</p>
<p>For a list of all the clients available check out <a href="https://matrix.org/docs/projects/try-matrix-now/">matrix clients</a>.</p>
<p>For a list of all the clients available check out <a href="https://matrix.org/docs/projects/try-matrix-now/">matrix clients</a>.</p>
</div>

@ -9,4 +9,5 @@ $("document").ready(function() {
{% include 'include/navblock.html' %}
<h1>TheWords.faith Matrix Page</h1>
{% include 'include/matrix-info.html' %}
{% include 'include/matrix-contact.html' %}
{% include 'include/footer.html' %}

Loading…
Cancel
Save