[buddypress-dev] Data Portability and Microformats

Ryan Imel ryan at aspiringindie.com
Wed Apr 2 23:57:41 GMT 2008


Andy,

I'm glad you brought up this issue. I'm very interested in how BuddyPress
will shirk the silos.

First, the DiSo project: sweet. I love the idea of managing your social
information in one place and letting your networks leech it from there.
Awesome.

Honestly, before seeing your thoughts I was going to suggest that, for the
"currently doing" feature of BuddyPress, piping in Twitter feeds so that we
don't have to manage yet _another_ constant update mechanism. Now I realize
my thinking needs to switch from "use the popular silo" to "leave the silos
behind." Instead of pushing BuddyPress to use Twitter, Twitter needs to be
piping in my updates from where I keep it.

Anyway, enough of that. Just wanted to share my switch from one mode of
thought to another. Kudos, and I'll let this stuff keep percolating. 

Ryan

-----Original Message-----
From: buddypress-dev-bounces at lists.automattic.com
[mailto:buddypress-dev-bounces at lists.automattic.com] On Behalf Of
buddypress-dev-request at lists.automattic.com
Sent: Wednesday, April 02, 2008 7:38 PM
To: buddypress-dev at lists.automattic.com
Subject: buddypress-dev Digest, Vol 1, Issue 8

Send buddypress-dev mailing list submissions to
	buddypress-dev at lists.automattic.com

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.automattic.com/mailman/listinfo/buddypress-dev
or, via email, send a message with subject or body 'help' to
	buddypress-dev-request at lists.automattic.com

You can reach the person managing the list at
	buddypress-dev-owner at lists.automattic.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of buddypress-dev digest..."


Today's Topics:

   1. RE: Could we know where to put the files that	are	available
      for testing on our Wordpress-mu sites? (Christopher Johnson Gieseke)
   2. Re: Could we know where to put the files that	are	available
      for testing on our Wordpress-mu sites? (Andrea)
   3. Proposed BuddyPress feature: Favourites
      (Chris Taylor - stillbreathing.co.uk)
   4. Data Portability and Microformats (Andy Peatling)
   5. Re: Hello (Andy Peatling)


----------------------------------------------------------------------

Message: 1
Date: Wed, 2 Apr 2008 14:34:13 -0600
From: "Christopher Johnson Gieseke"
	<christopher at portallanguageservices.com>
Subject: RE: [buddypress-dev] Could we know where to put the files
	that	are	available for testing on our Wordpress-mu sites?
To: <buddypress-dev at lists.automattic.com>
Message-ID: <002701c89500$ee472e00$cad58a00$@com>
Content-Type: text/plain; charset="us-ascii"

I had placed the files like that page says. I was thinking that due to the
number of errors I was getting that some of the files really went somewhere
else.    

 

I'll try creating additional users and see if that makes the profile work.
I'd love it if someone could add a page explaining how errors should be
reported because I had quite a few and I'd like to report them correctly.

 

 

From: buddypress-dev-bounces at lists.automattic.com
[mailto:buddypress-dev-bounces at lists.automattic.com] On Behalf Of Andy
Peatling
Sent: Wednesday, April 02, 2008 11:56 AM
To: buddypress-dev at lists.automattic.com
Subject: Re: [buddypress-dev] Could we know where to put the files that are
available for testing on our Wordpress-mu sites?

 

On 1-Apr-08, at 6:54 PM, Christopher Johnson Gieseke wrote:





I assume  that the theme goes in "themes" and plugins  go in  "mu-plugins",
but are all of the other files plugins or do some of them need to go in
another directory.

 

I tried placing the files that way and I couldn't even get a profile photo
to upload and considering how there were screenshots of  Buddypress with
Profile images, I have to think that maybe something isn't right.

 

Hey Christoper, check out this page as it will explain more:

http://trac.buddypress.org/wiki/installing-buddypress

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://comox.textdrive.com/pipermail/buddypress-dev/attachments/20080402/80a
45410/attachment-0001.htm

------------------------------

Message: 2
Date: Wed, 02 Apr 2008 18:08:04 -0300
From: Andrea <sillyandrea at gmail.com>
Subject: Re: [buddypress-dev] Could we know where to put the files
	that	are	available for testing on our Wordpress-mu sites?
To: buddypress-dev at lists.automattic.com
Message-ID: <47f3f476.11112c0a.6063.ffffe51d at mx.google.com>
Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...
URL:
http://comox.textdrive.com/pipermail/buddypress-dev/attachments/20080402/97a
08352/attachment-0001.htm

------------------------------

Message: 3
Date: Wed, 2 Apr 2008 23:47:08 +0100
From: "Chris Taylor - stillbreathing.co.uk"
	<chris at stillbreathing.co.uk>
