r pushed to main at r/lumbung.space 2022-03-03 06:19:41 +00:00
0d6182dd36 tweak thumbnail generation for higher quality ruangrupa/lumbung.space#39
r merged pull request r/konfluks#1 2022-03-03 05:54:53 +00:00
feed: compile regex once
r pushed to master at r/konfluks 2022-03-03 05:54:53 +00:00
e0fd2c40a6 Merge pull request 'feed: compile regex once' (#1) from knoflook/lumbunglib:master into master
b147d46535 feed: compile regex once
Compare 2 commits »
r opened issue ruangrupa/lumbung.space#39 2022-03-03 05:43:06 +00:00
Image quality very low
r commented on issue ruangrupa/lumbung.space#4 2022-02-18 20:34:17 +00:00
Showing current and ongoing livestreams

Ok, I've done some more research in to this and it looks good & fairly easy to do.

The current backend & front-end already pick up livestreams and display them on the page.

To get this working…

r commented on issue ruangrupa/lumbung.space#34 2022-02-17 17:08:29 +00:00
Different colour cards for different hashtags (per working group)

One idea is to add the name of the hashtag to the CSS class of the card: e.g. add a loop like…

r commented on pull request ruangrupa/konfluks#26 2022-02-17 17:02:40 +00:00
Support OPDS feeds, sanitize yaml frontmatter & relicense to AGPL

I introduced a merge conflict while doing a hotfix on feed.py to escape ". I see you've done the same thing but 10 times better. I'll take a look at that PR tomorrow and fix it!

Yes I saw…

r commented on issue ruangrupa/lumbung.space#35 2022-02-16 15:02:19 +00:00
Make card for books.lumbung.space

ruangrupa/lumbunglib#26 This should help to pull the data in!

r commented on issue ruangrupa/lumbung.space#36 2022-02-16 15:00:10 +00:00
pen & shouts should have different colours

@aadil does this work for you? ^

r created pull request ruangrupa/lumbung.space#38 2022-02-16 14:59:29 +00:00
add feed origin to card class for custom styling #36
r pushed to main at r/lumbung.space 2022-02-16 14:48:50 +00:00
340c685640 add feed origin to card class for custom styling #36
r created repository r/lumbung.space 2022-02-16 14:25:12 +00:00
r created pull request ruangrupa/konfluks#26 2022-02-16 14:01:43 +00:00
WIP: Support OPDS feeds, sanitize yaml frontmatter & relicense to AGPL
r pushed to master at r/konfluks 2022-02-16 13:16:49 +00:00
41690c0a89 add agplv3 license
1f1bb7874e feed: support the parsing of OPDS type feeds
9d9c87809d add method to escape " from YAML frontmatter ruangrupa/lumbung.space#33
Compare 3 commits »
r commented on issue ruangrupa/lumbung.space#35 2022-02-16 09:25:01 +00:00
Make card for books.lumbung.space

Perhaps the author field should not be included at all if it means that multiple authors are ignored by the OPDS feed?

No, I think the author of a publication is very relevant information so…

r created repository r/konfluks 2022-02-16 08:45:24 +00:00
r commented on issue ruangrupa/lumbung.space#33 2022-02-15 12:08:41 +00:00
social: failed to unmarshal YAML: yaml: line 2: did not find expected key

Ok, then it is quite clear what happened. This can potentially happen on any of the subscripts btw.

Probably should use the dump method of: https://pyyaml.org/wiki/PyYAMLDocumentation rather than…

r commented on issue ruangrupa/lumbung.space#35 2022-02-15 10:21:05 +00:00
Make card for books.lumbung.space

Hi Simon, thanks for the sketch!

I actually disagree with your assesment of what can be expected. If you look at what is already on books.lumbung.space you see that descriptions are often provided…

r commented on issue ruangrupa/lumbung.space#35 2022-02-11 17:42:04 +00:00
Make card for books.lumbung.space
{'title': 'TAGLINE FOR ARTISTIC SOCIETY',
 ' 'updated': '2021-12-09T06:55:05+00:00',
 'authors': [{'name': 'Reinaart Van Hoe'}],
 'tags': [{'term': 'creative commons',
   'scheme':…