mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
- Remove misc TinyMCE mentions in docs and minifyjs
This commit is contained in:
parent
66482c1d9c
commit
46fe6b1908
4 changed files with 16 additions and 35 deletions
|
@ -36,7 +36,7 @@ Therefore this document does not yet cover all the options
|
|||
|
||||
Set the content for the site banner.
|
||||
The default logo is the Friendica logo and name.
|
||||
You may wish to provide HTML/CSS to style and/or position this content, as it may not be themed by default.
|
||||
You may wish to provide HTML/CSS to style and/or position this content, as it may not be themed by default.
|
||||
|
||||
#### Language
|
||||
|
||||
|
@ -65,7 +65,7 @@ You may find a lot of spammers trying to register on your site.
|
|||
During testing we discovered that since these registrations were automatic, the "Full Name" field was often set to just an account name with no space between first and last name.
|
||||
If you would like to support people with only one name as their full name, you may change this setting to true.
|
||||
Default is false.
|
||||
|
||||
|
||||
#### OpenID
|
||||
|
||||
By default, OpenID may be used for both registration and logins.
|
||||
|
@ -80,7 +80,7 @@ By default, logged in users can register additional accounts for use as pages.
|
|||
These will still require approval if the registration policy is set to *require approval*
|
||||
You may prohibit logged in users from creating additional accounts by setting *block multible registrations* to true.
|
||||
Default is false.
|
||||
|
||||
|
||||
### File upload
|
||||
|
||||
#### Maximum Image Size
|
||||
|
@ -94,7 +94,7 @@ The default is set to 0, which means no limits.
|
|||
|
||||
This configures the URL to update the global directory, and is supplied in the default configuration.
|
||||
The undocumented part is that if this is not set, the global directory is completely unavailable to the application.
|
||||
This allows a private community to be completely isolated from the global network.
|
||||
This allows a private community to be completely isolated from the global network.
|
||||
|
||||
#### Force Publish
|
||||
|
||||
|
@ -130,7 +130,7 @@ Wildcards are accepted.
|
|||
(Wildcard support on Windows platforms requires PHP5.3).
|
||||
By default, any (valid) email address is allowed in registrations.
|
||||
|
||||
#### Allow Users to set remote_self
|
||||
#### Allow Users to set remote_self
|
||||
|
||||
If you enable the `Allow Users to set remote_self` users can select Atom feeds from their contact list being their *remote self* in die advanced contact settings.
|
||||
Which means that postings by the remote self are automatically reposted by Friendica in their names.
|
||||
|
@ -165,7 +165,7 @@ By default Friendica allows SSL communication between websites that have "self-s
|
|||
For the widest compatibility with browsers and other networks we do not recommend using self-signed certificates, but we will not prevent you from using them.
|
||||
SSL encrypts all the data transmitted between sites (and to your browser).
|
||||
This allows you to have completely encrypted communications, and also protect your login session from hijacking.
|
||||
Self-signed certificates can be generated for free, without paying top-dollar for a website SSL certificate.
|
||||
Self-signed certificates can be generated for free, without paying top-dollar for a website SSL certificate.
|
||||
However these aren't looked upon favourably in the security community because they can be subject to so-called "man-in-the-middle" attacks.
|
||||
If you wish, you can turn on strict certificate checking.
|
||||
This will mean you cannot connect (at all) to self-signed SSL sites.
|
||||
|
@ -213,8 +213,7 @@ To select a default theme for the Friendica node, see the *Site* section of the
|
|||
|
||||
## Additional Features
|
||||
|
||||
There are several optional features in Friendica.
|
||||
Like the *dislike* button or the usage of a *richtext editor* for composing new postings.
|
||||
There are several optional features in Friendica like the *dislike* button.
|
||||
In this section of the admin panel you can select a default setting for your node and eventually fix it, so users cannot change the setting anymore.
|
||||
|
||||
## DB Updates
|
||||
|
@ -270,7 +269,7 @@ You should set up some kind of [log rotation](https://en.wikipedia.org/wiki/Log_
|
|||
|
||||
By default PHP warnings and error messages are supressed.
|
||||
If you want to enable those, you have to activate them in the ``.htconfig.php`` file.
|
||||
Use the following settings to redirect PHP errors to a file.
|
||||
Use the following settings to redirect PHP errors to a file.
|
||||
|
||||
Config:
|
||||
|
||||
|
@ -283,7 +282,7 @@ This will put all PHP errors in the file php.out (which must be writeable by the
|
|||
Undeclared variables are occasionally referenced in the program and therefore we do not recommend using `E_NOTICE` or `E_ALL`.
|
||||
The vast majority of issues reported at these levels are completely harmless.
|
||||
Please report to the developers any errors you encounter in the logs using the recommended settings above.
|
||||
They generally indicate issues which need to be resolved.
|
||||
They generally indicate issues which need to be resolved.
|
||||
|
||||
If you encounter a blank (white) page when using the application, view the PHP logs - as this almost always indicates an error has occurred.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue