News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

rss limitations ?

Started by gd_on, January 29, 2019, 10:41:49 AM

Previous topic - Next topic

gd_on

I have subscribed to the rss flux (http://forums.next.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 (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

gd_on

#1
Finally, I have found a solution.
The url to view the rss was : http://forums.next.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.next.codeblocks.org/index.php?action=.xml;type=rss;limit=20
Like that, it displays 20 lines.
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).