gnu-social/plugins/WikiHowProfile
Alexei Sorokin 08145f635f Implement a class for automatic temporary file handling
And adopt it all over the code.
2020-09-04 13:15:23 +03:00
..
locale [VersionBump] 2.0.0alpha0 2020-08-04 05:31:44 +01:00
README WikiHowProfile plugin; pulls avatar from WikiHow profile pages when registering or adding account with OpenID. (Full name, location, homepage, and bio are also on the profile page but not marked up in a way they can be easily retrieved yet.) 2010-05-25 17:11:46 -07:00
WikiHowProfilePlugin.php Implement a class for automatic temporary file handling 2020-09-04 13:15:23 +03:00

README

This is an additional plugin which piggybacks on OpenID authentication to pull
profile information from WikiHow user pages when creating or updating accounts.

WikiHow runs a customized MediaWiki setup, with locally-built extensions to add
profile features such as an avatar. As this additional info isn't yet exposed
through OpenID, we need to pull it separately.