Subject: [buddypress-dev] Proposed BuddyPress feature: Favourites
To: buddypress-dev at lists.automattic.com
Message-ID:
	<60fe160a0804021547v5f69c991ue11240ad037bba52 at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi gang,

(Better let everyone know: I'm in the UK - well, the People's Republic
of Yorkshire - so my spelling of some words maybe a little strange!)

Everyone knows that people love to make lists. In several of the
popular social networking sites users can create lists of their
favourite books, movies or bands Thinking about that today I had an
idea - we could make that not just a feature, but a dynamic feature.
Here's the deal:

The BP admin installs the "Favourites" plugin and goes to set it up.
They decide they want people to be able to choose their favourite
books, movies and bands. They create those three new favourites
"types". For each of those types they have default fields (name,
rating, reason for choice) and a couple of configurable fields as well
(so they can enter artist for albums, author for books etc).

Users can then enter as many items as they want into each "type" -
books, movies etc - give them a rating etc. Their lists can appear
with a template tag on their profile favourites("books"). And if the
data is stored in a central table it should be easy to pull out global
top 10's, search favourites, see how often a certain book (or movie,
or cheese, or breed of dog) appears. The tables would be something
like (pseudo-SQL):

table wp_favourite_types (
id int,
title varchar(64),
slug varchar(64)
)

table wp_user_favourites (
id int,
user_id int,
favourite_type int,
title varchar(255),
rating smallint,
reason varchar(max),
field_1 varchar(max),
field_2 varchar(max),
field_3 varchar(max)
)

The power of this feature is it doesn't lock site admins down to only
getting a few types of the more usual favourites, but create their own
types if they want. So you want to see what everyone's favourite beer
is? No problem, just create the type "Beer". How about everyone's
favourite tree? Sorted.

Anyway, just an idea. What do people think?

Chris


------------------------------

Message: 4
Date: Wed, 2 Apr 2008 16:21:27 -0700
From: Andy Peatling <andypeatling at automattic.com>
Subject: [buddypress-dev] Data Portability and Microformats
To: buddypress-dev at lists.automattic.com
Message-ID: <EE210EDF-23D5-4DAB-B14F-BBD38B960371 at automattic.com>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

One thing I haven't added to the BuddyPress site yet is how we are  
going to handle data portability.

This is a fairly hefty topic and I've heard a wide range of different  
ideas. I'm not completely set on an absolute direction for BuddyPress  
in this area yet. It is however something that is very important, and  
much needed in the social networking space.

These are my thoughts so far after having discussions with various  
people:

- Data needs to be as easy to get out as it is to put in.

- Sharing of data between BuddyPress installations should be as easy.  
You should be able to pull in data from one BuddyPress installation  
for use in other installations.

- There is no central information "hub" with BuddyPress. The DiSo  
project envisions using a basic WordPress installation as a place  
where you add your information to share with other networks. What if  
BuddyPress could utilize this, and pull in as much information from  
this source as possible when you first register? A BuddyPress  
installation could periodically check this source and ask if you  
wanted to import new information.

- The use of Microformats when rendering information so that it can be  
utilized by other non BuddyPress sources.

- The ability to completely export all of your data in 'X' format.

- The use of Gravatar to implement a shared profile picture library  
across all networks.

- The ability to finely tune privacy settings, and the creation of  
data access level groups. This would give you the ability to pick and  
choose the amount of data available to specific sites.

Lets discuss this area in more detail. I really want to hear people's  
thoughts and ideas on how we can make BuddyPress as distributed and  
open as possible.

Andy


---------
Andy Peatling | Social Engineer | Automattic
http://andyinlife.com





------------------------------

Message: 5
Date: Wed, 2 Apr 2008 16:38:04 -0700
From: Andy Peatling <andypeatling at automattic.com>
Subject: Re: [buddypress-dev] Hello
To: buddypress-dev at lists.automattic.com
Message-ID: <9B57CC3D-B95D-4004-BFF6-C259973E541C at automattic.com>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

On 2-Apr-08, at 12:07 PM, Andrea wrote:
> You and Andy are out West? I've got the East coast covered out in  
> New Brunswick. :D

Good old BC! I'm actually from the UK but have lived here for 4 years  
now.

Andy

---------
Andy Peatling | Social Engineer | Automattic
http://andyinlife.com





------------------------------

_______________________________________________
buddypress-dev mailing list
buddypress-dev at lists.automattic.com
http://lists.automattic.com/mailman/listinfo/buddypress-dev


End of buddypress-dev Digest, Vol 1, Issue 8
********************************************



More information about the buddypress-dev mailing list