summaryrefslogtreecommitdiff
path: root/37/072c155a00cb75ae3c17ef4d6ee71139bc378a
blob: 954add896fc801f591d8e0f9fe4af15563803f14 (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
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194]
	helo=mx.sourceforge.net)
	by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <decker.christian@gmail.com>) id 1RJTVr-0007h4-SB
	for bitcoin-development@lists.sourceforge.net;
	Thu, 27 Oct 2011 17:13:07 +0000
Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of gmail.com
	designates 74.125.82.175 as permitted sender)
	client-ip=74.125.82.175;
	envelope-from=decker.christian@gmail.com;
	helo=mail-wy0-f175.google.com; 
Received: from mail-wy0-f175.google.com ([74.125.82.175])
	by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1RJTVq-0007VY-Ph
	for bitcoin-development@lists.sourceforge.net;
	Thu, 27 Oct 2011 17:13:07 +0000
Received: by wyg19 with SMTP id 19so4594166wyg.34
	for <bitcoin-development@lists.sourceforge.net>;
	Thu, 27 Oct 2011 10:13:00 -0700 (PDT)
Received: by 10.227.205.75 with SMTP id fp11mr17651204wbb.3.1319735580559;
	Thu, 27 Oct 2011 10:13:00 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.227.128.13 with HTTP; Thu, 27 Oct 2011 10:12:20 -0700 (PDT)
In-Reply-To: <CAHY2ayAB1xGVMgs0WaTEoUj=Q6LvdmTV+12Y8yEb4-Ep8Bb28g@mail.gmail.com>
References: <1319728513.19054.YahooMailNeo@web121015.mail.ne1.yahoo.com>
	<4EA97739.60502@nilsschneider.net>
	<CAHY2ayAB1xGVMgs0WaTEoUj=Q6LvdmTV+12Y8yEb4-Ep8Bb28g@mail.gmail.com>
From: Christian Decker <decker.christian@gmail.com>
Date: Thu, 27 Oct 2011 19:12:20 +0200
Message-ID: <CALxbBHWvVBAfZAbxSbWYY7yyZUg8iMdZVy2UAQFMzgFvFbmbbw@mail.gmail.com>
To: Daniel F <nanotube@gmail.com>
Content-Type: multipart/alternative; boundary=000e0cd59b4a7a080f04b04ae2fd
X-Spam-Score: -0.6 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	-1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for
	sender-domain
	0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
	(decker.christian[at]gmail.com)
	-0.0 SPF_PASS               SPF: sender matches SPF record
	1.0 HTML_MESSAGE           BODY: HTML included in message
	-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from
	author's domain
	0.1 DKIM_SIGNED            Message has a DKIM or DK signature,
	not necessarily valid
	-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
X-Headers-End: 1RJTVq-0007VY-Ph
Cc: bitcoin-development@lists.sourceforge.net
Subject: Re: [Bitcoin-development] Bitcoin Wiki
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Thu, 27 Oct 2011 17:13:07 -0000

--000e0cd59b4a7a080f04b04ae2fd
Content-Type: text/plain; charset=ISO-8859-1

Yup, +1 for Git.

On Thu, Oct 27, 2011 at 6:15 PM, Daniel F <nanotube@gmail.com> wrote:

> +1 on git. not necessarily as replacement, but at least as backup.
> could possibly use markdown and github pages, which automagically
> pushes git commits out to the website (uses markdown syntax, iirc)
>
> On Thu, Oct 27, 2011 at 11:22 AM, Nils Schneider <nils@nilsschneider.net>
> wrote:
> > Can we use a git repo or something more redundant for BIPs? They're
> > rather important and the wiki has been unreliable before.
> >
> > On 27.10.2011 17:15, Amir Taaki wrote:
> >> Anybody know how to contact MT about getting it back online? I still
> >> haven't finished copy-editing the BIPs and need access to them since
> >> there's a new one to be added.
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> The demand for IT networking professionals continues to grow, and the
> >> demand for specialized networking skills is growing even more rapidly.
> >> Take a complimentary Learning@Cisco Self-Assessment and learn
> >> about Cisco certifications, training, and career opportunities.
> >> http://p.sf.net/sfu/cisco-dev2dev
> >>
> >>
> >>
> >> _______________________________________________
> >> Bitcoin-development mailing list
> >> Bitcoin-development@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
> >
> >
> >
> ------------------------------------------------------------------------------
> > The demand for IT networking professionals continues to grow, and the
> > demand for specialized networking skills is growing even more rapidly.
> > Take a complimentary Learning@Cisco Self-Assessment and learn
> > about Cisco certifications, training, and career opportunities.
> > http://p.sf.net/sfu/cisco-dev2dev
> > _______________________________________________
> > Bitcoin-development mailing list
> > Bitcoin-development@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bitcoin-development
> >
>
>
> ------------------------------------------------------------------------------
> The demand for IT networking professionals continues to grow, and the
> demand for specialized networking skills is growing even more rapidly.
> Take a complimentary Learning@Cisco Self-Assessment and learn
> about Cisco certifications, training, and career opportunities.
> http://p.sf.net/sfu/cisco-dev2dev
> _______________________________________________
> Bitcoin-development mailing list
> Bitcoin-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
>

