This standalone software is meant to provide a global public directory of Friendica profiles across nodes.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Tobias Diekershoff f707df488b added Gaelic, Scottish translation THX GunChleoc 2 years ago
.github Update references to friendica/friendica-directory stable branch 3 years ago
bin Used \Some\Foo::class instead of '\Some\Foo' which type-safe and easier to find by your editor/IDE 3 years ago
config Add Custom Pages feature 5 years ago
docs Add page size parameter to search 3 years ago
logs First commit 5 years ago
public Remove unused Open Iconic assets 5 years ago
src added Gaelic, Scottish translation THX GunChleoc 2 years ago
tests/Functional First commit 5 years ago
.gitignore Add src/settings.php back 5 years ago
INSTALL.md Set Composer to --no-dev on install in doc 5 years ago
LICENSE Add documentation and license 5 years ago
README.md Updated README about custom pages 5 years ago
UPDATE.md Add database structure update known issue in doc 5 years ago
VERSION Bump version number for 2.3.0 release 3 years ago
composer.json [Composer] Add expected ext-pdo dependency 3 years ago
composer.lock [Composer] Add expected ext-pdo dependency 3 years ago
phpunit.xml First commit 5 years ago
psalm.xml First commit 5 years ago

README.md

Friendica Global Directory

This standalone software is meant to provide a global public directory of Friendica profiles across nodes.

This is an opt-in directory, meaning that each node can choose not to submit its profiles to global directories, and each user can individually choose not to be submitted.

Requirements

  • PHP >= 7.1 with:
    • Curl
    • GD
    • JSON
  • Command-line access
  • A web server with URL rewriting (Apache)
  • A database server (MariaDB)
  • A background task scheduler (Crontab)
  • About 60 MB for a Git install
  • About 100 MB for a full database

Installation

Please refer to the provided installation instructions.

Update from a previous version

Please refer to the provided update instructions.

Custom pages

If you need to add custom HTML pages as required by law to publish any website processing data in some countries, simply add your HTML files in the config/pages folder, they will be automatically linked from the footer.

Tips:

  • The expected extension is .html.
  • Underscores in the page file name are replaced by spaces in the page link label.
  • Accents aren't supported.

See also

Special thanks