aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: fa842bcbbed434e8becb309206418090feefe1cc (plain) (blame)
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
---
title: sourcehut docs
toc: false
---

<p>
  <strong>Welcome to sourcehut!</strong> You can access each of the main
  services from the links in the navigation at the top of the site. You're
  currently on man.sr.ht, which hosts the user manual and provides wikis for
  projects hosted here.
</p>
<style>
dt {
  font-weight: normal;
}
</style>
<div class="event-row event-list">
  <div class="col-xs-12 col-md-6 event">
    <h3 id="start-here">Start here!</h3>
    <p>
      New here? We have some great tutorials to get you started.
    </p>
    <a href="tutorials" class="btn btn-primary btn-block">
      Read the tutorials
      <span class="icon icon-caret-right">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
      </span>
    </a>
  </div>
  <div class="col-xs-12 col-md-6 event">
    <h3 id="general-documentation">General documentation</h3>
    <p>
      Information on billing, terms of service, privacy policy, and so on.
    </p>
    <a href="sr.ht" class="btn btn-default btn-block">
      Read boring stuff
      <span class="icon icon-caret-right">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
      </span>
    </a>
  </div>
  <div class="col-xs-12 col-md-6 event">
    <h3 id="getting-help">Getting help</h3>
    <p>
      Need support? There are several resources available to you.
    </p>
    <a href="support.md" class="btn btn-default btn-block">
      Support resources
      <span class="icon icon-caret-right">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
      </span>
    </a>
  </div>
  <div class="col-xs-12 col-md-6 event">
    <h3 id="developers-amp-admins">Developers &amp; admins</h3>
    <p>
      Hacking on or deploying sourcehut yourself? Resources here.
    </p>
    <a href="installation.md" class="btn btn-default btn-block">
      Getting started
      <span class="icon icon-caret-right">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
      </span>
    </a>
  </div>
</div>
<div class="alert alert-warning">
  <strong>Notice</strong>: sr.ht documentation is a work in progress, and is
  incomplete in many places.
</div>
<h3 id="news-and-updates">News &amp; Updates</h3>
<p>
  Want to keep up with the latest news on sr.ht? A monthly "what's cooking" is
  posted to the
  <a href="https://lists.sr.ht/~sircmpwn/sr.ht-announce"
  >sr.ht-announce</a> list. Be sure to subscribe!
</p>
<h3 id="service-documentation">Service Documentation</h3>
<dl class="row">
  <div class="col-md-4">
    <dt>
      <strong>git.sr.ht</strong>: git hosting
    </dt>
    <dd>
      <a href="/git.sr.ht">User Manual</a>
      &mdash;
      <a href="/git.sr.ht/api.md">API Reference</a>
    </dd>
  </div>
  <div class="col-md-4">
    <dt>
      <strong>hg.sr.ht</strong>: mercurial hosting
    </dt>
    <dd>
      <a href="/hg.sr.ht">User Manual</a>
    </dd>
  </div>
  <div class="col-md-4">
    <dt>
      <strong>builds.sr.ht</strong>: build service
    </dt>
    <dd>
      <a href="/builds.sr.ht">User Manual</a>
      &mdash;
      <a href="/builds.sr.ht/api.md">API Reference</a>
    </dd>
  </div>
  <div class="col-md-4">
    <dt>
      <strong>todo.sr.ht</strong>: bug tracking
    </dt>
    <dd>
      <a href="/todo.sr.ht">User Manual</a>
      &mdash;
      <a href="/todo.sr.ht/api.md">API Reference</a>
    </dd>
  </div>
  <div class="col-md-4">
    <dt>
      <strong>lists.sr.ht</strong>: mailing lists
    </dt>
    <dd>
      <a href="/lists.sr.ht">User Manual</a>
      &mdash;
      <a href="/lists.sr.ht/api.md">API Reference</a>
    </dd>
  </div>
  <div class="col-md-4">
    <dt>
      <strong>man.sr.ht</strong>: manual &amp; wikis
    </dt>
    <dd>
      <a href="/man.sr.ht">User Manual</a>
    </dd>
  </div>
  <div class="col-md-4">
    <dt>
      <strong>meta.sr.ht</strong>: account &amp; security
    </dt>
    <dd>
      <a href="/meta.sr.ht">User Manual</a>
      &mdash;
      <a href="/meta.sr.ht/api.md">API Reference</a>
    </dd>
  </div>
</dl>
<h3 id="secondary-services">Secondary services</h3>
<p>
  The services shown above are the "primary" services offered by sr.ht. A few,
  smaller services are additionally offered.
</p>
<dl class="row">
  <div class="col-md-4">
    <dt>
      <strong>paste.sr.ht</strong>: ad-hoc text file hosting
    </dt>
    <dd>
      <a href="/paste.sr.ht">User Manual</a>
      &mdash;
      <a href="/paste.sr.ht/api.md">API Reference</a>
    </dd>
  </div>
  <div class="col-md-4">
    <dt>
      <strong>dispatch.sr.ht</strong>: 3rd-party integrations
    </dt>
    <dd>
      <a href="/dispatch.sr.ht">User Manual</a>
    </dd>
  </div>
</dl>