You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fsfe-website/news
Matthias Kirschner e5a5e0be65 change date
svn path=/trunk/; revision=26139
10 years ago
..
2001 Ticket #97. 12 years ago
2002 fixing links to reflect /projects migration 11 years ago
2003 fixing links to reflect /projects migration 11 years ago
2004 fixing links to reflect /projects migration 11 years ago
2005 fixing links to reflect /projects migration 11 years ago
2006 fixing links to reflect /projects migration 11 years ago
2007 fixing links to reflect /projects migration 11 years ago
2008 fixing links to reflect /projects migration 11 years ago
2009 up-to-date 11 years ago
2010 Removed the news item about Linking Document on FSF’s request. 11 years ago
2011 updated translation 11 years ago
2012 updates el 10 years ago
2013 updates el 10 years ago
generated_xml Deleting .cvsignore files 14 years ago
nl change date 10 years ago
.symlinks
Makefile Another fix to link generation. 15 years ago
README Info about adding news 15 years ago
date-time.xsl I hate XSLT 1.0. 15 years ago
fsfe-news.png Changed RSS generation to be as standards conformant as possible. 15 years ago
legal-news.el.xhtml updating events, fla, follow-up-pdf, freesoftware basics 11 years ago
legal-news.en.xhtml fixing links to reflect /projects migration 11 years ago
legal-news.sources legal news page, first draft 12 years ago
legal-news.sq.xhtml adding translation, as part of reviving sq translation for fsfe site 11 years ago
legal-news.xsl - we now use only one step of XSL transformation 11 years ago
news.ca.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
news.cs.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
news.da.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
news.de.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
news.el.xhtml files updated 12 years ago
news.en.xhtml Updated introduction paragraph of news archive, needs translations updated 12 years ago
news.es.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
news.et.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
news.fi.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
news.fr.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
news.hr.xhtml Minor fix in Croatian translation of the news page 12 years ago
news.hu.xhtml changed FSF Europe to FSFE where appropriate 12 years ago
news.it.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
news.nb.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
news.nl.xhtml Just touched it. 15 years ago
news.pt.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
news.ro.xhtml changed FSF Europe to FSFE where appropriate 12 years ago
news.rss.xsl - repair rss generation for news 11 years ago
news.ru.xhtml RU propset svn:keywords 11 years ago
news.sl.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
news.sources Add fi to news.sources 12 years ago
news.sq.xhtml update 11 years ago
news.sv.xhtml changed FSF Europe to FSFE where appropriate 12 years ago
news.xsl - we now use only one step of XSL transformation 11 years ago
newsletter.ca.xhtml added SEO meta tags 11 years ago
newsletter.cs.xhtml added SEO meta tags 11 years ago
newsletter.da.xhtml added SEO meta tags 11 years ago
newsletter.de.xhtml added SEO meta tags 11 years ago
newsletter.el.xhtml added SEO meta tags 11 years ago
newsletter.en.xhtml added SEO meta tags 11 years ago
newsletter.es.xhtml added SEO meta tags 11 years ago
newsletter.fi.xhtml Bugfixing 11 years ago
newsletter.fr.xhtml added SEO meta tags 11 years ago
newsletter.hr.xhtml added SEO meta tags 11 years ago
newsletter.hu.xhtml added SEO meta tags 11 years ago
newsletter.it.xhtml added SEO meta tags 11 years ago
newsletter.nb.xhtml added SEO meta tags 11 years ago
newsletter.nl.xhtml added SEO meta tags 11 years ago
newsletter.pt.xhtml added SEO meta tags 11 years ago
newsletter.ru.xhtml RU update 11 years ago
newsletter.sources Added line to look for newsletter xml files in generated_xml 15 years ago
newsletter.sq.xhtml adding translation, as part of reviving sq translation for fsfe site 11 years ago
newsletter.sv.xhtml added SEO meta tags 11 years ago
newsletter.xsl - we now use only one step of XSL transformation 11 years ago
xhtml2xml.xsl news rss feed now contains html complete news, not only the first paragraph ('teaser') 13 years ago

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).