Rechercher
Inscription
Connexion
 |
Auteur |
 |
a7 "O_o"


Inscrit le: 01 Jan 1970 Messages: 905

|
Posté le : Jeu Sep 22, 2005 17:38 Sujet:
[RSSNews] Lecteur de flux RSS
|
|
|
Auteur : Corsario
Version : 0.0.3.16, Beta : 0.0.3.17 bêta3
Traduction : Complète
Site officiel : http://www.volumna.com.br/pessoal/angelo/
Forum (en) : RSSNews plugin bug reports
Téléchargement : addons.miranda
Dernière version : site de l'auteur - Attention - bêta incluse
Tuto : -
Version stable : Ansi
Beta : http://w13.easy-share.com/1243546.html
Plugins associés : RSSNews_Popup, RSSNews_OnlyHistory
Entrée : Plugins > RSSNews
 Image redimensionée
 Image redimensionée
Version 0.0.3.17 Bêta 3
==========
- Dorénavent RSSNews requière Miranda-IM 0.7.0.0 ou plus récent.
- Les messages sont stockés en UTF-8.
- Proper handling of HTTP responses when server is busy (Retry-After HTTP header, HTTP responses 500 and 503, RFC 2616).
- Correctly decompress data even when IIS sends corrupted data.
- suppression de l''option "Éléments maximums affichés".
- Parsing of some new HTML entities.
- RSS/Atom version is now stored in MirVer database setting. This information is updated only when viewing user details.
- Compiled using speed optimization instead of size optimization.
Version 0.0.3.16
==========
- Avatar's path configuration via Custom Profile Folders plugin.
- Better handling of wiki feeds using <wiki:version> as item's id.
- Support for Atom feed's logo.
- Fix: the suggested name when auto discovering a feed is now converted to the proper codepage.
- Minor fixes and improvements.
Version 0.0.3.15
==========
- Fix for link tags using ' instead of " in (non-standard) atom feeds.
- Remove javascript comments from text.
- Popup up a window asking for username/password when checking a feed which requires authentication.
- Detect feed which does not have new items for a long period of time (one month).
- Search for zlib.dll and zlib1.dll.
- Handle feed:// links via File Association Manager plugin (option is disabled by default).
- New strings for translation.
- Minor fixes and improvements.
Total downloads : 23'021
Version 0.0.3.14
==========
- Minor fixes and improvements.
Total downloads : 35'555
Version 0.0.3.13
==========
- Minor fixes and improvements.
Total downloads : 19'929
Version 0.0.3.12
==========
- Fix: made zlib calls thread safe.
- Bug fixes.
Version 0.0.3.11
==========
- Proper behaviour to HTTP response 301 (Permanent redirect: must follow, should check new location thereafter).
- Implemented redirection with <redirect> and <newLocation> XML tags.
- Implemented redirection to relative URIs.
Version 0.0.3.10
==========
- BackSlash support added. Now you will be able to retrieve news from BackSlash feeds.
- Fixed a bug which displayed some read events on first checking after plugin loading. (finally! Very hard to reproduce, easy to fix)
- Auto Discovery will suggest a name for the feed when appropriate.
- Remove <script> tags when parsing HTML.
- Remove some non-standard tags when parsing HTML (<BLINK>, <MARQUEE>, <NOBR>, <WBR>).
- Some bbCode improvements ([s], [quote]).
- Minor fix when removing the last feed Id in Options.
- Added support for AutoReplacer plugin.
- Minor fixes.
- FAQ update.
Version 0.0.3.9
==========
- Minor fix in HTML parsing.
- Minor fix in HTML Entity parsing (").
- Correctly remove tags like <tag>.
- Remove <iframe> tags when parsing HTML.
- Remove <embed> tags when parsing HTML.
- Remove <object> tags when parsing HTML.
- Remove <param> tags when parsing HTML.
- Change contact status to offline when HTTP response is 403/410.
- Minor fixes.
Version 0.0.3.8
==========
- Compatibility with unicode messaging plugins.
Version 0.0.3.7
==========
- All OPML files created by Export feature are now UTF-8 encoded.
- Now Import feature supports encoded OPML files.
- Fix: a ISO 8859-1 character entity was not replaced (õ).
- Optimizations.
- Small fixes and improvements.
Version 0.0.3.6
==========
- New minimum requirement: Miranda IM 0.4.0.0 or above.
- New main menu item to add new feeds.
- Fix: possible memory access violation in autodiscovery feature.
- Fix: possible memory access violation when building headers for SSL connection.
- Fix: small memory leak in OPML parsing.
- Fix: NULLify timers to avoid double KillTimer() calls.
- Small fixes and optimizations when parsing ISO-10646 entities.
- Some functions are more robust now, trying to avoid (very very very rare) crashes when reading bad xml files (paranoia).
- Using #<enclosure># in formatting string will replace it with the address to download the attachment.
- Improvements in relative URIs and base/location detection.
- Improvements in proxy support when connecting via SSL.
- Small improvements in XML parsing.
- Minor optimizations.
- Minor improvements in user interface.
- Translation: "E&xport..." string was missing in translation template.
- Translation: new strings and some changes.
Version 0.0.3.5
==========
- Standard compliance: Obey the feed's rules to poll the server (ttl tag, RSS 2.0 Specification). It means that RSSNews will override the interval that you have configured in Options and it will use the interval suggested by the feed, when available.
- Use conditional HTTP GET to check for new items, saving a lot of bandwidth (Last-Modified and If-Modified-Since HTTP headers, HTTP response 304, RFC 2616).
- More conditional HTTP GET to save a lot of bandwidth (ETag and If-None-Match HTTP headers, HTTP responses 304 and 407, RFC 2616).
- Still more conditional HTTP GET to save a lot of bandwidth (A-IM HTTP header, HTTP responses 226 and 304, RFC 3229). Now RSSNews will try to download from server only the modified/updated items instead of downloading the entire feed with all items.
- Gzip/deflate support via zlib1.dll. (Accept-Encoding and Content-Encoding HTTP headers, RFC 2616). If RSSNews find zlib1.dll, it will try to download from server compressed data instead of plain text, saving a lot of bandwidth. You will need zlib library version 1.2.1 or above. Download at http://www.gzip.org/zlib/ . Put the zlib1.dll file in one of those places: Miranda's main folder, plugin's folder, any folder in %PATH% system variable. Download the file only if you want gzip/deflate compression support.
- Proper behaviour to HTTP response 410. (The URI is no longer available at the server and no forwarding address is known. This condition is expected to be considered permanent. Should the feed be deleted? Ask the user.)
- Proper behaviour to HTTP response 403. (Response: Forbidden. Authorization will not help and the request should not be repeated. Should the feed be deleted? Ask the user.)
- Fix: space for netlib headers was too small, could cause crashes.
- Fix when broadcasting ACKRESULT_SUCCESS for avatars.
- New variable #cname# (contact list name) for formatting string.
- Implemented PSS_GETINFO (About, Homepage, Language, email, etc.).
- Updated to latest avatar's API (new PA_FORMAT_*).
- Better integration with Ignore module.
- Minor improvements in HTML parsing.
- Minor fixes and improvements in importing and exporting window.
- Minor UI improvements (set maximum amount of input text, etc.).
- Optimization: Use MS_DB_CONTACT_GETSETTINGSTATIC instead of MS_DB_CONTACT_GETSETTING when it is advantageous.
- Updates in documentation.
- Fix: Translate the right-click menu in options's page.
- Translation: new strings.
- Minor general fixes and improvements.
Version 0.0.3.4
==========
- Auto discovery for feeds.
- Option to import/export feed's address from/to OPML files.
- Main menu item to check all feeds.
- Fix: The requested resource resides temporarily under a different URI. (HTTP response 301, 302, 303, 307)
- Fix default encoding for normal XML and XML served over HTTP (RFC 3023) (not finished yet).
- Relative URIs and base/location detection correctly implemented (not finished yet).
- User interface for username/password.
- Menu for right click in feed's list.
- Minor fixes and improvements.
- Some improvements in documentation.
- Translation: new strings.
Version 0.0.3.3
==========
- Atom support added.
- SSL support.
- HTML Basic authentication support.
- New option to configure how news will be stored into database (using formatting strings).
- Avatar support (feed's main image, when avaliable) (Miranda IM 0.3.4 alpha required).
- Try to retrieve news on double click.
- Remove/replace almost all HTML tags.
- Remove/replace all HTML entities.
- Parse CDATA entity correctly.
- Smarter "unread news checker".
- Minor fixes.
- Translation: new strings.
Version 0.0.3.2
==========
- Change in settings: No more server/path/port setting. RSSNews will ask for full URL when adding a new feed.
- When global status is changed to online, do not try to retrieve news if rss protocol is online already.
- Use checkboxes to enable/disable feeds in options.
- Do not display contact menu item when offline.
- Better support for rss 2.0.
- Use <title> and <link> to check read/unread news.
- Minor changes.
Version 0.0.3.1
==========
- Threads for checking feeds have priority 1 point below normal.
- Convert the most-used html entities to the correspondent char.
- Corrections on xml parsing.
- Options' font wasn't correct.
- "No Warranty" disclaimer in readme.txt.
- Minor fixes.
* Some (rare) sites return "Bad request" when RSSNews is trying to retrieve feeds. This behaviour is confirmed in a computer connected into a LAN without a proxy server. I hope it will be fixed soon.
Version 0.0.3.0
==========
- Finished the last step of removing all kind of visualization from RSSNews. No more popups and own message dialog. Now messages will be displayed by your messaging plugin (SRMM, nConvers, SRMM_Mod, SRAMM, etc.) by default, but it can be changed: now anyone can easily make a plugin to show news in popups, in contact list using multiwindow plugin, etc. If you are insterested in making such plugins and don't know where to begin, make your questions in Plugin Development Forum in Miranda's website. If you don't like the changes, stay with your old version.
- Better proxy support.
- Improved support for japanese/chinese charsets and ISO-10646.
- Safer xml parsing.
- Some bug fixes.
- Translators: lots of strings added/removed.
Version 0.0.2.1
==========
- Option to show only unread news.
- Safer xml parsing.
- Better support for &# xxx; chars.
Version 0.0.2.0
==========
- Almost everything redone.
Version 0.0.1.2a
==========
- Minor fix.
Version 0.0.1.2
==========
- New feature: do not store news in database (you can configure it individually for each feed).
- New feature: configure notification through popup/contactlist individually for each feed.
- New feature: proxy support (SOCKS4/SOCKS5/HTTP/HTTPS).
- A lot of optimizations, better resource usage.
- Bug fixes.
- Translators: new strings.
*** Proxy support is not tested very well. If you find errors, please send me a detailed bug report.
Version 0.0.1.1
==========
- New option: Enable/disable a feed on the options page.
- New option: Save the windows size and location individually for each feed.
- New left/right click option: Open history.
- Translators: new strings.
Version 0.0.1.0
==========
- Now history shows news title, link and description.
- Support to & < %20 %40 and others dull characters improved.
- Added option to disable all warning, help and error messages.
- Bug fixes.
- Readme in german (by norial).
- Base Address: 0x11090000.
- Translators: some changes.
- A LOT of changes, too much to put here.
Version 0.0.0.3a
==========
- Added 'Read next' button.
- More bug fixes.
- UI improvements.
- Translators: new strings.
Version 0.0.0.2a
==========
- More bug fixes.
Version 0.0.0.2
==========
- Some bug fixes.
- Better RSS 1.0 support.
- Translators: new string.
Version 0.0.0.1
==========
- First release.
Remis en forme par Jerry4dijon
|
|
Dernière édition par a7 le Ven Jan 27, 2006 0:27 (édité 1 fois) |
|
|
| |
 |
Auteur |
 |
pirlouy Déchireur de post


Inscrit le: 15 Juin 2005 Messages: 860
|
Posté le : Jeu Sep 22, 2005 17:51 Sujet:
(Pas de sujet)
|
|
|
Quelques petites précisions.
Tout d'abord, le site de l'auteur:
http://angelo-t.sites.uol.com.br/miranda/
Sur ce site, on peut trouver 2 plugins qui modifient le comportement de RssNews:
-RSSNews_Popup: Les nouvelles arrivent sous forme de popup. Moi j'utilise ce mode. Je règle les popup pour qu'elles ne disparaissent qu'une fois que j'ai cliqué gauche ou droit dessus (gauche: ouvre la page internet en question; droite: enlève la popup sans ouvrir de pages internet)
-RSSNews_OnlyHistory: si on veut uniquement les voir dans l'historique, c'est à dire qu'on n'est pas averti en temps réel, mais les news sont quand même inscrites quelque part (pour y accéder, clique droit sur le "contact", en fait le flux rss, et "Historique"). Même si il semble avoir un intérêt réduit, certaines personnes peuvent apprécier ce mode.
Voilou.
|
|
|
|
|
|
| |
 |
Auteur |
 |
tweety Modérateur


Inscrit le: 28 Juin 2005 Messages: 1477 Localisation: Liège, Belgique

|
Posté le : Jeu Fév 09, 2006 10:52 Sujet:
(Pas de sujet)
|
|
|
Miracle mise à jour du plugin
|
|
_________________
 |
|
|
| |
 |
Auteur |
 |
pirlouy Déchireur de post


Inscrit le: 15 Juin 2005 Messages: 860
|
Posté le : Jeu Fév 09, 2006 19:15 Sujet:
(Pas de sujet)
|
|
|
Oui j'ai été plus que surpris aussi !
Mais c'est trop tard maitenant, je l'ai laissé et n'y reviendrait certainement plus jamais......ENfin je dis ça, et au fond de moi, je sais que je vais le reprendre...
|
|
|
|
|
|
| |
 |
Auteur |
 |
capitaine_choc p'tit nouveau

Inscrit le: 22 Mar 2006 Messages: 16 Localisation: Vilnius
|
Posté le : Sam Mar 25, 2006 18:16 Sujet:
(Pas de sujet)
|
|
|
Bonjour.
J'ai deux questions sur RSSNews_Popup:
1- Quand je lance miranada, le "réseau" rss_news n'est pas automatiquement activé, comment changer cela?
2- les caractères spéciaux français du flux lemonde.fr ne passent pas, comment régler le problème?
Merci!
|
|
|
|
|
|
| |
 |
Auteur |
 |
Jerry4dijon Modérateur


Inscrit le: 22 Fév 2006 Messages: 499

|
Posté le : Sam Mar 25, 2006 19:01 Sujet:
(Pas de sujet)
|
|
|
Pour ta première question :
Il suffit d'aller dans les Options > Etat > Profils d'état.
Tu n'as plus qu'à sélectionner ton protocole (ici RSS News Popup) et son état (En ligne) et voila.
|
|
|
|
|
|
| |
 |
Auteur |
 |
capitaine_choc p'tit nouveau

Inscrit le: 22 Mar 2006 Messages: 16 Localisation: Vilnius
|
Posté le : Sam Mar 25, 2006 19:09 Sujet:
(Pas de sujet)
|
|
|
|
ok, merci!
|
|
|
|
|
|
| |
 |
Auteur |
 |
Jinroh p'tit nouveau

Inscrit le: 19 Mai 2006 Messages: 7
|
Posté le : Ven Mai 19, 2006 21:45 Sujet:
(Pas de sujet)
|
|
|
Bonjour à tous,
Je suis en train de passer doucement à Miranda et j'aimerais bien utiliser son lecteur de flux RSS.
Quand vous parlez d'avoir abandonné ce plugin, c'est pour être passé à quoi ?
D'après ce que j'ai compris sous Miranda, tout fonctionne dans des conteneurs.
Le problème est que les flux RSS comme cela ne sont pas vraiment lisible.
Pour les news du Monde par exemple, j'aimerais bien avoir la première ligne (Le monde - date - titre) avec un fond legerement gris, eprmettant de le démarquer, avec le titre en gras.
Ensuite avoir juste 1 lien vers l'article (je n'ai pas besoin de voir l'adresse)
Et le texte de résumé dessous (déjà présent) avec un petit saut de ligne avant la news suivante.
Si cela est faisable, j'aimerais bien savoir coment ?
Merci pour votre aide.
|
|
|
|
|
|
| |
 |
Auteur |
 |
herbert p'tit nouveau


Inscrit le: 05 Mai 2006 Messages: 6
|
Posté le : Sam Mai 20, 2006 11:46 Sujet:
(Pas de sujet)
|
|
|
|
Si tu te réfères au popup de mtooltip ou tipper leur visualisation peut être réglée dans le menu des options. Tu peux insérer même différentes variables (je te conseille de voir le tutoriau de mtooltip dans le sez. Tutoriaux). Personnellement j'aurais voulu voir les dernières 10 news mais je ne sais malheuresement pas créer ce type de variable. En effet le commande "last message" permet de voir seulement le dernier message qui ne correspond pas à la dernière news. J'espère t'avoir été utile, salut ^^
|
|
|
|
|
|
| |
 |
Auteur |
 |
Jinroh p'tit nouveau

Inscrit le: 19 Mai 2006 Messages: 7
|
Posté le : Sam Mai 20, 2006 12:19 Sujet:
(Pas de sujet)
|
|
|
J'ai vu pour l'option avec les popups qui est pratique c'est vrai, quoique cette option que tu cherches également pour les dernières news serrait interessante.
Mais en fait ce que je voulais c'était configurer vraiment la fenetre d'affichage des messages, celle que l'on obtient en cliquant 2 fois sur le flux dans la liste des contacts.
Merci
|
|
|
|
|
|
| |
 |
Auteur |
 |
tweety Modérateur


Inscrit le: 28 Juin 2005 Messages: 1477 Localisation: Liège, Belgique

|
Posté le : Dim Mai 21, 2006 12:59 Sujet:
(Pas de sujet)
|
|
|
|
que veux tu dire par configure la fenêtre de message ?
|
|
|
|
|
|
| |
 |
Auteur |
 |
Jinroh p'tit nouveau

Inscrit le: 19 Mai 2006 Messages: 7
|
Posté le : Dim Mai 21, 2006 13:02 Sujet:
(Pas de sujet)
|
|
|
Pour gérer la mise en page de la fenetre qui m'afiche les news.
Pour la customiser complétement.
|
|
|
|
|
|
| |
 |
Auteur |
 |
tweety Modérateur


Inscrit le: 28 Juin 2005 Messages: 1477 Localisation: Liège, Belgique

|
Posté le : Lun Mai 22, 2006 9:24 Sujet:
(Pas de sujet)
|
|
|
je comprends pas trop ce que tu veux, utilises tu IEView ?
Que veux tu customizer ?
|
|
|
|
|
|
| |
 |
Auteur |
 |
Jinroh p'tit nouveau

Inscrit le: 19 Mai 2006 Messages: 7
|
Posté le : Lun Mai 22, 2006 13:05 Sujet:
(Pas de sujet)
|
|
|
Ma version de Miranda est celle téléchargée sur ce site.
Pour les flux RSS, lorsque tu clic sur le "contact" dans la liste tu as un conteneur avec à l'interieur tout les messages reçu du flux.
Pour le moment ça se présente de la manière suivante :
19:28: La polémique sur la privatisation des HLM est relancée
http://www.lemonde.fr/web/article/0,1-0@2-3226,36-774063,0.html?xtor=RSS-3208
Les représentants des SA HLM se sont réunis, jeudi 18 mai à Paris, en Assemblée générale. Le rôle du Medef, qui cogère le "1% logement" avec les syndicats de salariés, a été dénoncé à la suite de l'éviction de directeurs de SA.
19:28: Le départ des troupes étrangères au c?ur du programme du gouvernement irakien
http://www.lemonde.fr/web/article/0,1-0@2-3218,36-774011,0.html?xtor=RSS-3208
Le gouvernement dirigé par Nouri Al-Maliki a été investi par le Parlement irakien, samedi 20 mai. Le premier ministre a presenté ses deux priorités : la sécurité et le retrait de la force multinationale.
ce qui n'est aps très lisible.
Ce que j'aimerais c'est quelque chose de plus aéré dans le genre :
19:28: La polémique sur la privatisation des HLM est relancée <== en gras sur fond gris.
http://www.lemonde.fr/web/article/0,1-0@2-3226,36-774063,0.html?xtor=RSS-3208 <== un simple lien, pas besoin de voir l'adresse.
Les représentants des SA HLM ..... <== avec un alinéa, un saut de ligne en dessous..
En gros quelque chose de plus lisible.
Merci
|
|
|
|
|
|
| |
 |
Auteur |
 |
|