Version 0.3 features - lafnlab/Amore GitHub Wiki
Version 0.3 of Amore is a work-in-progress, so some of the details below may change by the time it gets released.
Current features
- RSS and Atom feeds of public timeline
- RSS and Atom feeds of user timelines
- Nodeinfo 1.0 and 2.0
- Easy to install
- Easy to configure
- Registrations can be open or closed
- Admin can create, delete, and edit the following
- Currencies
- Eye colors
- Genders
- Hair colors
- Locales
- Locations/places
- Nationalities
- Relationship statuses
- Sexualities
- Spoken languages
- Time zones
- Admin can create, edit, or delete a user
- Public can view public timeline
- Public can view public profile of users
- Public can view some website statistics
- Users can create posts
- Users can create and edit their own profiles.
- ... and more.
To be done
- pub/the-statistics.php - partly done
- pub/dash/delete-profile.php - user can delete their own account
- pub/dash/change-passphrase.php
- pub/dash/admin/settings-home-page.php
- pub/dash/admin/settings-privacy.php
- pub/dash/admin/ban-user.php
- pub/dash/admin/suspend-user.php
- pub/dash/admin/delete-post.php
- pub/dash/admin/passphrase-reset.php
- pub/followers.php
- pub/following.php
- pub/favorites.php
- pub/directory.php (list of local users who want to be listed in directory)
- pub/places.php (list users, groups, events, etc in a given place)
- function flag_post - flags a post for moderators to look at
- persistent login/remember me
- images
- like images
- dislike images
- avatars
- date and time formats linked to chosen locale
- WebFinger
- Translations
- default locale for use as a template
- en-US locale
- Documentation
- developer documentation
- admin documentation
- translator documentation