search for: foaf

Displaying 7 results from an estimated 7 matches for "foaf".

Did you mean: foad
2010 Sep 17
1
friend of a friend type darknets
...hed/src/net_setup.c --- tinc-1.0.13/src/net_setup.c 2010-04-11 04:34:31.000000000 +0200 +++ tinc-1.0.13-patched/src/net_setup.c 2010-09-17 23:38:05.591481035 +0200 @@ -337,6 +337,10 @@ /* Check some options */ + get_config_bool(lookup_config(config_tree, "FriendOfAFriend"), &foaf); + if(foaf) + myself->options |= OPTION_INDIRECT; + if(get_config_bool(lookup_config(config_tree, "IndirectData"), &choice) && choice) myself->options |= OPTION_INDIRECT; diff -Nur tinc-1.0.13/src/protocol.c tinc-1.0.13-patched/src/protocol.c ---...
2005 Feb 24
8
web services with ActionWebService
...ct_names false api_method :friends, :returns => [[:string]], :expects => [ {:mboxhash => :string} ] end And then in my app/controllers/person_controller.rb file I have: class PersonController < ApplicationController layout "xhtml11common", :except => :foaf def show @person = Person.find @params["id"] if @session["currentperson"] != nil @currentperson = Person.find @session["currentperson"] end end def foaf @person = Person.find @params["id"] end...
2005 Dec 30
3
RoR social software and content management system
...Genesis Engine enables business to embrace social software and Web 2.0 philosophies and tools. P2 Genesis Engine has a core, which supports pluggable modules that enable additional functionality. The modules available for P2 Genesis Engine provide a wide assortment of features including: * FOAF (Friend of a Friend networks), * blogs, * forums, * email, IM, * Picture uploading, * Workflow and document sharing, * Flickr integration, * del.icio.us integration, * e-commerce module and workflow, * mailing list management. -- Posted via http://www.ruby-foru...
2007 Sep 10
0
The use for an XML based metadata format
...Coupled with the fact that Ogg audio covers FLAC too you may win some audiophiles back. Trackbacks and store links are also probably in the scope of 'relatively straightforward'. That said, RDF makes my head hurt. I spent a while looking at how to do this with DC and friend-of-a-friend (FOAF) but nothing really clicked for me; perhaps a simple and cheerful new namespace to tie it together is what's called for. Oh, I realise that we have XML expertise here in the form of the Annodex/CMML group, but there's also the XPSF people who seem to know a lot about the darker corners of...
2007 Sep 10
2
The use for an XML based metadata format
Daniel Aleksandersen wrote: > By the way, I have bee discussing Dublin Core (?DC?) with the developers of > the Atom 1.0 specification. It seams the reason they created atom:rights > instead of using dc:rights were just about what I thought it was: They > though DC was too loosely defined. Their own atom:rights element were > designed to more clearly define what the element
2007 Sep 11
2
The use for an XML based metadata format
...n if they're not comprehensive. 3. What do we see. Subject descriptive metadata is hard. This would be a synopsis in other contexts. But most decent metadata formats allow for a free-form description of content; from memory all of Atom, DC and CMML do. Additionally things like FOAF for people are possible. -- imalone
2007 Sep 10
8
The use for an XML based metadata format
What I've gotten out of this discussion so far: 1) we need to introduce a means in which to do captions; this could be done through adding a "caption" element to CMML, or in another time-continuous annotation format; so far I am not sure which would be the better way 2) we need a XML annotation format for audio - in particular for music - that is more structured than vorbiscomment