mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
148d1310a2
Added "RSS: " for the forum feeds. Parse the feedburner:origLink in the rss feed. Moved download functions to a new class CURLWrapper for easy use. Added two new functions (currently only for local feeds for testing): - embed images into the message (works for Qt 4.7 and higher) - save complete web page git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5399 b45a01b8-16f6-495d-af2f-9b41ad6348cc
15 lines
406 B
Plaintext
15 lines
406 B
Plaintext
<RCC>
|
|
<qresource prefix="/" >
|
|
<file>images/FeedReader.png</file>
|
|
<file>images/Root.png</file>
|
|
<file>images/Folder.png</file>
|
|
<file>images/Feed.png</file>
|
|
<file>images/FeedProcessOverlay.png</file>
|
|
<file>images/FeedErrorOverlay.png</file>
|
|
<file>images/FolderAdd.png</file>
|
|
<file>images/FeedAdd.png</file>
|
|
<file>images/Link.png</file>
|
|
<file>images/Update.png</file>
|
|
</qresource>
|
|
</RCC>
|