Talk:Planet

From Nottinghack Wiki
Jump to navigation Jump to search

Infobox

Could add software infobox and screenshot. Jon (talk) 09:21, 11 January 2020 (UTC)

Issue with feed filling up from one source

Planet feed can fill up with posts from one member. Potential solutions:

1) Have maximum (2) total number of posts by any one source

2) Have maximum (2) number of consecutive posts by any one source


Software

The software is very old, a slightly updated but still old compatible fork is Venus (python). It has the option to set

cache_keep_entries which might have the desired effect of limiting max tot posts if set to 2? http://intertwingly.net/code/venus/docs/config.html

Moonmoon (php) is relatively new, but it uses a completely different setup, and may not have options to configure in the desired way. https://moonmoon.org

On github

Issue logged at https://github.com/NottingHack/website/issues/46

Jon (talk) 13:08, 11 January 2020 (UTC)