Skip to content

release 3.6.0

Mark Overmeer edited this page Apr 4, 2019 · 3 revisions

This page lists features and changes which will probably make it into release 3.6.0, which is expected before April 2019.

Small improvements

Known issues

  • XML feeds (sources using parser 'xml') will produce all items again: you will see old items arrive again. This is caused by a bugfix which slightly modifies the text which gets check-summed.
  • scaling parameters to publication template parameters processed in chars, not pixels.

private website plugin

The Website plugin can be used to implement your own step after advisory publication, which may be used to put advisories on your website... but may be used to implement other distributions.

Configure the plugin in ~taranis/etc/taranis.conf.xml like this:

  <publish_website>
     <implementation>Taranis::Website::XXX</implementation>
     <configuration>var/website/XXX.xml</configuration>
  </publish_website>
Then you leave the implementation field empty, then publishing to the website is disabled. It will not be visible in the web-interface.

Clone this wiki locally