❤️ Berg Builds Community Portal

Bookmarked Berg Builds Community Portal (community.bergbuilds.domains)
A collection of Domain of One's Own Projects at Muhlenberg College
It would be cool to have a site like this of IndieWeb web sites. This reminds me a bit of Kevin Marks’ Unmung Mastoview tool. Perhaps pulling from IndieMap’s list of sites would make building such a thing easier? Would certainly make an interesting discovery tool–almost like a centralized webring or a directory of sorts.

Hat tip:

🔖 Personal sites are awesome

Bookmarked Personal sites are awesome by Andy Bell (personalsit.es)

Personal sites are awesome, so this site was built so we can all discover each others. All the links are by folks that want to share their site with the world.

If you want your site to appear on here, go ahead and submit it on GitHub, or drop me an email.

I just ran across this interesting version of a directory which is being built based on a GitHub repo and deployed to https://personalsit.es/

It’s built by Andy Bell who has been building his own website and is at least IndieWeb aware. I’ve added the example to the IndieWeb wiki page for directories. While interesting and useful, like some of the other directories I’ve seen floating around, there is a small hurdle that one needs to be able to fork a GitHub repo, edit it, and send a PR to be included, though I do like that he has an email option to bring the technical hurdle down. The other benefit is that it allows people to modify or delete their data as well. I do like the decentralized nature of of it, but I wonder about scale and search-ability.

I can’t help but wonder about building a similar directory site that aggregates its data by Webmention and uses the h-cards from websites to automatically update itself. Naturally having an OPML file(s) (think various versions that are sortable using tags/categories) or some other exportable and/or subscribe-able ability for feed readers would be highly useful.

In addition to resources like chat-names, Indie Map‘s list, as well as some planets, OPML resources like my own IndieWeb list, and the IndieWeb web ring, this could be another interesting directory creation method for IndieWeb-specific websites.


👤 Kicks Condor; Brad Enslen;

​​​​​​​​​​

Reply to Damian Yerrick about leaving Tumblr and recommendation engines

Replied to a tweet by Damian YerrickDamian Yerrick (Twitter)
Because of the decentralized nature of the IndieWeb, it’s most likely that more centralized services in the vein of Indie Map or perhaps a Microsub client might build in this sort of recommendation engine functionality. But this doesn’t mean that all is lost! Until more sophisticated tools exist, bootstrapping on smaller individually published sorts of recommendations like follow posts or things like my Following Page (fka blogroll) with OPML support are more likely to be of interest and immediately fill the gap. Several feed readers like Feedly and Inoreader also have recommendation engines built in as well.

Of course going the direction of old school blogs and following those who comment on your own site has historically been a quick way to build a network. I’m also reminded of Colin Walker’s directory which creates a blogroll of sorts by making a list of websites that have webmentioned his own. Webrings are also an interesting possibility for topic-related community building.

Since Tumblr is unlikely to shut down immediately, those effected could easily add their personal websites to their bios to help transition their followerships to feed readers or other methods for following and reading.

Of course the important thing in the near term is to spend a moment downloading and backing up one’s content just in case.

 

Reply to doesn’t link back by Khürt Williams

Replied to doesn’t link back by Khürt Williams (Island in the Net)
I ran my domain through IndieWebify.me. Almost all of the rel=“me” links either don’t link back or couldn’t be fetched. The following work perfectly and can be used with the IndieAuth authentication plug-in. GitHub Flickr Goodreads Twitter That’s 4 out of 43.
Khürt , The majority of them don’t link back because the silos (like Keybase, Instagram, and Medium which you mention) aren’t putting the rel=”me” microformat on the URLs in your profile like Twitter, Github, and Flicker do. If you view the page source for those silos, you’ll see that they list your URL, but don’t have rel-me’s pointing back at you. Sadly, you can’t control these, though you could file issues with the sites that don’t to encourage them to.

The indiewebify.me site has a parser that is looking at the two sites to see that they not only point at each other, but it requires that the two links have the rel=”me” microformat on them. Most don’t, but this doesn’t mean too much in practice. Whether or not they both have rel=”me”, the only way both sites could point at each other indicates that you “own” or control them both. Kevin marks has proposed/built an interesting decentralized verification service based on them. His version is certainly much better distributed than Twitter’s broken verification set up.

Other than having a stronger two-way ownership indicator, what do you get out of them? As you mention, some have the ability to be used with IndieAuth. Those that can be used with IndieAuth are relying on the service (like Twitter or Github) having a OAuth implementation for signing into their services. This allows an indie site to piggyback on another services’ OAuth implementation without having to go through the trouble to build one themselves, which can be a lot of work to do, much less do correctly (securely). Most of the services you see not linking back not only don’t add the rel=”me” tag, but they also don’t support OAuth, so you wouldn’t get too much more out of having the correct reciprocal link anyway.

Incidentally, one of the benefits the rel=”me” links do have is that they allow you to use your website to log into the IndieWeb wiki to participate directly in that part of the community. (Give it a try!)

Some services like Brid.gy get around services like Instagram or Facebook not having a physical rel=”me” microformat because they’re relying on looking at the appropriate data (usually via API) on your profile page to see if it links back (either in your website field or typically in your bio).

Don’t be overly concerned that the vast majority of sites appear not to link back even if you’ve got links on both pointing back. (And if you think your batting average is bad with only 4 of 43, just imagine how many of my 200+ sites do?!)

If you want to see an interesting tech-forward application of rel=”me” and the XFN friends network, take a peek at Ryan Barrett’s Indie Map which he unveiled over the summer:

Some of these building blocks will likely add a lot more value later on as more and more sites explicitly indicate their relationship to and from each other.

🔖 A relatively comprehensive list of Indieweb sites

Bookmarked The 2300+ sites in the public IndieWeb social graph and dataset by Ryan Barrett (Indie Map Project)
Indie Map is a complete crawl of 2300 of the most active IndieWeb sites, sliced and diced and rolled up in a few useful ways: Social graph API and interactive map. SQL queryable dataset and GUI analytics. Raw crawl data in WARC format: 2300 sites, 5.7M pages, 380GB HTML + mf2. Indie Map is free, open source, and placed into the public domain via the CC0 public domain dedication. Crawled content remains the property of each site's owner and author, and subject to their existing copyrights.
So you’re looking to start an Indieweb blogroll? This is a reasonably large place to start…

cc: Richard MacManus