mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-23 11:12:39 +00:00
Simplify use of URLs in text files.
In several cases our text files had commentary like this: # Egypt to cancel daylight saving time # <a href="http://www.almasryalyoum.com/en/node/407168"> # http://www.almasryalyoum.com/en/node/407168 # </a> where lines 2 and 4 let the file be viewed by a browser with the URL being clickable. In practice this approach does not work with many modern browsers (I tested with Firefox and with Chrome) and it clutters up the data, so in cases like the above this patch removes lines 2 and 4. (Problem reported by Steffen "Daode" Nurpmeso.)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
# <pre>
|
||||
# This file is in the public domain, so clarified as of
|
||||
# 2009-05-17 by Arthur David Olson.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user