A way to safely schedule messages with Mastodon and Pleroma
Find a file
Thomas b306c007e2 Merge branch 'l10n_master' into 'master'
New Crowdin translations

See merge request tom79/fediplan!60
2019-08-26 07:43:55 +02:00
bin Initial commit 2019-08-08 17:29:59 +02:00
config Japanese translation 2019-08-24 17:15:11 +02:00
public Fix navigation 2019-08-25 09:22:44 +02:00
src Update picker 2019-08-22 16:09:33 +02:00
templates Fix navigation 2019-08-25 09:22:44 +02:00
translations Merge branch 'l10n_master' into 'master' 2019-08-26 07:43:55 +02:00
.env Initial commit 2019-08-08 17:29:59 +02:00
.gitignore Initial commit 2019-08-08 17:29:59 +02:00
composer.json Remove flags 2019-08-22 12:24:02 +02:00
composer.lock Update composer + fix translation issue 2019-08-22 12:42:29 +02:00
crowdin.yml Update crowdin configuration 2019-08-22 11:15:59 +02:00
LICENSE Add LICENSE 2019-08-13 10:38:58 +02:00
README.md Dutch translation + some changes 2019-08-22 09:54:45 +02:00
symfony.lock Remove flags 2019-08-22 12:24:02 +02:00

If you want to contribute to a translation:Crowdin

How to install FediPlan

1 - Clone the repository

2 - Install vendors:

composer install -o

PS: You need to install composer, just use:

apt install composer

Or you can do that with the following commands:

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === '48e3236262b34d30969dca3c37281b3b4bbe3221bda826ac6a9a62d6444cdb0dcd0615698a5cbe587c3f0fe57a54d8f5') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"

See: Download Composer

3 - Public directory:

Your site needs to target /path/to/FediPlan/public

TODO:

1. Polls
2. Autocompletion for mentions, tags and emojis
3. Check and edit scheduled statuses.

Support My work at fedilab.app