fsfe-website/news
Max Mehl cc1774702d
the build was successful 详情
update: video has been added
2019-05-24 16:40:44 +02:00
..
2001 update urls to match correct address of mailman/pipermail 2016-08-03 23:27:50 +00:00
2002
2003
2004 fixing links to reflect /projects migration 2012-07-20 14:46:12 +00:00
2005
2006
2007
2008 fix various faulty pages 2016-06-13 15:40:12 +00:00
2009 Remove .symlinks files 2019-03-13 02:04:48 +01:00
2010 Tag Rework: news and events (#656) 2018-11-29 16:42:39 +01:00
2011 Change the directory for generated news xml files 2019-03-10 01:21:12 +01:00
2012 replace fsfeurope email addresses 2018-12-20 15:57:24 +01:00
2013 Fix tags 2019-03-16 14:30:04 +01:00
2014 unify tag for compulsory routers/router freedom 2019-04-02 16:20:31 +02:00
2015 unify tag for compulsory routers/router freedom 2019-04-02 16:20:31 +02:00
2016 fix tag: public administration -> publicadministration 2019-05-14 15:05:13 +02:00
2017 fix tag: public administration -> publicadministration 2019-05-14 15:05:13 +02:00
2018 fix tag: public administration -> publicadministration 2019-05-14 15:05:13 +02:00
2019 update: video has been added 2019-05-24 16:40:44 +02:00
nl picture credit included 2019-05-17 13:35:47 +02:00
Makefile Switched news and event archives to index.html 2019-03-21 15:16:46 +01:00
README trivial typos changes (#654) 2018-11-29 16:45:09 +01:00
archive-template.en.xhtml Switched news and event archives to index.html 2019-03-21 15:16:46 +01:00
fsfe-news.png
legal-news.el.xhtml
legal-news.en.xhtml
legal-news.sources Fix for changed list of allowed characters in tag name 2019-03-15 14:24:57 +01:00
legal-news.sq.xhtml
legal-news.xsl
news.ca.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.cs.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.da.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.de.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.el.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.en.xhtml Switched news and event archives to index.html 2019-03-21 15:16:46 +01:00
news.es.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.et.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.fi.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.fr.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.hr.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.hu.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.it.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.nb.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.nl.xhtml added news.nl.xhtml 2018-12-19 11:45:59 +01:00
news.pt.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.ro.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.rss.xsl Remove some remains of the fellowship site 2019-04-04 18:16:04 +02:00
news.ru.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.sl.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.sources Remove "implicit trailing *" feature for .sources 2019-03-13 01:19:43 +01:00
news.sq.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.sr.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.sv.xhtml adapted to new news archive style 2018-04-21 16:03:41 +02:00
news.xsl Include newsletter into news feeds just like other news 2019-03-30 21:32:21 +01:00
newsletter.ca.xhtml
newsletter.cs.xhtml
newsletter.da.xhtml
newsletter.de.xhtml seems up to date 2016-11-04 20:32:12 +00:00
newsletter.el.xhtml
newsletter.en.xhtml Clarify where the data is going when subscribing to mailing lists from fsfe.org 2018-05-29 14:44:25 +02:00
newsletter.es.xhtml
newsletter.fi.xhtml
newsletter.fr.xhtml Clarify where the data is going when subscribing to mailing lists from fsfe.org 2018-05-29 14:44:25 +02:00
newsletter.hr.xhtml
newsletter.hu.xhtml
newsletter.it.xhtml
newsletter.nb.xhtml
newsletter.nl.xhtml added newsletter.nl.xhtml 2018-12-22 20:04:48 +01:00
newsletter.pt.xhtml
newsletter.ru.xhtml
newsletter.sources Remove "implicit trailing *" feature for .sources 2019-03-13 01:19:43 +01:00
newsletter.sq.xhtml
newsletter.sv.xhtml
newsletter.xsl
xhtml2xml.xsl Change the directory for generated news xml files 2019-03-10 01:21:12 +01:00

README

Adding news
===========

There are two ways to add news to the web pages:

**1**
Add an xml file with the following structure in the appropriate
directory.

<?xml version="1.0" encoding="UTF-8"?> (you can choose an other encoding)

<newsset>
  <news date="date">
    <title>Text</title>
    <body>
      Text
    </body>
    <link>link</link>
  </news>
</newsset>


Put this file in the directory /news/this_year/
There's a naming convention for these xml files:

  'news-'newsdate'-'counter'.'language_part'.xml'

(eg: the English version of the first news file on the 4th November of
2008 should be named news-20081104-01.en.xml and the file should go in
the /news/2008/ directory)

**2**
Add an xhtml file in the appropriate directory.

Write an ordinary xhtml file. Add the newsdate="date" attribute in the
xhtml tag. The paragraph that has to be copied into the xml file
should be marked with the newsteaser="yes" attribute.

(eg:

<?xml versio ...

<html newsdate="2008-10-07" link="link" >  (link attribute is optional)

<head>
	<title>This is the title of the news item</title>
</head>

<body>

.....

<p newsteaser="yes">this is the paragraph that will be copied into the
xml file. <p>

....

</html>

The link in the generated xml file will default to the original
page. If you want it to link to another page then you can use the
link attribute in the html tag.


You can freely choose a name for this file and you should put it in the
/news/this_year/ directory or in the directory of the project it
belongs to (/projects/project_name/), so you can keep all pages of one
project together.

The xml files for these xhtml files are generated automatically.  The
xml file will exist as long as the xhtml file exists. If you want to
change the xhtml file but keep the xml file unchanged, just remove the
newsdate attribute from the xhtml file. (eg: this can be a way to
announce a new project, it will generate an xml file that links to the
index page of the project, and it leaves the option open to change the
page afterwards and keep the original announcement).