You've already forked snikket-web-portal
Compare commits
4 Commits
feature/sy
...
v2021.06r1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1da45395c2 | ||
|
|
aa04320d70 | ||
|
|
7dde3a1128 | ||
|
|
934976c114 |
@@ -1,5 +1,11 @@
|
||||
# Snikket Web Portal
|
||||
|
||||
This is the web component of a [Snikket service](https://snikket.org/service/)
|
||||
that allows users to manage accounts, and administrators to manage the
|
||||
service. For general setup, see the [Snikket install
|
||||
guide](https://snikket.org/service/quickstart/). For developers working on
|
||||
Snikket, see the development quickstart below.
|
||||
|
||||

|
||||
|
||||
## Development quickstart
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version_info = (0, 2, 1, None)
|
||||
version_info = (0, 2, 2, None)
|
||||
version = (
|
||||
".".join(map(str, version_info[:3])) +
|
||||
(f"-{version_info[3]}" if version_info[3] else "")
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
<p>{% trans %}After installing Snikket via F-Droid, you have to return to this invite link and tap on "Open the app" to proceed.{% endtrans %}</p>
|
||||
<ol>
|
||||
<li><p>{% trans %}First install Snikket from F-Droid using the button below:{% endtrans %}</p>
|
||||
<p><a href="{{ f_droid_url }}" class="popover" data-popover-id="fdroid-popover"><img alt='{% trans %}Install via F-Droid{% endtrans %}' src='{{ url_for('static', filename='img/f-droid-badge.png') }}' class="fdroid"/></a></p></li>
|
||||
<p><a href="{{ f_droid_url }}"><img alt='{% trans %}Install via F-Droid{% endtrans %}' src='{{ url_for('static', filename='img/f-droid-badge.png') }}' class="fdroid"/></a></p></li>
|
||||
<li><p>{% trans %}After the installation is complete, you can return to this page and tap the "Open the app" button to continue with the setup:{% endtrans %}</p>
|
||||
<p>
|
||||
{%- call standard_button("exit_to_app", invite.xmpp_uri, class="primary") -%}
|
||||
|
||||
Reference in New Issue
Block a user