blob: c3eec31c880c778ab09a8b7ad3749569408a75e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
<!doctype html>
<html lang="{{ lang }}">
<head>
<title>Matrix::Client</title>
<meta charset="UTF-8" />
<link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css">
<style>
kbd { font-family: "Droid Sans Mono", "Luxi Mono", "Inconsolata", monospace }
samp { font-family: "Terminus", "Courier", "Lucida Console", monospace }
u { text-decoration: none }
.nested {
margin-left: 3em;
}
aside, u { opacity: 0.7 }
a[id^="fn-"]:target { background: #ff0 }
</style>
<link rel="stylesheet" href="https://deprecated.org/raw/s/styles.css">
</head>
<body class="pod">
<div id="___top"></div>
<div id="wrapper">
<header class="header">
<a class="box" href="/">
<img src="https://deprecated.org/raw/i/perl6-matrix@100.png" alt='perl6-matrix' />
<h1 id="title">
Perl 6 Matrix Client
</h1>
</a>
</header>
<aside class="menu">
<nav>
<h3>Download</h3>
<p>Current version <b>{{ version }}</b></p>
<p>Get Matrix::Client from <a href="https://github.com/matiaslina/perl6-matrix-client">Github</a>, or install it with <a href="https://github.com/ugexe/zef">zef</a></p>
<div class="highlight">
<pre style='font-size: 12px; '>zef install Matrix::Client</pre>
</div>
<nav>
<h3>Documentation</h3>
<ul>
<li><a href="basics.html">Basics</a></li>
<li><a href="usage.html">Usage</a></li>
<li>API</li>
<ul>
<li><a href="client.html">Matrix::Client</a></li>
<li><a href="responses.html">Matrix::Responses</a></li>
<li><a href="room.html">Matrix::Client::Room</a></li>
<li><a href="x-matrix-response.html">X::Matrix</a></li>
<li><a href="requester.html">Matrix::Requester</a></li>
</ul>
</ul>
</nav>
</aside>
<div class="content">
<h1 class='title'>Welcome!</h1>
This is the home of Matrix::Client. It is a perl 6 client to interact with the
<a href="https://matrix.org">matrix</a> protocol. This library aims to deliver a full
coverage of the client-server api.
Read more in the <a href="basics.html">Basic tutorial</a>.
<h2>Contribute</h2>
<p>Development takes place on <a href="https://github.com/matiaslina/perl6-matrix-client">Github</a> where the repository, tickets and pull requests can be viewed.</p>
<p>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.</p>
<h2>Author</h2>
<p>Matrix::Client is developed by <b>Matias Linares</b>. You can send an e-mail to
<i>matias AT deprecated DOT org</i> or send a message to
<a href="https://matrix.to/#/@matias:matrix.deprecated.org"><i>@matias:matrix.deprecated.org</i></a></p>
</div>
<footer>
<a href="https://github.com/matiaslina/perl6-matrix-client">
<img width=40 src="https://cdn1.iconfinder.com/data/icons/smallicons-logotypes/32/github-512.png" />
</a>
</footer>
</body>
</html>
|