diff options
-rw-r--r-- | .mrconfig | 3 | ||||
-rw-r--r-- | TODO | 5 | ||||
-rw-r--r-- | mkdocs.yml | 3 | ||||
-rw-r--r-- | site.mk | 8 |
4 files changed, 17 insertions, 2 deletions
@@ -14,6 +14,9 @@ checkout = git clone 'git://source.redpill.dk/accounting.git' 'accounting' [source/chat] checkout = git clone 'git://source.redpill.dk/chat-matrix.git' 'chat' +[source/event] +checkout = git clone 'git://source.redpill.dk/event.git' 'event' + [source/mail] checkout = git clone 'git://source.redpill.dk/mail.git' 'mail' @@ -1,8 +1,9 @@ - * Fail build if output html contains square brackets. - * Implement po4a internationalisation and localization routines. + * fail build if output html contains square brackets + * implement po4a internationalisation and localization routines * define taxonomies + fields (of interest) + domains (of access control) + state (of maturity/maintenance) * define relationships + doap-deps + * track forked features with vcsh @@ -11,6 +11,7 @@ nav: - 'Account shell': 'account/shell/index.md' - 'Account security': 'account/secure/index.md' - Accounting: 'accounting/index.md' + - Calendar events: 'event/index.md' - Chat: 'chat/index.md' - Mail: 'mail/index.md' - System: 'system/index.md' @@ -23,6 +24,7 @@ nav: - 'Account shell': 'account/shell/use.md' - 'Account security': 'account/secure/use.md' - Accounting: 'accounting/use.md' + - Calendaring events: 'event/use.md' - Chat: 'chat/use.md' - Mail: 'mail/use.md' - Source: 'source/use.md' @@ -31,6 +33,7 @@ nav: - Account: 'account/admin.md' - 'Account shell': 'account/shell/admin.md' - 'Account security setup': 'account/secure/setup.md' + - Calendaring events: 'event/admin.md' # - Chat: 'chat/admin.md' - 'System desktop setup': 'system/desktop/setup.md' - 'System gateway setup': 'system/gateway/setup.md' @@ -0,0 +1,8 @@ +contact_sysadmins=contact [Jonas](mailto:dr@jones.dk] or [Siri](mailto:siri@jones.dk) +domain=couchdesign.dk +eventhost=event.jones.dk +githost=source.couchdesign.dk +gitshellhost=xayide.jones.dk +matrixhost=matrix.jones.dk +organisation=Couchdesign +shellhost=xayide.jones.dk |