From 78b02688909955808b38d62b2ba81ea07b18fa90 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Wed, 13 Oct 2010 21:57:49 +0200 Subject: [PATCH] * list of shorter url services. --- citadel/citadel_urlshorteners.rc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 citadel/citadel_urlshorteners.rc diff --git a/citadel/citadel_urlshorteners.rc b/citadel/citadel_urlshorteners.rc new file mode 100644 index 000000000..ce44f7b7f --- /dev/null +++ b/citadel/citadel_urlshorteners.rc @@ -0,0 +1,16 @@ +# these URLs will be expanded when fetching them from +# RSS-Feeds with short contents (like twitter feeds) +# we expect to find a 30x location header, if we find it, +# we put it in front of that URL, so the full information +# whether one wants to click that or not can be expanded. +http://bit.ly/ +http://krz.ch/ +http://flic.kr/ +http://sns.ly/ +http://wp.me/ +http://ow.ly/ +http://tinyurl.com/ +http://goo.gl/ +http://dld.bz/ +http://tiny.cc/ +http://j.mp/ -- 2.39.2