X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/e64422f4586b4ba25bbc13e56b8ac02ad74d92b7..e6dab4aed3a61e569cb8d8bb2262ebc0d8f20aef:/rss_converter_twitter.com.xsl diff --git a/rss_converter_twitter.com.xsl b/rss_converter_twitter.com.xsl index 9185a54..1903607 100644 --- a/rss_converter_twitter.com.xsl +++ b/rss_converter_twitter.com.xsl @@ -24,7 +24,7 @@ xsl:extension-element-prefixes="php" exclude-result-prefixes="php"> - + @@ -32,19 +32,29 @@ https://twitter.com - - + + - + - <xsl:value-of select="concat($user-name, ': ', $item-content)"/> + <xsl:value-of select="concat($user-name, ': ')"/> + <!-- + Prepend a space in front of the URLs which are not + preceded by an open parenthesis, for aestethic reasons. + Also, regex, I know: http://xkcd.com/1171/ + --> + <xsl:variable + name="processed-title" + select="php:function('preg_replace', '@((?<!\()(?:http[s]?://|pic.twitter.com))@', ' \1', string($item-content))"/> + <!-- Also strip   and … --> + <xsl:value-of select="normalize-space(translate($processed-title, ' …', ''))"/> @@ -54,7 +64,7 @@ - + @@ -62,14 +72,23 @@ ]]> - - + + - + + + + + + + + + + @@ -93,10 +112,10 @@ - + - +