svn commit: r42212 - head/share/xml
Murray Stokely
murray at FreeBSD.org
Tue Jul 9 08:32:43 UTC 2013
Author: murray
Date: Tue Jul 9 08:32:42 2013
New Revision: 42212
URL: http://svnweb.freebsd.org/changeset/doc/42212
Log:
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.
Modified:
head/share/xml/templates.events.xsl
Modified: head/share/xml/templates.events.xsl
==============================================================================
--- head/share/xml/templates.events.xsl Tue Jul 9 08:20:14 2013 (r42211)
+++ head/share/xml/templates.events.xsl Tue Jul 9 08:32:42 2013 (r42212)
@@ -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>
More information about the svn-doc-head
mailing list