aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMurray Stokely <murray@FreeBSD.org>2013-07-09 08:32:42 +0000
committerMurray Stokely <murray@FreeBSD.org>2013-07-09 08:32:42 +0000
commit128d5c6f7a1d56b125d65cc40ccf7a06268fd782 (patch)
treeb17d5d22dc4aad983816857f2bfd6c80a14f4963 /share
parent5cea9603d73c52862551a5d58cbb480e664fa220 (diff)
downloaddoc-128d5c6f7a1d56b125d65cc40ccf7a06268fd782.tar.gz
doc-128d5c6f7a1d56b125d65cc40ccf7a06268fd782.zip
Remove Upcoming links from our events pages. Upcoming was a Yahoo!
service for events that has since been turned down and was never used much by this community in the first place so the links were not that useful even when Upcoming was available and popular (it is now long since completely turned down and the links all jus go to yahoo.com). Meetup.com is the most popular service for upcoming technology meetups in the bay area at least, and is used by the local BAFUG, but the links are probably best added manually for events instead of optimistically adding a link that tries to search on meetup.com for something matching the event.
Notes
Notes: svn path=/head/; revision=42212
Diffstat (limited to 'share')
-rw-r--r--share/xml/templates.events.xsl8
1 files changed, 0 insertions, 8 deletions
diff --git a/share/xml/templates.events.xsl b/share/xml/templates.events.xsl
index dd661de8b5..17a3ed22cf 100644
--- a/share/xml/templates.events.xsl
+++ b/share/xml/templates.events.xsl
@@ -268,14 +268,6 @@
<xsl:template match="event" mode="upcoming">
<li>
<xsl:call-template name="eventbody"/>
- <p>Social links: <a rel="nofollow">
- <xsl:if test="upcomingurl">
- <xsl:attribute name="href"><xsl:value-of select="upcomingurl" /></xsl:attribute>
- </xsl:if>
- <xsl:if test="not(upcomingurl)">
- <xsl:attribute name="href">http://upcoming.yahoo.com/search?type=Events&amp;q=<xsl:value-of select="name" />&amp;Search=GO</xsl:attribute>
- </xsl:if>
- upcoming</a></p>
</li>
</xsl:template>