Skip to content

Commit c066b7e

Browse files
committed
docs: updated Bluesky handle
1 parent 318fcdd commit c066b7e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# phpMyFAQ Manual
22

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

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

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

3335
### Support
3436

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

4142
The phpMyFAQ team offers the following paid services:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@
7979
"pre-push": "composer lint && composer validate && composer test && yarn pretty-quick --staged && yarn test"
8080
}
8181
},
82-
"packageManager": "[email protected].19"
82+
"packageManager": "[email protected].22"
8383
}

0 commit comments

Comments
 (0)