IndieWebCamp March 27 through April 3, 2015

This is an automatically-generated summary of the IndieWebCamp wiki edits from March 27 through April 3, 2015

Table of Contents

New Pages

Changed Pages

New Pages

listing

Created by Loqi.me on April 1

  • Wed, April 1 loqi.me prompted by tantek https://indiewebcamp.com/irc/2015-04-01/line/1427912514555 and dfn added by tantek
  • Wed, April 1 tantek.com expand with WHy, How (markup, respond), Silo Examples, Articles, See ALso
  • Wed, April 1 tantek.com /* How to respond */ in-reply-to, webmention
  • Wed, April 1 tantek.com brainstorming, POSSE, Craigslist, questions



A listing is a type of post that is an offer to buy/sell/rent/borrow/share an item of some sort, usually for some amount or range of money, and sometimes time.

Contents

Why

You want to put an offer to buy / sell / rent / borrow / share something on your own site instead of depending on a silo like Craigslist.

How

How to markup

Markup your listing post with h-listing and use hashtags and POSSE for distribution.

How to respond

To respond to a listing post, post a reply of your own, indicating your interest, in-reply-to the listing post, and send a webmention to it.

IndieWeb Examples

None so far.

Silo Examples

Brainstorming

POSSE

POSSEing to Craigslist is likely the simplest POSSE destination for listing posts, and thus a good place to start.

How do you create a new post on Craigslist? Programmatically?

Can (may) a Craigslist post include a link to where a listing was originally posted?

Articles

Articles and blog posts about listing posts:

See Also

Big Boring System

Created by Loqi.me on March 31

  • Tue, March 31 loqi.me prompted by tantek https://indiewebcamp.com/irc/2015-03-30/line/1427767801381 and dfn added by tantek
  • Tue, March 31 tantek.com articles, see also
  • Tue, March 31 kylewm.com /* See Also */
  • Tue, March 31 kylewm.com /* Possible IndieWeb Compatibility */ fix wikilink



