Hi Fellow Shindig'ers (and a number of BCC'ers who were using a
snapshots or my svn repo)
After various delays of many kinds, i am happy to report 'The Big
Commit' has landed and the shindig php svn repo is now fully in sync
with my latest work. This means quite a few issues have been resolved
that were reported in Jira, we now have a working social data
interface in the php version, and many more goodies.
In short: the amount of php code, and functionality in the repo has
more then doubled in this last commit.
Changelog of http://svn.apache.org/viewvc?view=rev&revision=652498
- Rework of the source paths to be more consistent and social data ready
the webroot resides in <root>/php
php code shared between social and gadget services are in src/common
gadget server code is in src/gadgets
social data server code is in src/socialdata
all http event handlers are in /src/*/http
all example implementation files are in src/*/samplecontainer
- Reworded syndicator to container (SHINDIG-146)
- Configurable P3P header (SHINDIG-161)
- Finetuned container config to only scan .js files (SHINDIG-187)
- Changed to using <?php long tags instead of <? short tags
(SHINDIG-138)
- A social data implementation, compliancetest.xml now reports a 9/9
and 2/2 succeeded
(make sure the webserver can write to state-basicfriendlist.xml to
get a full 9/9)
- Probably lots of other things i already forgot about in the months
time..
-- Chris