2007-09-12: InfoVis:Wiki RSS feeds now working properly!: Difference between revisions

From InfoVis:Wiki
Jump to navigation Jump to search
(New page: As some of you pointed out, we had a problem with the RSS feeds of our Wiki due to a misterious blank line at the beginning of the XML file that caused problems with some RSS readers. Fort...)
 
mNo edit summary
Line 1: Line 1:
As some of you pointed out, we had a problem with the RSS feeds of our Wiki due to a misterious blank line at the beginning of the XML file that caused problems with some RSS readers. Fortunately, we were now able to locate the bug (that was hidden very well) and '''now all RSS feeds work as expected!'''
As some of you pointed out, we had a problem with the RSS feeds of our Wiki due to a misterious blank line at the beginning of the XML file that caused problems with some RSS readers. Fortunately, we were now able to locate the bug (that was hidden very well) and '''now all RSS feeds work as expected!'''


<gnuplot>
  set output 'budgetExample.png'
  set xlabel "Month of 2004"
  set ylabel "Amount [Euro]"
  plot 'src:budgetSample_gpl.txt' using 1:2 title 'planned',\
  'src:budgetSample_gpl.txt' using 1:3 title 'interpolated',\
  'src:budgetSample_gpl.txt' using 1:4 title 'spent'
</gnuplot>


[[Category:News]][[Category:2007/09]]
[[Category:News]][[Category:2007/09]]

Revision as of 10:14, 16 July 2009

As some of you pointed out, we had a problem with the RSS feeds of our Wiki due to a misterious blank line at the beginning of the XML file that caused problems with some RSS readers. Fortunately, we were now able to locate the bug (that was hidden very well) and now all RSS feeds work as expected!

<gnuplot>

  set output 'budgetExample.png'
  set xlabel "Month of 2004"
  set ylabel "Amount [Euro]"
  plot 'src:budgetSample_gpl.txt' using 1:2 title 'planned',\
 'src:budgetSample_gpl.txt' using 1:3 title 'interpolated',\
 'src:budgetSample_gpl.txt' using 1:4 title 'spent' 

</gnuplot>