- From: Melvin Carvalho <melvincarvalho@gmail.com>
- Date: Wed, 14 Sep 2011 11:38:11 +0200
- To: elf Pavlik <perpetual-tripper@wwelves.org>
- Cc: public-rww <public-rww@w3.org>
On 14 September 2011 11:17, elf Pavlik <perpetual-tripper@wwelves.org> wrote:
> Excerpts from Melvin Carvalho's message of 2011-09-14 00:59:27 +0200:
>> Something we've talked about for a while.
>>
>> Do we think the majority of members of this group can become part of a
>> decentralized social net by end of year?
>>
>> I think must haves are:
>> 1. Status updates
>> 2. Wall posts
>> 3. Follow your nose from your FOAF
>>
>> 1,2 should be self explanatory. (3) Here's an example from my home page:
>>
>> http://melvincarvalho.com/
> I like your 'profile' page, do you know work of haschke on http://foafpress.org ?
Yes, that's a great site. However using graphite is just a few lines
of code, and easily extensible e.g. to build read/write aspects
<?php
include_once("arc/ARC2.php");
include_once("Graphite.php");
$URI = 'http://melvincarvalho.com/#me';
$graph = new Graphite();
$graph->load( $URI );
print $graph->resource( $URI )->dump();
?>
TO install Arc/Graphite:
curl -s http://graphite.ecs.soton.ac.uk/download.php/Graphite_and_ARC2.tgz
| tar xzvf -
That's all you need
>
>>
>> A) Click on "RDF"
>> B) Click on one of the foaf : knows
>>
>> Keep browsing, "follow your nose" ... and we have a read only social net.
>>
>> Can we make it read write by 31st December?
>
>
Received on Wednesday, 14 September 2011 09:38:40 UTC