The information displayed on the IDE Start Page (GeneXus X version) is obtained from RSS feeds. The RSS feeds consumed are configured in the genexus.exe.config file.
To change this information and consume another RSS, follow the steps below:
1. Open the file with a text editor.
2. Find the text that reads:
<appSettings> <add key="MainRss" value="http://www2.gxtechnical.com/portal/agxpprss.aspx?15,7,224,3,224,E,3"/> <add key="ExtensionsRss" value="http://www.gxopen.com/commwiki/rocha/extensions.xml"/> ... </appSettings>
3. Change the "value" by adding the desired RSS URLs.
|