chat-examples: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 58: Line 58:
&lt;Eurakarte&gt; WORDS OF PRAISE FOR FISHFOOD<br />
&lt;Eurakarte&gt; WORDS OF PRAISE FOR FISHFOOD<br />
&lt;Miles_Prower&gt; ACKNOWLEDGEMENT AND ACCEPTENCE OF TERMS</p>
&lt;Miles_Prower&gt; ACKNOWLEDGEMENT AND ACCEPTENCE OF TERMS</p>
== Log Library ==
[http://www.loglibrary.com Log Library] displays a tabular format with divs
<pre>
<div class="row" name="GusVanNos">
  <div class="timestamp">18:36:28</div>
  <div class="nick">&lt;GusVanNos&gt;</div>
  <div class="message">.+. is a lazy way of saying .{2,}</div>
</div>
<div class="row" name="jawong">
    <div class="timestamp">18:36:48</div>
    <div class="nick">&lt;jawong&gt;</div>
    <div class="message">your model is waaaay better, xal.</div>
</div>
</pre>

Revision as of 08:10, 11 September 2005

chat examples

Examples of how chat transcripts are marked up currently, with the idea of moving towards a

Authors

IRC transcripts

These are plantext logs with space separated fields, so are posted wrapped in <pre>

12:06 Tantek: what does the datetime stamp represent?
12:07 KevinMarks: in iRC, when it was said
12:07 Tantek: is it a point in time *before* they started speaking?
12:07 Tantek: or *after*?
12:07 Tantek: or somewhere in the *middle*?
12:07 KevinMarks: usually it is quantised to seconds
12:07 KevinMarks: and it is time the msg was received
12:07 Tantek: but the second they started typing or pressed return?
12:08 KevinMarks: prssed return i think

Or as plaintext + <br> (eg http://chocnvodka.blogware.com/blog/_archives/2005/8/25/1169654.html)

(22:20) gturneruk: oh, i just remembered. windows 95 is ten years old today
(22:22) Suw: good god. i mean, i shouldn't be surprised, it being 2005 and all. but still, where did that time go?
(22:22) gturneruk: lost clusters
(22:23) Suw: i obviously need to defrag

iChat transcripts

iChat handles timestamps differently, inserting them between statement blocks, every 5 minutes.

12:25 AM
Reconnecting to tantekatwork…
Kevin Marks: So, iChat shows timestamps between entries
Tantek: yes
Tantek: what about Adium?
12:30 AM
Kevin Marks: my copy is 230 days old...

bash.org

Bash.org collects funny irc transcripts and lets people vote on them: It uses plaintext + <br />, wrapped in <p> http://bash.org/?23396

<Donut[AFK]> HEY EURAKARTE
<Donut[AFK]> INSULT
<Eurakarte> RETORT
<Donut[AFK]> COUNTER-RETORT
<Eurakarte> QUESTIONING OF SEXUAL PREFERENCE
<Donut[AFK]> SUGGESTION TO SHUT THE FUCK UP
<Eurakarte> NOTATION THAT YOU CREATE A VACUUM
<Donut[AFK]> RIPOSTE
<Donut[AFK]> ADDON RIPOSTE
<Eurakarte> COUNTER-RIPOSTE
<Donut[AFK]> COUNTER-COUNTER RIPOSTE
<Eurakarte> NONSENSICAL STATEMENT INVOLVING PLANKTON
<Miles_Prower> RESPONSE TO RANDOM STATEMENT AND THREAT TO BAN OPPOSING SIDES
<Eurakarte> WORDS OF PRAISE FOR FISHFOOD
<Miles_Prower> ACKNOWLEDGEMENT AND ACCEPTENCE OF TERMS

Log Library

Log Library displays a tabular format with divs

<div class="row" name="GusVanNos">
   <div class="timestamp">18:36:28</div>
   <div class="nick"><GusVanNos></div> 
   <div class="message">.+. is a lazy way of saying .{2,}</div>
</div>

<div class="row" name="jawong">
    <div class="timestamp">18:36:48</div>
    <div class="nick"><jawong></div>
    <div class="message">your model is waaaay better, xal.</div>
</div>