fsfe-website/news
Max Mehl d78bcfab66
the build was successful Details
unify PMPC tags
2018-08-02 12:07:00 +02:00
..
2001 update urls to match correct address of mailman/pipermail 2016-08-03 23:27:50 +00:00
2002
2003
2004
2005
2006
2007
2008 fix various faulty pages 2016-06-13 15:40:12 +00:00
2009 changed full qualified links to relative links for fsfeurope.org (redirecting to fsfe.org) and fsfe.org 2017-06-16 12:33:35 +00:00
2010 changed hyperlink from members.*.html to team.html 2017-06-16 12:23:34 +00:00
2011 fix various faulty pages 2016-06-13 15:40:12 +00:00
2012 Lower-casing the names of days and months; typo fixing; cosmetic changes; consistency changes 2018-01-03 16:04:31 +02:00
2013 Lower-casing the names of days and months; typo fixing; cosmetic changes; consistency changes 2018-01-03 16:04:31 +02:00
2014 Lower-casing the names of days and months; typo fixing; cosmetic changes; consistency changes 2018-01-03 16:04:31 +02:00
2015 Lower-casing the names of days and months; typo fixing; cosmetic changes; consistency changes 2018-01-03 16:04:31 +02:00
2016 Merge branch 'sq-translation' of besnik/fsfe-website into master 2018-01-10 11:40:27 +01:00
2017 unify PMPC tags 2018-08-02 12:07:00 +02:00
2018 unify PMPC tags 2018-08-02 12:07:00 +02:00
generated_xml
nl unify PMPC tags 2018-08-02 12:07:00 +02:00
.symlinks
Makefile restructured premake 2017-03-06 17:59:11 +00:00
README
fsfe-news.png
legal-news.el.xhtml
legal-news.en.xhtml
legal-news.sources
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 changed the style of the news archive and added author, tags and new sidebar style 2018-02-03 14:55:30 +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 adapted to new news archive style 2018-04-21 16:03:41 +02: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
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
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 changed the style of the news archive and added author, tags and new sidebar style 2018-02-03 14:55:30 +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 Dutch translation of the update, including translated meta info and sign up possibility 2016-06-28 16:58:10 +00:00
newsletter.pt.xhtml
newsletter.ru.xhtml
newsletter.sources
newsletter.sq.xhtml
newsletter.sv.xhtml
newsletter.xsl
xhtml2xml.xsl changed the style of the news archive and added author, tags and new sidebar style 2018-02-03 14:55:30 +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>Tekst</title>
    <body>
      Tekst
    </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).