Deployed 398c072 with MkDocs version: 1.0.4

This commit is contained in:
Christian Schabesberger 2019-02-20 19:03:04 +01:00
parent 7e555877e9
commit 8e2cdad1ed
17 changed files with 631 additions and 22 deletions

View File

@ -106,7 +106,12 @@
<li class="toctree-l1">
<a class="" href="../05_documentation/">Documentation</a>
<a class="" href="../05_releasing/">Releasing a new NewPipe version</a>
</li>
<li class="toctree-l1">
<a class="" href="../06_documentation/">Documentation</a>
</li>
</ul>

View File

@ -99,7 +99,12 @@
<li class="toctree-l1">
<a class="" href="../05_documentation/">Documentation</a>
<a class="" href="../05_releasing/">Releasing a new NewPipe version</a>
</li>
<li class="toctree-l1">
<a class="" href="../06_documentation/">Documentation</a>
</li>
</ul>

View File

@ -101,7 +101,12 @@
<li class="toctree-l1">
<a class="" href="../05_documentation/">Documentation</a>
<a class="" href="../05_releasing/">Releasing a new NewPipe version</a>
</li>
<li class="toctree-l1">
<a class="" href="../06_documentation/">Documentation</a>
</li>
</ul>

View File

@ -109,7 +109,12 @@
<li class="toctree-l1">
<a class="" href="../05_documentation/">Documentation</a>
<a class="" href="../05_releasing/">Releasing a new NewPipe version</a>
</li>
<li class="toctree-l1">
<a class="" href="../06_documentation/">Documentation</a>
</li>
</ul>

View File

@ -101,7 +101,12 @@
<li class="toctree-l1">
<a class="" href="../05_documentation/">Documentation</a>
<a class="" href="../05_releasing/">Releasing a new NewPipe version</a>
</li>
<li class="toctree-l1">
<a class="" href="../06_documentation/">Documentation</a>
</li>
</ul>
@ -181,7 +186,7 @@ click on that little paper symbol next to the <code>GET IT</code> button. If it
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="../05_documentation/" class="btn btn-neutral float-right" title="Documentation">Next <span class="icon icon-circle-arrow-right"></span></a>
<a href="../05_releasing/" class="btn btn-neutral float-right" title="Releasing a new NewPipe version">Next <span class="icon icon-circle-arrow-right"></span></a>
<a href="../03_Implement_a_service/" class="btn btn-neutral" title="Implement a service"><span class="icon icon-circle-arrow-left"></span> Previous</a>
@ -213,7 +218,7 @@ click on that little paper symbol next to the <code>GET IT</code> button. If it
<span><a href="../03_Implement_a_service/" style="color: #fcfcfc;">&laquo; Previous</a></span>
<span style="margin-left: 15px"><a href="../05_documentation/" style="color: #fcfcfc">Next &raquo;</a></span>
<span style="margin-left: 15px"><a href="../05_releasing/" style="color: #fcfcfc">Next &raquo;</a></span>
</span>
</div>

222
05_releasing/index.html Normal file
View File

