From a7557acb5423ea8e4c6bcce27472918c638d56f8 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 17 Jun 2009 00:13:58 +0000 Subject: Some coding work. Banged out generally how things will work. Nothing compiles yet. --- ideas.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ideas.txt (limited to 'ideas.txt') diff --git a/ideas.txt b/ideas.txt new file mode 100644 index 0000000..f10cbb5 --- /dev/null +++ b/ideas.txt @@ -0,0 +1,19 @@ + +AuthSingleIdIdentifier https://id.familymembers.com/ +AuthSingleIdCookie openid +AuthSingleIdUserPrefix https://id.familymembers.com/ +AuthSingleIdUserSuffix +AuthSingleIdAttribute url alias count + +AX_TYPE_FNAME=http://example.com/schema/fullname +AX_VALUE_FNAME=John Smith +AX_TYPE_GENDER=http://example.com/schema/gender +AX_COUNT_GENDER=0 +AX_TYPE_FAV_DOG=http://example.com/schema/favourite_dog +AX_VALUE_FAV_DOG=Spot +AX_TYPE_FAV_MOVIE=http://example.com/schema/favourite_movie +AX_COUNT_FAV_MOVIE=2 +AX_VALUE_FAV_MOVIE_1=Movie1 +AX_VALUE_FAV_MOVIE_2=Movie2 +AX_UPDATE_URL=http://idconsumer.com/update?transaction_id=a6b5c41 + -- cgit v1.2.3