Author Topic: rss limitations ?  (Read 3076 times)

Offline gd_on

  • Lives here!
  • ****
  • Posts: 796
rss limitations ?
« on: January 29, 2019, 10:41:49 am »
I have subscribed to the rss flux (http://forums.codeblocks.org/index.php?action=.xml;type=rss).
I use the livemarks extension in Firefox on Windows. Though I configured it for C::B flux to 20 items, I can only visualize a maximum of 5 items (the 5 more recent ones). For other rss flux I use, I have not this limitation.
Apparently this happens since a few weeks.
Have you limited the number of items ? If the answer is yes, could you make this limit higher (20 or 25 if possible)

gd_on
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline gd_on

  • Lives here!
  • ****
  • Posts: 796
Re: rss limitations ?
« Reply #1 on: January 31, 2019, 06:42:29 pm »
Finally, I have found a solution.
The url to view the rss was : http://forums.codeblocks.org/index.php?action=.xml;type=rss
Normally the number of items is driven by the livemarks extension in Firefox. You can choose the number you want, but as I said previously, I see a maximum of 5 items, even if I ask 20 !
I modified the url by adding limit=20 : http://forums.codeblocks.org/index.php?action=.xml;type=rss;limit=20
Like that, it displays 20 lines.
« Last Edit: January 31, 2019, 06:44:38 pm by gd_on »
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).