fsfe-website/news
tobiasd c77affcde0
continuous-integration/drone/pr Build is passing Details
noop
2024-03-18 12:37:41 +01:00
..
2001
2002 replace email addresses with mailto 2022-04-28 14:48:11 +02:00
2003 moved links from /associates to /about/associates 2022-12-27 15:44:35 +01:00
2004 Exclud old naming: RM absolute links to fsfe.org 2022-11-02 09:23:20 +00:00
2005 moved links from /associates to /about/associates 2022-12-27 15:44:35 +01:00
2006 rename all news files missing -01/-02 extension, and replace links 2020-07-07 15:56:33 +02:00
2007 moved links from /associates to /about/associates 2022-12-27 15:44:35 +01:00
2008 updated the contact links in old news items 2023-02-09 13:52:22 +01:00
2009 updated the contact links in old news items 2023-02-09 13:52:22 +01:00
2010 updated the contact links in old news items 2023-02-09 13:52:22 +01:00
2011 updated the contact links in old news items 2023-02-09 13:52:22 +01:00
2012 updated links from about/team.html to about/people/index.html 2022-12-28 11:55:48 +01:00
2013 ILoveFS webpage update to easier find old reports 2023-05-26 14:42:38 +02:00
2014 ILoveFS webpage update to easier find old reports 2023-05-26 14:42:38 +02:00
2015 ILoveFS webpage update to easier find old reports 2023-05-26 14:42:38 +02:00
2016 ILoveFS webpage update to easier find old reports 2023-05-26 14:42:38 +02:00
2017 DE Translation of news 20171212 2023-09-12 11:00:07 +02:00
2018 ILoveFS webpage update to easier find old reports 2023-05-26 14:42:38 +02:00
2019 ILoveFS webpage update to easier find old reports 2023-05-26 14:42:38 +02:00
2020 unified the localgroups tags 2023-03-29 14:29:26 +02:00
2021 fix tag format 2023-05-30 14:54:25 +02:00
2022 fix wrong date 2023-11-23 12:01:05 +01:00
2023 syntax fix 2024-02-06 12:56:43 +01:00
2024 noop 2024-03-18 12:37:41 +01:00
nl minor fixes 2024-03-05 10:32:23 +01:00
podcast NL translation of Software Freedom Podcast 24 2024-02-25 19:22:39 +01:00
Makefile use printf instead of echo 2022-03-18 13:06:31 +01:00
README
archive-template.en.xhtml generalise module wrapper class 2022-04-06 13:27:29 +02:00
default.xsl after every 5 news, show the subscribe/supporter banner 2022-04-06 13:27:29 +02:00
fsfe-news.png
news.ca.xhtml
news.cs.xhtml
news.da.xhtml
news.de.xhtml Fix link to archives (events and news) 2024-01-23 14:57:27 +01:00
news.el.xhtml Remove "FSFE" when used as prefix or suffix 2020-07-30 14:32:47 +02:00
news.en.xhtml Fix link to archives (events and news) 2024-01-23 14:57:27 +01:00
news.es.xhtml
news.et.xhtml
news.fi.xhtml
news.fr.xhtml
news.hr.xhtml
news.hu.xhtml
news.it.xhtml Fix link to archives (events and news) 2024-01-23 14:57:27 +01:00
news.nb.xhtml
news.nl.xhtml Fix link to archives (events and news) 2024-01-23 14:57:27 +01:00
news.pt.xhtml
news.ro.xhtml
news.rss.xsl
news.ru.xhtml
news.sl.xhtml
news.sources
news.sq.xhtml
news.sr.xhtml
news.sv.xhtml
newsletter.de.xhtml Use banner-subscribe on newsletter pages 2023-04-28 11:14:06 +02:00
newsletter.en.xhtml Use banner-subscribe on newsletter pages 2023-04-28 11:14:06 +02:00
newsletter.es.xhtml Use banner-subscribe on newsletter pages 2023-04-28 11:14:06 +02:00
newsletter.fr.xhtml Use banner-subscribe on newsletter pages 2023-04-28 11:14:06 +02:00
newsletter.it.xhtml Use banner-subscribe on newsletter pages 2023-04-28 11:14:06 +02:00
newsletter.nl.xhtml Use banner-subscribe on newsletter pages 2023-04-28 11:14:06 +02:00
newsletter.sources
newsletter.xsl remove call to subscribe-nl template 2023-05-03 11:12:16 +02:00
podcast-opus.en.xhtml
podcast-opus.rss.xsl
podcast-opus.sources
podcast.en.xhtml adapt new /news style for podcast 2022-04-06 13:27:29 +02:00
podcast.nl.xhtml NL translation of update of Software Freedom Podcast 2022-11-27 20:18:39 +01:00
podcast.rss.xsl
podcast.sources
xhtml2xml.xsl add alt attribute for preview images in XML version of news items 2022-03-09 16:15:07 +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 first <p> element will be copied into the xml file.

(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>This is the paragraph that will be copied into the xml file. <p>

<p>This is a paragraph that will not be copied.</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).