greasemonkey-fr: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (Reverted edit of LqgRsc, changed back to last version by ChristopheDucamp)
No edit summary
Line 21: Line 21:


== Installation ==
== Installation ==
* installer microfomat-find-gm5: http://inside.glnetworks.de/2006/06/05/microformats-have-arrived-in-firefox-15-greasemonkey-06/. '''Note :''' Ceci fonctionne maintenant avec FireFox 1.5+/GreaseMonkey 0.6.4+ !
* installer microfomat-find-gm5: http://inside.glnetworks.de/2006/06/05/microformats-have-arrived-in-firefox-15-greasemonkey-06/. '''Note :''' Ceci fonctionne maintenant avec FireFox 1.5 /GreaseMonkey 0.6.4 !


== hCard Préconstruite ==
== hCard Préconstruite ==
Line 51: Line 51:
== Billets et Articles ==
== Billets et Articles ==


* Bud Gibson sur [http://thecommunityengine.com/home/archives/2005/07/followup_to_gre.html Follow-up to Greasemonkey & Microformats]
* Bud Gibson sur [http://thecommunityengine.com/home/archives/2005/07/followup_to_gre.html Follow-up to Greasemonkey
* Alf Eaton sur [http://hublog.hubmed.org/archives/001187.html Extracting microcontent (XSLT, GRDDL, RDF)]
* http://microformats.org/discuss/mail/microformats-discuss/2005-October/001112.html
* Phil Windley sur [http://www.windley.com/archives/2005/10/greasemonkey_an.shtml Greasemonkey and Microformats]
* 90% Crud sur [http://george.hotelling.net/90percent/geekery/greasemonkey_and_microformats.php Greasemonkey and Microformats]
* David Janes sur "microformat find": [http://blog.davidjanes.com/mtarchives/2005_08.html#003375 Introduction], [http://blog.davidjanes.com/mtarchives/2005_08.html#003377 xFolk], [http://blog.davidjanes.com/mtarchives/2005_08.html#003376 hCard], [http://blog.davidjanes.com/mtarchives/2005_08.html#003379 hCalendar]
 
== Scripts ==
Quelques scripts échantillons :
;tails:http://blog.codeeg.com/tails-firefox-extension/ (les montre tous, fonctionne avec 1.5)
:http://blog.codeeg.com/tails-firefox-extension-03/ (version plus récente de tails)
;SmartZilla: http://www.stripytshirt.co.uk/features/firefox/smartzilla (exporte les données)
;[[hcard-fr|hCard]]:http://diveintomark.org/projects/greasemonkey/hcard/
:http://inside.glnetworks.de/2006/06/05/microformats-have-arrived-in-firefox-15-greasemonkey-06/ (mis à jour pour FF 1.5/Greasemonkey 0.6.4)
;[[hcalendar-fr|hCalendar]]:http://inside.glnetworks.de/2006/06/05/microformats-have-arrived-in-firefox-15-greasemonkey-06/ (updated for FF 1.5/Greasemonkey 0.6.4)
;[[xfolk-fr|xFolk]]:http://thecommunityengine.com/resources/xfolk-veg-o-matic.user.js
:http://inside.glnetworks.de/2006/06/05/microformats-have-arrived-in-firefox-15-greasemonkey-06/ (updated for FF 1.5/Greasemonkey 0.6.4)
;[[rel-license-fr|RelLicense]]:http://diveintomark.org/projects/greasemonkey/rellicense/
;XFN (Magic Line):http://diveintomark.org/projects/greasemonkey/magicline.user.js
;GRDDL/RDF:http://alf.hubmed.org/microcontentextractor.user.js
;[[adr]] | [[geo]] - GreaseRoute:http://code.highearthorbit.com/greaseroute/index.php
;[[adr]] | [[geo]] -GreaseRouteEmbed:http://code.highearthorbit.com/greaseroute/index.php
 
==Voir aussi==
*[[firefox-extensions-fr|firefox-exensions]] - d'autres outils pour personnaliser Firefox.

Revision as of 08:23, 9 July 2007

A propos de GreaseMonkey

Greasemonkey est outil puissant pour personnaliser Firefox.

Turnabout est un outil pour IE6 avec le même objectif. Son API est complètement compatible avec Greasemonkey, autorisant les scripts utilisateurs internavigateurs.

Opera peut aussi faire tourner les scripts Greasemonkey en utilisant le support intégré pour les user javascripts.

Alors qu'il n'y a pas moyens d'étendre directement Safari, Safari Guide vous permettra de faire tourner des JavaScripts (même si ce ne sont pas des scripts GreaseMonkey) sur la page d'accueil dans Safari.

Cette page assemble des moyens de l'utiliser avec les microformats.

Démarrage

Obtenir Greasemonkey

Développer avec Greasemonkey

Démo

Installation

hCard Préconstruite

  • allez sur la vCard de Neil Dunn : http://www.ndunn.com/2005/10/7/hCard (lien mort)
  • cherchez l'icône [hCard] et cliquez dessus
  • cliquez sur "Add to Address Book"
    • notez la magie des données : data:text/x-vcard;base64;charset=utf-8,QkVHSU46dkNhcmQKTjpEdWNhbXA7Q2hyaXN0b3BoZTs7OwpGTjpDaHJpc3RvcGhlIEcuIER1Y2FtcCAKT1JHOkJhckNhbXBCYW5rIFBpbmtvTWFya2V0aW5nCkFEUjtUWVBFPUhPTUU6O1N1aXRlIHh4OzEwMyBydWUgU2FpbnQgRGVuaXM7UGFyaXM7Ozc1MDAxO0ZyYW5jZQpURUw7VFlQRT1IT01FOm1vYmlsZSArMzM2IDAzIDk2IDA0IDkyIApVUkw6aHR0cDovL2NsYWltaWQuY29tL3h0b2YKRU1BSUw7VFlQRT1JTlRFUk5FVDpodHRwOi8veHJpLm5ldC89eHRvZgpFTkQ6dkNhcmQ=

hCard dynamique

  • allez sur http://we05.com/presenters.cfm (lien mort)
  • sélectionnez n'importe quel présentateur
  • cherchez l'icône [hCard] et cliquez dessus
  • cliquez sur "Show as Text"

hCard Mapping

xFolk demo

Ressources

Billets et Articles