Big Boring System is a text-only social network silo ( https://bigboringsystem.com/ ) that runs on open source ( https://github.com/bigboringsystem/bigboringsystem ) and uses phone numbers for both sign-up and sign-in.

Articles

Articles about Big Boring System.

Possible IndieWeb Compatibility

See Also

Untappd

Created by Loqi.me on April 2

  • Thu, April 2 loqi.me prompted by tantek https://indiewebcamp.com/irc/2015-04-02/line/1428006514837 and dfn added by kylewm
  • Thu, April 2 kylewm.com expanded definition
  • Thu, April 2 tantek.com rewrite definition noting required vs. optional aspects, and loose use of term "check-in", add examples, see also



Untappd is a social silo for posting consumptions of beer (which they call "Check-ins" to beers) and optionally any or all of where (venue, thus making it an actual checkin), 1-5 star rating, photo, or review commentary. Users can "toast" (a drink-specific form of like) each other's "check-ins". Users earn badges for the quantity and variety of beer they drink.

Examples

See Also

Firefox Activations

Created by Werd.io on April 3




The Firefox Activations directory is a site maintained by Mozilla to showcase integrations with the Firefox Social API. Integrated platforms allow the user to share and bookmark any page on the web, right from the browser.

Contents

IndieWeb integrations

Known

Known has submitted both its service and its self-hosted platform for inclusion on the site.

Multi-domain shim

The directory is designed to assume that any platform will exist on a single domain. This precludes the indieweb use case where everyone owns their own domain.

To circumvent this, Known created a shim on withknown.com:

  • The directory points to the single endpoint, hosted at withknown.com
  • The user enables this withknown.com-hosted page
  • The user then is prompted to enter their domain at withknown.com, or to create a new site
  • withknown.com verifies that the domain is a Known site using Known's API
  • A cookie is set at withknown.com that forwards to the Known site's share page (which is also used by its bookmarklet)

Submitting to the directory

The directory is open source and hosted on GitHub. The actual contents are stored in JSON. A pull request for a new service includes some JSON changes, as well as icons for the service and optionally an example screenshot.

Acceptance is not automatic, so it is wise to talk to the maintainers first.

Examples

person mention

Created by Loqi.me on April 3

  • Fri, April 3 loqi.me prompted by tantek https://indiewebcamp.com/irc/2015-04-03/line/1428089706715 and dfn added by tantek
  • Fri, April 3 tantek.com expand with why, how, empty indieweb examples, silo examples, see also
  • Fri, April 3 tantek.com expand how to person mention with special mentions, and add How to distinguish person mentions accordingly, and what to do with different person mentions



person mention is a homepage webmention sent to a person's homepage.

Contents

Why

You should send person mentions whenever you post one of these so people can be notified that you've mentioned them!

You should accept person mentions of/to your site so you can find out when others have mentioned you!

How

How to person mention

Send a webmention as you usually would:

  • source: your post permalink
  • target: the person's homepage URL

If you're doing something beyond merely mentioning someone, e.g. inviting them to an event, or person-tagging them, then see these pages for how to add that markup:

How to receive person mentions

You should separate out webmentions to your homepage into a separate list on your site, perhaps even sending you notifications for each using your preferred notification mechanism.

How to distinguish person mentions

When you receive a person mention, it may mean something more, here's how you tell.

  • invitation: if the target link to your home page is a u-invitee link, then you've been invited to the event linked to by the in-reply-to of that h-entry
  • person-tag: someone tagged you in their (source) post, if the target link to your home page is a u-category link.
    • unless the containing h-entry has a u-tag-of link, in which case the source is merely tagging you in a different post, the post that the u-tag-of links to.
  • ...
  • otherwise it's just a mention.

Once you've distinguished different kinds of person mentions, you may want to:

  • display these differently (in abovementioned list on your site), e.g. with different icons, prose, clustering, and/or sorting than "plain" person mentions
  • send different notifications for (or maybe only send for some not for all) different kinds of person mentions
  • provide different UI on each in a list, e.g.
    • for person-tags, perhaps provide the option to request "untagging" ("untag-of" link?)
    • for invitations, provide RSVP buttons yes, no, maybe, save which could one-click create respective RSVP posts on your site and send webmentions accordingly (back to the invitation, and to the event as well).

IndieWeb Examples

Examples of IndieWeb sites that send and/or receive person mentions and do something visible (perhaps only to the site owner) with them.

Silo Examples

See Also

PuSH consuming readers

Created by Loqi.me on April 1

  • Wed, April 1 loqi.me prompted by tantek https://indiewebcamp.com/irc/2015-04-01/line/1427925146297 and dfn added by kylewm
  • Wed, April 1 kylewm.com fix the invalid redirect that Loqi created

PuSH consuming readers are readers that can subscribe to a Pubsubhubbub-enabled feed in order to receive real-time updates.

IndieWeb Examples

up

Created by Loqi.me on April 1

  • Wed, April 1 loqi.me prompted by PMurphs and dfn added by tantek
  • Wed, April 1 tantek.com give Loqi the . he's looking for



up is East cross North.

Retrieved from "http://indiewebcamp.com/up"

conversation starter

Created by Kodfabrik.se on March 27




If someone wants to start a public conversation with someone else then the first person has to target the other through eg. a Homepage Webmention.

On eg. Twitter one typically creates a new tweet that mimics that of a reply by starting with "@username", but which isn't actually a reply to a specific post by that user. See eg: https://twitter.com/voxpelli/status/581565794749964288

Template:voxpelli

Created by Kodfabrik.se on March 27


Pelle Wessman

brevity

Created by Kylewm.com on March 29

  • Sun, March 29 kylewm.com Created page with "{{stub}} <dfn>Brevity</dfn> is a tiny [[Python]] library for shortening note text to an acceptable length for posting [[Twitter]], accounting for t.co URL shortening. The packag..."

Brevity is a tiny Python library for shortening note text to an acceptable length for posting Twitter, accounting for t.co URL shortening.

The package can be installed with pip install brevity and source is on GitHub

featured

Created by Loqi.me on March 28

  • Sat, March 28 loqi.me prompted by kylewm https://indiewebcamp.com/irc/2015-03-28/line/1427585862929 and dfn added by kylewm



featured is a proposed mf2 property that indicates a representative image for a primarily textual post.

HyperText

Created by Loqi.me on April 3

  • Fri, April 3 loqi.me prompted by tantek and dfn added by tantek



HyperText is http://www.w3.org/WhatIs.html

Template:ben thatmustbeme

Created by Tantek.com on April 3


Ben Roberts

speed of light

Created by Loqi.me on April 1

  • Wed, April 1 loqi.me prompted by tantek and dfn added by KevinMarks



speed of light is ~300,000,000 m/s It is how fast massless particles like photons and neutrinos travel at.

Hedgy

Created by Loqi.me on April 1

  • Wed, April 1 loqi.me prompted by gRegor` https://indiewebcamp.com/irc/2015-04-01/line/1427921615224 and dfn added by aaronpk



Hedgy is a bot that watches your website for food and drink posts and reminds you to eat if you haven't in a while. http://hedgy.club

verb

Created by Loqi.me on April 1

  • Wed, April 1 loqi.me prompted by tantek and dfn added by tantek



verb is a concept in Activity Streams 1.0 that was later dropped from W3C Activity Streams 2.0 after it was determined that verbs were unnecessary and that in practice all activities were actually nouns that were posts with permalinks.

upward facing dog

Created by Loqi.me on April 1

  • Wed, April 1 loqi.me prompted by tantek and dfn added by tantek



upward facing dog is a yoga position known as Ūrdhvamukhaśvānāsana http://en.wikipedia.org/wiki/Urdhvamukhasvanasana .

Changed Pages

interactions

6 edits by kodfabrik.se, tantek.com, ben.thatmustbe.me
  • Fri, March 27 kodfabrik.se Added my +1 for interactions
  • Fri, March 27 tantek.com /* Reactions */ link to main, change summary
  • Fri, March 27 tantek.com update dfn, describe relation to replies and reactions, cluster specific examples
  • Fri, March 27 tantek.com dfn responses
  • Fri, March 27 tantek.com expand dfn
  • Sat, March 28 ben.thatmustbe.me /* Interactions */ my opinion on interactions of responses.

SWAT0

5 edits by tantek.com
  • Fri, April 3 tantek.com /* mapping to indieweb */ making progress on missings/undefineds, we know how to people-tag now
  • Fri, April 3 tantek.com /* mapping to indieweb */ person mention
  • Fri, April 3 tantek.com /* mapping to indieweb */ note point/rect optional
  • Fri, April 3 tantek.com /* mapping to indieweb */ change person-tag undefined to possibly how to detect when received
  • Fri, April 3 tantek.com add tweet version, see also

events/2015-04-22-homebrew-website-club

5 edits by zachdonovan.net, tantek.com, david.shanske.com, kylewm.com

person-tag

5 edits by tantek.com, ben.thatmustbe.me
  • Fri, March 27 tantek.com use u-category like u-invitee, note examples use previous markup
  • Fri, March 27 tantek.com /* Basic Person Tagging example */ more u-category instead of p-category to emphasize the meaning of the URL referencing the tag
  • Wed, April 1 ben.thatmustbe.me /* IndieWeb Examples */ adding my site to indieweb examples
  • Wed, April 1 ben.thatmustbe.me /* Brainstorming */ notes on area tag
  • Fri, April 3 ben.thatmustbe.me note that i can receive now

PubSubHubbub

3 edits by cweiske.de

Known

3 edits by www.marcus-povey.co.uk, www.rmendes.net

POSSE to Facebook

3 edits by kylewm.com
  • Sat, March 28 kylewm.com /* Posting Photos via the Facebook API */
  • Sun, March 29 kylewm.com /* Posting Photos via the Facebook API */ linkify OGP reference
  • Sun, March 29 kylewm.com /* Facebook API */ move "API disallows liking pages" back to the right section

events/2015-04-08-homebrew-website-club

3 edits by tantek.com, kylewm.com, kartikprabhu.com

phubb

3 edits by cweiske.de

ind.ie

2 edits by tantek.com
  • Tue, March 31 tantek.com /* ind.ie is not IndieWeb / IndieWebCamp */ fix heading to not require URL escaped chars, add subsection Examples of confusion and conflation
  • Tue, March 31 tantek.com criticism section with bbs citation

IRC People

2 edits by csarven.ca, zachdonovan.net

bookmark

2 edits by tantek.com, kylewm.com

Micropub

2 edits by wwelves.org perpetual-tripper
  • Sat, March 28 wwelves.org perpetual-tripper /* Adding Files */ suggestion about uploading files in separate request(s)
  • Sat, March 28 wwelves.org perpetual-tripper /* Adding Files */ moved suggestion to Micropub-brainstorming#Uploading_files_in_separate_requests

2015/Cambridge/Guest List

2 edits by cassie.wtf, tantek.com
  • Sun, March 29 cassie.wtf /* Participants */
  • Sun, March 29 tantek.com Matt Lee sent regrets saying he wasn't feeling well, sort attendees by full name, update counts, add a couple of images using people's twitter URLs

site-deaths

2 edits by tommorris.org

GitHub

1 edits by tantek.com
  • Sun, March 29 tantek.com /* Criticism */ subheads, DMCA harassment, DDoS collateral damage

reactions

1 edits by tantek.com
  • Fri, March 27 tantek.com draft based on what appears to be common understanding

Instagram

1 edits by tantek.com
  • Sun, March 29 tantek.com /* Censorship/removal of otherwise innocuous material */ clean up heading, list examples, add menstrual blood to list of things Instagram has censored

webhook

1 edits by kodfabrik.se
  • Sun, March 29 kodfabrik.se Added note about GitHub webhook support

buttons

1 edits by kodfabrik.se

photo

1 edits by kylewm.com
  • Sun, March 29 kylewm.com /* Facebook */ link to POSSE_to_Facebook

Ello

1 edits by kylewm.com
  • Sat, March 28 kylewm.com /* Applied for patents */ link to internet archive

Micropub-brainstorming

1 edits by wwelves.org perpetual-tripper
  • Sat, March 28 wwelves.org perpetual-tripper /* Uploading files in separate requests */ moved section from micropub#Adding_files

projects

1 edits by cweiske.de

Known-fr

1 edits by www.rmendes.net

LiveJournal

1 edits by kylewm.com
  • Thu, April 2 kylewm.com /* Notable Events */ Remember LiveJournal

food

1 edits by tantek.com
  • Thu, April 2 tantek.com add stub why and how sections, and silo example Untappd

homepage

1 edits by tantek.com

User:Ben.thatmustbe.me

1 edits by ben.thatmustbe.me
  • Fri, April 3 ben.thatmustbe.me completed parts of person-tag

How to publish and consume PubSubHubbub

1 edits by aaronparecki.com
  • Thu, April 2 aaronparecki.com /* Fat Pings */ note that the full page HTML may be sent as well

2015-03-23-boston-globe-questions

1 edits by tantek.com

Twitter

1 edits by tantek.com
  • Sun, March 29 tantek.com /* POSSE Notes to Twitter */ POSSE note with photos to Twitter

checkin

1 edits by tantek.com
  • Sun, March 29 tantek.com /* IndieWeb Examples */ add a prototypes section, note manual PESOSed checkin notes, perhaps useful for design purposes

silo-quits

1 edits by kartikprabhu.com

Android

1 edits by tantek.com

Google

1 edits by tantek.com