--000e0cd59b4a7a080f04b04ae2fd
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Yup, +1 for Git.<br><br><div class=3D"gmail_quote">On Thu, Oct 27, 2011 at =
6:15 PM, Daniel F <span dir=3D"ltr">&lt;<a href=3D"mailto:nanotube@gmail.co=
m">nanotube@gmail.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_q=
uote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1e=
x;">

+1 on git. not necessarily as replacement, but at least as backup.<br>
could possibly use markdown and github pages, which automagically<br>
pushes git commits out to the website (uses markdown syntax, iirc)<br>
<div><div></div><div class=3D"h5"><br>
On Thu, Oct 27, 2011 at 11:22 AM, Nils Schneider &lt;<a href=3D"mailto:nils=
@nilsschneider.net">nils@nilsschneider.net</a>&gt; wrote:<br>
&gt; Can we use a git repo or something more redundant for BIPs? They&#39;r=
e<br>
&gt; rather important and the wiki has been unreliable before.<br>
&gt;<br>
&gt; On 27.10.2011 17:15, Amir Taaki wrote:<br>
&gt;&gt; Anybody know how to contact MT about getting it back online? I sti=
ll<br>
&gt;&gt; haven&#39;t finished copy-editing the BIPs and need access to them=
 since<br>
&gt;&gt; there&#39;s a new one to be added.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------=
------------<br>
&gt;&gt; The demand for IT networking professionals continues to grow, and =
the<br>
&gt;&gt; demand for specialized networking skills is growing even more rapi=
dly.<br>
&gt;&gt; Take a complimentary Learning@Cisco Self-Assessment and learn<br>
&gt;&gt; about Cisco certifications, training, and career opportunities.<br=
>
&gt;&gt; <a href=3D"http://p.sf.net/sfu/cisco-dev2dev" target=3D"_blank">ht=
tp://p.sf.net/sfu/cisco-dev2dev</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Bitcoin-development mailing list<br>
&gt;&gt; <a href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitco=
in-development@lists.sourceforge.net</a><br>
&gt;&gt; <a href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-de=
velopment" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/b=
itcoin-development</a><br>
&gt;<br>
&gt;<br>
&gt; ----------------------------------------------------------------------=
--------<br>
&gt; The demand for IT networking professionals continues to grow, and the<=
br>
&gt; demand for specialized networking skills is growing even more rapidly.=
<br>
&gt; Take a complimentary Learning@Cisco Self-Assessment and learn<br>
&gt; about Cisco certifications, training, and career opportunities.<br>
&gt; <a href=3D"http://p.sf.net/sfu/cisco-dev2dev" target=3D"_blank">http:/=
/p.sf.net/sfu/cisco-dev2dev</a><br>
&gt; _______________________________________________<br>
&gt; Bitcoin-development mailing list<br>
&gt; <a href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-d=
evelopment@lists.sourceforge.net</a><br>
&gt; <a href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-develo=
pment" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitco=
in-development</a><br>
&gt;<br>
<br>
---------------------------------------------------------------------------=
---<br>
The demand for IT networking professionals continues to grow, and the<br>
demand for specialized networking skills is growing even more rapidly.<br>
Take a complimentary Learning@Cisco Self-Assessment and learn<br>
about Cisco certifications, training, and career opportunities.<br>
<a href=3D"http://p.sf.net/sfu/cisco-dev2dev" target=3D"_blank">http://p.sf=
.net/sfu/cisco-dev2dev</a><br>
_______________________________________________<br>
Bitcoin-development mailing list<br>
<a href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-develo=
pment@lists.sourceforge.net</a><br>
<a href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-development=
" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-de=
velopment</a><br>
</div></div></blockquote></div><br>

--000e0cd59b4a7a080f04b04ae2fd--