#indiewebcamp 2012-04-09

2012-04-09 UTC
josephboyle1, josephboyle, davida, spinnerin, tantek, paulbooker, barnabywalters and tilgovi joined the channel
#
barnabywalters
Question/Poll directed primarily at anyone who has an indieweb-type website that they've written themselves/customised someone else's codebase: What does your publishing UI look like? Do you have different UIs for different types of content? Do you write posts in raw HTML, or in Markdown/Textile/WYSIWYG (shudder)?
#
barnabywalters
(static version but the previewing works — previewing waits until you've paused typing then reloads)
#
barnabywalters
Uses markdown + html, but strips it out for syndicated copies
#
aaronpk
barnabywalters: my site is currently powered by mediawiki, although I am changing it soon to be editable through a markdown-like syntax, probably edited via Git
#
barnabywalters
edited via git? So… local copies that you push to a repo to publish?
#
aaronpk
right.
#
aaronpk
considering building a simple web editor like github, but might just use github's instead
#
barnabywalters
I'm not familiar with using git like that — can you hook into it so you can fire off scripts on publish/edit/whatever?
#
aaronpk
we use that for automatically deploying changes to geoloqi.com and developers.geoloqi.com
#
barnabywalters
that's cool
#
barnabywalters
is that provided by gitHub, or is it a feature of git?
#
mkowens
Github, as far as I know. I'm sure you could implement something like that on your own git server, but it's certainly been streamlined by Github.
#
aaronpk
i believe git supports post-receive hooks
#
aaronpk
but yea github makes it really easy
#
barnabywalters
I was just thinking in terms of the whole content ownership thing
#
barnabywalters
cheers, got to go now
#
tantek
I think the best way to a posting interface is to start with the original Twitter "What are you doing?" single text-box, and make it responsive, robust, and forgiving.
tilgovi and barnabywalters joined the channel
#
tantek
barbabywalters - posting UI can be challenging
#
barnabywalters
what's yours like on falcon?
#
barnabywalters
I've only seen the minimal tweet-only one
#
tantek
right now my Falcon posting UI is two-phase, I write my posts in HTML directly into the HTML5+hAtom storage file, and then I use the posting UI to verify and post/syndicate them.
#
tantek
I've been focusing more on viewing/reading features (e.g. most recently I added site search)
#
barnabywalters
yep, I saw the update but haven't tried it
#
barnabywalters
never find site search very useful, actually
#
tantek
now looking into archive navigation and web actions
#
barnabywalters
archive navigation is something I've always found a challenge
#
tantek
site search got a whole lot more useful about a month ago for those of us who's sites support PuSH
#
tantek
as Google's indexer is now listening to PuSH hubs and reflecting results in search - when I post, my posts are instantly available in Google search results
#
tantek
it's what pushed me to implement it, so to speak ;)
#
barnabywalters
it may well push me to implement too, once I've got PuSH set up
#
tantek
of course I did it my way, with an accessible no-script-required HTML form
#
tantek
not the ridiculously fragile and cheesy Google Customer Search Engine thingy
#
tantek
PuSH is easy - it's just a few lines of code
#
barnabywalters
I get that impression, just haven't got round to implementing it yet
#
tantek
and if you do implement it, then status.net subscribers to your site will get updates in realtime also
#
barnabywalters
more focused on getting photo content types done
#
tantek
worth it for the realtime personal site search results alone though
#
tantek
photo content type is tough
#
barnabywalters
I plan to - not sure if it's on my roadmap yet though
#
tantek
have you looked at OpenPhoto?
#
barnabywalters
nope (looking now)
#
tantek
they have a lot working already - and you may be able to re-use code/architecture from them
#
tantek
disclosure: OpenPhoto is a Mozilla WebFWD project, and I'm a mentor for it (I've been pushing all the contributors to personally dogfood it on their own servers)
#
tantek
uh, Loqi, WTF?
#
barnabywalters
which openphoto is it? I see two results
#
barnabywalters
I still don't believe loqi is actually an AI all the time :)
#
tantek
I think most of the google first page search results are for/about that
#
barnabywalters
only one above it, which doesn't look quite so convincing
#
barnabywalters
so it's reverse syndication - you post to photo networks, it pulls the photos back?
#
barnabywalters
that looks really cool. Not sure exactly how I would fit it into my system though
josephboyle, tantek and davida joined the channel
#
aaronpk
tantek: happy 100-day!