This open source project was created by the Plesk team. It encourages Plesk administrators to help each other by filling in missing descriptions of Panel.ini Editor settings.
By default, the panel.ini
file has a number of preconfigured settings with useful comments in front of each section.
It is sufficient to get a brief grasp of basic panel.ini
settings but not enough for something more challenging.
So, in Panel.ini Editor 3.1.0, we have added the "Description" column so that each panel.ini
setting can now have a description.
Each setting can, but few have…
We added descriptions for a number of useful settings, but filling in each description is not our target.
In Plesk 17.9, you can edit descriptions right inside Panel.ini Editor. Type whatever you like, because these descriptions are saved on your server only.
However, if you feel that your descriptions are too good to keep to yourself, you can share them with other Panel.Ini Editor users (we would be really grateful if you do!).
-
Add a branch to the ext-panel-ini-editor-descriptions repository.
-
Pick a language to write descriptions in:
-
To write in English, edit the
en-US.json
file inside the branch. -
To write in another language, create a new JSON file inside the cloned repository (unless the file for the same language already exists). Name the JSON file according to the languages codes here.
For example, if you want to add descriptions in German and no one has created the JSON file for the German locale yet, create
de-DE.json
and edit it.
-
-
Add descriptions complying with the JSON file structure:
{ "section1": { "setting1": "description", "setting2": "description" }, " section2": { "setting1": "description" } }
For example, if you want to add a description for the
allowedIPs
setting,then the JSON entry will look like this:
{ "api": { "allowedIPs": "description" } }
-
Commit the changes to your branch and then create a pull request to the ext-panel-ini-editor-descriptions repository.
We regularly review pull requests and approve good ones. Each released version of Panel.Ini Editor will include these approved descriptions.
When Panel.ini Editor is updated, users will receive a bunch of new descriptions of panel.ini
settings.
Our best contributors are: ChgoChad.