This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Amoratis CHMOD

Description

This plugin provides a sidebar widget which can be used to adorn and supplement the functionality of your page. By clicking checkboxes, the user can generate the appropriate octal notation for file permissions. Creating a tutorial on file permissions? Place this into your sidebar. Do you run a page covering Linux issues for noobs? Place this into your sidebar and provide some utility that gives people a reason to bookmark your page and keep coming back.

In Unix-like operating systems, chmod is the command and system call which may change the access permissions to file system objects (files and directories). It may also alter special mode flags. The request is filtered by the umask. The name is an abbreviation of change mode. (Wikipedia)

Installation

Install the plugin as you would install any WordPress plugin. Activate it. Then from the administration interface of WordPress, you can click Appearance -> Widgets. Simply drag the Amoratis CHMOD widget into the sidebar configuration display at a position of your choosing. When you visit the front page of your website, there will be a CHMOD converter in your sidebar.

FAQ

Q. Does this plugin change the permissions of my files?

A. No. This plugin places a widget in your sidebar which has checkboxes in it. As you click the checkboxes, the numbers below the checkboxes change. Those numbers are the octal notation which can be used for setting file permissions.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Amoratis CHMOD” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Amoratis CHMOD” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.0 Converted the plugin to an object so it can be more effectively unit tested. This is not something a website visitor will notice. It is back end functionality that is useful for web developers who would like to include testing of this plugin in their unit testing.

1.01 More robust implementation of enqueue script. It just means that the plugin will be more compatible with more themes, and less likely to malfunction.

1.00 This initial release of the plugin has been tested to work with WordPress 3.9. This widget does not enforce its own colors or fonts, and should appear consistent with the rest of your themed page content. Tested to work on desktop or mobile.