doc/en/community/Makefile
Murray Stokely ca64a3cdc1 Add a new page in the 'community' section of the website about social
networking sites.

Link to del.icio.us page with ~30,000 unique web pages tagged as
'freebsd', flickr and youtube content tagged as 'freebsd', and freebsd
facebook group.

All of these have APIs so that we could scrape an RSS page and list
the newest example content but for now the links only point to the
search result pages on the above.
2008-06-23 07:06:05 +00:00

14 lines
No EOL
361 B
Makefile

# $FreeBSD: www/en/community/Makefile,v 1.1 2005/10/04 05:44:55 murray Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= irc.sgml mailinglists.sgml newsgroups.sgml webresources.sgml
XMLDOCS+= social::${XML_EVENTS_EVENTS}:
.include "${WEB_PREFIX}/share/mk/web.site.mk"