Copied 5.5 to latest with mike 1.1.2
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 11 May 2022 08:24:23 +0000 (08:24 +0000)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 11 May 2022 08:24:23 +0000 (08:24 +0000)
118 files changed:
latest/404.html
latest/getting-started/index.html
latest/index.html
latest/javascript/code-snippets/index.html
latest/javascript/general-usage/index.html
latest/javascript/helper-functions/index.html
latest/javascript/legacy-api/index.html
latest/javascript/new-api_ajax/index.html
latest/javascript/new-api_browser/index.html
latest/javascript/new-api_core/index.html
latest/javascript/new-api_data-structures/index.html
latest/javascript/new-api_dialogs/index.html
latest/javascript/new-api_dom/index.html
latest/javascript/new-api_events/index.html
latest/javascript/new-api_ui/index.html
latest/javascript/new-api_writing-a-module/index.html
latest/javascript/typescript/index.html
latest/migration/wcf21/css/index.html
latest/migration/wcf21/package/index.html
latest/migration/wcf21/php/index.html
latest/migration/wcf21/templates/index.html
latest/migration/wsc30/css/index.html
latest/migration/wsc30/javascript/index.html
latest/migration/wsc30/package/index.html
latest/migration/wsc30/php/index.html
latest/migration/wsc30/templates/index.html
latest/migration/wsc31/form-builder/index.html
latest/migration/wsc31/like/index.html
latest/migration/wsc31/php/index.html
latest/migration/wsc52/libraries/index.html
latest/migration/wsc52/php/index.html
latest/migration/wsc52/templates/index.html
latest/migration/wsc53/javascript/index.html
latest/migration/wsc53/libraries/index.html
latest/migration/wsc53/php/index.html
latest/migration/wsc53/session/index.html
latest/migration/wsc53/templates/index.html
latest/migration/wsc54/deprecations_removals/index.html [new file with mode: 0644]
latest/migration/wsc54/forum_subscriptions/index.html [new file with mode: 0644]
latest/migration/wsc54/javascript/index.html [new file with mode: 0644]
latest/migration/wsc54/libraries/index.html [new file with mode: 0644]
latest/migration/wsc54/php/index.html [new file with mode: 0644]
latest/migration/wsc54/templates/index.html [new file with mode: 0644]
latest/package/database-php-api/index.html
latest/package/package-xml/index.html
latest/package/pip/acl-option/index.html
latest/package/pip/acp-menu/index.html
latest/package/pip/acp-search-provider/index.html
latest/package/pip/acp-template-delete/index.html [new file with mode: 0644]
latest/package/pip/acp-template/index.html
latest/package/pip/bbcode/index.html
latest/package/pip/box/index.html
latest/package/pip/clipboard-action/index.html
latest/package/pip/core-object/index.html
latest/package/pip/cronjob/index.html
latest/package/pip/database/index.html
latest/package/pip/event-listener/index.html
latest/package/pip/file-delete/index.html [new file with mode: 0644]
latest/package/pip/file/index.html
latest/package/pip/index.html
latest/package/pip/language/index.html
latest/package/pip/media-provider/index.html
latest/package/pip/menu-item/index.html
latest/package/pip/menu/index.html
latest/package/pip/object-type-definition/index.html
latest/package/pip/object-type/index.html
latest/package/pip/option/index.html
latest/package/pip/page/index.html
latest/package/pip/pip/index.html
latest/package/pip/script/index.html
latest/package/pip/smiley/index.html
latest/package/pip/sql/index.html
latest/package/pip/style/index.html
latest/package/pip/template-delete/index.html [new file with mode: 0644]
latest/package/pip/template-listener/index.html
latest/package/pip/template/index.html
latest/package/pip/user-group-option/index.html
latest/package/pip/user-menu/index.html
latest/package/pip/user-notification-event/index.html
latest/package/pip/user-option/index.html
latest/package/pip/user-profile-menu/index.html
latest/php/api/caches/index.html
latest/php/api/caches_persistent-caches/index.html
latest/php/api/caches_runtime-caches/index.html
latest/php/api/comments/index.html
latest/php/api/cronjobs/index.html
latest/php/api/event_list/index.html
latest/php/api/events/index.html
latest/php/api/form_builder/dependencies/index.html
latest/php/api/form_builder/form_fields/index.html
latest/php/api/form_builder/overview/index.html
latest/php/api/form_builder/structure/index.html
latest/php/api/form_builder/validation_data/index.html
latest/php/api/package_installation_plugins/index.html
latest/php/api/sitemaps/index.html
latest/php/api/user_activity_points/index.html
latest/php/api/user_notifications/index.html
latest/php/apps/index.html
latest/php/code-style-documentation/index.html
latest/php/code-style/index.html
latest/php/database-access/index.html
latest/php/database-objects/index.html
latest/php/exceptions/index.html
latest/php/gdpr/index.html
latest/php/pages/index.html
latest/tutorial/series/overview/index.html
latest/tutorial/series/part_1/index.html
latest/tutorial/series/part_2/index.html
latest/tutorial/series/part_3/index.html
latest/tutorial/series/part_4/index.html
latest/tutorial/series/part_5/index.html
latest/tutorial/series/part_6/index.html
latest/view/css/index.html
latest/view/languages-naming-conventions/index.html
latest/view/languages/index.html
latest/view/template-plugins/index.html
latest/view/templates/index.html
versions.json

index aa0cd8eed8e426ef088cbb0d8010874bf55ad162..acb7df0aaf30d401387ced6cdd21bc889ad08705 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../5.4/404.html" />
+    <meta http-equiv="refresh" content="1; url=../5.5/404.html" />
   </noscript>
   <script>
