diff --git a/web/.csslintrc b/web/.csslintrc deleted file mode 100644 index 177e4fc..0000000 --- a/web/.csslintrc +++ /dev/null @@ -1,40 +0,0 @@ ---errors=box-model, - display-property-grouping, - duplicate-background-images, - duplicate-properties, - empty-rules, - ids, - import, - important, - known-properties, - outline-none, - overqualified-elements, - qualified-headings, - shorthand, - star-property-hack, - text-indent, - underscore-property-hack, - unique-headings, - unqualified-attributes, - vendor-prefix, - zero-units ---ignore=adjoining-classes, - box-sizing, - bulletproof-font-face, - compatible-vendor-prefixes, - errors, - fallback-colors, - floats, - font-faces, - font-sizes, - gradients, - import-ie-limit, - order-alphabetical, - regex-selectors, - rules-count, - selector-max, - selector-max-approaching, - selector-newline, - universal-selector ---exclude-list=core/assets, - vendor diff --git a/web/.eslintignore b/web/.eslintignore deleted file mode 100644 index 9c13487..0000000 --- a/web/.eslintignore +++ /dev/null @@ -1,8 +0,0 @@ -core/**/* -vendor/**/* -sites/**/files/**/* -libraries/**/* -sites/**/libraries/**/* -profiles/**/libraries/**/* -**/js_test_files/**/* -**/node_modules/**/* diff --git a/web/.eslintrc.json b/web/.eslintrc.json deleted file mode 100644 index d4bbc92..0000000 --- a/web/.eslintrc.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./core/.eslintrc.json" -} diff --git a/web/.gitignore b/web/.gitignore deleted file mode 100644 index 7cc1ff6..0000000 --- a/web/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/.ht.router.php -/.htaccess -/INSTALL.txt -/autoload.php -/robots.txt \ No newline at end of file diff --git a/web/README.md b/web/README.md deleted file mode 100644 index c3e5371..0000000 --- a/web/README.md +++ /dev/null @@ -1,75 +0,0 @@ -Drupal Logo - -Drupal is an open source content management platform supporting a variety of -websites ranging from personal weblogs to large community-driven websites. For -more information, visit the Drupal website, [Drupal.org][Drupal.org], and join -the [Drupal community][Drupal community]. - -## Contributing - -Drupal is developed on [Drupal.org][Drupal.org], the home of the international -Drupal community since 2001! - -[Drupal.org][Drupal.org] hosts Drupal's [GitLab repository][GitLab repository], -its [issue queue][issue queue], and its [documentation][documentation]. Before -you start working on code, be sure to search the [issue queue][issue queue] and -create an issue if your aren't able to find an existing issue. - -Every issue on Drupal.org automatically creates a new community-accessible fork -that you can contribute to. Learn more about the code contribution process on -the [Issue forks & merge requests page][issue forks]. - -## Usage - -For a brief introduction, see [USAGE.txt](/core/USAGE.txt). You can also find -guides, API references, and more by visiting Drupal's [documentation -page][documentation]. - -You can quickly extend Drupal's core feature set by installing any of its -[thousands of free and open source modules][modules]. With Drupal and its -module ecosystem, you can often build most or all of what your project needs -before writing a single line of code. - -## Changelog - -Drupal keeps detailed [change records][changelog]. You can search Drupal's -changes for a record of every notable breaking change and new feature since -2011. - -## Security - -For a list of security announcements, see the [Security advisories -page][Security advisories] (available as [an RSS feed][security RSS]). This -page also describes how to subscribe to these announcements via email. - -For information about the Drupal security process, or to find out how to report -a potential security issue to the Drupal security team, see the [Security team -page][security team]. - -## Need a helping hand? - -Visit the [Support page][support] or browse [over a thousand Drupal -providers][service providers] offering design, strategy, development, and -hosting services. - -## Legal matters - -Know your rights when using Drupal by reading Drupal core's -[license](/core/LICENSE.txt). - -Learn about the [Drupal trademark and logo policy here][trademark]. - -[Drupal.org]: https://www.drupal.org -[Drupal community]: https://www.drupal.org/community -[GitLab repository]: https://git.drupalcode.org/project/drupal -[issue queue]: https://www.drupal.org/project/issues/drupal -[issue forks]: https://www.drupal.org/drupalorg/docs/gitlab-integration/issue-forks-merge-requests -[documentation]: https://www.drupal.org/documentation -[changelog]: https://www.drupal.org/list-changes/drupal -[modules]: https://www.drupal.org/project/project_module -[security advisories]: https://www.drupal.org/security -[security RSS]: https://www.drupal.org/security/rss.xml -[security team]: https://www.drupal.org/drupal-security-team -[service providers]: https://www.drupal.org/drupal-services -[support]: https://www.drupal.org/support -[trademark]: https://www.drupal.com/trademark diff --git a/web/example.gitignore b/web/example.gitignore deleted file mode 100644 index d77a48b..0000000 --- a/web/example.gitignore +++ /dev/null @@ -1,42 +0,0 @@ -# This file contains default .gitignore rules. To use it, copy it to .gitignore, -# and it will cause files like your settings.php and user-uploaded files to be -# excluded from Git version control. This is a common strategy to avoid -# accidentally including private information in public repositories and patch -# files. -# -# Because .gitignore can be specific to your site, this file has a different -# name; updating Drupal core will not override your custom .gitignore file. - -# Ignore core when managing all of a project's dependencies with Composer -# including Drupal core. -# core - -# Ignore dependencies that are managed with Composer. -# Generally you should only ignore the root vendor directory. It's important -# that core/assets/vendor and any other vendor directories within contrib or -# custom module, theme, etc., are not ignored unless you purposely do so. -/vendor/ - -# Ignore configuration files that may contain sensitive information. -sites/*/settings*.php -sites/*/services*.yml - -# Ignore paths that contain user-generated content. -sites/*/files -sites/*/private - -# Ignore multi-site test environment. -sites/simpletest - -# If you prefer to store your .gitignore file in the sites/ folder, comment -# or delete the previous settings and uncomment the following ones, instead. - -# Ignore configuration files that may contain sensitive information. -# */settings*.php - -# Ignore paths that contain user-generated content. -# */files -# */private - -# Ignore multi-site test environment. -# simpletest diff --git a/web/index.php b/web/index.php deleted file mode 100644 index 750dc28..0000000 --- a/web/index.php +++ /dev/null @@ -1,22 +0,0 @@ -handle($request); -$response->send(); - -$kernel->terminate($request, $response); diff --git a/web/update.php b/web/update.php deleted file mode 100644 index b65649c..0000000 --- a/web/update.php +++ /dev/null @@ -1,30 +0,0 @@ -handle($request); -$response->send(); - -$kernel->terminate($request, $response); diff --git a/web/web.config b/web/web.config deleted file mode 100644 index b769e45..0000000 --- a/web/web.config +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -