-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
176 lines (165 loc) · 9.04 KB
/
index.html
File metadata and controls
176 lines (165 loc) · 9.04 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Teamgram - Self hosted mtproto messenger.</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Teamgram – Self hosted mtproto messenger">
<meta property="og:image" content="/img/t_logo.png">
<meta property="og:site_name" content="Teamgram">
<meta property="og:description" content="">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/teamgram.css?1" rel="stylesheet" media="screen">
<style>
</style>
</head>
<body>
<div id="fb-root"></div>
<div class="tl_page_wrap">
<div class="tl_page_head navbar navbar-static-top navbar navbar-tg">
<div class="navbar-inner">
<div class="container clearfix">
<ul class="nav navbar-nav navbar-right">
<li class="navbar-twitter"><a href="https://web.teamgram.net/a"><span class="hidden-xs"> Free
Trial!</span></a></li>
</ul>
<ul class="nav navbar-nav">
<li class=""><a href="/">Home</a></li>
<li class=""><a href="/faq">FAQ</a></li>
<li class="active"><a href="/apps">Apps</a></li>
<li class="hidden-xs "><a href="https://github.com/teamgram" target="_blank">Github</a></li>
</ul>
</div>
</div>
</div>
<div class="container clearfix tl_page_container ">
<div class="tl_page">
<div id="dev_page_content_wrap" class=" ">
<div class="dev_page_bread_crumbs"></div>
<h1 id="dev_page_title" dir="auto">Teamgram Applications</h1>
<div id="dev_page_content" dir="auto">
<p>
<div class="dev_page_nav_wrap">
</p>
<h4><a class="anchor" name="mobile-apps" href="#mobile-apps"><i
class="anchor-icon"></i></a>Mobile apps</h4>
<ul>
<li><a href="/android"><i class="app-icon app-icon-android"></i>Teamgram for Android
(APK)</a></li>
</ul>
<h4><a class="anchor" name="desktop-apps" href="#desktop-apps"><i
class="anchor-icon"></i></a>Desktop apps</h4>
<ul>
<li><a href="/desktop"><i class="app-icon app-icon-desktop"></i>Teamgram for
Windows/Mac/Linux</a></li>
</ul>
<h4><a class="anchor" name="web-apps" href="#web-apps"><i class="anchor-icon"></i></a>Web
apps
</h4>
<ul>
<li><a href="https://web.teamgram.net/a"><i class="app-icon app-icon-webz"></i>Teamgram
WebA</a></li>
</ul>
<h4><a class="anchor" name="teamgram-database-library-tdlib"
href="#teamgram-database-library-tdlib"><i class="anchor-icon"></i></a>Teamgram
Database
Library (TDLib)</h4>
<ul>
<li><a href="https://github.com/teamgram/teamgram-td">TDLib</a> – a cross-platform
client
designed
to facilitate creating custom apps on the Teamgram platform.</li>
</ul>
<hr>
<p>
</div>
</div>
</p>
<h3><a class="anchor" name="source-code" href="#source-code"><i class="anchor-icon"></i></a>Source
code</h3>
<h5><a class="anchor" name="teamgram-database-library" href="#teamgram-database-library"><i
class="anchor-icon"></i></a><a href="https://github.com/teamgram/teamgram-td">Teamgram
Database
Library</a></h5>
<p>Cross-platform library for building custom Teamgram apps, see <a
href="https://github.com/teamgram/teamgram-td">TDLib</a> for details.<br>Licensed under <a
href="https://www.boost.org/LICENSE_1_0.txt">Boost 1.0</a>.<br><a
href="https://github.com/teamgram/teamgram-td">GitHub »</a></p>
<h5><a class="anchor" name="teamgram-for-android" href="#teamgram-for-android"><i
class="anchor-icon"></i></a><a
href="https://github.com/teamgram/teamgram-android">Teamgram for
Android</a></h5>
<p>Licensed under <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU GPL v. 2 or
later</a>.<br><a href="https://github.com/teamgram/teamgram-android">GitHub »</a><br><a
href="/android">Download APK File »</a></p>
<h5><a class="anchor" name="teamgram-for-ios" href="#teamgram-for-ios"><i
class="anchor-icon"></i></a><a href="https://github.com/teamgram/teamgram-ios">Teamgram
for
iOS</a></h5>
<p>Licensed under <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU GPL v. 2 or
later</a>.<br><a href="https://github.com/teamgram/teamgram-ios">GitHub »</a></h5>
<h5><a class="anchor" name="teamgram-for-web-browsers" href="#teamgram-for-web-browsers"><i
class="anchor-icon"></i></a>Teamgram for Web browsers</h5>
<ul>
<li>
<p><a href="https://github.com/teamgram/teamgram-tt"><strong>Teamgram Web, Version
Z</strong></a>. Mac, Windows, Linux, Mobile.<br>Licensed under <a
href="https://github.com/teamgram/teamgram-tt/blob/master/LICENSE">GNU GPL v.
3</a>.<br><a href="https://github.com/teamgram/teamgram-tt">GitHub »</a></p>
</li>
</ul>
<h5><a class="anchor" name="teamgram-desktop" href="#teamgram-desktop"><i
class="anchor-icon"></i></a><a
href="https://github.com/teamgram/teamgram-tdesktop">Teamgram
Desktop</a></h5>
<p>Qt-based desktop client. Mac, Windows, Linux.<br>Licensed under <a
href="http://www.gnu.org/licenses/gpl.html">GNU GPL v. 3</a>.<br><a
href="https://github.com/teamgram/teamgram-tdesktop">GitHub »</a></p>
</div>
</div>
</div>
</div>
<div class="footer_wrap">
<div class="footer_columns_wrap clearfix footer_desktop">
<div class="footer_column footer_column_teamgram">
<h5>Teamgram</h5>
<div class="footer_teamgram_description"></div>
Teamgram is a private cloud-based mobile and desktop messaging app with a focus on security and speed.
</div>
<div class="footer_column">
<h5>About</h5>
<ul>
<li><a href="#">FAQ</a></li>
</ul>
</div>
<div class="footer_column">
<h5><a href="/apps#mobile-apps">Mobile Apps</a></h5>
<ul>
<li><a href="/ios">iPhone/iPad</a></li>
<li><a href="/android">Android</a></li>
</ul>
</div>
<div class="footer_column">
<h5><a href="/apps#desktop-apps">Desktop Apps</a></h5>
<ul>
<li><a href="/desktop">PC/Mac/Linux</a></li>
<li><a href="/macos">macOS</a></li>
<li><a href="https://web.teamgram.net/a">Web-browser</a></li>
</ul>
</div>
<div class="footer_column footer_column_platform">
<h5>Platform</h5>
<ul>
<li><a href="#">API</a></li>
</ul>
</div>
</div>
<div class="footer_columns_wrap clearfix footer_mobile">
<div class="footer_column">
<h5><a href="#">About</a></h5>
</div>
</div>
</div>
</body>
</html>