Skip to content

Commit

Permalink
docs: updated Bluesky handle
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Nov 24, 2024
1 parent 318fcdd commit c066b7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# phpMyFAQ Manual

phpMyFAQ is a multilingual, completely database-driven FAQ system. It supports various databases to store all data,
PHP 8.1+ is needed to access this data. phpMyFAQ also offers a multi-language Content Management System with a
phpMyFAQ is a multilingual, completely database-driven FAQ system.
It supports various databases to store all data; PHP 8.1+ is needed to access this data.
phpMyFAQ also offers a multi-language Content Management System with a
WYSIWYG editor and an Image Manager, real time search support with Elasticsearch, flexible multi-user support with user
and group based permissions on categories and records, a wiki-like revision feature, a news system, user-tracking,
40+ supported languages, enhanced automatic content negotiation, HTML5/CSS3 based responsive templates with support for
own text and HTML snippets, PDF-support, a backup-system, a dynamic sitemap, related FAQs, tagging, built-in spam
protection systems, OpenLDAP, Microsoft Active Directory, and Microsoft Entra ID support, and an easy-to-use
installation script. You can run phpMyFAQ on almost every web hosting provider or in the cloud in a Docker container.
installation script.
You can run phpMyFAQ on almost every web hosting provider or in the cloud in a Docker container.

This documentation should help you with installing, updating, using and administrating phpMyFAQ.

Expand All @@ -32,10 +34,9 @@ This documentation is licensed under a [Creative Commons License](http://creativ

### Support

If you should run into any problems using phpMyFAQ check out our support forums at
If you should run into any problems using phpMyFAQ, check out our support forums at
[forum.phpmyfaq.de](https://forum.phpmyfaq.de/).
You can also use our BlueSky account [@phpmyfaq.bsky.social](https://bsky.app/profile/phpmyfaq.bsky.social)
to ask us short question.
You can also use our Bluesky account [@phpmyfaq.de](https://bsky.app/profile/phpmyfaq.de) to ask us short question.
There is no free support by phone or email, please refrain from calling or mailing us.

The phpMyFAQ team offers the following paid services:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
"pre-push": "composer lint && composer validate && composer test && yarn pretty-quick --staged && yarn test"
}
},
"packageManager": "[email protected].19"
"packageManager": "[email protected].22"
}

0 comments on commit c066b7e

Please sign in to comment.