@ -0,0 +1,222 @@
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>Releasing a new NewPipe version - NewPipe Documentation</title>
<!-- local fonts -->
<link rel="stylesheet" href="../css/local_fonts.css" type="text/css" />
<link rel="stylesheet" href="../css/theme.css" type="text/css" />
<link rel="stylesheet" href="../css/theme_extra.css" type="text/css" />
<!-- local code syntax highlighting -->
<link rel="stylesheet" href="../css/github.min.css" type="text/css" />
<link rel="stylesheet" href="../css/highlight.css" type="text/css" />
<script>
// Current page data
var mkdocs_page_name = "Releasing a new NewPipe version";
var mkdocs_page_input_path = "05_releasing.md";
var mkdocs_page_url = null;
</script>
<script src="../js/jquery-2.1.1.min.js" defer></script>
<script src="../js/modernizr-2.8.3.min.js" defer></script>
<script src="../js/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-nav-search">
<a href=".." class="icon icon-home"> NewPipe Documentation</a>
<div role="search">
<form id ="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul class="current">
<li class="toctree-l1">
<a class="" href="..">Welcome to the NewPipe Documentation.</a>
</li>
<li class="toctree-l1">
<a class="" href="../00_Prepare_everything/">Prepare everything</a>
</li>
<li class="toctree-l1">
<a class="" href="../01_Concept_of_the_extractor/">Concept of the Extractor</a>
</li>
<li class="toctree-l1">
<a class="" href="../02_Concept_of_LinkHandler/">Concept of LinkHandler</a>
</li>
<li class="toctree-l1">
<a class="" href="../03_Implement_a_service/">Implement a service</a>
</li>
<li class="toctree-l1">
<a class="" href="../04_Run_changes_in_App/">Run the changes in the App</a>
</li>
<li class="toctree-l1 current">
<a class="current" href="./">Releasing a new NewPipe version</a>
<ul class="subnav">
<li class="toctree-l2"><a href="#releasing-a-new-newpipe-version">Releasing a new NewPipe version</a></li>
<ul>
<li><a class="toctree-l3" href="#difference-between-regular-and-hotfix-release">Difference between regular and hotfix release</a></li>
<li><a class="toctree-l3" href="#regular-releases">Regular releases</a></li>
<li><a class="toctree-l3" href="#hotfix-releases">Hotfix releases</a></li>
</ul>
</ul>
</li>
<li class="toctree-l1">
<a class="" href="../06_documentation/">Documentation</a>
</li>
</ul>
</div>
&nbsp;
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="..">NewPipe Documentation</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="..">Docs</a> &raquo;</li>
<li>Releasing a new NewPipe version</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main">
<div class="section">
<h1 id="releasing-a-new-newpipe-version">Releasing a new NewPipe version</h1>
<p>This site is ment for those who want to maintain NewPipe, or just want to know how releasing work.</p>
<p><img alt="one does not simply push to master" src="../img/onedoes.jpg" /></p>
<h2 id="difference-between-regular-and-hotfix-release">Difference between regular and hotfix release</h2>
<p>NewPipe is a web crawler. That means it does not use a web API, but instead tries to scrape the data from the website,
this however has the disadvantage of the app to brake instantly when Youtube changes something.
We can not know when this happen therefore we need to be prepared when it happens, and at lease reduce our downtime as
god as possible. Our whole release cycle is therefore designed around this issue.</p>
<p>So there is a difference between a release that is meant to introduce new features or fix minor bugs,
and a version that fixes an issue that occurred because Youtube (or some other service) suddenly changed their website (mostly call this a shutdown).
Lets first have a look how a regular release work, and then how the hotfix release work.</p>
<h2 id="regular-releases">Regular releases</h2>
<p>Regular releases are normal releases like they are done like in any other app. Releases are always stored on <strong>master</strong> branch. By means the latest commit on
<strong>master</strong> is always equal to the current releases. No development is done on master. This ensures that we always have one
branch with a stable/releasable version.</p>
<h3 id="feature-branching">Feature branching</h3>
<p>For development the <strong>dev</strong> branch is used. Pushing to <strong>dev</strong> directly however is also not allowed since QA and testing should be done before pushing to <strong>dev</strong>.
This ensures that also the dev version works as good a possible.
So in order to change something on the app one may want to <strong>fork</strong> the dev branch and develop the changes in his own branch (this is called feature branching).</p>
<p><img alt="feature_branching" src="../img/release_branch.svg" /></p>
<h3 id="merching-featuresbugfixes">Merching features/bugfixes</h3>
<p>After being done with the feature one should open up a <strong>Pull Reuqest</strong> to the dev branch here a maintainer can do <strong>Code review</strong> and <strong>Quality Assurance (QA)</strong>.
If you are a maintainer please take care about the code architecture so corrosion or code shifting can be prevented. Please also preface core quality over functionality.
So in short: cool function but bad code -&gt; no merge. We should focus on leaving the code as clean as possible.</p>
<p><img alt="merge_feature_into_dev" src="../img/merge_into_dev.svg" /></p>
<p>At best you as a maintainer should build the app and put the signed apk into the description of that new Pullrequest. This way other people can test the feature/bugfix and therefore help with QA.</p>
<h3 id="creating-a-new-release">Creating a new release</h3>
<h3 id="releasing">Releasing</h3>
<h2 id="hotfix-releases">Hotfix releases</h2>
<p><img alt="this_is_fine" src="../img/could_not_decrypt.png" /></p>
<h3 id="fix-branch">Fix branch</h3>
<h3 id="releasing_1">Releasing</h3>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="../06_documentation/" class="btn btn-neutral float-right" title="Documentation">Next <span class="icon icon-circle-arrow-right"></span></a>
<a href="../04_Run_changes_in_App/" class="btn btn-neutral" title="Run the changes in the App"><span class="icon icon-circle-arrow-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<!-- Copyright etc -->
</div>
Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<div class="rst-versions" role="note" style="cursor: pointer">
<span class="rst-current-version" data-toggle="rst-current-version">
<span><a href="../04_Run_changes_in_App/" style="color: #fcfcfc;">&laquo; Previous</a></span>
<span style="margin-left: 15px"><a href="../06_documentation/" style="color: #fcfcfc">Next &raquo;</a></span>
</span>
</div>
<script>var base_url = '..';</script>
<script src="../js/theme.js" defer></script>
<script src="../search/main.js" defer></script>
</body>
</html>

