diff options
author | Stef Walter <stef@memberwebs.com> | 2009-06-17 00:13:58 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-06-17 00:13:58 +0000 |
commit | a7557acb5423ea8e4c6bcce27472918c638d56f8 (patch) | |
tree | 3e3c0e5b811441d1231670ba034be6c4973fdb1d /ideas.txt | |
parent | 2e1c4b9fc834c8af9f1a31789b1dc614c13fcad5 (diff) |
Some coding work. Banged out generally how things will work. Nothing compiles yet.
Diffstat (limited to 'ideas.txt')
-rw-r--r-- | ideas.txt | 19 |
1 files changed, 19 insertions, 0 deletions
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 + |