aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2003-06-30-cvs-fun.html
blob: 15e18a4b2eb8f7d8f263fcb597049b60f53c92d7 (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
---
date: "2003-06-30T23:53:20Z"
title: CVS Fun
---

<p>
After several months of using a private CVS repository, I finally have a publicly accessible CVS server again.  The details are on <a href='/cvs/'>the CVS page</a>.  There's also a <a href='http://viewcvs.sf.net/'>ViewCVS</a> interface to the repository at <a href='http://cvs.pablotron.org/'>http://cvs.pablotron.org/</a>.
</p>

<p>
If you feel like playing with <a href='/software/raggle'>Raggle</a>, you can grab the latest version (including Ville Aine's OPML import/export code and <a href='http://www.richlowe.net/'>Richard's</a> description window scrolling) with the following script:
</p>

<p>
<code>
#!/bin/sh<br />
<br />
echo Press enter at the password prompt<br />
CVSROOT=:pserver:anonymous@cvs.pablotron.org:/var/lib/cvs login<br />
export CVSROOT<br />
# check out stable and development branches<br />
cvs -z3 co raggle<br />
cvs -z3 co -rRAGGLE-0-1 -d raggle-0.1 raggle<br />
</code>
</p>


<p>
I stumbled across a bunch of interesting stuff in the last few days.
Here's a handful of the more interesting ones:
</p>

<p>
<ul>
<li><a href='http://www.thememoryhole.org/911/hearings/joint-inquiry-shelby.pdf'>September 11th and the Imperative of Reform in the U.S. Intelligence Community</a> (from <a href='http://www.thememoryhole.org/'>TMH</a>)</li>
<li><a href='http://www.nagios.org/'>Nagios</a> (from <a
href='http://www.richlowe.net/'>Richard</a>)</li>
<li><a href='http://www.projectseven.com/tutorials/css_menus/list_01/index.htm'>Uberlink CSS Rollovers</a> (from <a href='http://www.diveintomark.org/'>DIM</a>)</li>
<li><a href='http://www.thismodernworld.com/weblog/mtarchives/week_2003_06_22.html#000826'>John Ashcroft at his Finest</a> (from <a href='http://www.thismodernworld.com/'>TMW</a>)</li>
<li><a href='http://dear_raed.blogspot.com/'>Dear Raed</a> (actually, I think I linked to him before, but he's still updating, and it's still fascinating)</li>
</ul>
</p>

<p>
I'll leave you with this quote from <a href='http://www.diveintomark.org/'>Dive Into Mark</a>, which neatly summarizes my opinion on the future of technology:
</p>

<p>
<blockquote>
I will not be arguing the merits of web standards, CSS, accessibility, and open source. It is quite obvious to me that these are the future of the Internet and of the computing industry in general, and if you don’t see that by now, I can’t help you. Adapt or get left behind.
</blockquote>
</p>

<p>
<b>Update:</b> I screwed up on the CVS root.  It's fixed now. 
</p>