Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Added RSS feed for activities #217

Closed
wants to merge 1 commit into from

Conversation

dlazesz
Copy link

@dlazesz dlazesz commented Apr 23, 2014

Activities now can be accessed in RSS feed form after authentication.
(Useful for systems without e-mail.)

For example:
Browser: http://tinyissue.server/index.php/project/(:num)/rss
Wget:

wget --keep-session-cookies --save-cookies cookies.txt --post-data '[email protected]&password=secret' http://tinyissue.server/index.php/login
wget --server-response --spider --keep-session-cookies --load-cookies cookies.txt -p http://tinyissue.server/index.php/project/1/rss

@mikelbring mikelbring closed this May 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants