style: Lint XML
This commit is contained in:
parent
7259ec93b6
commit
e5ef794c70
5 changed files with 45 additions and 41 deletions
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<phpdoc>
|
<phpdoc>
|
||||||
<title>AllTube Download library documentation</title>
|
<title>AllTube Download library documentation</title>
|
||||||
</phpdoc>
|
</phpdoc>
|
||||||
|
|
30
phpunit.xml
30
phpunit.xml
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<phpunit bootstrap="tests/bootstrap.php">
|
<phpunit bootstrap="tests/bootstrap.php">
|
||||||
<filter>
|
<filter>
|
||||||
<whitelist>
|
<whitelist>
|
||||||
<directory>classes/</directory>
|
<directory>classes/</directory>
|
||||||
<directory>controllers/</directory>
|
<directory>controllers/</directory>
|
||||||
</whitelist>
|
</whitelist>
|
||||||
</filter>
|
</filter>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite>
|
<testsuite>
|
||||||
<directory>tests/</directory>
|
<directory>tests/</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
<logging>
|
<logging>
|
||||||
<log type="coverage-html" target="coverage/"/>
|
<log type="coverage-html" target="coverage/"/>
|
||||||
<log type="coverage-clover" target="clover.xml"/>
|
<log type="coverage-clover" target="clover.xml"/>
|
||||||
</logging>
|
</logging>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|
|
@ -1,19 +1,21 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<title>AllTube Download - Maintenance</title>
|
<title>AllTube Download - Maintenance</title>
|
||||||
<link rel="stylesheet" href="../dist/main.css"/>
|
<link rel="stylesheet" href="../dist/main.css"/>
|
||||||
<link rel="icon" href="../img/favicon.png"/>
|
<link rel="icon" href="../img/favicon.png"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<h1><img class="logo" src="../img/logo.png" alt="AllTube Download" width="328" height="284"/></h1>
|
<h1>
|
||||||
<div>An error occurred in the application and your page could not be served. Please try again in a few moments.</div>
|
<img class="logo" src="../img/logo.png" alt="AllTube Download" width="328" height="284"/>
|
||||||
</div>
|
</h1>
|
||||||
|
<div>An error occurred in the application and your page could not be served. Please try again in a few moments.</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,19 +1,21 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<title>AllTube Download - Maintenance</title>
|
<title>AllTube Download - Maintenance</title>
|
||||||
<link rel="stylesheet" href="../dist/main.css"/>
|
<link rel="stylesheet" href="../dist/main.css"/>
|
||||||
<link rel="icon" href="../img/favicon.png"/>
|
<link rel="icon" href="../img/favicon.png"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<h1><img class="logo" src="../img/logo.png" alt="AllTube Download" width="328" height="284"/></h1>
|
<h1>
|
||||||
<div>This application is undergoing maintenance right now. Please check back later.</div>
|
<img class="logo" src="../img/logo.png" alt="AllTube Download" width="328" height="284"/>
|
||||||
</div>
|
</h1>
|
||||||
|
<div>This application is undergoing maintenance right now. Please check back later.</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alltubedownload.net/</loc>
|
<loc>https://alltubedownload.net/</loc>
|
||||||
<changefreq>yearly</changefreq>
|
<changefreq>yearly</changefreq>
|
||||||
<priority>1</priority>
|
<priority>1</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alltubedownload.net/extractors</loc>
|
<loc>https://alltubedownload.net/extractors</loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue