Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2013 08:32:43 +0000 (UTC)
From:      Murray Stokely <murray@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r42212 - head/share/xml
Message-ID:  <201307090832.r698WhMb014854@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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&amp;q=<xsl:value-of select="name" />&amp;Search=GO</xsl:attribute>
-      </xsl:if>
-      upcoming</a></p>
     </li>
   </xsl:template>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307090832.r698WhMb014854>