From 4f7a67d5fb82b4300e94c6df9933f07b9020ffeb Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Sun, 6 Jan 2019 21:01:32 -0300 Subject: Add templates --- templates/index.mustache | 82 ++++++++++++++++++++++++++++++++++++++++++++++++ templates/main.mustache | 69 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 151 insertions(+) create mode 100644 templates/index.mustache create mode 100644 templates/main.mustache (limited to 'templates') diff --git a/templates/index.mustache b/templates/index.mustache new file mode 100644 index 0000000..c3eec31 --- /dev/null +++ b/templates/index.mustache @@ -0,0 +1,82 @@ + + + + Matrix::Client + + + + + + +
+
+
+ + perl6-matrix +

+ Perl 6 Matrix Client +

+
+ +
+ + +
+

Welcome!

+ This is the home of Matrix::Client. It is a perl 6 client to interact with the + matrix protocol. This library aims to deliver a full + coverage of the client-server api. + + Read more in the Basic tutorial. + +

Contribute

+

Development takes place on Github where the repository, tickets and pull requests can be viewed.

+

If you want to make a contribution, found a bug, or just want to propose a feature, + just open a ticket on github. You can also send an e-mail to me or get in touch through matrix.

+ +

Author

+

Matrix::Client is developed by Matias Linares. You can send an e-mail to + matias AT deprecated DOT org or send a message to + @matias:matrix.deprecated.org

+
+ + + diff --git a/templates/main.mustache b/templates/main.mustache new file mode 100644 index 0000000..78501f3 --- /dev/null +++ b/templates/main.mustache @@ -0,0 +1,69 @@ + + + + {{{ title }}} + + + + + {{# metadata }}{{{ metadata }}}{{/ metadata }} + {{{ head }}} + + +
+
+
+ + perl6-matrix +

+ Perl 6 Matrix Client +

+
+
+ + + +
+ {{# title }}

{{{ title }}}

{{/ title }} + {{# subtitle }}

{{{ subtitle }}}

{{/ subtitle }} +
+ {{# body }}{{{ . }}}{{/ body }} +
+ {{# footnotes }}{{{ footnotes }}}{{/ footnotes }} + {{{ footer }}} +
+ +
+ + -- cgit v1.2.3-54-g00ecf