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: 8 months 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-07T11:08:24.000Z (over 13 years ago)
- Last Synced: 2025-03-23T13:51:04.512Z (about 1 year ago)
- Language: PHP
- Size: 176 KB
- Stars: 0
- Watchers: 2
- 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.