Show path lists as an image or a tree of text representing the path hierarchies with a file system manager's style.
Calificaciones
Última actualización
April 28, 2015
Versión
0.8.3

What to do?

Use a list of paths and produces a pic representing a hierarchy of paths (which can be a PNG image or tree text) of a File Manager Windows or Linux.

Why use it?

You can save time because you avoid that you have to capture the image of the paths in your File Manager, save it, upload it and set it in WordPress.

You will have available in your articles your paths in text format.

If you have installed Windows and you need to show your style paths with Linux File Manager you can do with this plugin. The same case but Linux to Windows is also considered.

How to use it?

You just need to write the paths you want to generate using the directory separators File System correct, ie if you go to enter paths in the form of Linux, you will have to use as the directory separator / (Forwardslash) or if you’re using Windows format you should use the \ (backslash).

You will have to configure the visual characteristics of the pic choosing the graphical mode or text and style is available for each mode.

In the shortcode’s final indicator making sure that I not contain any spaces before ]

Correct : [/pathpic]

Incorrect [/pathpic ] (see the space between pathpic and ])

Where to use?

Once installed on wordpress plugin, you could use in your articles.

Parameters:

  1. style Select which style will have the pic generated from the list of paths used. These are the available values:

    MODE–>VALUE———>DESCRIPTION image->W7————>Windows 7 image->XP————>Windows XP image->Ubuntu——–>Ubuntu image->Netbeans——>Netbeans 7 text–>TotalTerminal->Mac text–>Guake———>Ubuntu o Gnome text–>Yaquake——->Ubuntu o Gnome

    Example: style = «TotalTerminal»

  2. mode Indicates the visual format of the pic. The available values are: image and text. Example: mode = «text»

  3. os Indicates the format of the paths according to the operating system. The available values are: Linux and Windows.

  4. files It is a sequence of numbers separated by commas referring to the number of row in the list of paths and will be shown as the output file. Note that the row numbers start at 0 (zero). Example: files = «0,1,2»

  5. highlights It is a sequence of numbers separated by commas referred to the row number list paths and Seru shown highlighted in the output. Note that the row numbers start at 0 (zero). Example: highlights = «2»

Requeriments

  1. In php set buffer_output directive to ‘On’.
  2. Library GD2 installed.
  3. Allowing to use of base64 encoding.
Probado hasta
3.4.2
Te puedes descargar este plugin para utilizarlo en tu instalación autoalojada de WordPress.