This page permanently redirects to gemini://gemini.techrights.org/git/change/.
--8<---[ 711745c9b848304aad16c992f2691d6f9c8f35fd ] | [ Sun, 19 Jan 2025 06:50:34 +0200 ]---- diff --git a/Links/lib/Links/MetaData.pm b/Links/lib/Links/MetaData.pm index a9b1273..ae65245 100644 --- a/Links/lib/Links/MetaData.pm +++ b/Links/lib/Links/MetaData.pm @@ -1878,6 +1878,7 @@ state %siteLookup = ( "www.winxdvd.com" => "Digiarty Software", "diginomica.com" => "Diginomica", "www.digit.in" => "Digit.in", + "www.digitalcameraworld.com" => "Digital Camera World", "digitalcontentnext.org" => "Digital Content Next", "eu.detroitnews.com" => "Digital First Media", "www.detroitnews.com" => "Digital First Media", @@ -2267,6 +2268,7 @@ state %siteLookup = ( "fs.blog" => "Farnam Street Media Inc", "road.cc" => "Farrelly Atkinson", "www.farsightsecurity.com" => "FarsightSecurity", + "www.ficlaw.com" => "Faruki PLL", "sgp.fas.org" => "Federation of American Scientists", "fas.org" => "Federation of American Scientists", "uk.fashionnetwork.com" => "Fashion Network", @@ -2991,6 +2993,7 @@ state %siteLookup = ( "idrw.org" => "IDRW", "www.iea.org" => "IEA", "spectrum.ieee.org" => "IEEE", + "smartgrid.ieee.org" => "IEEE", "datatracker.ietf.org" => "IETF", "mailarchive.ietf.org" => "IETF", "tools.ietf.org" => "IETF", @@ -5141,6 +5144,7 @@ state %siteLookup = ( "www.riksbank.se" => "Riksbanken", "rileytestut.com" => "Riley Testut", "www.ringsidenews.com" => "Ringside News", + "rinici.de" => "Rini", "labs.ripe.net" => "RIPE", "ripe80.ripe.net" => "RIPE", "www.ripe.net" => "RIPE", @@ -5405,6 +5409,7 @@ state %siteLookup = ( "sequoia-pgp.org" => "SequoiaPGP", "lists.sequoia-pgp.org" => "SequoiaPGP", "sfgate.com" => "SFGate", + "blog.serghei.pl" => "Serghei Iakovlev", "rasbora.dev" => "Sergiy Usatyuk", "serhack.me" => "SerHack", "getsession.org" => "Session",
--8<---[ bbb381baa628001c460451d9a4874644d675ac9e ] | [ Sat, 18 Jan 2025 18:52:35 +0200 ]---- diff --git a/Links/rrrrrr.py b/Links/rrrrrr.py index 55d8213..5d88403 100755 --- a/Links/rrrrrr.py +++ b/Links/rrrrrr.py @@ -942,6 +942,16 @@ def parse_results(main_tree, results, exportlog, cursor, connection, if re.search(r'\w', anchor.text): countTitles = countTitles + 1 + # allow a few markup elements through + anchor.text = re.sub(r'\<(/?em)\>', + r'<\1>', anchor.text) + anchor.text = re.sub(r'\<(/?cite)\>', + r'<\1>', anchor.text) + anchor.text = re.sub(r'\<(/?b)\>', + r'<\1>', anchor.text) + anchor.text = re.sub(r'\<(/?strong)\>', + r'<\1>', anchor.text) + anchor.insert(0,span) try: anchor.attrib['href'] = post.link
--8<---[ bbb381baa628001c460451d9a4874644d675ac9e ] | [ Sat, 18 Jan 2025 18:52:35 +0200 ]---- diff --git a/Links/rrrrrr.py b/Links/rrrrrr.py index 55d8213..5d88403 100755 --- a/Links/rrrrrr.py +++ b/Links/rrrrrr.py @@ -942,6 +942,16 @@ def parse_results(main_tree, results, exportlog, cursor, connection, if re.search(r'\w', anchor.text): countTitles = countTitles + 1 + # allow a few markup elements through + anchor.text = re.sub(r'\<(/?em)\>', + r'<\1>', anchor.text) + anchor.text = re.sub(r'\<(/?cite)\>', + r'<\1>', anchor.text) + anchor.text = re.sub(r'\<(/?b)\>', + r'<\1>', anchor.text) + anchor.text = re.sub(r'\<(/?strong)\>', + r'<\1>', anchor.text) + anchor.insert(0,span) try: anchor.attrib['href'] = post.link
--8<---[ bbb381baa628001c460451d9a4874644d675ac9e ] | [ Sat, 18 Jan 2025 18:52:35 +0200 ]---- diff --git a/Links/rrrrrr.py b/Links/rrrrrr.py index 55d8213..5d88403 100755 --- a/Links/rrrrrr.py +++ b/Links/rrrrrr.py @@ -942,6 +942,16 @@ def parse_results(main_tree, results, exportlog, cursor, connection, if re.search(r'\w', anchor.text): countTitles = countTitles + 1 + # allow a few markup elements through + anchor.text = re.sub(r'\<(/?em)\>', + r'<\1>', anchor.text) + anchor.text = re.sub(r'\<(/?cite)\>', + r'<\1>', anchor.text) + anchor.text = re.sub(r'\<(/?b)\>', + r'<\1>', anchor.text) + anchor.text = re.sub(r'\<(/?strong)\>', + r'<\1>', anchor.text) + anchor.insert(0,span) try: anchor.attrib['href'] = post.link
--8<---[ bbb381baa628001c460451d9a4874644d675ac9e ] | [ Sat, 18 Jan 2025 18:52:35 +0200 ]---- diff --git a/Links/rrrrrr.py b/Links/rrrrrr.py index 55d8213..5d88403 100755 --- a/Links/rrrrrr.py +++ b/Links/rrrrrr.py @@ -942,6 +942,16 @@ def parse_results(main_tree, results, exportlog, cursor, connection, if re.search(r'\w', anchor.text): countTitles = countTitles + 1 + # allow a few markup elements through + anchor.text = re.sub(r'\<(/?em)\>', + r'<\1>', anchor.text) + anchor.text = re.sub(r'\<(/?cite)\>', + r'<\1>', anchor.text) + anchor.text = re.sub(r'\<(/?b)\>', + r'<\1>', anchor.text) + anchor.text = re.sub(r'\<(/?strong)\>', + r'<\1>', anchor.text) + anchor.insert(0,span) try: anchor.attrib['href'] = post.link
Gemini/gemini-bulletin-irc-update.sh | 89 ++++++--- Links/lib/Links/MetaData.pm | 25 ++- Links/rrrrrr.py | 373 ++++++++++++++++++----------------- 3 files changed, 270 insertions(+), 217 deletions(-)
=> back to Techrights (Main Index) This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB