The Spanish mailing list are down.
The Polish web URL was wrong.
Update webresources information.
In the community.xsl, the LinkedIn group id was wrong and the
last activity in the twitter @freebsdblogs account was in 2013.
Patch by: carlavilla@
Reviewed by: bcr@(mentor)
Differential Revision: https://reviews.freebsd.org/D23041
- del.icio.us is being shutdown in favor of in pinboard's paid service
- make most URLs https instead of http
- update the Facebook user group link
- add a link to @freebsdcore's Twitter page
PR: 221489
Reported by: ygy
secure versions of the sites, so link to the secure version directly.
Note that for wiki links I have only fixed up key links in navbars etc,
there are a large number of other links but fixing them does not seem
worth the churn.
- Replace /XML/{doc,www}/ with /XML/ in SysId.
- Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via
XML catalog instead.
- Change the L10N layer in freebsd-*.xsl not to use localized XSLT
stylesheets directly.
- Move share/xsl/* to share/xml and remove share/xsl.
- Remove obsolete share/web2c/pdftex.def.
- While here remove an old (circa 2009) twitter account.
Further work needs to be done on the community, support, and events pages.
Discussed with: bjk
Reviewed by: Allan Jude <freebsd@allanjude.com>
the stylesheet syntax more strictly.
|It is an error for the value of either the use attribute or the match
|attribute to contain a VariableReference.
| (XSL Transformations (XSLT) Version 1.0, Section 12.2)
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate
information in the www and the doc directory.
- Add various administration files to svnadmin.
Approved by: doceng (implicit)