Forgot to stage matrix-info

Matrix info forgot to get staged...
master
Hailey Clark 3 years ago
parent 5c45d99b44
commit c5781755c2
  1. 5
      .gitignore
  2. 7
      INSTALL.txt
  3. 84
      requirements.txt
  4. 11
      templates/include/matrix-info.html

5
.gitignore vendored

@ -38,9 +38,6 @@ private_key.txt
public_key.txt public_key.txt
vapid_private.pem vapid_private.pem
Scripts/
Lib/
bin/
include/
pyvenv.cfg pyvenv.cfg
venv/

@ -20,3 +20,10 @@ Create the enviroment
Edit config.ini Edit config.ini
Edit public_key.txt and private_key.txt. I dont know what these are just yet. Edit public_key.txt and private_key.txt. I dont know what these are just yet.
LINUX ENV Install
Create enviroment
~ python3 -m venv venv
~ source ./venv/bin/activate
~ pip install -r requirements.txt
~ gunicorn smsproj:app

@ -1,56 +1,28 @@
appdirs==1.4.4 CacheControl>=0.12.11
astroid==2.5.6 certifi>=2022.5.18.1
autopep8==1.5.4 cffi>=1.15.0
CacheControl==0.11.7 charset-normalizer>=2.0.12
certifi==2020.12.5 click>=8.1.3
cffi==1.14.4 cryptography>=37.0.2
chardet==4.0.0 dateutils>=0.6.12
click==7.1.2 Flask>=2.1.2
colorama==0.4.4 -e git+https://github.com/flowroute/flowroute-sdk-v3-python.git
cryptography==3.4.7 gunicorn>=20.1.0
dateutils==0.6.12 http-ece>=1.1.0
distlib==0.3.1 idna>=3.3
filelock==3.0.12 itsdangerous>=2.1.2
flake8==3.8.4 Jinja2>=3.1.2
Flask==2.0.0 jsonpickle>=0.9.6
Flask-API==2.0 MarkupSafe>=2.1.1
Flask-SQLAlchemy==2.4.4 msgpack>=1.0.3
-e git+https://github.com/flowroute/flowroute-sdk-v3-python.git@5d3b75f2523e2b366a5e164af83120ebddb1077a#egg=flowroutenumbersandmessaging py-vapid>=1.8.2
greenlet==1.1.0 pycparser>=2.21
http-ece==1.1.0 PyMySQL>=1.0.2
idna==2.10 python-dateutil>=2.8.2
isort==5.6.4 pytz>=2022.1
itsdangerous==2.0.1 pywebpush>=1.14.0
jedi==0.17.2 requests>=2.27.1
Jinja2==3.0.1 six>=1.16.0
jsonpickle==0.7.1 urllib3>=1.26.9
lazy-object-proxy==1.4.3 waitress>=2.1.1
MarkupSafe==2.0.1 Werkzeug>=2.1.2
mccabe==0.6.1
parso==0.7.1
pluggy==0.13.1
py-vapid==1.7.1
pycodestyle==2.6.0
pycparser==2.20
pydocstyle==5.1.1
pyflakes==2.2.0
pylint==2.8.2
PyMySQL==1.0.2
python-dateutil==2.5.3
python-jsonrpc-server==0.4.0
python-language-server==0.36.2
pytz==2021.1
pywebpush==1.11.0
requests==2.25.1
rope==0.19.0
six==1.16.0
snowballstemmer==2.0.0
SQLAlchemy==1.4.15
toml==0.10.2
ujson==5.1.0
urllib3==1.26.5
virtualenv==20.4.6
waitress==2.1.1
Werkzeug==2.0.1
wrapt==1.12.1
yapf==0.30.0

@ -0,0 +1,11 @@
<div id='matrix-info'>
<h1>Using our Public Matrix Server</h1>
<p><a href="https://matrix.org">Matrix</a> is an open, decentralized communications protocol that allows you to communicate with any other srever that usees the matrix protocol.</p>
<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://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>
</div>
Loading…
Cancel
Save