View File

@ -21,7 +21,7 @@
<script>
// Current page data
var mkdocs_page_name = "Documentation";
var mkdocs_page_input_path = "05_documentation.md";
var mkdocs_page_input_path = "06_documentation.md";
var mkdocs_page_url = null;
</script>
@ -81,6 +81,11 @@
<a class="" href="../04_Run_changes_in_App/">Run the changes in the App</a>
</li>
<li class="toctree-l1">
<a class="" href="../05_releasing/">Releasing a new NewPipe version</a>
</li>
<li class="toctree-l1 current">
<a class="current" href="./">Documentation</a>
@ -204,7 +209,7 @@ or run <code>sudo pip3 install mkdocs</code> to install mkdocs systemwide. Last
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="../04_Run_changes_in_App/" class="btn btn-neutral" title="Run the changes in the App"><span class="icon icon-circle-arrow-left"></span> Previous</a>
<a href="../05_releasing/" class="btn btn-neutral" title="Releasing a new NewPipe version"><span class="icon icon-circle-arrow-left"></span> Previous</a>
</div>
@ -230,7 +235,7 @@ or run <code>sudo pip3 install mkdocs</code> to install mkdocs systemwide. Last
<span class="rst-current-version" data-toggle="rst-current-version">
<span><a href="../04_Run_changes_in_App/" style="color: #fcfcfc;">&laquo; Previous</a></span>
<span><a href="../05_releasing/" style="color: #fcfcfc;">&laquo; Previous</a></span>
</span>

View File

@ -73,7 +73,12 @@
<li class="toctree-l1">
<a class="" href="/05_documentation/">Documentation</a>
<a class="" href="/05_releasing/">Releasing a new NewPipe version</a>
</li>
<li class="toctree-l1">
<a class="" href="/06_documentation/">Documentation</a>
</li>
</ul>

BIN
img/could_not_decrypt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

210
img/merge_into_dev.svg Normal file
View File

