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.
This commit is contained in:
Murray Stokely 2013-07-09 08:32:42 +00:00
parent 5cea9603d7
commit 128d5c6f7a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42212

View file

@ -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>