new propagation page, updated index, update RSS, update changelog to v1.04

This commit is contained in:
deathrow 2022-09-18 14:27:36 -04:00
parent 86f2f1aa65
commit ccafa8cb7c
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73
7 changed files with 117 additions and 10 deletions

View File

@ -6,6 +6,26 @@ permalink: /changelog
--- ---
# v1.04
- Fixed various naming schemes
- Removed NoScript, LocalCDN and CanvasBlocker from ``/tools``
- Added Bitwarden to ``/tools``
- Update page list on ``/index``
- Update ``/services`` page for better formatting and wording
- Updated ``/RSS`` page
- New ``/propagate`` page
- Update button layout on ``/index``
- Added favicon
# v1.03 # v1.03
- Removed update notice - Removed update notice

54
_includes/head.html Normal file
View File

@ -0,0 +1,54 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
<!-- Social: Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@{{site.twitter_username}}">
<meta name="twitter:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
<meta name="twitter:description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
{% if page.image %}
<meta property="twitter:image:src" content="{{ site.url }}{{page.image }}">
{% else %}
<meta property="twitter:image:src" content="{{ '/assets/img/opengraph.png' | prepend: site.baseurl | prepend: site.url }}">
{% endif %}
<!-- Social: Facebook / Open Graph -->
<meta property="og:url" content="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
{% if page.image %}
<meta property="og:image" content="{{ site.url }}{{page.image }}">
{% else %}
<meta property="og:image" content="{{ '/assets/img/opengraph.png' | prepend: site.baseurl | prepend: site.url }}">
{% endif %}
<meta property="og:description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
<meta property="og:site_name" content="{{ site.title }}">
<!-- Social: Schema.org -->
<meta itemprop="name" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}"/>
<meta itemprop="description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
<meta itemprop="image" content="{{ '/assets/img/opengraph.png' | prepend: site.baseurl | prepend: site.url }}"/>
<!-- Favicon -->
<link rel="shortcut icon" href="/assets/img/icons/favicon.ico" type="image/x-icon" />
<!-- Android Lolipop Theme Color -->
<meta name="theme-color" content="#2a4d14">
<!-- Styles -->
<link rel="stylesheet" id="css-theme" href="{{ '/assets/css/main-' | append: site.theme_base | append: '.css' | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ '/assets/css/highlight/' | append: site.highlighter_theme | append: '.css' | prepend: site.baseurl }}">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
<!-- Javascript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.3.0/d3.min.js"></script>
<script type="text/javascript" src="{{ '/assets/js/main.js' | prepend: site.baseurl }}"></script>
</head>

View File