@ -0,0 +1,210 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="310"
height="300"
viewBox="390 95 157.2066 158.28308"
version="1.1"
id="svg65"
sodipodi:docname="merge_into_dev.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata
id="metadata71">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs69" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="740"
id="namedview67"
showgrid="false"
units="px"
inkscape:zoom="2.9384314"
inkscape:cx="319.09352"
inkscape:cy="270.89374"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg65" />
<g
id="Hintergrund"
transform="matrix(0.4714669,0,0,0.4714669,202.11115,49.067333)">
<text
font-size="12.8"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sans-serif;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none"
x="399"
y="107.15"
id="text4">
<tspan
x="399"
y="107.15"
id="tspan2">dev</tspan>
</text>
<circle
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-opacity:1"
cx="417"
cy="333.14999"
id="ellipse6"
r="24" />
<g
id="g12">
<line
style="fill:none;stroke:#000000;stroke-width:2;stroke-opacity:1"
x1="417"
y1="357.14999"
x2="416.05899"
y2="428.67801"
id="line8" />
<polyline
style="fill:none;stroke:#000000;stroke-width:2;stroke-opacity:1"
points="411.161,420.849 416.029,430.914 421.161,420.981 "
id="polyline10" />
</g>
<text
font-size="12.8"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sans-serif;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none"
x="115.1"
y="-31.450001"
id="text16">
<tspan
x="115.1"
y="-31.450001"
id="tspan14" />
</text>
<text
font-size="12.8"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sans-serif;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none"
x="470"
y="108.15"
id="text20">
<tspan
x="470"
y="108.15"
id="tspan18">feature_xyz</tspan>
</text>
<circle
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-opacity:1"
cx="500.25"
cy="240.39999"
id="ellipse22"
r="23.25" />
<g
id="g28">
<path
style="fill:none;stroke:#000000;stroke-width:2;stroke-opacity:1"
d="M 500.25,263.65 C 497,296.15 418,259.15 417.089,304.679"
id="path24"
inkscape:connector-curvature="0" />
<polyline
style="fill:none;stroke:#000000;stroke-width:2;stroke-opacity:1"
points="412.246,296.816 417.045,306.914 422.244,297.016 "
id="polyline26" />
</g>
<circle
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-opacity:1"
cx="416.75"
cy="156.89999"
id="ellipse30"
r="22.75" />
<g
id="g36">
<path
style="fill:none;stroke:#000000;stroke-width:2;stroke-opacity:1"
d="m 416.75,179.65 c 0.25,32.5 82.25,12.5 83.277,33.033"
id="path32"
inkscape:connector-curvature="0" />
<polyline
style="fill:none;stroke:#000000;stroke-width:2;stroke-opacity:1"
points="494.645,205.179 500.138,214.917 504.633,204.68 "
id="polyline34" />
</g>
<g
id="g42">
<line
style="fill:none;stroke:#000000;stroke-width:2;stroke-opacity:1"
x1="416.75"
y1="179.64999"
x2="416.991"
y2="304.67801"
id="line38" />
<polyline
style="fill:none;stroke:#000000;stroke-width:2;stroke-opacity:1"
points="411.976,296.924 416.996,306.914 421.976,296.904 "
id="polyline40" />
</g>
<g
id="g48">
<line
style="fill:none;stroke:#000000;stroke-width:2;stroke-opacity:1"
x1="568"
y1="160.14999"
x2="495.423"
y2="184.634"
id="line44" />
<polygon
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-opacity:1"
points="497.021,189.372 493.825,179.896 485.948,187.83 "
id="polygon46" />
</g>
<text
font-size="12.8"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sans-serif;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none"
x="583"
y="160.14999"
id="text54">
<tspan
x="583"
y="160.14999"
id="tspan50">PULL REQUEST</tspan>
<tspan
x="583"
y="176.14999"
id="tspan52">Do QA/Codereview here</tspan>
</text>
<text
font-size="12.8"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sans-serif;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none"
x="488.254"
y="106.059"
id="text58">
<tspan
x="488.254"
y="106.059"
id="tspan56" />
</text>
<text
font-size="12.7998"
style="font-style:normal;font-weight:normal;font-size:12.79979992px;font-family:sans-serif;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none"
x="494"
y="104"
id="text62">
<tspan
x="494"
y="104"
id="tspan60" />
</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
img/onedoes.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

127
img/release_branch.svg Normal file
View File

@ -0,0 +1,127 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="210"
height="310.22198"
viewBox="385 95 111.125 157.21394"
version="1.1"
id="svg31"
sodipodi:docname="release_branch.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata
id="metadata37">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs35" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="740"
id="namedview33"
showgrid="false"
units="px"
inkscape:zoom="2.7171031"
inkscape:cx="83.271021"
inkscape:cy="318.35955"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg31" />
<g
id="Hintergrund"
transform="matrix(0.66806063,0,0,0.66806063,127.1286,26.441733)">
<text
font-size="12.8"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sans-serif;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none"
x="399"
y="107.15"
id="text4">
<tspan
x="399"
y="107.15"
id="tspan2">dev</tspan>
</text>
<circle
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-opacity:1"
cx="411"
cy="243.14999"
id="ellipse6"
r="24" />
<g
id="g12">
<line
style="fill:none;stroke:#000000;stroke-width:2;stroke-opacity:1"
x1="411"
y1="267.14999"
x2="410.05899"
y2="338.67801"
id="line8" />
<polyline
style="fill:none;stroke:#000000;stroke-width:2;stroke-opacity:1"
points="405.161,330.849 410.029,340.914 415.161,330.981 "
id="polyline10" />
</g>
<text
font-size="12.8"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sans-serif;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none"
x="115.1"
y="-31.450001"
id="text16">
<tspan
x="115.1"
y="-31.450001"
id="tspan14" />
</text>
<text
font-size="12.8"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;font-family:sans-serif;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none"
x="470"
y="108.15"
id="text20">
<tspan
x="470"
y="108.15"
id="tspan18">release_xyz</tspan>
</text>
<circle
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-opacity:1"
cx="494.25"
cy="150.39999"
id="ellipse22"
r="23.25" />
<g
id="g28">
<path
style="fill:none;stroke:#000000;stroke-width:2;stroke-opacity:1"
d="M 494.25,173.65 C 491,206.15 412,169.15 411.089,214.679"
id="path24"
inkscape:connector-curvature="0" />
<polyline
style="fill:none;stroke:#000000;stroke-width:2;stroke-opacity:1"
points="406.246,206.816 411.045,216.914 416.244,207.016 "
id="polyline26" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -95,7 +95,12 @@
<li class="toctree-l1">
<a class="" href="05_documentation/">Documentation</a>
<a class="" href="05_releasing/">Releasing a new NewPipe version</a>
</li>
<li class="toctree-l1">
<a class="" href="06_documentation/">Documentation</a>
</li>
</ul>
@ -187,5 +192,5 @@ It focuses on making it possible for the creator of a scraper for a streaming se
<!--
MkDocs version : 1.0.4
Build Date UTC : 2019-01-29 16:14:49
Build Date UTC : 2019-02-20 18:03:04
-->

View File

@ -73,7 +73,12 @@
<li class="toctree-l1">
<a class="" href="./05_documentation/">Documentation</a>
<a class="" href="./05_releasing/">Releasing a new NewPipe version</a>
</li>
<li class="toctree-l1">
<a class="" href="./06_documentation/">Documentation</a>
</li>
</ul>

File diff suppressed because one or more lines are too long

View File

@ -2,37 +2,42 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2019-01-29</lastmod>
<lastmod>2019-02-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2019-01-29</lastmod>
<lastmod>2019-02-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2019-01-29</lastmod>
<lastmod>2019-02-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2019-01-29</lastmod>
<lastmod>2019-02-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2019-01-29</lastmod>
<lastmod>2019-02-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2019-01-29</lastmod>
<lastmod>2019-02-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2019-01-29</lastmod>
<lastmod>2019-02-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2019-02-20</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.