diff --git a/evennia/web/templates/website/homepage/accounts-widget.html b/evennia/web/templates/website/homepage/accounts-widget.html new file mode 100644 index 0000000000..9e6e13ad99 --- /dev/null +++ b/evennia/web/templates/website/homepage/accounts-widget.html @@ -0,0 +1,14 @@ +
+ There's currently {{num_accounts_connected}} connected out of a total of {{num_accounts_registered}} + account{{num_accounts_registered|pluralize}} registered. +
++ Of these, {{num_accounts_registered_recent}} were created this week, and {{num_accounts_connected_recent}} + have connected within the last seven days. +
+The Python MUD/MU* creation system.
+ +
+ You are looking at the start of your game's website, generated out of
+ the box by Evennia.
It can be expanded into a full-fledged home for your game.
+
+ Telnet: {{ server_hostname }}, port + {% for port in telnet_ports %} + {% if not forloop.first and forloop.last %} or + {% elif forloop.counter != 1 %}, + {% endif %} + {{ port }} + {% endfor %} +
+{% endif %} +{% if telnet_ssl_enabled %} ++ Telnet (SSL): {{ server_hostname }}, port + {% for port in telnet_ssl_ports %} + {% if not forloop.first and forloop.last %} or + {% elif forloop.counter != 1 %}, + {% endif %} + {{ port }} + {% endfor %} +
+{% endif %} +{% if ssh_enabled %} ++ SSH: {{ server_hostname }}, port + {% for port in ssh_ports %} + {% if not forloop.first and forloop.last %} or + {% elif forloop.counter != 1 %}, + {% endif %} + {{ port }} + {% endfor %} +
+{% endif %} ++ For more info, see the Evennia homepage or check + out our extensive online documentation. +
+
+ Don't hesitate asking questions to the Evennia community!
Drop a message
+ in the Evennia forums
+ or come say hi in the Discord support channel.
+
+ Evennia is Open source and can be found on GitHub. + If you find bugs, please report them to the Issue tracker. +
\ No newline at end of file diff --git a/evennia/web/templates/website/homepage/recently-connected-widget.html b/evennia/web/templates/website/homepage/recently-connected-widget.html new file mode 100644 index 0000000000..4ee1552bc0 --- /dev/null +++ b/evennia/web/templates/website/homepage/recently-connected-widget.html @@ -0,0 +1,11 @@ +- The Python MUD/MU* creation system. -
-
- You are looking at the start of your game's website, generated out of
- the box by Evennia.
It can be expanded into a full-fledged home for your game.
-
- Telnet: {{ server_hostname }}, port - {% for port in telnet_ports %} - {% if not forloop.first and forloop.last %} or - {% elif forloop.counter != 1 %}, - {% endif %} - {{ port }} - {% endfor %} -
- {% endif %} - {% if telnet_ssl_enabled %} -- Telnet (SSL): {{ server_hostname }}, port - {% for port in telnet_ssl_ports %} - {% if not forloop.first and forloop.last %} or - {% elif forloop.counter != 1 %}, - {% endif %} - {{ port }} - {% endfor %} -
- {% endif %} - {% if ssh_enabled %} -- SSH: {{ server_hostname }}, port - {% for port in ssh_ports %} - {% if not forloop.first and forloop.last %} or - {% elif forloop.counter != 1 %}, - {% endif %} - {{ port }} - {% endfor %} -
- {% endif %} -- For more info, see the Evennia homepage or check - out our extensive online documentation. -
-
- Don't hesitate asking questions to the Evennia community!
Drop a message
- in the Evennia forums
- or come say hi in the Discord support channel.
-
- Evennia is Open source and can be found on GitHub. - If you find bugs, please report them to the Issue tracker. -
-- There's currently {{num_accounts_connected}} connected out of a total of {{num_accounts_registered}} account{{num_accounts_registered|pluralize}} registered. -
-- Of these, {{num_accounts_registered_recent}} were created this week, and {{num_accounts_connected_recent}} have connected within the last seven days. -
-