diff options
Diffstat (limited to 'templates/devel')
-rw-r--r-- | templates/devel/clock.html | 12 | ||||
-rw-r--r-- | templates/devel/index.html | 2 | ||||
-rw-r--r-- | templates/devel/packages.html | 2 | ||||
-rw-r--r-- | templates/devel/profile.html | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/templates/devel/clock.html b/templates/devel/clock.html index 0f0e20c5..cbf4b834 100644 --- a/templates/devel/clock.html +++ b/templates/devel/clock.html @@ -1,23 +1,23 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Developer World Clocks{% endblock %} +{% block title %}Parabola GNU/Linux-libre - Hackers World Clocks{% endblock %} {% block content %} <div id="dev-clocks-box" class="box"> - <h2>Developer World Clocks</h2> + <h2>Hackers World Clocks</h2> - <p>This page helps prevent you from waking a sleeping developer. It also - depends on developers keeping the time zone information up to date, so if + <p>This page helps prevent you from waking a sleeping hacker. It also + depends on hackers keeping the time zone information up to date, so if you see 'UTC' listed, pester them to update their settings.</p> <p> - Arch Server Time: {{ now|date:"Y-m-d H:i T" }}<br/> + Parabola Server Time: {{ now|date:"Y-m-d H:i T" }}<br/> UTC Time: {{ utc_now|date:"Y-m-d H:i T" }} </p> <table id="clocks-table" class="results"> <thead> <tr> - <th>Developer</th> + <th>Hacker</th> <th>Username</th> <th>Alias</th> <th>Location</th> diff --git a/templates/devel/index.html b/templates/devel/index.html index 015ae1b2..7b728a91 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% load cache %} -{% block title %}Arch Linux - Developer Dashboard{% endblock %} +{% block title %}Parabola - Hacker Dashboard{% endblock %} {% block content %} <div id="dev-dashboard" class="box"> diff --git a/templates/devel/packages.html b/templates/devel/packages.html index 051ee4a3..b8deb0bc 100644 --- a/templates/devel/packages.html +++ b/templates/devel/packages.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% load attributes %} -{% block title %}Arch Linux - {{ title }}{% endblock %} +{% block title %}Parabola - {{ title }}{% endblock %} {% block content %} <div class="box"> diff --git a/templates/devel/profile.html b/templates/devel/profile.html index 2f16801b..b731b3a7 100644 --- a/templates/devel/profile.html +++ b/templates/devel/profile.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Edit Profile{% endblock %} +{% block title %}Parabola - Edit Profile{% endblock %} {% block content %} <div id="dev-edit-profile" class="box"> |