pidgin/nest

707d5ec2b6d4
Add a note about our upcomming public xmpp instance.

This is mostly for our GSoC application, but I will be setting this up VERY
soon.

Testing Done:
Ran locally.

Reviewed at https://reviews.imfreedom.org/r/518/
[{{ range $index, $page := .Site.Pages }}
{{- if ne $page.Type "json" -}}
{{- if and $index (gt $index 0) -}},{{- end }}
{
"uri": "{{ $page.Permalink }}",
"title": "{{ htmlEscape $page.Title}}",
"tags": [{{ range $tindex, $tag := $page.Params.tags }}{{ if $tindex }}, {{ end }}"{{ $tag| htmlEscape }}"{{ end }}],
"description": "{{ htmlEscape .Description}}",
"content": {{$page.Plain | jsonify}}
}
{{- end -}}
{{- end -}}]