Display news

The News section in the Home module is used in the standard export as an example. If you have knowledge of RSS feed and XML programming, you can insert links in this area.

Procedure

  1. Open the file <ARIS installation path>/server/bin/work/work_businesspublisher_<s, m or l>/base/webapps/businesspublisher/layouts/default/config/layout.cfg.xml, and enter the URL for your RSS feed in the <news basename="news"> area.

    <news basename="news">

    <!-- TODO synchronize access to feed-xml -->

    <url proto="http"

    location="<Your URL, for example, "http://www.ariscommunity.com/group/aris-bpm-blog/feed/teaser">"

    proxyAddress="<Your proxy address, for example, "hades.company.com">"

    proxyPort="<Your proxy port>"

    refresh="600"/>

    </news>

    Warning

    When performing an update setup all modifications made manually in CFG or XML files will be lost.

  2. Save modified configuration files locally and document your modifications. After an update installation you can easily compare your saved file and copy the modified line into the updated configuration file.

The News area can be customized to meet your requirements. ARIS Customized Solutions will be pleased to help you with the implementation. For example, you can keep a list of links to the models or objects that have been changed or created since a specific date.