Quellcode durchsuchen

Merge pull request #105 from webscale-formulas/master

add missing sls files and readme
tags/v0.34.0
Forrest vor 8 Jahren
Ursprung
Commit
e6645cfa36
4 geänderte Dateien mit 72 neuen und 0 gelöschten Zeilen
  1. +66
    -0
      README.rst
  2. +2
    -0
      php/ng/cache-lite.sls
  3. +2
    -0
      php/ng/console-table.sls
  4. +2
    -0
      php/ng/ffmpeg.sls

+ 66
- 0
README.rst Datei anzeigen

@@ -459,3 +459,69 @@ Installs the php-xml package.
--------------

Installs the php-xsl package.

``php.ng.dev``
--------------

Installs the php5-dev and build-essential package.

``php.ng.gettext``
--------------

Installs the php-gettext package.

``php.ng.geshi``
--------------

Installs the php-geshi package.

``php.ng.mdb2``
--------------

Installs the php-mdb2 package.

``php.ng.mdb2-driver-mysql``
--------------

Installs the php-mdb2-driver-mysql package.

``php.ng.mdb2-driver-pgsql``
--------------

Installs the php-mdb2-driver-pgsql package.

``php.ng.seclib``
--------------

Installs the php-seclib package.

``php.ng.tidy``
--------------

Installs the php-tidy package.

``php.ng.tcpdf``
--------------

Installs the php-tcpdf package.

``php.ng.twig``
--------------

Installs the php-twig package.

``php.ng.cache-lite``
--------------

Installs the php-cache-lite package.

``php.ng.console-table``
--------------

Installs the php-console-table package.

``php.ng.ffmpeg``
--------------

Installs the php-ffmpeg package and ffmpeg.


+ 2
- 0
php/ng/cache-lite.sls Datei anzeigen

@@ -0,0 +1,2 @@
{% set state = 'cache-lite' %}
{% include "php/ng/installed.jinja" %}

+ 2
- 0
php/ng/console-table.sls Datei anzeigen

@@ -0,0 +1,2 @@
{% set state = 'console-table' %}
{% include "php/ng/installed.jinja" %}

+ 2
- 0
php/ng/ffmpeg.sls Datei anzeigen

@@ -0,0 +1,2 @@
{% set state = 'ffmpeg' %}
{% include "php/ng/installed.jinja" %}

Laden…
Abbrechen
Speichern