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 157e24f234 Adding link to PRess pictures
svn path=/trunk/; revision=22835
11 years ago
..
2001 Ticket #97. 12 years ago
2002 Ticket #97. 12 years ago
2003
2004 updated 15 years ago
2005 Initial Spanish translation 18 years ago
2006 Bacula PR (Catalan) 17 years ago
2007 Committing in . Modified Files: news-20071220-01.el.xhtml 13 years ago
2008 fellowship tag - last thaks got :) 12 years ago
2009 updated translations 12 years ago
2010 fellowship tag 12 years ago
2011 removed legal news from front-page: they don't belong there, as they're not FSFE press releases 11 years ago
2012 Adding link to PRess pictures 11 years ago
generated_xml Deleting .cvsignore files 14 years ago
nl typos & link correction 11 years ago
.symlinks Added back an article hat has a lot of external links. 17 years ago
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.en.xhtml added footer 12 years ago
legal-news.sources legal news page, first draft 12 years ago
legal-news.xsl legal news page, first draft 12 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 changed FSF Europe to FSFE where appropriate 12 years ago
news.ru.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 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 changed FSF Europe to FSFE where appropriate 12 years ago
news.sv.xhtml changed FSF Europe to FSFE where appropriate 12 years ago
news.xsl Attempt to fix news listing without newsletters. 17 years ago
newsletter.ca.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
newsletter.cs.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
newsletter.da.xhtml Updated 12 years ago
newsletter.de.xhtml Updated DE newsletter page 12 years ago
newsletter.el.xhtml translation updates 12 years ago
newsletter.en.xhtml hmm, didn't work either. It was too easy to be true... giving up for today. 12 years ago
newsletter.es.xhtml Those files are not outdated 13 years ago
newsletter.fi.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
newsletter.fr.xhtml updated translation 12 years ago
newsletter.hr.xhtml Update of Croatian translation of Events, News, and Newsletter pages 13 years ago
newsletter.hu.xhtml changed FSF Europe to FSFE where appropriate 12 years ago
newsletter.it.xhtml Those files are not outdated 13 years ago
newsletter.nb.xhtml changed FSF Europe to FSFE where appropriate 12 years ago
newsletter.nl.xhtml merged all updated data from trunk into design, at revision 18962. build works on my machine 13 years ago
newsletter.pt.xhtml Those files are not outdated 13 years ago
newsletter.ru.xhtml Those files are not outdated 13 years ago
newsletter.sources Added line to look for newsletter xml files in generated_xml 15 years ago
newsletter.sv.xhtml changed FSF Europe to FSFE where appropriate 12 years ago
newsletter.xsl made newsletter subscription, adapted index, added it on mews/newsletter 13 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).