diff --git a/composer.json b/composer.json
index 25fa249d0..c1a9c48ed 100755
--- a/composer.json
+++ b/composer.json
@@ -1,10 +1,31 @@
{
- "require": {
+ "repositories":
+ [
+ {
+ "type": "package",
+ "package":
+ {
+ "name": "jsoneditor",
+ "version": "5.5.6",
+ "dist":
+ {
+ "url": "https://github.com/josdejong/jsoneditor/archive/v5.5.6.zip",
+ "type": "zip"
+ }
+ }
+ }
+ ],
+
+
+
+ "require":
+ {
"components/jquery": "2.1.4",
"components/angular.js": "1.3.16",
"components/bootstrap": "3.3.5",
"michelf/php-markdown": "1.5.0",
- "netcarver/textile": "^3.5"
+ "netcarver/textile": "^3.5",
+ "jsoneditor": "5.5.6"
},
"require-dev":
{
diff --git a/composer.lock b/composer.lock
index a9413edd9..90f1f5e7f 100755
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "c07a27773905e5c19ee99e404627eafd",
- "content-hash": "6574a5f8f5995f3db237091bf4b70270",
+ "hash": "1f6a254f9c635aaea6f27ab79e43f2dc",
+ "content-hash": "ada2d68ca58da7a6f9a3901e8132d18e",
"packages": [
{
"name": "components/angular.js",
@@ -421,6 +421,17 @@
"homepage": "http://jquery.com",
"time": "2015-05-08 05:04:47"
},
+ {
+ "name": "jsoneditor",
+ "version": "5.5.6",
+ "dist": {
+ "type": "zip",
+ "url": "https://github.com/josdejong/jsoneditor/archive/v5.5.6.zip",
+ "reference": null,
+ "shasum": null
+ },
+ "type": "library"
+ },
{
"name": "michelf/php-markdown",
"version": "1.5.0",
@@ -471,9 +482,189 @@
"markdown"
],
"time": "2015-03-01 12:03:08"
+ },
+ {
+ "name": "netcarver/textile",
+ "version": "v3.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/textile/php-textile.git",
+ "reference": "bac6381fcab28cf6b6ae3d0e61b6a8c8d6adca13"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/textile/php-textile/zipball/bac6381fcab28cf6b6ae3d0e61b6a8c8d6adca13",
+ "reference": "bac6381fcab28cf6b6ae3d0e61b6a8c8d6adca13",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*",
+ "satooshi/php-coveralls": "0.6.*",
+ "squizlabs/php_codesniffer": "1.5.*",
+ "symfony/yaml": "2.4.*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.6-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Netcarver\\Textile": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "Textile markup language parser",
+ "homepage": "https://github.com/textile/php-textile",
+ "keywords": [
+ "document",
+ "format",
+ "html",
+ "language",
+ "markup",
+ "parser",
+ "php-textile",
+ "plaintext",
+ "textile"
+ ],
+ "time": "2016-11-17 14:18:12"
+ }
+ ],
+ "packages-dev": [
+ {
+ "name": "fzaninotto/faker",
+ "version": "v1.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/fzaninotto/Faker.git",
+ "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
+ "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.3.3|^7.0"
+ },
+ "require-dev": {
+ "ext-intl": "*",
+ "phpunit/phpunit": "~4.0",
+ "squizlabs/php_codesniffer": "~1.5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": []
+ },
+ "autoload": {
+ "psr-4": {
+ "Faker\\": "src/Faker/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "François Zaninotto"
+ }
+ ],
+ "description": "Faker is a PHP library that generates fake data for you.",
+ "keywords": [
+ "data",
+ "faker",
+ "fixtures"
+ ],
+ "time": "2016-04-29 12:21:54"
+ },
+ {
+ "name": "squizlabs/php_codesniffer",
+ "version": "2.7.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
+ "reference": "9b324f3a1132459a7274a0ace2e1b766ba80930f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9b324f3a1132459a7274a0ace2e1b766ba80930f",
+ "reference": "9b324f3a1132459a7274a0ace2e1b766ba80930f",
+ "shasum": ""
+ },
+ "require": {
+ "ext-simplexml": "*",
+ "ext-tokenizer": "*",
+ "ext-xmlwriter": "*",
+ "php": ">=5.1.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.0"
+ },
+ "bin": [
+ "scripts/phpcs",
+ "scripts/phpcbf"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.x-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "CodeSniffer.php",
+ "CodeSniffer/CLI.php",
+ "CodeSniffer/Exception.php",
+ "CodeSniffer/File.php",
+ "CodeSniffer/Fixer.php",
+ "CodeSniffer/Report.php",
+ "CodeSniffer/Reporting.php",
+ "CodeSniffer/Sniff.php",
+ "CodeSniffer/Tokens.php",
+ "CodeSniffer/Reports/",
+ "CodeSniffer/Tokenizers/",
+ "CodeSniffer/DocGenerators/",
+ "CodeSniffer/Standards/AbstractPatternSniff.php",
+ "CodeSniffer/Standards/AbstractScopeSniff.php",
+ "CodeSniffer/Standards/AbstractVariableSniff.php",
+ "CodeSniffer/Standards/IncorrectPatternException.php",
+ "CodeSniffer/Standards/Generic/Sniffs/",
+ "CodeSniffer/Standards/MySource/Sniffs/",
+ "CodeSniffer/Standards/PEAR/Sniffs/",
+ "CodeSniffer/Standards/PSR1/Sniffs/",
+ "CodeSniffer/Standards/PSR2/Sniffs/",
+ "CodeSniffer/Standards/Squiz/Sniffs/",
+ "CodeSniffer/Standards/Zend/Sniffs/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Greg Sherwood",
+ "role": "lead"
+ }
+ ],
+ "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
+ "homepage": "http://www.squizlabs.com/php-codesniffer",
+ "keywords": [
+ "phpcs",
+ "standards"
+ ],
+ "time": "2016-11-30 04:02:31"
}
],
- "packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
diff --git a/include/meta/jsoneditor.php b/include/meta/jsoneditor.php
new file mode 100644
index 000000000..0856273f0
--- /dev/null
+++ b/include/meta/jsoneditor.php
@@ -0,0 +1,32 @@
+
+ */
+//require_once(dirname(__FILE__).'/config/vilesci.config.inc.php'); Muss vor dieser Datei eingebunden werden!
+
+$dr = DOC_ROOT;
+$dr = str_replace($_SERVER["DOCUMENT_ROOT"], "", $dr);
+if($dr=='')
+ $dr='/';
+
+//Originaldateien des Herstellers
+echo '';
+echo '';
+
+
+?>