It supports Micropub for posting (Micro.blog supports it) and Microsub for reading (micro.blog doesn’t support it yet). I’m planning on building micro.blog timeline support in version 1.1. For more info on Microsub see https://indieweb.org/microsub You CAN use Micropub without Microsub, but it’ll just be posting only.

You can sign up for the beta here: http://eepurl.com/c-SlfP

Ohh this is exciting! Congrats https://eddiehinkle.com!

Indigenous Beta version 0.3 submitted to TestFlight for review. 🤞 Hopefully it goes through quickly. Now to working on version 0.4! IndieWebSummit is coming quickly 🙈

@MildredMarianne I've been looking at (your?) https://douglass.io/ project. If you can make it to IndieWebSummit, it would be a nice presentation. https://2018.indieweb.org/
@aaronpk may have some travel fund assistance if it helps to make last minute travel arrangements.
@csageland thank you and looking forward to meeting you @IndieWebSummit!
Got ideas for what you want to brainstorm and make?
Join us in chat.indieweb.org (or via Freenode IRC, Slack, or Matrix indieweb.org/discuss#Join_Discussions)

Testing together micropub editor


This was posted with the wysywig


  • It should
  • Work well
I’ll be in Portland, OR for the 2018 IndieWeb Summit in a few weeks. If you’re interested in the future of the open web, I’d encourage you to join me. It’s one of my favorite events of the year! https://2018.indieweb.org
going to Decentralized Web Meetup @InternetArchive tonight, looking forward to talking & sharing about #longevity #selfdogfooding #indieweb principles, demonstrating examples using my website, and inviting everyone to @IndieWebSummit!

Links and thoughts for discussion:
* Longevity https://twitter.com/internetarchive/status/741832908323708929
* Use what you make https://indieweb.org/
* Principles https://indieweb.org/principles supporting a plurality of projects
* Owning my data, federating to participate: tantek.com
* 2010+ every tweet, 2015+ photos & videos, 2017+ events
* 2018-02+ GitHub issues, comments, reactions
* indiemap.org
* https://2018.indieweb.org/ - inviting everyone here to IndieWeb Summit in two weeks
 - back to selfdogfooding, it’s an indie event that accepts federated RSVPs, and also accepts sign-ups via webform.
#longevity #selfdogfooding #indieweb
Have been watching this thread, and want to also encourage vocabulary re-use wherever possible, as it greatly helps sharing content and bridging across various heterogenous systems.

https://github.com/kevinmarks mentioned h-entry already, which builds on all the experience and expertise from RSS and Atom.

Similarly, consider https://microformats.org/wiki/h-card (based on the IETF vCard standard, and adapted for the web and JSON-friendly) for references and descriptions of people.

Most recently I saw the calendar-app event example in a previous comment, which could re-use https://microformats.org/wiki/h-event as well (similarly based on the IETF iCalendar standard). Happy to present an example using LZ syntax etc with h-calendar vocabulary if that would be helpful.

All of these vocabularies have been both implemented and successfully interoperably deployed peer-to-peer across numerous websites, publishing and parsing / consuming. (stats and examples available at indiemap.org)

Happy to help answer any questions about how these vocabularies are developed and how they’re community maintained, either here or chat.indieweb.org.

I'm interested to see how you get on with that!

I started a gatsby site the other day aiming to show various types of micropub posts. Feel free to lift code from it: https://github.com/grantcodes/micropub-post-demos

This a wonderful writeup about IndieWeb from my friend @smerrill (skippy) https://skippy.net/silos/

There is also fragmention proposal by @kevinmarks https://indieweb.org/fragmention
Will miss you @Dries! Can you perhaps participate in the summit remotely? https://indieweb.org/2018#Remote_Participation
Add yourself (no RSVP needed) https://indieweb.org/2018/Guest_Book#Remote_Participants
And join the chat whenever you can and say hi! https://indieweb.org/discuss
The 8th annual @IndieWebSummit is in 2 weeks!

Want to
* Own your identity on the web
* Reply to #Mastodon toots with your own website
* Grow the practical user-centric #decentralizedweb #dweb
* Build with @W3C + #IndieWeb standards & experts

RSVP: https://2018.indieweb.org/

Learn, get inspired, brainstorm, design, create, make, and help grow the present & future of the independent #openweb!
#Mastodon #decentralizedweb #dweb #IndieWeb #openweb
ICYMI: Yesterday #netneutrality protections expired. Via @ACLU (I‘m a member)
https://www.aclu.org/blog/free-speech/internet-speech/how-net-neutrality-will-end

This is a looming problem for literally everyone on the #internet, except perhaps large telecomms shareholders.

#openinternet #openweb #indieweb #sfallhands
#netneutrality #internet #openinternet #openweb #indieweb #sfallhands

Episode 6

my #SFAllHands ⚡️intro
* 8 yrs #openweb #standards @Mozilla[1]
* may know me from: #CSS[2] #microformats[3] #indieweb[4]
* recently: Standards Outreach w @david_bryant
* editing: CSS2.2, CSS scrollbars
* interesting: Vouch[5]
* controversial opinion: technical contributors @Mozilla should be actively using their own website, even if just one blog post a year

[1] https://wiki.mozilla.org/Standards
[2] https://wiki.mozilla.org/CSS
[3] microformats.org
[4] https://indieweb.org/
[5] https://indieweb.org/Vouch - vouching as a practical decentralized solution to commenting, with some trust without requiring a hard-identity, designed to reduce abuse etc. as we have seen in centralized social media, but distributed across the web peer-to-peer
#SFAllHands #openweb #standards #CSS #microformats #indieweb
“There are too many variables to consider. The point of CSS is to make it so you don’t have to worry about them all. Define some constraints. Let the language work out the details.” https://keithjgrant.com/posts/2018/06/resilient-declarative-contextual/
CSS as an AI-like language? Prolog? #indieweb

This Week in the IndieWeb Audio Edition • June 2nd - 8th, 2018

#podcast #IndieWeb #this-week-indieweb-podcast

Now that indiebookclub is launched, I am cleaning up some things and wanted to make some notes.

My previous work on the fork of Quill is no longer under development. I’ve put a message to that effect on https://bkpub.gregoreatworld.com, turned off the login, and cleared out the micropub information in the database. Eventually I will redirect that URL.

The microformats for read posts has evolved since I started that project and the micropub syntax has changed as well. In particular, previously I was building the full HTML for the post in the content property. At the time this was a “fallback” since my own micropub endpoint didn’t know how to process the root h-cite. I didn’t fully understand that the micropub client should not be constructing HTML. Instead the summary property should be used for fallback.