#aaronpkah yeah that was a major limitation that caseorganic was considering as well
#gRegor`Depending what indieweb-enabled features you mean, ProcessWire is a solid choice IMO. I'm in the process of migrating my site to ProcessWire and writing a webmention plugin for it.
#dougmckownMy main IW feature is tweet-cloning to my site along with the ability to pull in twitter replies and favorites to my sites. On WP, I use Twitter Tools and Social by MailChimp.
#gRegor`Ah. I use webmention + brid.gy for twitter replies
#dougmckownBut brid.gy doesn't clone tweets to my site.
#dougmckownTo get full IW functionality, WP requires over a dozen plugins.
#dougmckownHas anyone here had any luck with adding IW features to a Squarespace site?
wolftune joined the channel
#dougmckowngregor: does Processwire have any IW features now?
#gRegor`Why not publish notes on your site first and syndicate to Twitter?
#GWGdougmckown: We're working on the dozen plugins
KartikPrabhu joined the channel
#dougmckowngregor: because syndicating a post that's under 140 characters still pushes a URL to twitter, and because I haven't found a way to syndicate *just* the post and not the title to twitter. I've tried dozens of twitter syndication tools. They all have these problems.
#dougmckowngregor: to solve these problems, I have decided to push tweets (and replies) to WP instead. That means that I have a non-silo version and replies.
#gRegor`If your notes are marked up with mf2, bridgy should properly pull in the text. You can use the interactive publish mode to paste in your link and see a preview of the tweet to be sent.
#gRegor`dougmckown: I am working on a webmention plugin for ProcessWire. It's "close" but I've been really busy. Hopefully I can launch a beta within a month.
#dougmckowngregor`: no, but PHP is in my lynda.com queue
#gRegor`You can install ProcessWire with the blog profile (included in the download) as easily as WordPress, IMO. http://modules.processwire.com/modules/blog-profile/ From there it depends what indieweb functionality you want.
#dougmckownGWG: I'm happy to help out. I can test plugins. I am a former software tester.
#gRegor`First customization you'd probably want to add is microformats to the template. If you're comfortable with editing HTML, that's not too bad.
#GWGdougmckown: Most themes can get a basic mf2 by just added h-card where there is vcard, h-entry where there is hentry, etc. There are some other issues with the mf1 standard as implemented on WordPress
#GWGdougmckown: Feel free to test anything I develop.
#GWGdougmckown: I have a starter theme that uses MF2, as well as a few plugins I'm developing to make things easier.
#dougmckownGWG: Which PHP file gest an h-card entry?
#dougmckownGWG: h-entry would be per-post, correct? Or can that be enabled just once for all posts?
#GWGdougmckown: If you edit a theme, you should be able to find it in the theme, and then it would be on all posts. Remember, the theme is a template applied to all posts.
#dougmckowngregor`: I am comfortable with HTML, but am not sure whare to put the h-card and h-entry code.
#dougmckownGWG: where would I find your plugins to test?
#gRegor`dougmckown: GWG is your man for WordPress help on themes. :)
#gRegor`If you want to try out ProcessWire, though, let me know.
#GWGdougmckown: In the repo, you can start with Indieweb Post Kinds. That's the biggest one.
#dougmckowngregor`: Thanks, I'll add myself as soon as I can get web sign-in to work. My site includes re=me links to silos that have links back to me, but I still can't sign in.
#gRegor`dougmckown: I think the common experience is that github seems to work best. For Twitter rel=me I had to update the URL on my twitter bio once to get it to work; I think there was an issue with Twitter's t.co URL shortener.
#GWGdougmckown: If there is anything I can do to help...
#dougmckowngregor`: I see what happened, I loggin in to indiewebcamp, then clicked the link above to irc people which is http:// and it would send me to the logged out version of the page.
benwerd, lukebrooker, KartikPrabhu and AnxiousGarlic joined the channel
#acegiakSo a bunch of the people I've talked to in my social circles that are interested in having their own indieweb site currently have no website at all and I'm trying to find the most cost effective but flexible solution for them
#Loqiacegiak: GWG left you a message 1 day, 11 hours ago: The new version of Post Kinds is out
#acegiakcause the problem I had was that I was using a paid host and then I started using too much processing time and they got shitty so I had to go through the hassle of migrating to my own server
#Loqislack/snarfed: ok. still, AWS is for engineers/ops people. I'd never recommend anyone else use any AWS product, except maybe outliers like mechanical turk
#Loqislack/snarfed: there are plenty of free hosted options. e.g. known, but you can also make blogger, tumblr, and <http://wordpress.com|wordpress.com> pretty indieweb
#acegiakalso: Did you see the post about the weird dream I had about you guys?
#Loqislack/snarfed: eh. owning data isn't necessarily about owning the server, hosting, etc. you're always at some point on the spectrum. your own domain is the main part
#benwerdThe database layer is abstracted - MySQL support is one file - so I definitely welcome open source flat file contributions
#benwerd(Flat files could just be another database plugin to the system)
wolftune joined the channel
#hmansI always thought I should have gone the PHP route for Pants for maximum web "portability", but I just couldn't be bothered to deal with the language any more. :/
#hmansre databases, I've been enjoying PostgreSQL a lot lately. Best of both worlds from RDBMS and document databases (with the latest JSONB stuff.)
#benwerdPHP is soooo much better than it used to be. I genuinely enjoy writing it.
#hmansbenwerd, I need to check it out eventually; I've been hearing that a lot.
#benwerdReal OOP, namespaces and clojures, for me, made an enormous difference.
#hmansDone pretty much nothing but Ruby since then, and often I feel it sort of ruined me for all other languages.
#hmansIt kind of bugs me since there's heaps of interesting stuff going on in other languages right now.
#hmansI'm kind of hoping that a couple of years from now, container based hosting will be just as omnipresent as simple LAMP stack web space type hosting, so we can go crazy with all sorts of obscure technology stacks without losing users. I'd love to build something with OpenResty (nginx + Lua, it's crazy fast and very hackable)
#benwerdI second this. LAMP was a practical decision because it could be installed almost anywhere. It'd be cool to be able to mix and match to make the best possible machine.
#hmansThat's one of my major gripes with PHP as a platform (not language)... in the end, it's still mostly about scripting Apache workers instead of thinking in terms of having long-running application processes. Granted, this is what makes it easy to deploy. Hm.
Unifex, tantek, lukebrooker, cweiske, elima and KevinMarks joined the channel
#tanteklooks like there are three categories of folks who are posting indieweb content vs. silo content
#tantek1) ownyourdata - 100% of posts (e.g. at least of one post type) they post on their own site first, then POSSE to a silo, e.g. notes to Twitter
#Loqi!calc 1) ownyourdata - 100% of posts (e.g. at least of one post type) they post on their own site first, then POSSE to a silo, e.g. notes to Twitter
#tantek2) ownsomedata - some of their posts they post on their own site first, then POSSE
#tantek3) sharecropper - none of their posts (of at least one post type) they post to their own site first, but instead always post to silos first, e.g. Twitter
#tantekwondering how to document this, because it shows how committed they are to their own website and to an independent web. i.e. if you're not living it (or at least trying to, even partially), you don't really believe in it.
#Loqiown your data is one of the principles of the IndieWeb and is an encouragement to always post content directly to your own domain with permalinks that you control instead of posting to silos (or only posting copies of your posts to silos per POSSE, and if so, preferably both automatically & with permashortlinks back to your original posts) https://indiewebcamp.com/ownyourdata
#gRegor`I am ownsomedata on notes, because sometimes Twitter app is just quicker to post something.
#gRegor`The majority of those I do manually copy back to my site later.
#tantekownsomedata is when an indieweb site user/owner only posts some of their content (perhaps of a certain type) on their own domain first, then POSSEs it to silos, and instead posts some or most content on silos first.
#gRegor`The iPad Twitter app has a "copy URL of Tweet" option, but the Android Twitter app does not - when you go to copy on Android it adds some text like "Check out @username's tweet: URL"
#gRegor`So it's difficult on my phone to reply to a tweet from my own site.
#gRegor`I thought it seemed like a pretty big oversight on Twitter's part to have it in one app but not the other.
#ben_thatmustbemeoh yeah, i remember why i stopped looking at that for the time being... phonegap build doesn't support the plugin for it yet, so I could make it work for myself but I had wanted to use the build service to make in available for iOS
#tantekthen people can change it in the future and redirect
nloadholtes joined the channel
#bearFYI for anyone using Gitorious for their git repos: http://lwn.net/Articles/635358/rss "GitLab and Gitorious have announced that GitLab will acquire Gitorious. "Starting today, Gitorious.org users can import their existing projects into GitLab.com by clicking the “Import projects from Gitorious.org” link when creating a new project. Gitorious.org will stay online until the end of May 2015 to give people time to migrate their repositories.
KartikPrabhu, caseorganic, Acidnerd and pfefferle joined the channel
#pfefferlesnarfed are you using the semantic_linkbacks_excerpt or the semantic_linkbacks_cite filter anywhere in your code?
interactivist joined the channel
#pfefferleGWG what do you mean with ”ža remark about that around line 44 in the file“
#GWGpfefferle: The comment you made about how to override the text Semantic Linkback puts in...I'd paste that exact thing in as a remark in the code for anyone who wants to use it
#LoqiGWG: pfefferle left you a message 7 hours, 31 minutes ago: GWG yes, that seems to be the problem… found a quick fix that seems even more elegant that the original code anyways :)
#pfefferleGWG can you suggest me a text or is mine OK? (asking as a non native speaker)
#GWGJust user everything after the ... and add before it, "To override the default."
#GWGSo... "To override the default behavior, just add a filter to comment_text with a lower priority (so that it's called after this one) or remove the filter completely in your code: remove_filter('comment_text', array('SemanticLinkbacksPlugin', 'comment_text_add_cite'), 11);