Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.
/ almafoss Public archive

🚧 🏗 👷‍♀️ selfoss client concept written in Elm

License

Notifications You must be signed in to change notification settings

fossar/almafoss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

álmafoss

This is an alternative front end for selfoss rss reader written in Elm.

Installation

  1. Extract the archive to public directory of web server of your choice.

Set-up

  1. Update host field in the index.html to match your selfoss installation.

  2. If the selfoss installation is on different host, enable remote access to selfoss by adding following lines to selfoss’s .htaccess file.

Header set "Access-Control-Allow-Origin" "https://almafoss-host.example.org"
Header set "Access-Control-Allow-Headers" "Content-Type"
Header set "Access-Control-Allow-Methods" "GET, POST, DELETE"

Development

Install Elm Platform, elm-github-install and elm-live. Set-up almafoss as described above. Then you can issue make watch to start a testing server.

About

🚧 🏗 👷‍♀️ selfoss client concept written in Elm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published