- add news directory in htdocs to start the traditional Chinese translation of the news section
- translation of news items in November 2016 Approved by: kevlo(mentor)
This commit is contained in:
parent
aabec9726c
commit
72e68e8d8c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49690
3 changed files with 89 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ PARAMS.usergroups= --param pagename "'FreeBSD User Groups'"
|
|||
# Subdirectories
|
||||
# XML
|
||||
SUBDIR+= docs
|
||||
SUBDIR+= news
|
||||
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
SUBDIR+= doc
|
||||
|
|
|
|||
59
zh_TW.UTF-8/htdocs/news/Makefile
Normal file
59
zh_TW.UTF-8/htdocs/news/Makefile
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
# $FreeBSD$
|
||||
# Original revision: r40052
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
#DOCS+= news.xml
|
||||
|
||||
# press releases
|
||||
#DOCS+= pressreleases.xml
|
||||
#DOCS+= press-rel-1.xml
|
||||
#DOCS+= press-rel-2.xml
|
||||
#DOCS+= press-rel-3.xml
|
||||
#DOCS+= press-rel-4.xml
|
||||
#DOCS+= press-rel-5.xml
|
||||
#DOCS+= press-rel-6.xml
|
||||
#DOCS+= press-rel-7.xml
|
||||
#DOCS+= press-rel-8.xml
|
||||
#DOCS+= press-rel-9.xml
|
||||
|
||||
# The yearly State of the Union address
|
||||
#DOCS+= sou1999.xml
|
||||
|
||||
# Details of the FreeBSD.org 2012 Infrastructure compromise
|
||||
#DOCS+= 2012-compromise.xml
|
||||
|
||||
#INDEXLINK= news.html
|
||||
|
||||
DEPENDSET.DEFAULT= transtable news press
|
||||
|
||||
XMLDOCS= newsflash:${XSL_NEWS_NEWSFLASH}:${XML_NEWS_NEWS_MASTER}:
|
||||
XMLDOCS+= news-rdf:${XSL_NEWS_NEWS_RDF}:${XML_NEWS_NEWS_MASTER}:news.rdf
|
||||
#XMLDOCS+= news-rss:${DOC_PREFIX}/${LANGCODE}/share/xml/templates.news-rss.xsl:${DOC_PREFIX}/${LANGCODE}/share/xml/news.xml:rss.xml
|
||||
XMLDOCS+= press:${XSL_NEWS_PRESS}:${XML_NEWS_PRESS_MASTER}:
|
||||
XMLDOCS+= press-rss:${XSL_NEWS_PRESS_RSS}:${XML_NEWS_PRESS_MASTER}:press-rss.xml
|
||||
|
||||
#SUBDIR= 1993
|
||||
#SUBDIR+= 1996
|
||||
#SUBDIR+= 1997
|
||||
#SUBDIR+= 1998
|
||||
#SUBDIR+= 1999
|
||||
#SUBDIR+= 2000
|
||||
#SUBDIR+= 2001
|
||||
#SUBDIR+= 2002
|
||||
#SUBDIR+= 2003
|
||||
#SUBDIR+= 2004
|
||||
#SUBDIR+= 2005
|
||||
#SUBDIR+= 2006
|
||||
#SUBDIR+= 2007
|
||||
#SUBDIR+= 2008
|
||||
#SUBDIR+= 2009
|
||||
#SUBDIR+= status
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
||||
|
|
@ -29,6 +29,35 @@
|
|||
$FreeBSD$
|
||||
</cvs:keyword>
|
||||
|
||||
<year>
|
||||
<name>2016</name>
|
||||
|
||||
<month>
|
||||
<name>11</name>
|
||||
|
||||
<day>
|
||||
<name>13</name>
|
||||
|
||||
<event>
|
||||
<title>2016 第三季開發進度報告發佈</title>
|
||||
|
||||
<p><a
|
||||
href="&enbase;/news/status/report-2016-07-2016-09.html">
|
||||
2016 第三季開發進度報告</a>現已發佈</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>2</name>
|
||||
|
||||
<event>
|
||||
<p>新任 committer:
|
||||
<a href="mailto:def@FreeBSD.org">Konrad Witaszczyk</a> (src)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
</year>
|
||||
|
||||
<year>
|
||||
<name>2006</name>
|
||||
<month>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue