414a95a784
No validation has been attempted yet. Lots of changes left. This is visibly not (very) different from the previous CSS layout. But some simplifications have been made. Might cause issues with local changes to themes and CSS. Also maybe javascript which depends on certain legacy microformats elements. The move to microformats2 is motivated by the announcement that all microformats should be migrated to version 2, as of 2014-06-20 at: http://microformats.org/2014/06/20/microformats-org-turns-9-upgrade-to-microformats2 |
||
---|---|---|
.. | ||
actions | ||
classes | ||
js | ||
lib | ||
res | ||
GNUsocialProfileExtensionsPlugin.php | ||
README.txt |
GNU Social Profile Extensions ============================= Allows administrators to define additional profile fields for the users of a GNU Social installation. Installation ------------ To install, copy this directory into your plugins directory and add the following lines to your config.php file: addPlugin('GNUsocialProfileExtensions'); $config['admin']['panels'][] = 'profilefields';