- From: Brent Shambaugh <brent.shambaugh@gmail.com>
- Date: Sun, 1 Feb 2015 11:58:19 -0600
- To: Melvin Carvalho <melvincarvalho@gmail.com>
- Cc: public-rww <public-rww@w3.org>
Received on Sunday, 1 February 2015 17:58:46 UTC
I was just studying cimba today. :) -Brent Shambaugh Website: bshambaugh.org On Sun, Feb 1, 2015 at 4:23 AM, Melvin Carvalho <melvincarvalho@gmail.com> wrote: > Many of you will be aware of the decentralized microblogging platform > cimba.co > > I created a quick shell script to post a blog to cimba > > https://gist.github.com/melvincarvalho/b92cc2d1a97f2f918d0f > > It uses git config instead of environment variables, to save having to set > them every time > > LDPC=$(git config webid.weblog) > KEYFILE=$(git config webid.keyfile) > WEBID=$(git config user.webid) > NAME=$(git config user.name) > DEPICTION=$(git config user.depiction) > > > e.g. > > git config --global --add user.webid http://melvincarvalho.com/#me > > I'll be happy to test any LDPC if you add access to the webid above > > it's working for me on cimba and running locally using GOLD > > feel free to use / fork / improve >
Received on Sunday, 1 February 2015 17:58:46 UTC