From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- content/posts/2003-06-30-cvs-fun.html | 57 +++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 content/posts/2003-06-30-cvs-fun.html (limited to 'content/posts/2003-06-30-cvs-fun.html') diff --git a/content/posts/2003-06-30-cvs-fun.html b/content/posts/2003-06-30-cvs-fun.html new file mode 100644 index 0000000..15e18a4 --- /dev/null +++ b/content/posts/2003-06-30-cvs-fun.html @@ -0,0 +1,57 @@ +--- +date: "2003-06-30T23:53:20Z" +title: CVS Fun +--- + +

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

+ +

+If you feel like playing with Raggle, you can grab the latest version (including Ville Aine's OPML import/export code and Richard's description window scrolling) with the following script: +

+ +

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

+ + +

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

+ +

+

+

+ +

+I'll leave you with this quote from Dive Into Mark, which neatly summarizes my opinion on the future of technology: +

+ +

+

+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. +
+

+ +

+Update: I screwed up on the CVS root. It's fixed now. +

+ -- cgit v1.2.3