Happy to announce that anyone who can commit to the https://github.com/indieweb/indiewebify-me repository can now deploy the site to http://indiewebify.me! Any commit to master that passes the test suite is automatically deployed now. Thanks to everyone who helped me set up all the pieces!
The flow is: GitHub -> Travis-ci -> App Engine
|
Minor updates to php-comments library:
* Handles like-of and other properties when they are an embedded h-cite object (#6)
* Fixes truncating the name property in certain cases (#5)
https://github.com/indieweb/php-comments/releases/tag/0.1.10
|
Just updated Quill to send Micropub HTML requests in a nested property: `content[html]=<b>foo</b>`
This is an opt-in change, so you'll see this notice on the editor page letting you switch what Quill sends you when you're ready!
|
Even more changes to IndieNews!
* You can submit things by tagging them with "http://news.indiewebcamp.com/" (similar to a http://indiewebcamp.com/person-tag)
* Launched language-specific home pages, with translations of the interface! There is a separate German and Swedish feed you can submit things to! (Feel free to offer a translation for other languages too)
|
Just launched a bunch of changes to http://news.indiewebcamp.com which will hopefully make it easier to use!
* No longer requires constructing the IndieNews URL before hand, now you can just send a webmention to the home page. (The permalink is returned in the webmention response)
* Removed upvoting and ranking of stories, and the front page always shows the newest stories first.
* You can submit links from other peoples' websites by syndicating a bookmark post! http://indiewebcamp.com/bookmark
This also
|