Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niklasf/studip-rss
Load files from StudIP and make them available as an RSS feed.
https://github.com/niklasf/studip-rss
Last synced: about 1 month ago
JSON representation
Load files from StudIP and make them available as an RSS feed.
- Host: GitHub
- URL: https://github.com/niklasf/studip-rss
- Owner: niklasf
- License: gpl-3.0
- Created: 2012-11-06T13:40:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-07T11:08:24.000Z (about 12 years ago)
- Last Synced: 2024-05-01T18:58:06.349Z (7 months ago)
- Language: PHP
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
studip-rss: Fetch files from StudIP
===================================Setup
-----1. Point a webserver to the project root.
2. Make sure the webserver user can create files in the ``files`` folder. Make sure it can write or create ``feed.xml`` in the project root.
3. Copy ``config.default.php`` to ``config.php`` and adjust the settings.
4. For example ``http://localhost/studip-rss/feed.php`` is now the RSS feed.