Citation-fr
De Mi caja de notas
Révision datée du 27 avril 2018 à 05:09 par Xtof (discussion | contributions) (Page créée avec « ''Cette page a démarré sur iwc:citation'' {{stub-fr}} Une '''<dfn>citation</dfn>''' est une référence à quelque chose de dit ou d'écrit, généralement un trava... »)
Cette page a démarré sur iwc:citation
Cet article est une débauche. Vous pouvez m’aider à l'améliorer.
Une citation est une référence à quelque chose de dit ou d'écrit, généralement un travail publié, de nos jours souvent sur le web.
Publier une citation de contenu discuté dans un article, ou ceci sous forme de réponse est en réponse à, sont aussi des moyens de donner du crédit explicite et de façon transparente aux sources.
Balisage
Au moment de publier des références vers des travaux publiés sur le web, utilisez le microformat h-cite pour baliser le nom du travail, 'URL, author (avec h-card embarquée name, photo, et URL ), when published, publisher (si besoin), when retrieved (facultatif).
Usages IndieWeb
There are several specific indieweb uses of citations.
- contexte-de-réponse - a reply-context contains a citation for the original post that the reply is in-reply-to.
- comments-display - indieweb comments that have been syndicated from their original reply URLs into a "Comments" section on an original post are all references to original material, and thus are also citations.
- post footer sections - external references in footer sections (i.e. in addition to the abovementioned comments display section) are almost always also citations.
Interface Utilisateur
entrée de texte
A site can provide text inputs with a citation URL (and/or full citation markup) pre-filled in for the reader to copy / paste. IndieWeb Examples:
- Modèle:Tantek provides text inputs to copy the permalink and citation markup, e.g. bottom of http://tantek.com/2014/120/b1/markup-people-focused-mobile-communication
- Kartik provides text inputs to copy permalinks on articles, e.g. bottom of https://kartikprabhu.com/article/indieweb-love-blog
- ...
Exemples de silos :
- Trello' share and more UI has a text inputs to copy a permashortlink of the card, or blockquote markup to embed the card.
- ...
ajouter à la copie de sélection de texte
Using javascript it appears possible to append a citation URL to the end of any text that a reader selects and uses the "copy" operation on.
Possible source of script to do this:
- http://www.wpbeginner.com/wp-tutorials/how-to-add-a-read-more-link-to-copied-text-in-wordpress/
- http://www.jitbit.com/alexblog/230-javascript-injecting-extra-info-to-copy-pasted-text/
Criticism. There have been some sites / script that in addition to adding the citation URL also do some sort of tracking of every copy action. This has been written up with some criticism:
Thus if you do choose to implement an approach that adds a citation URL automatically to text that is copied from your posts, be respectful of your readers, and avoid any (especially surreptitious) tracking.
autoriser l'accès à la fragmentation sur la copie de texte
Using javascript, it is possible to provide access the to fragmention for a selected text. Preliminary demo: https://kartikprabhu.com/static/demo/fragmention.html
FAQ
Pourquoi une UI URL quand la barre d'adresse en a une
Q: Why provide a UI to copy/paste the URL of the post (e.g. a text input box pre-filled with the permalink), when the user can just copy/paste the URL from the browser address bar?
A: Browser UIs sometimes do not provide an (easily) accessible the address bar, e.g.:
- mobile browsers (often hide the URL bar, make it hard to get to)
- kiosks, kiosk mode, fullscreen mode, presentation mode
A2: It's also easier for the user, having just finished reading your post, to see the UI immediately in their reading flow, and not having to scan back up to the top of the window for it.