comparison mod_manifesto/README.markdown @ 1820:8de50be756e5

Various README files: Correct indentation levels, fix syntax and other small fixes
author Kim Alvefur <zash@zash.se>
date Wed, 02 Sep 2015 17:30:33 +0200
parents 4d73a1a6ba68
children 777554cf1ae1
comparison
equal deleted inserted replaced
1819:1b08597b5e6f 1820:8de50be756e5
1 --- 1 ---
2 labels:
3 summary: Module for raising awareness about the Security Test Days 2 summary: Module for raising awareness about the Security Test Days
4 ... 3 ...
5 4
6 Introduction 5 Introduction
7 ============ 6 ============
11 https://stpeter.im/journal/1496.html 10 https://stpeter.im/journal/1496.html
12 11
13 Configuration 12 Configuration
14 ============= 13 =============
15 14
16 manifesto_contact_encryption_warning = [[ 15 ``` lua
17 Your rant about security here 16 manifesto_contact_encryption_warning = [[
18 ]] 17 Your rant about security here
19 admin_contact_address = "mailto:xmpp@example.com" 18 ]]
19 admin_contact_address = "mailto:xmpp@example.com"
20 ```
20 21
21 `admin_contact_address` can be a JID or a `mailto:` URI. 22 `admin_contact_address` can be a JID or a `mailto:` URI.
22 23
23 The default for `manifesto_contact_encryption_warning` is the following: 24 The default for `manifesto_contact_encryption_warning` is the following:
24 25