@ -9,6 +9,10 @@ permalink: /services
These services are publicly available and free to use. These services are publicly available and free to use.
Services are hosted in __Sweden__ and / or __Iceland__.
The hosting providers [1984](https://1984.is) and [Njalla](https://njal.la) are in use.
You can check the status of our Matrix Homeserver and all off our other services on our [status page](https://status.anonymousland.org/status/services). You can check the status of our Matrix Homeserver and all off our other services on our [status page](https://status.anonymousland.org/status/services).
<br> <br>
@ -16,9 +20,7 @@ You can check the status of our Matrix Homeserver and all off our other services
These services are not intended to spread spam or malicious content, or sharing / distributing / hosting of malicious content. These services are not intended to spread spam or malicious content, or sharing / distributing / hosting of malicious content.
*Everything done on these services **MUST** remain legal.* Your account *can* be suspended if you take part in any sort of malicious activity or questionable content including but limited to targeted harassment, raids, phishing, DOXxing or violating laws of __Sweden__ and __Iceland__.
Your account *can* be suspended if you take part in any sort of malicious activity ranging from targeted harassment, raids, discussing illegal activities, conducting illegal activities or any other questionable content.
### __Privacy & Security policy__ ### __Privacy & Security policy__

View File

@ -43,7 +43,7 @@ Multi-factor authentication is extremely important as it provides multiple layer
- [Aegis](https://github.com/beemdevelopment/Aegis) (Mobile) - [Aegis](https://github.com/beemdevelopment/Aegis) (Mobile)
- [NitroKey](https://www.nitrokey.com/) (Hardware) - [NitroKey](https://www.nitrokey.com/) (Hardware)
- [YubiKey](https://www.yubico.com/) (Hardware) (**Warning: proprietary**) - [YubiKey](https://www.yubico.com/) (Hardware) <button type="button" class="btn btn-xs btn-warning"> <a href="https://www.yubico.com/blog/secure-hardware-vs-open-source/"> Proprietary </a> </button>
<br> <br>
@ -206,7 +206,7 @@ Choosing an encrypted messenger will prevent any unauthorized users from reading
##### Centralized ##### Centralized
- [Signal](https://signal.org) - [Signal](https://signal.org) *(Requires telephone number)*
- [Molly](https://github.com/mollyim/mollyim-android) (Mobile) - [Molly](https://github.com/mollyim/mollyim-android) (Mobile)
<br> <br>
@ -244,7 +244,7 @@ Your search engine knows a lot about you.
This information is often times sold to 3rd parties and given away to government agencies. This information is often times sold to 3rd parties and given away to government agencies.
They often show biased search results. Choose a better one here. They often show biased search results. Choose a better one here.
- [DuckDuckGo](https://duckduckgo.com) <button type="button" class="btn btn-xs btn-xs"><a href="https://duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion/">Tor</a></button> <button type="button" class="btn btn-xs btn-warning"><a href="https://help.duckduckgo.com/duckduckgo-help-pages/community/open-source/">Partially Closed-Source</a></button> - [DuckDuckGo](https://duckduckgo.com) <button type="button" class="btn btn-xs btn-xs"><a href="https://duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion/">Tor</a></button> <button type="button" class="btn btn-xs btn-warning"><a href="https://help.duckduckgo.com/duckduckgo-help-pages/community/open-source/">Partially Closed-Source</a></button> *(May be removed in the future for major controversy.)*
- [SearX](https://searx.space) <button type="button" class="btn btn-xs btn-xs"><a href="searxspbitokayvkhzhsnljde7rqmn7rvoga6e4waeub3h7ug3nghoad.onion">Tor</a></button> - [SearX](https://searx.space) <button type="button" class="btn btn-xs btn-xs"><a href="searxspbitokayvkhzhsnljde7rqmn7rvoga6e4waeub3h7ug3nghoad.onion">Tor</a></button>
- [Brave Search](https://search.brave.com) <button type="button" class="btn btn-xs btn-xs"><a href="https://search.brave4u7jddbv7cyviptqjc7jusxh72uik7zt6adtckl5f4nwy2v72qd.onion/">Tor</a></button> - [Brave Search](https://search.brave.com) <button type="button" class="btn btn-xs btn-xs"><a href="https://search.brave4u7jddbv7cyviptqjc7jusxh72uik7zt6adtckl5f4nwy2v72qd.onion/">Tor</a></button>

View File

@ -4,10 +4,10 @@ title: RSS
permalink: /rss permalink: /rss
--- ---
## [Blog](https://anonymousland.org/feed.xml) <a href="./feed/changelog.xml "><i class="fa fa-rss-square" aria-hidden="true"></i> Changelog</a>
## [Changelog](https://anonymousland.org/feed/changelog.xml) <a href="https://codeberg.org/deathrow/anonymousland.rss"><i class="fa fa-rss-square" aria-hidden="true"></i> Codeberg</a>
## [Information](https://anonymousland.org/feed/information.xml) <a href="./feed/information.xml "><i class="fa fa-rss-square" aria-hidden="true"></i> Information</a>
## [Items](https://anonymousland.org/feed/items.xml) <a href="./feed/items.xml "><i class="fa fa-rss-square" aria-hidden="true"></i> Items</a>

31
_pages/propagation.md Normal file
View File

@ -0,0 +1,31 @@
---
layout: default1
title: Propagation
permalink: /propagate
---
<div style="text-align:center;">
<p><i>“The world is a dangerous place to live; not because of the people who are evil, but because of the people who don't do anything about it"</i> <br> <br> Albert Einstein </p>
</div>
<br>
<br>
## Hosting Ideas
- [Awesome Self Hosted](https://github.com/awesome-selfhosted/awesome-selfhosted)
- [Mailcow](https://github.com/mailcow/mailcow-dockerized)
- [Matrix](https://matrix.org/)
- [Tor Relay Guide](https://community.torproject.org/relay/)
- [YunoHost](https://yunohost.org/)
<br>
## Other
- [Snowflake](https://snowflake.torproject.org/)

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB