-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.org.html
104 lines (96 loc) · 3.87 KB
/
donate.org.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Created by htmlize-1.56 in css mode. -->
<html>
<head>
<title>donate.org</title>
<style type="text/css">
<!--
body {
color: #d6d6d4;
background-color: #161719;
}
.comment {
/* font-lock-comment-face */
color: #696969;
}
.italic {
/* italic */
font-style: italic;
}
.kc-org-link-url {
/* kc-org-link-url */
color: #d02090;
text-decoration: underline;
}
.org-document-info {
/* org-document-info */
color: #fd971f;
}
.org-document-info-keyword {
/* org-document-info-keyword */
color: #555556;
}
.org-document-title {
/* org-document-title */
color: #fd971f;
font-weight: bold;
}
.org-link {
/* org-link */
color: #fd971f;
font-weight: bold;
text-decoration: underline;
}
.org-meta-line {
/* org-meta-line */
color: #7f7f80;
}
.org-table {
/* org-table */
color: #9c91e4;
}
.org-verbatim {
/* org-verbatim */
color: #b6e63e;
}
a {
color: inherit;
background-color: inherit;
font: inherit;
text-decoration: inherit;
}
a:hover {
text-decoration: underline;
}
-->
</style>
</head>
<body>
<pre>
<span class="org-document-info-keyword">#+TITLE:</span> <span class="org-document-title">Helping Org by making a donation
</span><span class="org-document-info-keyword">#+AUTHOR:</span> <span class="org-document-info">Worg people
</span><span class="org-document-info-keyword">#+EMAIL:</span> <span class="org-document-info">bzg AT gnu DOT org
</span><span class="org-meta-line">#+OPTIONS: H:3 num:nil toc:t \n:nil ::t |:t ^:t -:t f:t *:t tex:t d:(HIDE) tags:not-in-toc</span>
<span class="org-meta-line">#+STARTUP: align fold nodlcheck hidestars oddeven lognotestate</span>
<span class="org-meta-line">#+SEQ_TODO: TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)</span>
<span class="org-meta-line">#+TAGS: Write(w) Update(u) Fix(f) Check(c)</span>
<span class="org-meta-line">#+LANGUAGE: en</span>
<span class="org-meta-line">#+PRIORITIES: A C B</span>
<span class="org-meta-line">#+CATEGORY: worg</span>
<span class="comment"># This file is released by its authors and contributors under the GNU</span>
<span class="comment"># Free Documentation license v1.3 or later, code examples are released</span>
<span class="comment"># under the GNU General Public License v3 or later.</span>
<span class="comment"># This file is the default header for new Org files in Worg. Feel free</span>
<span class="comment"># to tailor it to your needs.</span>
<span class="org-link"><a href="file:index.org">{Back to Worg's index}</a></span>
Here is a list of Org and Worg contributors who accept donations.
<span class="org-table">| Contributor | Role | Donation links |</span>
<span class="org-table">|-------------+------------+------------------------------------|</span>
<span class="org-table">| Bastien | Maintainer | </span><span class="kc-org-link-url"><a href="https://github.com/sponsors/bzg">GitHub sponsors</a></span><span class="org-table">, </span><span class="kc-org-link-url"><a href="https://liberapay.com/bzg">Liberapay</a></span><span class="org-table">, </span><span class="kc-org-link-url"><a href="https://www.paypal.me/bzg">Paypal</a></span><span class="org-table"> |</span>
You don't need to directly contribute to the Org repository to be part
of this list: developing third-part tools about manipulating Org files
<span class="italic">is</span> a contribution.
Please send an email to <span class="org-verbatim">bzg AT gnu DOT org</span> to be added to this list.
</pre>
</body>
</html>