rra 5 years ago
parent
commit
7fd2644e21
  1. 1
      content/fundamentals/nas.md
  2. 1
      content/fundamentals/port_forwarding.md
  3. 1
      content/fundamentals/ssh.md
  4. 2
      content/instant-messaging/beginners_guide_to_xmpp_speak.md
  5. 1
      content/instant-messaging/configuring_an_xmpp_server_prosody_0.10.md
  6. 1
      content/instant-messaging/configuring_an_xmpp_server_prosody_0.11.md
  7. 1
      content/instant-messaging/configuring_an_xmpp_server_prosody_0.9.md
  8. 1
      content/instant-messaging/es_configuring_an_xmpp_server_prosody_0.11.md
  9. 1
      content/instant-messaging/have_you_considered.md
  10. 1
      content/instant-messaging/set_up_an_xmpp_messenger.md
  11. 2
      content/lowtech/solarlowtech.md
  12. 2
      tasks.py

1
content/getting-started/nas.md → content/fundamentals/nas.md

@ -4,6 +4,7 @@ Tags: NAS, diy, vpn
Slug: network-backups-over-vpn
Description: How to set up a spare olimex board as a networked backup disk
Status: draft
Category: fundamentals
#Introduction

1
content/getting-started/port_forwarding.md → content/fundamentals/port_forwarding.md

@ -5,6 +5,7 @@ Slug: port-forwarding
Description: How to set up a spare computer as a server and make it reachable over the internet.
Author: hbsc & friends
Status: draft
Category: fundamentals
# UNDER CONSTRUCTION

1
content/getting-started/ssh.md → content/fundamentals/ssh.md

@ -5,6 +5,7 @@ Slug: demystifying-ssh
Description: Understanding, using and troubleshooting SSH for fun and not-for-profit
Author: hbsc & friends
Status: draft
Category: fundamentals
## Introduction

2
content/instant-messaging/beginners_guide_to_xmpp_speak.md

@ -3,7 +3,7 @@ Date: 2017-2-28
Tags: xmpp, lexicon, terminology
Slug: beginners-guide-to-xmpp-speak
Description: XMPP terminology, translated to plain english. Did you know you can use OMEMO E2E with MAM in a MUC?
Category: instant messaging
<a name='xmpp'></a>
##XMPP

1
content/instant-messaging/configuring_an_xmpp_server_prosody_0.10.md

@ -3,6 +3,7 @@ Date: 2018-1-09
Tags: xmpp, chat, guide, instant messaging, prosody
Slug: configuring-a-modern-xmpp-server-0.10
Description: Hands-on step-by-step guide that shows how to configure Prosody 0.10 for security, mobile messaging and ease of use.
Category: instant messaging
[TOC]

1
content/instant-messaging/configuring_an_xmpp_server_prosody_0.11.md

@ -3,6 +3,7 @@ Date: 2018-11-17
Tags: xmpp, chat, guide, instant messaging, prosody
Slug: configuring-a-modern-xmpp-server
Summary: Hands-on step-by-step guide that shows how to set up a federated chat server based on Prosody 0.11 configured for security, mobile messaging, rich features and ease of use.
Category: instant messaging
[TOC]

1
content/instant-messaging/configuring_an_xmpp_server_prosody_0.9.md

@ -3,6 +3,7 @@ Date: 2017-3-07
Tags: xmpp, chat, guide, instant messaging, prosody
Slug: configuring-a-modern-xmpp-server-0.9
Description: Hands-on step-by-step guide that shows how to configure Prosody for security, mobile messaging and ease of use.
Category: instant messaging
Attention!

1
content/instant-messaging/es_configuring_an_xmpp_server_prosody_0.11.md

@ -4,6 +4,7 @@ Tags: xmpp, chat, guide, instant messaging, prosody
Slug: configuring-a-modern-xmpp-server
Description: Hands-on step-by-step guide that shows how to configure Prosody 0.11 aimed at security, mobile messaging, rich features and ease of use.
Lang: es
Category: instant messaging
[TOC]

1
content/instant-messaging/have_you_considered.md

@ -3,6 +3,7 @@ Date: 2017-3-9
Tags: xmpp, conversations, instant messaging, ecosystem
Slug: have-you-considered-the-alternative
Summary: Signal is often considered an alternative to Whatsapp, but is it really? Why you should gather a group of friends and consider staring into the abyss of self-hosted, federated messaging services.
Category: instant messaging

1
content/instant-messaging/set_up_an_xmpp_messenger.md

@ -4,6 +4,7 @@ Tags: xmpp, chat, guide, instant messaging, conversations, gajim, chatsecure
Slug: picking-modern-xmpp-clients
Description: Trying to make sense of all those XMPP clients around? A guide helping you to choose between various modern XMPP clients. Which are the necessary features and how do I get this software running?
featured_image: http://homebrewserver.club/extra/omemo.png
Category: instant messaging
Introduction
---

2
content/lowtech/solarlowtech.md

@ -4,6 +4,8 @@ Tags: solar power, static sites, energy optimization, web design
Slug: low-tech-website-howto
Summary: How to build a low tech website by optimizing web design, server settings and hardware.
Author: Roel Roscam Abbing
Category: lowtech
[TOC]

2
tasks.py

@ -73,6 +73,8 @@ def preview(c):
@task
def publish(c):
"""Publish to production via Git hook"""
# TODO: use generation and rsync here for publishing
# also update README.md "Deploying the site" instructions
c.run('git push origin master')

Loading…
Cancel
Save