From 24bdeda971b1f6190ae3cee5b952249cd4cbc8cd Mon Sep 17 00:00:00 2001 From: Yorhel Date: Mon, 31 Jan 2011 11:17:26 +0100 Subject: [PATCH] Added p.blicky.net to list of TUWF websites --- index.cgi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.cgi b/index.cgi index 78a4537..7b6252e 100755 --- a/index.cgi +++ b/index.cgi @@ -221,8 +221,11 @@ sub tuwf { end; li; a href => 'http://dev.yorhel.nl/', 'This website'; txt ' (also '; - a href => 'http://g.blicky.net/yorhel-dev.git/tree/index.cgi', 'open source'; - txt ')'; + a href => 'http://g.blicky.net/yorhel-dev.git/tree/index.cgi', 'open source'; txt ')'; + end; + li; + a href => 'http://p.blicky.net/', 'Blicky.net Pastebin'; txt ' ('; + a href => 'http://g.blicky.net/bpaste.git/tree/index.cgi', 'open source'; txt ')'; end; li; a href => 'http://yorhel.nl/', 'Yorhel.nl'; end; end;