From 971c5ad51d80a86a58233f73571d5bd395a0cc18 Mon Sep 17 00:00:00 2001
From: Yorhel
Date: Sun, 4 Nov 2012 11:59:15 +0100
Subject: [PATCH] misc stuff
---
dat/dump | 16 ++++------------
dat/home | 8 ++------
dat/ncdc-faq | 2 +-
index.cgi | 1 +
4 files changed, 8 insertions(+), 19 deletions(-)
diff --git a/dat/dump b/dat/dump
index f064a6c..0c01a67 100644
--- a/dat/dump
+++ b/dat/dump
@@ -4,23 +4,15 @@ I write a lot of miscellaneous little perl/shell scripts and micro-libraries
for the purpose of getting something done. This page is a listing of those I
thought might be of useful to others as well.
+I also maintain a collection of miscellaneous C micro-libraries in a L (and its L). These libraries are not listed here.
+
=head2 maildir.pl
October 2012. A tiny weechat plugin to display the number of unread emails in a
local Maildir. L
-=head2 dbusev.c
-
-September 2012. This is a small C library to use
-L with
-L. It will register IO
-watchers, timeout handlers, a dispatch function and a wakeup function on behalf
-of libdbus. You may have to ensure that the right headers are being included in
-dbusev.c, in my case the "global.h" does that.
-
-Download: L and
-L.
-
=head2 ncdc-share-report
December 2011. Playing around with the Go programming language, I wrote another
diff --git a/dat/home b/dat/home
index 34958e4..1e0874e 100644
--- a/dat/home
+++ b/dat/home
@@ -1,11 +1,7 @@
=pod
-This site is an attempt to publish and organise my various opensource programs
-and libraries on one central location, possibly documented as well as possible
-so it might actually be useful to anyone. Some of these projects might end up
-to be total crap, and some might not be useful to anyone at all. I'll simply
-try to dump most of the things I create here, and leave it up to you whatever
-you decide to do with it.
+This site is an attempt to publish and organise my various open source programs
+and libraries on one central location.
[html]
Changes
diff --git a/dat/ncdc-faq b/dat/ncdc-faq
index 014bcac..5b1ea60 100644
--- a/dat/ncdc-faq
+++ b/dat/ncdc-faq
@@ -100,7 +100,7 @@ Since version 1.13, the following crash is still possible:
=over
=item * You're using an old GnuTLS version (< 3.0, you can check this with
-C), and you have tls_policy enabled. To fix this, upgrade
+C), and you have tls_policy enabled. To fix this, upgrade
GnuTLS or use C. (Bug
L<#11|http://dev.yorhel.nl/ncdc/bug/11>).
diff --git a/index.cgi b/index.cgi
index 99b30d3..9d34cfb 100755
--- a/index.cgi
+++ b/index.cgi
@@ -12,6 +12,7 @@ BEGIN { ($ROOT = abs_path $0) =~ s{index\.cgi$}{}; }
my @changes = (
+ [ '2012-10-17', '/dump', 'Added reference to my repo of small C libs to the code dump' ],
[ '2012-10-07', '/dump#maildir.pl','Added maildir.pl to the code dump' ],
[ '2012-09-27', '/ncdu', 'ncdu 1.9 released.' ],
[ '2012-09-25', '/dump#dbusev.c', 'Added dbusev.c to the code dump' ],