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.
14 lines
No EOL
361 B
Makefile
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" |