selfoss icon indicating copy to clipboard operation
selfoss copied to clipboard

Alternative web interface

Open MatthK opened this issue 3 years ago • 2 comments

As I don't like the normal list like interfaces of most RSS feeders, I have tried to create myself a personal newspaper. Thanks to this awesome software here, I have created an optional add-on.

The code is certainly not as nice as this one here, but it somehow does work, so, it's good enough for me.

Feel free to have a look and give it a try.

https://github.com/MatthK/Selfoss-Webfront

MatthK avatar Sep 30 '20 16:09 MatthK

This functionnality could be integrated into selfoss but needs some work because you provide a new implementation of database access bypassing what's already available in selfoss (see src/daos). If you want that integrated, you should create a new controller in src/controllers. Another option would be to do all this client side in js using selfoss's API, but this is further away from your implementation and thus much more work.

niol avatar Oct 01 '20 16:10 niol

I can have a look at that, although this was my first php project. When I look at the src/daos or src/controllers I'm not quite sure how these classes and functions work. I guess I will first have to learn much more about php before I can get to the integration.

I was planning to create a docker with both selfoss and my webfront for an easier installation first.

MatthK avatar Oct 02 '20 01:10 MatthK