-    window.location.replace("../5.4/404.html" + window.location.hash);
+    window.location.replace("../5.5/404.html" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../5.4/404.html">../5.4/404.html</a>...
+  Redirecting to <a href="../5.5/404.html">../5.5/404.html</a>...
 </body>
 </html>
\ No newline at end of file
index 7786d718aac36a4a630b098d649325348940e579..4748e5bb57919c0d4d2f27de88458671df50eefe 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../5.4/getting-started/" />
+    <meta http-equiv="refresh" content="1; url=../../5.5/getting-started/" />
   </noscript>
   <script>
-    window.location.replace("../../5.4/getting-started/" + window.location.hash);
+    window.location.replace("../../5.5/getting-started/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../5.4/getting-started/">../../5.4/getting-started/</a>...
+  Redirecting to <a href="../../5.5/getting-started/">../../5.5/getting-started/</a>...
 </body>
 </html>
\ No newline at end of file
index 4ad5e332ce86ba1ac71e80a09222751e83cce3a0..59b8cce8ac001cf8d2f14ad25b9d8678f5a9494c 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../5.4/" />
+    <meta http-equiv="refresh" content="1; url=../5.5/" />
   </noscript>
   <script>
-    window.location.replace("../5.4/" + window.location.hash);
+    window.location.replace("../5.5/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../5.4/">../5.4/</a>...
+  Redirecting to <a href="../5.5/">../5.5/</a>...
 </body>
 </html>
\ No newline at end of file
index eeff650364195d8d31712a35f09f3fa38f998d37..6bdaddb185defc9ee14312270a61c63ee0451fcd 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/javascript/code-snippets/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/javascript/code-snippets/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/javascript/code-snippets/" + window.location.hash);
+    window.location.replace("../../../5.5/javascript/code-snippets/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/javascript/code-snippets/">../../../5.4/javascript/code-snippets/</a>...
+  Redirecting to <a href="../../../5.5/javascript/code-snippets/">../../../5.5/javascript/code-snippets/</a>...
 </body>
 </html>
\ No newline at end of file
index d32413b2d6bdb75fe953b0e3707eaf194656d4b2..61fc893e13e8e93e1aa4ee036b5b4e4fea33954e 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/javascript/general-usage/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/javascript/general-usage/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/javascript/general-usage/" + window.location.hash);
+    window.location.replace("../../../5.5/javascript/general-usage/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/javascript/general-usage/">../../../5.4/javascript/general-usage/</a>...
+  Redirecting to <a href="../../../5.5/javascript/general-usage/">../../../5.5/javascript/general-usage/</a>...
 </body>
 </html>
\ No newline at end of file
index ba8d0ea9b63884f3bebc14ca021f46fc7f81f14e..1c0d3ae6408575432aa33727cd287a8aa361f955 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/javascript/helper-functions/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/javascript/helper-functions/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/javascript/helper-functions/" + window.location.hash);
+    window.location.replace("../../../5.5/javascript/helper-functions/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/javascript/helper-functions/">../../../5.4/javascript/helper-functions/</a>...
+  Redirecting to <a href="../../../5.5/javascript/helper-functions/">../../../5.5/javascript/helper-functions/</a>...
 </body>
 </html>
\ No newline at end of file
index 71255b78ba4c81a0bb3ae7ea789678efc9710d66..bd592929f731224a1dd1d90af263e57412ec708e 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/javascript/legacy-api/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/javascript/legacy-api/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/javascript/legacy-api/" + window.location.hash);
+    window.location.replace("../../../5.5/javascript/legacy-api/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/javascript/legacy-api/">../../../5.4/javascript/legacy-api/</a>...
+  Redirecting to <a href="../../../5.5/javascript/legacy-api/">../../../5.5/javascript/legacy-api/</a>...
 </body>
 </html>
\ No newline at end of file
index b09fae0acd18f79f4c508040659932c05f31db52..b27d37cbb40ea76aab541814e5101557579a2ce0 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/javascript/new-api_ajax/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/javascript/new-api_ajax/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/javascript/new-api_ajax/" + window.location.hash);
+    window.location.replace("../../../5.5/javascript/new-api_ajax/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/javascript/new-api_ajax/">../../../5.4/javascript/new-api_ajax/</a>...
+  Redirecting to <a href="../../../5.5/javascript/new-api_ajax/">../../../5.5/javascript/new-api_ajax/</a>...
 </body>
 </html>
\ No newline at end of file
index b8b82a100818bcc9ab8602e54e130db49f9cd13c..e75575e80c5f392013f1f9593dcfc51a9b29432e 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/javascript/new-api_browser/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/javascript/new-api_browser/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/javascript/new-api_browser/" + window.location.hash);
+    window.location.replace("../../../5.5/javascript/new-api_browser/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/javascript/new-api_browser/">../../../5.4/javascript/new-api_browser/</a>...
+  Redirecting to <a href="../../../5.5/javascript/new-api_browser/">../../../5.5/javascript/new-api_browser/</a>...
 </body>
 </html>
\ No newline at end of file
index b3df2565b84a63df58ee08738b266212d50b0416..e630e9c1c4f76d18babd768b34fe918725c44429 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/javascript/new-api_core/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/javascript/new-api_core/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/javascript/new-api_core/" + window.location.hash);
+    window.location.replace("../../../5.5/javascript/new-api_core/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/javascript/new-api_core/">../../../5.4/javascript/new-api_core/</a>...
+  Redirecting to <a href="../../../5.5/javascript/new-api_core/">../../../5.5/javascript/new-api_core/</a>...
 </body>
 </html>
\ No newline at end of file
index d29acd8589b1416da5d47ca5009a5aafd8037de3..1da5de96bf6dcb85281c6760be093adc578ec0db 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/javascript/new-api_data-structures/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/javascript/new-api_data-structures/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/javascript/new-api_data-structures/" + window.location.hash);
+    window.location.replace("../../../5.5/javascript/new-api_data-structures/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/javascript/new-api_data-structures/">../../../5.4/javascript/new-api_data-structures/</a>...
+  Redirecting to <a href="../../../5.5/javascript/new-api_data-structures/">../../../5.5/javascript/new-api_data-structures/</a>...
 </body>
 </html>
\ No newline at end of file
index 47ef53dd4d409bca5eb24da4ee4d39b1e9e81387..e0fc4f8443b60a67a34885a8a0d24d382a5c7717 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/javascript/new-api_dialogs/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/javascript/new-api_dialogs/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/javascript/new-api_dialogs/" + window.location.hash);
+    window.location.replace("../../../5.5/javascript/new-api_dialogs/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/javascript/new-api_dialogs/">../../../5.4/javascript/new-api_dialogs/</a>...
+  Redirecting to <a href="../../../5.5/javascript/new-api_dialogs/">../../../5.5/javascript/new-api_dialogs/</a>...
 </body>
 </html>
\ No newline at end of file
index 64f9044f10b2b4b6987ff946fe81ef9518f748a5..d71ca19170a5dba5860f40a55f06064ae725d01c 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/javascript/new-api_dom/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/javascript/new-api_dom/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/javascript/new-api_dom/" + window.location.hash);
+    window.location.replace("../../../5.5/javascript/new-api_dom/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/javascript/new-api_dom/">../../../5.4/javascript/new-api_dom/</a>...
+  Redirecting to <a href="../../../5.5/javascript/new-api_dom/">../../../5.5/javascript/new-api_dom/</a>...
 </body>
 </html>
\ No newline at end of file
index 0869c3e081304ba3b023e53e02360ca997fe2f67..1f1b770ce08df4234b1d2ead5683c17086a06e65 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/javascript/new-api_events/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/javascript/new-api_events/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/javascript/new-api_events/" + window.location.hash);
+    window.location.replace("../../../5.5/javascript/new-api_events/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/javascript/new-api_events/">../../../5.4/javascript/new-api_events/</a>...
+  Redirecting to <a href="../../../5.5/javascript/new-api_events/">../../../5.5/javascript/new-api_events/</a>...
 </body>
 </html>
\ No newline at end of file
index f3a3be0d97c73ec87bd5bbe34d113b05fd01987a..d8cee19a52b848ff184b80cc96298750f8d3a169 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/javascript/new-api_ui/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/javascript/new-api_ui/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/javascript/new-api_ui/" + window.location.hash);
+    window.location.replace("../../../5.5/javascript/new-api_ui/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/javascript/new-api_ui/">../../../5.4/javascript/new-api_ui/</a>...
+  Redirecting to <a href="../../../5.5/javascript/new-api_ui/">../../../5.5/javascript/new-api_ui/</a>...
 </body>
 </html>
\ No newline at end of file
index d8dd99ee9c22d8f60c00b1939b5b99dc157a1889..5940eec048826c0e23eded25af3381b21a9a1559 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/javascript/new-api_writing-a-module/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/javascript/new-api_writing-a-module/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/javascript/new-api_writing-a-module/" + window.location.hash);
+    window.location.replace("../../../5.5/javascript/new-api_writing-a-module/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/javascript/new-api_writing-a-module/">../../../5.4/javascript/new-api_writing-a-module/</a>...
+  Redirecting to <a href="../../../5.5/javascript/new-api_writing-a-module/">../../../5.5/javascript/new-api_writing-a-module/</a>...
 </body>
 </html>
\ No newline at end of file
index 8e8544e4fb11deb51bd6d05f20beed2813dd9422..8b4b3e42530c4c6ba494438d2c28cdf240870531 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/javascript/typescript/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/javascript/typescript/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/javascript/typescript/" + window.location.hash);
+    window.location.replace("../../../5.5/javascript/typescript/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/javascript/typescript/">../../../5.4/javascript/typescript/</a>...
+  Redirecting to <a href="../../../5.5/javascript/typescript/">../../../5.5/javascript/typescript/</a>...
 </body>
 </html>
\ No newline at end of file
index aa495aa0f97cd366ace1c95ad768ece7b5b3876a..718fd897841c5079615b527094d4f58f2ae05646 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wcf21/css/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wcf21/css/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wcf21/css/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wcf21/css/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wcf21/css/">../../../../5.4/migration/wcf21/css/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wcf21/css/">../../../../5.5/migration/wcf21/css/</a>...
 </body>
 </html>
\ No newline at end of file
index 480acbc97558b7b86b9aebc8b656197926624151..1df707e91556981535f820519544014f2364628f 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wcf21/package/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wcf21/package/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wcf21/package/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wcf21/package/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wcf21/package/">../../../../5.4/migration/wcf21/package/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wcf21/package/">../../../../5.5/migration/wcf21/package/</a>...
 </body>
 </html>
\ No newline at end of file
index 762743e59ca41a536130f18386a31c5738f2714c..516295f5ff6b21c3c41e0ab60c3d7ec06cd0e896 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wcf21/php/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wcf21/php/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wcf21/php/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wcf21/php/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wcf21/php/">../../../../5.4/migration/wcf21/php/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wcf21/php/">../../../../5.5/migration/wcf21/php/</a>...
 </body>
 </html>
\ No newline at end of file
index 6572d2be0bb4c8adba515d2cc780cd152bd62355..dc2de7fdd19097180bc2bb3411daf02c4c867925 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wcf21/templates/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wcf21/templates/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wcf21/templates/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wcf21/templates/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wcf21/templates/">../../../../5.4/migration/wcf21/templates/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wcf21/templates/">../../../../5.5/migration/wcf21/templates/</a>...
 </body>
 </html>
\ No newline at end of file
index 0c43dc662afd33e493fc89c9389841885110a5b8..b3b7a94ac408fa35eafbab653d3a7a2951b1e466 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc30/css/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc30/css/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc30/css/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc30/css/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc30/css/">../../../../5.4/migration/wsc30/css/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc30/css/">../../../../5.5/migration/wsc30/css/</a>...
 </body>
 </html>
\ No newline at end of file
index 9aa05e0ac0f980c71d55c747d5f644e67043bbd2..4179851e412d358828db7ecb22feda4dc2ba51a0 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc30/javascript/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc30/javascript/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc30/javascript/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc30/javascript/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc30/javascript/">../../../../5.4/migration/wsc30/javascript/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc30/javascript/">../../../../5.5/migration/wsc30/javascript/</a>...
 </body>
 </html>
\ No newline at end of file
index 05db6630775c7407a8b295e2a14dcfdbf2e2eea5..71b8bec1ec184cde7b08e928a31fc6ea7b9e0093 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc30/package/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc30/package/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc30/package/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc30/package/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc30/package/">../../../../5.4/migration/wsc30/package/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc30/package/">../../../../5.5/migration/wsc30/package/</a>...
 </body>
 </html>
\ No newline at end of file
index af89b541ec1d26bc92c951edb44b594870977210..8042d488d7c560e0b2a8492bb84b63eaa859a450 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc30/php/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc30/php/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc30/php/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc30/php/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc30/php/">../../../../5.4/migration/wsc30/php/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc30/php/">../../../../5.5/migration/wsc30/php/</a>...
 </body>
 </html>
\ No newline at end of file
index c53e83810e015953372df2bb888093a178e7ab99..66c38d4ff4da276805fbd04d8bc39b729a069aef 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc30/templates/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc30/templates/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc30/templates/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc30/templates/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc30/templates/">../../../../5.4/migration/wsc30/templates/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc30/templates/">../../../../5.5/migration/wsc30/templates/</a>...
 </body>
 </html>
\ No newline at end of file
index 3d6f863db766d72357bb485fff4744dd0776cdb3..c5c113df0b56b7e9a7b94cdcf020c379e8679656 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc31/form-builder/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc31/form-builder/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc31/form-builder/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc31/form-builder/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc31/form-builder/">../../../../5.4/migration/wsc31/form-builder/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc31/form-builder/">../../../../5.5/migration/wsc31/form-builder/</a>...
 </body>
 </html>
\ No newline at end of file
index e15b71fff5b252ab25b5b3c99f3acf60b137008e..393b8c1ddd7c20b20d7bc4b9f74c895fa0506a81 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc31/like/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc31/like/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc31/like/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc31/like/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc31/like/">../../../../5.4/migration/wsc31/like/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc31/like/">../../../../5.5/migration/wsc31/like/</a>...
 </body>
 </html>
\ No newline at end of file
index 77186ea24f015a3f98d459c740ccb7d9c95ffcec..394e804f890bab66de7e01a76d0b6007c9538a11 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc31/php/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc31/php/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc31/php/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc31/php/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc31/php/">../../../../5.4/migration/wsc31/php/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc31/php/">../../../../5.5/migration/wsc31/php/</a>...
 </body>
 </html>
\ No newline at end of file
index 0feb7bb8cbb4431ab10ebfce25a0f9f6e3384c8b..04d2e6f2e641b4d67eae194ea2ccd94a4cf2f26a 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc52/libraries/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc52/libraries/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc52/libraries/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc52/libraries/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc52/libraries/">../../../../5.4/migration/wsc52/libraries/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc52/libraries/">../../../../5.5/migration/wsc52/libraries/</a>...
 </body>
 </html>
\ No newline at end of file
index c232ad21c12349b90b098e5126b63e871eaa58f6..4692305178cef0643f26b4397555f697f75b1c65 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc52/php/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc52/php/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc52/php/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc52/php/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc52/php/">../../../../5.4/migration/wsc52/php/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc52/php/">../../../../5.5/migration/wsc52/php/</a>...
 </body>
 </html>
\ No newline at end of file
index 0d931ed02e5a43a009d66ddf3f25c2a7367baabd..ab818530b6e93bc97eeb0db945f1c6542511f959 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc52/templates/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc52/templates/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc52/templates/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc52/templates/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc52/templates/">../../../../5.4/migration/wsc52/templates/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc52/templates/">../../../../5.5/migration/wsc52/templates/</a>...
 </body>
 </html>
\ No newline at end of file
index 5cf936f4599d42a73d1474687971f2c687d14583..32a6af368a67a15ea581a85bdc984d4c7d6f0553 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc53/javascript/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc53/javascript/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc53/javascript/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc53/javascript/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc53/javascript/">../../../../5.4/migration/wsc53/javascript/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc53/javascript/">../../../../5.5/migration/wsc53/javascript/</a>...
 </body>
 </html>
\ No newline at end of file
index 48705dabc905e4f85f7fe4458536dfa2dad07ccb..4bef61db37ca977974f2f85df3ad999c977a42d8 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc53/libraries/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc53/libraries/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc53/libraries/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc53/libraries/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc53/libraries/">../../../../5.4/migration/wsc53/libraries/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc53/libraries/">../../../../5.5/migration/wsc53/libraries/</a>...
 </body>
 </html>
\ No newline at end of file
index b7c137a0e3108b780bb61332938a837475182d1f..a2a0d7b6d678cb908dd4608b18d347a3394d77a1 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc53/php/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc53/php/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc53/php/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc53/php/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc53/php/">../../../../5.4/migration/wsc53/php/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc53/php/">../../../../5.5/migration/wsc53/php/</a>...
 </body>
 </html>
\ No newline at end of file
index 192cbf7d181fe86328cb6dac413fe4e3e92826fa..92822b5b0a3021b7c8b7d4efc2e7497eda6d1a14 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc53/session/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc53/session/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc53/session/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc53/session/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc53/session/">../../../../5.4/migration/wsc53/session/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc53/session/">../../../../5.5/migration/wsc53/session/</a>...
 </body>
 </html>
\ No newline at end of file
index f4e0f94e7feb2d0af46aab2960c93d67c5af44b3..03d8dd6ff01f154d7bdd520552ad84abd8869932 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/migration/wsc53/templates/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc53/templates/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/migration/wsc53/templates/" + window.location.hash);
+    window.location.replace("../../../../5.5/migration/wsc53/templates/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/migration/wsc53/templates/">../../../../5.4/migration/wsc53/templates/</a>...
+  Redirecting to <a href="../../../../5.5/migration/wsc53/templates/">../../../../5.5/migration/wsc53/templates/</a>...
 </body>
 </html>
\ No newline at end of file
diff --git a/latest/migration/wsc54/deprecations_removals/index.html b/latest/migration/wsc54/deprecations_removals/index.html
new file mode 100644 (file)
index 0000000..881675b
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="utf-8">
+  <title>Redirecting</title>
+  <noscript>
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc54/deprecations_removals/" />
+  </noscript>
+  <script>
+    window.location.replace("../../../../5.5/migration/wsc54/deprecations_removals/" + window.location.hash);
+  </script>
+</head>
+<body>
+  Redirecting to <a href="../../../../5.5/migration/wsc54/deprecations_removals/">../../../../5.5/migration/wsc54/deprecations_removals/</a>...
+</body>
+</html>
\ No newline at end of file
diff --git a/latest/migration/wsc54/forum_subscriptions/index.html b/latest/migration/wsc54/forum_subscriptions/index.html
new file mode 100644 (file)
index 0000000..1aec89a
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="utf-8">
+  <title>Redirecting</title>
+  <noscript>
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc54/forum_subscriptions/" />
+  </noscript>
+  <script>
+    window.location.replace("../../../../5.5/migration/wsc54/forum_subscriptions/" + window.location.hash);
+  </script>
+</head>
+<body>
+  Redirecting to <a href="../../../../5.5/migration/wsc54/forum_subscriptions/">../../../../5.5/migration/wsc54/forum_subscriptions/</a>...
+</body>
+</html>
\ No newline at end of file
diff --git a/latest/migration/wsc54/javascript/index.html b/latest/migration/wsc54/javascript/index.html
new file mode 100644 (file)
index 0000000..31905bd
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="utf-8">
+  <title>Redirecting</title>
+  <noscript>
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc54/javascript/" />
+  </noscript>
+  <script>
+    window.location.replace("../../../../5.5/migration/wsc54/javascript/" + window.location.hash);
+  </script>
+</head>
+<body>
+  Redirecting to <a href="../../../../5.5/migration/wsc54/javascript/">../../../../5.5/migration/wsc54/javascript/</a>...
+</body>
+</html>
\ No newline at end of file
diff --git a/latest/migration/wsc54/libraries/index.html b/latest/migration/wsc54/libraries/index.html
new file mode 100644 (file)
index 0000000..dd02719
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="utf-8">
+  <title>Redirecting</title>
+  <noscript>
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc54/libraries/" />
+  </noscript>
+  <script>
+    window.location.replace("../../../../5.5/migration/wsc54/libraries/" + window.location.hash);
+  </script>
+</head>
+<body>
+  Redirecting to <a href="../../../../5.5/migration/wsc54/libraries/">../../../../5.5/migration/wsc54/libraries/</a>...
+</body>
+</html>
\ No newline at end of file
diff --git a/latest/migration/wsc54/php/index.html b/latest/migration/wsc54/php/index.html
new file mode 100644 (file)
index 0000000..5b967b3
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="utf-8">
+  <title>Redirecting</title>
+  <noscript>
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc54/php/" />
+  </noscript>
+  <script>
+    window.location.replace("../../../../5.5/migration/wsc54/php/" + window.location.hash);
+  </script>
+</head>
+<body>
+  Redirecting to <a href="../../../../5.5/migration/wsc54/php/">../../../../5.5/migration/wsc54/php/</a>...
+</body>
+</html>
\ No newline at end of file
diff --git a/latest/migration/wsc54/templates/index.html b/latest/migration/wsc54/templates/index.html
new file mode 100644 (file)
index 0000000..85143df
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="utf-8">
+  <title>Redirecting</title>
+  <noscript>
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/migration/wsc54/templates/" />
+  </noscript>
+  <script>
+    window.location.replace("../../../../5.5/migration/wsc54/templates/" + window.location.hash);
+  </script>
+</head>
+<body>
+  Redirecting to <a href="../../../../5.5/migration/wsc54/templates/">../../../../5.5/migration/wsc54/templates/</a>...
+</body>
+</html>
\ No newline at end of file
index 1862f381568a593887481a2cf480d85806499bd2..5b091a9486a961578487a52d0e332d4c62628080 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/package/database-php-api/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/package/database-php-api/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/package/database-php-api/" + window.location.hash);
+    window.location.replace("../../../5.5/package/database-php-api/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/package/database-php-api/">../../../5.4/package/database-php-api/</a>...
+  Redirecting to <a href="../../../5.5/package/database-php-api/">../../../5.5/package/database-php-api/</a>...
 </body>
 </html>
\ No newline at end of file
index 2a77ee8b2818e3daf388802999f3f83610a2b50c..9b8d29cabb958846c35953a0b81fb15d0e97ad2a 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/package/package-xml/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/package/package-xml/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/package/package-xml/" + window.location.hash);
+    window.location.replace("../../../5.5/package/package-xml/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/package/package-xml/">../../../5.4/package/package-xml/</a>...
+  Redirecting to <a href="../../../5.5/package/package-xml/">../../../5.5/package/package-xml/</a>...
 </body>
 </html>
\ No newline at end of file
index 3a0a9c413a9c30e21aea0f61bc49c0df63ee3edc..dbba4019f8c48f2ea34195388c88631852b8dc08 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/acl-option/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/acl-option/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/acl-option/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/acl-option/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/acl-option/">../../../../5.4/package/pip/acl-option/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/acl-option/">../../../../5.5/package/pip/acl-option/</a>...
 </body>
 </html>
\ No newline at end of file
index 1dedd617da0259e1af65dd041fe034eecb64cea8..c6ed0892c617a1edf7a586ff48a5a1bb60137e1c 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/acp-menu/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/acp-menu/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/acp-menu/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/acp-menu/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/acp-menu/">../../../../5.4/package/pip/acp-menu/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/acp-menu/">../../../../5.5/package/pip/acp-menu/</a>...
 </body>
 </html>
\ No newline at end of file
index e676a2fe7021817d614b04d334efbd5b47d26b50..86aead517711dc1ad6a150a4459fe24b06e9aa00 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/acp-search-provider/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/acp-search-provider/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/acp-search-provider/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/acp-search-provider/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/acp-search-provider/">../../../../5.4/package/pip/acp-search-provider/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/acp-search-provider/">../../../../5.5/package/pip/acp-search-provider/</a>...
 </body>
 </html>
\ No newline at end of file
diff --git a/latest/package/pip/acp-template-delete/index.html b/latest/package/pip/acp-template-delete/index.html
new file mode 100644 (file)
index 0000000..1ac4d5a
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="utf-8">
+  <title>Redirecting</title>
+  <noscript>
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/acp-template-delete/" />
+  </noscript>
+  <script>
+    window.location.replace("../../../../5.5/package/pip/acp-template-delete/" + window.location.hash);
+  </script>
+</head>
+<body>
+  Redirecting to <a href="../../../../5.5/package/pip/acp-template-delete/">../../../../5.5/package/pip/acp-template-delete/</a>...
+</body>
+</html>
\ No newline at end of file
index f20925be8c90a4c6bf8e80a37aa3138b0d305545..f2a1c5277ac44d2031a997736c8009c97fb8382d 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/acp-template/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/acp-template/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/acp-template/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/acp-template/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/acp-template/">../../../../5.4/package/pip/acp-template/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/acp-template/">../../../../5.5/package/pip/acp-template/</a>...
 </body>
 </html>
\ No newline at end of file
index bedd48a1927664eacc9203637e0dc927594f2581..d4af4738bee59250ff4e97fc5dc13d268f763019 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/bbcode/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/bbcode/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/bbcode/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/bbcode/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/bbcode/">../../../../5.4/package/pip/bbcode/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/bbcode/">../../../../5.5/package/pip/bbcode/</a>...
 </body>
 </html>
\ No newline at end of file
index c3dc2688f63a9021b60bbbf9b1b7c6e5822e80ad..182d16f349e08adc59690ffc70f50efe33bc9acf 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/box/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/box/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/box/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/box/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/box/">../../../../5.4/package/pip/box/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/box/">../../../../5.5/package/pip/box/</a>...
 </body>
 </html>
\ No newline at end of file
index 3dacefc7b2b2e6ca6f5d5a2ad8368309140cd8e8..bb3c92ff5fa61e0090a4f560ea12ca32297e9b33 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/clipboard-action/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/clipboard-action/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/clipboard-action/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/clipboard-action/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/clipboard-action/">../../../../5.4/package/pip/clipboard-action/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/clipboard-action/">../../../../5.5/package/pip/clipboard-action/</a>...
 </body>
 </html>
\ No newline at end of file
index b70fe5d3a724ec54fb85ae19678fc1d49255a07c..d29beba345ef24db57ed425d9c5538b1bafc2dd4 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/core-object/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/core-object/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/core-object/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/core-object/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/core-object/">../../../../5.4/package/pip/core-object/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/core-object/">../../../../5.5/package/pip/core-object/</a>...
 </body>
 </html>
\ No newline at end of file
index 60fc372dccee345bea5747ede47566d6fd77a22e..105e985dff094929663865ce6fdc4f04cb1e7967 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/cronjob/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/cronjob/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/cronjob/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/cronjob/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/cronjob/">../../../../5.4/package/pip/cronjob/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/cronjob/">../../../../5.5/package/pip/cronjob/</a>...
 </body>
 </html>
\ No newline at end of file
index f0315e64d5fa2a8ff80fcf68a6727e7bc6069cd9..a5750b256ed7b1dcc17f708c8075e5215c69be48 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/database/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/database/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/database/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/database/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/database/">../../../../5.4/package/pip/database/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/database/">../../../../5.5/package/pip/database/</a>...
 </body>
 </html>
\ No newline at end of file
index 714ca87b6281eaceb1ba964c29f0d85d8cd2f6fc..b4b34e48f666400b4f14771e456c3ecd6123d888 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/event-listener/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/event-listener/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/event-listener/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/event-listener/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/event-listener/">../../../../5.4/package/pip/event-listener/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/event-listener/">../../../../5.5/package/pip/event-listener/</a>...
 </body>
 </html>
\ No newline at end of file
diff --git a/latest/package/pip/file-delete/index.html b/latest/package/pip/file-delete/index.html
new file mode 100644 (file)
index 0000000..3b7077e
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="utf-8">
+  <title>Redirecting</title>
+  <noscript>
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/file-delete/" />
+  </noscript>
+  <script>
+    window.location.replace("../../../../5.5/package/pip/file-delete/" + window.location.hash);
+  </script>
+</head>
+<body>
+  Redirecting to <a href="../../../../5.5/package/pip/file-delete/">../../../../5.5/package/pip/file-delete/</a>...
+</body>
+</html>
\ No newline at end of file
index df7951ac9ce5f79569721e2e47e447c75f0876fc..518673c7cead9f6cebab8b9c17559eb5a1b91996 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/file/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/file/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/file/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/file/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/file/">../../../../5.4/package/pip/file/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/file/">../../../../5.5/package/pip/file/</a>...
 </body>
 </html>
\ No newline at end of file
index e4956c8e240fbd26ddf651ed74f2ca265c1add6b..7c6a47da68050aeb6ea68667dff6e618d8b9b7c2 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/package/pip/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/package/pip/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/package/pip/" + window.location.hash);
+    window.location.replace("../../../5.5/package/pip/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/package/pip/">../../../5.4/package/pip/</a>...
+  Redirecting to <a href="../../../5.5/package/pip/">../../../5.5/package/pip/</a>...
 </body>
 </html>
\ No newline at end of file
index 7b349337c0b473eb7177f26b851a3d69d87fed97..0188cd68b27b5be40ff10816f1fa8578609b2791 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/language/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/language/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/language/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/language/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/language/">../../../../5.4/package/pip/language/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/language/">../../../../5.5/package/pip/language/</a>...
 </body>
 </html>
\ No newline at end of file
index 49d06ab83f7fd74b19f50bb56f41d12e5879ed5b..a91895c090659f9b070a8998a55468a74def0332 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/media-provider/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/media-provider/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/media-provider/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/media-provider/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/media-provider/">../../../../5.4/package/pip/media-provider/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/media-provider/">../../../../5.5/package/pip/media-provider/</a>...
 </body>
 </html>
\ No newline at end of file
index f67f8a6e55a2a039b884df5a50024f420b96c302..f0051e85f115bfea2de94ff769ea4c3abab40770 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/menu-item/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/menu-item/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/menu-item/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/menu-item/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/menu-item/">../../../../5.4/package/pip/menu-item/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/menu-item/">../../../../5.5/package/pip/menu-item/</a>...
 </body>
 </html>
\ No newline at end of file
index 43d09fb5501fdfdf53ab20b6a340cecc3a1de725..578883a26bc9f72396a861db1db1f8f6f25487fe 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/menu/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/menu/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/menu/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/menu/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/menu/">../../../../5.4/package/pip/menu/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/menu/">../../../../5.5/package/pip/menu/</a>...
 </body>
 </html>
\ No newline at end of file
index b4bf136cd64af5b10384efa5396bbd56f0c64dcb..f37effce46ab669c382612de13bcfc45b282ab7a 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/object-type-definition/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/object-type-definition/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/object-type-definition/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/object-type-definition/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/object-type-definition/">../../../../5.4/package/pip/object-type-definition/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/object-type-definition/">../../../../5.5/package/pip/object-type-definition/</a>...
 </body>
 </html>
\ No newline at end of file
index 3d15f73183d148a985783bfce7e05c73b72b7bad..fe757780c37586569ef57a6fd5d1c98b74b097fc 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/object-type/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/object-type/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/object-type/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/object-type/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/object-type/">../../../../5.4/package/pip/object-type/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/object-type/">../../../../5.5/package/pip/object-type/</a>...
 </body>
 </html>
\ No newline at end of file
index 8fd74ee304977a0772d70bc2d74ca0a0e98adaa8..5042924a7f8ff52c6e139dc8c465513a047c65dc 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/option/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/option/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/option/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/option/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/option/">../../../../5.4/package/pip/option/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/option/">../../../../5.5/package/pip/option/</a>...
 </body>
 </html>
\ No newline at end of file
index 9ab94a0bcd56c112b2d830830cd19125c62d1159..07c78300d5cadc42d1d09f5bc691596a525a012d 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/page/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/page/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/page/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/page/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/page/">../../../../5.4/package/pip/page/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/page/">../../../../5.5/package/pip/page/</a>...
 </body>
 </html>
\ No newline at end of file
index 3e1a7308db59b228a02bc7d0ded99485a7082c25..d98176bc3338ba663aad7db48d6f51ef010bfa22 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/pip/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/pip/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/pip/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/pip/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/pip/">../../../../5.4/package/pip/pip/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/pip/">../../../../5.5/package/pip/pip/</a>...
 </body>
 </html>
\ No newline at end of file
index c90995f4bbb52aac77cb7864ceeb77f965bb5672..d0f3485150fce708b148614dff0c4b4ed3c204e5 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/script/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/script/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/script/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/script/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/script/">../../../../5.4/package/pip/script/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/script/">../../../../5.5/package/pip/script/</a>...
 </body>
 </html>
\ No newline at end of file
index a23ae2eb983ccb28885b42c8f18fc3f51aff9a3b..4f9e8e63b6ee1390bb7c1c02c03eab111077493a 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/smiley/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/smiley/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/smiley/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/smiley/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/smiley/">../../../../5.4/package/pip/smiley/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/smiley/">../../../../5.5/package/pip/smiley/</a>...
 </body>
 </html>
\ No newline at end of file
index 949c98837abc3696aa985d580e6fe0e19d855a37..963c0619a294daca0563116d6dcb81e42d5dc260 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/sql/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/sql/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/sql/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/sql/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/sql/">../../../../5.4/package/pip/sql/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/sql/">../../../../5.5/package/pip/sql/</a>...
 </body>
 </html>
\ No newline at end of file
index 33dc5744cb8048ad25255b1be9eaadec76f2e354..08ecb64e7afd55664ef015189142eb257bc33fd7 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/style/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/style/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/style/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/style/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/style/">../../../../5.4/package/pip/style/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/style/">../../../../5.5/package/pip/style/</a>...
 </body>
 </html>
\ No newline at end of file
diff --git a/latest/package/pip/template-delete/index.html b/latest/package/pip/template-delete/index.html
new file mode 100644 (file)
index 0000000..ecaa0cf
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="utf-8">
+  <title>Redirecting</title>
+  <noscript>
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/template-delete/" />
+  </noscript>
+  <script>
+    window.location.replace("../../../../5.5/package/pip/template-delete/" + window.location.hash);
+  </script>
+</head>
+<body>
+  Redirecting to <a href="../../../../5.5/package/pip/template-delete/">../../../../5.5/package/pip/template-delete/</a>...
+</body>
+</html>
\ No newline at end of file
index 52511d6e703a8ae469270937fcc2d740a07c76ce..406c2ad689d9c17fa0914ec8d753e3a2fbef12aa 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/template-listener/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/template-listener/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/template-listener/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/template-listener/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/template-listener/">../../../../5.4/package/pip/template-listener/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/template-listener/">../../../../5.5/package/pip/template-listener/</a>...
 </body>
 </html>
\ No newline at end of file
index 7cb6fb2ed4bd3f7382a9e9418af88c25240e4b44..8964e031e62e5a00f53fbab376042edb36701ea9 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/template/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/template/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/template/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/template/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/template/">../../../../5.4/package/pip/template/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/template/">../../../../5.5/package/pip/template/</a>...
 </body>
 </html>
\ No newline at end of file
index c12c05bf841552bd87fcccc4a876c945339b1a47..3984e0c2813f705ede4983e3ae17ecb8c0ac4f8d 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/user-group-option/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/user-group-option/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/user-group-option/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/user-group-option/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/user-group-option/">../../../../5.4/package/pip/user-group-option/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/user-group-option/">../../../../5.5/package/pip/user-group-option/</a>...
 </body>
 </html>
\ No newline at end of file
index d1205c039680c67f452c9e1779d8c1b6ef14016d..f2803d3f4b23b207c01e971d9a7f4a459f7878bd 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/user-menu/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/user-menu/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/user-menu/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/user-menu/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/user-menu/">../../../../5.4/package/pip/user-menu/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/user-menu/">../../../../5.5/package/pip/user-menu/</a>...
 </body>
 </html>
\ No newline at end of file
index 70e5c6cb2d01e4facd7b07bbab3887341c282e2c..a27d21ab0f04da31654d502efeb926504c82c907 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/user-notification-event/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/user-notification-event/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/user-notification-event/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/user-notification-event/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/user-notification-event/">../../../../5.4/package/pip/user-notification-event/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/user-notification-event/">../../../../5.5/package/pip/user-notification-event/</a>...
 </body>
 </html>
\ No newline at end of file
index 691353fefb975d300d702132898f66b48f392721..f26dcb605ecbd5fbfbbb163c05d374af644368a5 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/user-option/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/user-option/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/user-option/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/user-option/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/user-option/">../../../../5.4/package/pip/user-option/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/user-option/">../../../../5.5/package/pip/user-option/</a>...
 </body>
 </html>
\ No newline at end of file
index 9e39c61e25d7fca4d6c36a1c88773867eaa45aec..2fdf6a6ecab90c9505e7930402f83988407e9164 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/package/pip/user-profile-menu/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/package/pip/user-profile-menu/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/package/pip/user-profile-menu/" + window.location.hash);
+    window.location.replace("../../../../5.5/package/pip/user-profile-menu/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/package/pip/user-profile-menu/">../../../../5.4/package/pip/user-profile-menu/</a>...
+  Redirecting to <a href="../../../../5.5/package/pip/user-profile-menu/">../../../../5.5/package/pip/user-profile-menu/</a>...
 </body>
 </html>
\ No newline at end of file
index 96b64caf04a9866a224da27e37cc55b864b40268..c36b08c9dceccd318cb7f5221c9f5aede5270830 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/php/api/caches/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/php/api/caches/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/php/api/caches/" + window.location.hash);
+    window.location.replace("../../../../5.5/php/api/caches/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/php/api/caches/">../../../../5.4/php/api/caches/</a>...
+  Redirecting to <a href="../../../../5.5/php/api/caches/">../../../../5.5/php/api/caches/</a>...
 </body>
 </html>
\ No newline at end of file
index d783baaa0bfb11e71e78f0b589c66c31e4f70e29..2b59138c27c36cbcdcc1d387a301734afd9475a1 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/php/api/caches_persistent-caches/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/php/api/caches_persistent-caches/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/php/api/caches_persistent-caches/" + window.location.hash);
+    window.location.replace("../../../../5.5/php/api/caches_persistent-caches/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/php/api/caches_persistent-caches/">../../../../5.4/php/api/caches_persistent-caches/</a>...
+  Redirecting to <a href="../../../../5.5/php/api/caches_persistent-caches/">../../../../5.5/php/api/caches_persistent-caches/</a>...
 </body>
 </html>
\ No newline at end of file
index c5ca56cc6c619f3538c5c29ade846a984f69f4f8..61f48b25f2a265e27bdd1e2f73e0426c993c1289 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/php/api/caches_runtime-caches/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/php/api/caches_runtime-caches/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/php/api/caches_runtime-caches/" + window.location.hash);
+    window.location.replace("../../../../5.5/php/api/caches_runtime-caches/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/php/api/caches_runtime-caches/">../../../../5.4/php/api/caches_runtime-caches/</a>...
+  Redirecting to <a href="../../../../5.5/php/api/caches_runtime-caches/">../../../../5.5/php/api/caches_runtime-caches/</a>...
 </body>
 </html>
\ No newline at end of file
index 55d607722871269b725f5160ab83b3ce757f9faa..ccefaddbd283dc86d60d093df58c131950ed15dc 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/php/api/comments/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/php/api/comments/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/php/api/comments/" + window.location.hash);
+    window.location.replace("../../../../5.5/php/api/comments/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/php/api/comments/">../../../../5.4/php/api/comments/</a>...
+  Redirecting to <a href="../../../../5.5/php/api/comments/">../../../../5.5/php/api/comments/</a>...
 </body>
 </html>
\ No newline at end of file
index f166ec84ebca749e535e30450bb6693d091ee940..be9272394225d85b89a722908953b4da8be8db69 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/php/api/cronjobs/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/php/api/cronjobs/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/php/api/cronjobs/" + window.location.hash);
+    window.location.replace("../../../../5.5/php/api/cronjobs/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/php/api/cronjobs/">../../../../5.4/php/api/cronjobs/</a>...
+  Redirecting to <a href="../../../../5.5/php/api/cronjobs/">../../../../5.5/php/api/cronjobs/</a>...
 </body>
 </html>
\ No newline at end of file
index 3c273f93c9f7901551c50a860ebdc8c7ac96b8a7..dbbf1721728e2868a95b5c7e10a5a8f9c7acb6d7 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/php/api/event_list/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/php/api/event_list/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/php/api/event_list/" + window.location.hash);
+    window.location.replace("../../../../5.5/php/api/event_list/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/php/api/event_list/">../../../../5.4/php/api/event_list/</a>...
+  Redirecting to <a href="../../../../5.5/php/api/event_list/">../../../../5.5/php/api/event_list/</a>...
 </body>
 </html>
\ No newline at end of file
index dfd2ca83aca295e85e94120d344e425434ce1153..874973812a9d334d4576edca588027ed25eae90d 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/php/api/events/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/php/api/events/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/php/api/events/" + window.location.hash);
+    window.location.replace("../../../../5.5/php/api/events/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/php/api/events/">../../../../5.4/php/api/events/</a>...
+  Redirecting to <a href="../../../../5.5/php/api/events/">../../../../5.5/php/api/events/</a>...
 </body>
 </html>
\ No newline at end of file
index 38599541d9b48aa3c869f4ef0e7c47eef3c24815..95dc1a8e0444af7ebebdb5ed325196b593425799 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../../5.4/php/api/form_builder/dependencies/" />
+    <meta http-equiv="refresh" content="1; url=../../../../../5.5/php/api/form_builder/dependencies/" />
   </noscript>
   <script>
-    window.location.replace("../../../../../5.4/php/api/form_builder/dependencies/" + window.location.hash);
+    window.location.replace("../../../../../5.5/php/api/form_builder/dependencies/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../../5.4/php/api/form_builder/dependencies/">../../../../../5.4/php/api/form_builder/dependencies/</a>...
+  Redirecting to <a href="../../../../../5.5/php/api/form_builder/dependencies/">../../../../../5.5/php/api/form_builder/dependencies/</a>...
 </body>
 </html>
\ No newline at end of file
index 34430b43f2fbc7339398a925c3adf39c5116a245..5f0d92b04f599e628ac8791356b745eae606fd14 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../../5.4/php/api/form_builder/form_fields/" />
+    <meta http-equiv="refresh" content="1; url=../../../../../5.5/php/api/form_builder/form_fields/" />
   </noscript>
   <script>
-    window.location.replace("../../../../../5.4/php/api/form_builder/form_fields/" + window.location.hash);
+    window.location.replace("../../../../../5.5/php/api/form_builder/form_fields/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../../5.4/php/api/form_builder/form_fields/">../../../../../5.4/php/api/form_builder/form_fields/</a>...
+  Redirecting to <a href="../../../../../5.5/php/api/form_builder/form_fields/">../../../../../5.5/php/api/form_builder/form_fields/</a>...
 </body>
 </html>
\ No newline at end of file
index 859f1485c390cee91485c59c3ab90b446833038a..012250b2f98894bf4bbaedefa1ef8004fdda4a7f 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../../5.4/php/api/form_builder/overview/" />
+    <meta http-equiv="refresh" content="1; url=../../../../../5.5/php/api/form_builder/overview/" />
   </noscript>
   <script>
-    window.location.replace("../../../../../5.4/php/api/form_builder/overview/" + window.location.hash);
+    window.location.replace("../../../../../5.5/php/api/form_builder/overview/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../../5.4/php/api/form_builder/overview/">../../../../../5.4/php/api/form_builder/overview/</a>...
+  Redirecting to <a href="../../../../../5.5/php/api/form_builder/overview/">../../../../../5.5/php/api/form_builder/overview/</a>...
 </body>
 </html>
\ No newline at end of file
index 0ddec0e9ba2744e6444d50dfe0ff8b5bb9388471..5c1689047e972400152b72a71f0b2d4509bdae59 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../../5.4/php/api/form_builder/structure/" />
+    <meta http-equiv="refresh" content="1; url=../../../../../5.5/php/api/form_builder/structure/" />
   </noscript>
   <script>
-    window.location.replace("../../../../../5.4/php/api/form_builder/structure/" + window.location.hash);
+    window.location.replace("../../../../../5.5/php/api/form_builder/structure/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../../5.4/php/api/form_builder/structure/">../../../../../5.4/php/api/form_builder/structure/</a>...
+  Redirecting to <a href="../../../../../5.5/php/api/form_builder/structure/">../../../../../5.5/php/api/form_builder/structure/</a>...
 </body>
 </html>
\ No newline at end of file
index eca86686f6e04dbc7e0984e1dad062f36d90556f..7c1de3e455fe49fda962edf819ad60d3b26784ad 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../../5.4/php/api/form_builder/validation_data/" />
+    <meta http-equiv="refresh" content="1; url=../../../../../5.5/php/api/form_builder/validation_data/" />
   </noscript>
   <script>
-    window.location.replace("../../../../../5.4/php/api/form_builder/validation_data/" + window.location.hash);
+    window.location.replace("../../../../../5.5/php/api/form_builder/validation_data/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../../5.4/php/api/form_builder/validation_data/">../../../../../5.4/php/api/form_builder/validation_data/</a>...
+  Redirecting to <a href="../../../../../5.5/php/api/form_builder/validation_data/">../../../../../5.5/php/api/form_builder/validation_data/</a>...
 </body>
 </html>
\ No newline at end of file
index 2fb144e8bd0c8631e9bb923f7d7502f1d0a89f58..83d928464534cbfd280d824c2d57ffeeec0278f5 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/php/api/package_installation_plugins/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/php/api/package_installation_plugins/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/php/api/package_installation_plugins/" + window.location.hash);
+    window.location.replace("../../../../5.5/php/api/package_installation_plugins/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/php/api/package_installation_plugins/">../../../../5.4/php/api/package_installation_plugins/</a>...
+  Redirecting to <a href="../../../../5.5/php/api/package_installation_plugins/">../../../../5.5/php/api/package_installation_plugins/</a>...
 </body>
 </html>
\ No newline at end of file
index 8118749d2b4c3685ce061269090172aa0b0311e3..e597b920431d0af7708c38e5a23c56e8a7a9f466 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/php/api/sitemaps/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/php/api/sitemaps/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/php/api/sitemaps/" + window.location.hash);
+    window.location.replace("../../../../5.5/php/api/sitemaps/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/php/api/sitemaps/">../../../../5.4/php/api/sitemaps/</a>...
+  Redirecting to <a href="../../../../5.5/php/api/sitemaps/">../../../../5.5/php/api/sitemaps/</a>...
 </body>
 </html>
\ No newline at end of file
index a18fc23f2e2ab53bfe20a5f4d92b1deff02c10ea..accddbf89e5e2f3e0cf7c87ade496e4e92991015 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/php/api/user_activity_points/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/php/api/user_activity_points/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/php/api/user_activity_points/" + window.location.hash);
+    window.location.replace("../../../../5.5/php/api/user_activity_points/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/php/api/user_activity_points/">../../../../5.4/php/api/user_activity_points/</a>...
+  Redirecting to <a href="../../../../5.5/php/api/user_activity_points/">../../../../5.5/php/api/user_activity_points/</a>...
 </body>
 </html>
\ No newline at end of file
index bdd5ddc0b0dca7e25b5a7f89d4350b4a202ebf17..69fd41f5f1e1daf21780c572728f6dab27d21a95 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/php/api/user_notifications/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/php/api/user_notifications/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/php/api/user_notifications/" + window.location.hash);
+    window.location.replace("../../../../5.5/php/api/user_notifications/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/php/api/user_notifications/">../../../../5.4/php/api/user_notifications/</a>...
+  Redirecting to <a href="../../../../5.5/php/api/user_notifications/">../../../../5.5/php/api/user_notifications/</a>...
 </body>
 </html>
\ No newline at end of file
index 8ebb9196749c7ce1bd7441b74dbe7c6d1c1b5d94..571b9fafc8f3b8a33c54d0c21f480b92fb6f9579 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/php/apps/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/php/apps/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/php/apps/" + window.location.hash);
+    window.location.replace("../../../5.5/php/apps/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/php/apps/">../../../5.4/php/apps/</a>...
+  Redirecting to <a href="../../../5.5/php/apps/">../../../5.5/php/apps/</a>...
 </body>
 </html>
\ No newline at end of file
index bca6b6c01444f540e6f5f47e9e60039769232f6e..7ec081cb887ff87e1c20b1eb8b07ca19e168fbae 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/php/code-style-documentation/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/php/code-style-documentation/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/php/code-style-documentation/" + window.location.hash);
+    window.location.replace("../../../5.5/php/code-style-documentation/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/php/code-style-documentation/">../../../5.4/php/code-style-documentation/</a>...
+  Redirecting to <a href="../../../5.5/php/code-style-documentation/">../../../5.5/php/code-style-documentation/</a>...
 </body>
 </html>
\ No newline at end of file
index 9c7ea2442ed5182d947717cd2c4b9659ea5943cb..58821c0f9a225b3f88260934f0073d4fcf7cf86a 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/php/code-style/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/php/code-style/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/php/code-style/" + window.location.hash);
+    window.location.replace("../../../5.5/php/code-style/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/php/code-style/">../../../5.4/php/code-style/</a>...
+  Redirecting to <a href="../../../5.5/php/code-style/">../../../5.5/php/code-style/</a>...
 </body>
 </html>
\ No newline at end of file
index dcaa4870154c443ee28401baab9034d5ece2dc06..4c9867fc136ab97269411473f6a7402d99ba402e 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/php/database-access/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/php/database-access/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/php/database-access/" + window.location.hash);
+    window.location.replace("../../../5.5/php/database-access/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/php/database-access/">../../../5.4/php/database-access/</a>...
+  Redirecting to <a href="../../../5.5/php/database-access/">../../../5.5/php/database-access/</a>...
 </body>
 </html>
\ No newline at end of file
index 62867d3d9210c38f64f49af1e574b3a885afe7bd..79a90c5af92bb4aa3e0c92f37549ef7f16172e6c 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/php/database-objects/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/php/database-objects/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/php/database-objects/" + window.location.hash);
+    window.location.replace("../../../5.5/php/database-objects/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/php/database-objects/">../../../5.4/php/database-objects/</a>...
+  Redirecting to <a href="../../../5.5/php/database-objects/">../../../5.5/php/database-objects/</a>...
 </body>
 </html>
\ No newline at end of file
index 68d118b18532df6fc0bd55872847c8e4e6a60703..5b1b010a72cf7f885671589f6a83836fcc854869 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/php/exceptions/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/php/exceptions/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/php/exceptions/" + window.location.hash);
+    window.location.replace("../../../5.5/php/exceptions/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/php/exceptions/">../../../5.4/php/exceptions/</a>...
+  Redirecting to <a href="../../../5.5/php/exceptions/">../../../5.5/php/exceptions/</a>...
 </body>
 </html>
\ No newline at end of file
index ba694e8f51ecad85ddd224529f0b8f6699d9b9d3..c4723ea6354ec7313e18bf361148e7b96faf8553 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/php/gdpr/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/php/gdpr/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/php/gdpr/" + window.location.hash);
+    window.location.replace("../../../5.5/php/gdpr/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/php/gdpr/">../../../5.4/php/gdpr/</a>...
+  Redirecting to <a href="../../../5.5/php/gdpr/">../../../5.5/php/gdpr/</a>...
 </body>
 </html>
\ No newline at end of file
index eb8a036f497aa21f2f0e11c1d6d49a940f0a863c..94487f9c56a43ca1e2b089887965dcdcf7314c14 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/php/pages/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/php/pages/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/php/pages/" + window.location.hash);
+    window.location.replace("../../../5.5/php/pages/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/php/pages/">../../../5.4/php/pages/</a>...
+  Redirecting to <a href="../../../5.5/php/pages/">../../../5.5/php/pages/</a>...
 </body>
 </html>
\ No newline at end of file
index 9255381abe5ab40c4d9bdbe2e96e520b90cbf955..57ce9371323b56f68dfa426f9fd53ce96b5ab9c7 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/tutorial/series/overview/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/tutorial/series/overview/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/tutorial/series/overview/" + window.location.hash);
+    window.location.replace("../../../../5.5/tutorial/series/overview/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/tutorial/series/overview/">../../../../5.4/tutorial/series/overview/</a>...
+  Redirecting to <a href="../../../../5.5/tutorial/series/overview/">../../../../5.5/tutorial/series/overview/</a>...
 </body>
 </html>
\ No newline at end of file
index e5fd2626e55fee5ce626169ba9b3a599c4070701..24e8fd9d935299d7b5c858c4d04cddf3ba245eed 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/tutorial/series/part_1/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/tutorial/series/part_1/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/tutorial/series/part_1/" + window.location.hash);
+    window.location.replace("../../../../5.5/tutorial/series/part_1/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/tutorial/series/part_1/">../../../../5.4/tutorial/series/part_1/</a>...
+  Redirecting to <a href="../../../../5.5/tutorial/series/part_1/">../../../../5.5/tutorial/series/part_1/</a>...
 </body>
 </html>
\ No newline at end of file
index 55f91f053b8a069d77453504621e33440a07f7f9..2f5f79381f5391735ac1829fb70465bc71db8a27 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/tutorial/series/part_2/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/tutorial/series/part_2/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/tutorial/series/part_2/" + window.location.hash);
+    window.location.replace("../../../../5.5/tutorial/series/part_2/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/tutorial/series/part_2/">../../../../5.4/tutorial/series/part_2/</a>...
+  Redirecting to <a href="../../../../5.5/tutorial/series/part_2/">../../../../5.5/tutorial/series/part_2/</a>...
 </body>
 </html>
\ No newline at end of file
index 963e2f68b87f21c50dd823c5eeca016a7e2d9a3d..e8a439383954184b516df5bae1b865b7891fb9a8 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/tutorial/series/part_3/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/tutorial/series/part_3/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/tutorial/series/part_3/" + window.location.hash);
+    window.location.replace("../../../../5.5/tutorial/series/part_3/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/tutorial/series/part_3/">../../../../5.4/tutorial/series/part_3/</a>...
+  Redirecting to <a href="../../../../5.5/tutorial/series/part_3/">../../../../5.5/tutorial/series/part_3/</a>...
 </body>
 </html>
\ No newline at end of file
index f32e2ee337fff7a27acc10560f38fb8b3af20803..3215ee0d57dad54da994f6ab3231f4eb93f3e0a9 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/tutorial/series/part_4/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/tutorial/series/part_4/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/tutorial/series/part_4/" + window.location.hash);
+    window.location.replace("../../../../5.5/tutorial/series/part_4/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/tutorial/series/part_4/">../../../../5.4/tutorial/series/part_4/</a>...
+  Redirecting to <a href="../../../../5.5/tutorial/series/part_4/">../../../../5.5/tutorial/series/part_4/</a>...
 </body>
 </html>
\ No newline at end of file
index 608188af255bbf6b4f45db9d68cafb7d3c93f7c1..afb994707877245e9165500d1eb43342124dbe2f 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/tutorial/series/part_5/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/tutorial/series/part_5/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/tutorial/series/part_5/" + window.location.hash);
+    window.location.replace("../../../../5.5/tutorial/series/part_5/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/tutorial/series/part_5/">../../../../5.4/tutorial/series/part_5/</a>...
+  Redirecting to <a href="../../../../5.5/tutorial/series/part_5/">../../../../5.5/tutorial/series/part_5/</a>...
 </body>
 </html>
\ No newline at end of file
index 84bc5054c9398a4d7fa520baba192a7d27ba278a..3bf4e1ec5de5a02a809cc62026224bf3b954e98a 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../../5.4/tutorial/series/part_6/" />
+    <meta http-equiv="refresh" content="1; url=../../../../5.5/tutorial/series/part_6/" />
   </noscript>
   <script>
-    window.location.replace("../../../../5.4/tutorial/series/part_6/" + window.location.hash);
+    window.location.replace("../../../../5.5/tutorial/series/part_6/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../../5.4/tutorial/series/part_6/">../../../../5.4/tutorial/series/part_6/</a>...
+  Redirecting to <a href="../../../../5.5/tutorial/series/part_6/">../../../../5.5/tutorial/series/part_6/</a>...
 </body>
 </html>
\ No newline at end of file
index 6dd5a87db1a687958590400c58c815eef326aa5c..2435b21f34502093d52c67fa66626056266e35e8 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/view/css/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/view/css/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/view/css/" + window.location.hash);
+    window.location.replace("../../../5.5/view/css/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/view/css/">../../../5.4/view/css/</a>...
+  Redirecting to <a href="../../../5.5/view/css/">../../../5.5/view/css/</a>...
 </body>
 </html>
\ No newline at end of file
index ae363ad03a8ea62f71247ee06f2a3d31af1dbc45..66e961524737cf6bc1516f41a57cbb22799b69b3 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/view/languages-naming-conventions/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/view/languages-naming-conventions/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/view/languages-naming-conventions/" + window.location.hash);
+    window.location.replace("../../../5.5/view/languages-naming-conventions/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/view/languages-naming-conventions/">../../../5.4/view/languages-naming-conventions/</a>...
+  Redirecting to <a href="../../../5.5/view/languages-naming-conventions/">../../../5.5/view/languages-naming-conventions/</a>...
 </body>
 </html>
\ No newline at end of file
index 2c22e08f9a213f8f7473b52dc251e7a0d39a82df..7f59b3b137cd3193c3500ac9bc4e61932b654312 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/view/languages/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/view/languages/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/view/languages/" + window.location.hash);
+    window.location.replace("../../../5.5/view/languages/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/view/languages/">../../../5.4/view/languages/</a>...
+  Redirecting to <a href="../../../5.5/view/languages/">../../../5.5/view/languages/</a>...
 </body>
 </html>
\ No newline at end of file
index 0ff6928424002416d9209435c25c11a60ad56768..21be1065a8f68754b8e606dca72fb6bbd25e73b8 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/view/template-plugins/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/view/template-plugins/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/view/template-plugins/" + window.location.hash);
+    window.location.replace("../../../5.5/view/template-plugins/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/view/template-plugins/">../../../5.4/view/template-plugins/</a>...
+  Redirecting to <a href="../../../5.5/view/template-plugins/">../../../5.5/view/template-plugins/</a>...
 </body>
 </html>
\ No newline at end of file
index 6559ae32d21880aea4d90a5be5e6203f1bd40cf2..572e357e57d0265abc8dd2c5cf6b89749fa32518 100644 (file)
@@ -4,13 +4,13 @@
   <meta charset="utf-8">
   <title>Redirecting</title>
   <noscript>
-    <meta http-equiv="refresh" content="1; url=../../../5.4/view/templates/" />
+    <meta http-equiv="refresh" content="1; url=../../../5.5/view/templates/" />
   </noscript>
   <script>
-    window.location.replace("../../../5.4/view/templates/" + window.location.hash);
+    window.location.replace("../../../5.5/view/templates/" + window.location.hash);
   </script>
 </head>
 <body>
-  Redirecting to <a href="../../../5.4/view/templates/">../../../5.4/view/templates/</a>...
+  Redirecting to <a href="../../../5.5/view/templates/">../../../5.5/view/templates/</a>...
 </body>
 </html>
\ No newline at end of file
index 76451b603f2d47550848b93b81cf075b0a2fcc7f..842858cab018ca685f00e427c2c1770eed239899 100644 (file)
@@ -1 +1 @@
-[{"version": "5.5", "title": "WoltLab Suite 5.5", "aliases": []}, {"version": "5.4", "title": "WoltLab Suite 5.4", "aliases": ["latest"]}, {"version": "5.3", "title": "WoltLab Suite 5.3", "aliases": []}]
\ No newline at end of file
+[{"version": "5.5", "title": "WoltLab Suite 5.5", "aliases": ["latest"]}, {"version": "5.4", "title": "WoltLab Suite 5.4", "aliases": []}, {"version": "5.3", "title": "WoltLab Suite 5.3", "aliases": []}]
\ No newline at end of file