I've started a new crowd sourcing project on RocketHub. A PHP based
diaspora pod implementation, based on Wordpress. Many blogger use his/
her wordpress blog as a digital profile. Wordpress has nice themes,
hundreds of nice plugins, etc. It is a perfect solution as a profile
page or community space, and diaspora has a very good decentralized
protocol, and philosophy. The aimof the project is integrating these.
If you are interested, look at the project page on RocketHub:
http://rockethub.com/projects/4489-diaspora-in-wordpress
Regards,
Laszlo
Interesting project... but there is already Friendica[1] which is PHP
based and integrates with Diaspora. So I'm not sure how this adds
something that we don't already have with Friendica? Curious to hear
your thoughts on this.
Cheers,
Paul
> --
> You received this message because you are subscribed to the Google Groups "diaspora-dev" group.
> To post to this group, send email to diaspo...@googlegroups.com.
> To unsubscribe from this group, send email to diaspora-dev...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/diaspora-dev?hl=en.
We (e.g. Friendica) already have pretty good 2-way communications with
Wordpress. But if you're looking specifically for a WP plugin to go
straight to Diaspora, you should at least steal some of our code, since
this could save you a lot of time reverse engineering all the
undocumented D* protocol bits and figuring out how to make crypto work
across the different platforms as I have had to do (reverse engineering
undocumented crypto stuff is great fun - not).
Cheers,
-Paul
A long time ago, I wrote up what I could figure out about diaspora's
protocols. If you know stuff that's not written there, you should write
it in there! I'm sure there's been a lot of changes since I was last
active in this project.
Here's the wiki pages I started:
https://github.com/diaspora/diaspora/wiki/Diaspora%27s-federation-protocol
https://github.com/diaspora/diaspora/wiki/Diaspora%27s-message-semantics
--Ryan
I had already updated these documents after doing all the hard work to
prove that they were mostly incorrect - but after "federation Friday"
several months ago they are no longer current or correct. Fascinating
that you find them useful. As far as I can tell nothing has changed
since I updated them last, but the protocol has changed a great deal.
They (the wiki pages) are also very much incomplete. I'll update them
once I finish federating private messages - unless somebody from the
Diaspora project wants to take it on. It's not like I have nothing
better to do - it's not even my project.
Great to hear about your php pod / plugin projects.
(I am a drupal guy beside I dive a bit into diaspora contrib itself.)