Microsummaries

in Firefox and on the Web

Myk Melez

Mozilla Corporation

Contents

What's a microsummary?

a regularly-updated, succinct compilation
of the most important and timely information
on a web page

Example #1 - Merriam-Webster's Word of the Day

Example #1 - Microsummary of It

conquian

Example #2 - eBay Auction Item

Example #2 - Microsummary of It

Firefox: US $2.30, 14 hours 3 mins

Microsummaries in Firefox

Demo!

Demo!

Adding a Microsummary to Your Site

Example - woot.com

Example - woot.com Source

<html>

<head id="ctl00_Head1">
    ...
    <link rel='microsummary' ... href='DefaultMicrosummary.ashx' />
    ...
</head>
...
                    

Example - woot.com/DefaultMicrosummary.ashx

$49.99 : Toshiba Docking Station/USB Hub with Dolby Digital

Adding a Microsummary to Someone Else's Site

Microsummary Generator

Outline of a Generator


<?xml version="1.0" encoding="UTF-8"?>
<generator xmlns="http://www.mozilla.org/microsummaries/0.1" 
                  name="Firefox Download Count">

    <template>
        ...
    </template>
  
    <pages>
        ...
    </pages>
  
    <update>
        ...
    </update>

</generator>
            

<template> Element


<template>

    <transform xmlns="http://www.w3.org/1999/XSL/Transform" 
               version="1.0">

        <output method="text"/>

        <template match="/">

            <value-of select="id('download-count')"/>

            <text> Fx downloads</text>

        </template>

    </transform>

</template>
            

<pages> Element

<update> Element

Distributing a Generator

Demo!

Demo!

The Future

Demo!

Demo!

More Info

proposal:
http://wiki.mozilla.org/Microsummaries
Firefox 2.0 beta 1:
http://www.mozilla.org/projects/bonecho/
sample generators:
http://people.mozilla.com/~myk/microsummaries/generators/
my email address:
myk@mozilla.org