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:
parent
5cea9603d7
commit
128d5c6f7a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42212
1 changed files with 0 additions and 8 deletions
|
@ -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&q=<xsl:value-of select="name" />&Search=GO</xsl:attribute>
|
||||
</xsl:if>
|
||||
upcoming</a></p>
|
||||
</li>
|
||||
</xsl:template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue