Deployed a0a91ae with MkDocs version: 1.0.3

This commit is contained in:
Christian Schabesberger 2018-11-03 17:03:44 +01:00
parent fb247734d4
commit f1389fdcc8
6 changed files with 7 additions and 6 deletions

View File

@ -145,9 +145,9 @@ dive right in. ;D</p>
<h3 id="what-you-need-to-know">What you need to know</h3> <h3 id="what-you-need-to-know">What you need to know</h3>
<ul> <ul>
<li>Basic understanding of <strong><a href="https://try.github.io">git</a></strong></li> <li>Basic understanding of <strong><a href="https://try.github.io">git</a></strong></li>
<li>Good <strong><a href="http://whatpixel.com/best-java-books/">Java</a></strong> knowledge</li> <li>Good <strong><a href="https://whatpixel.com/best-java-books/">Java</a></strong> knowledge</li>
<li>Good understanding of <strong><a href="https://www.w3schools.com/">web technology</a></strong></li> <li>Good understanding of <strong><a href="https://www.w3schools.com/">web technology</a></strong></li>
<li>Basic understanding about <strong><a href="http://www.vogella.com/tutorials/JUnit/article.html">unit testing</a></strong> and <strong><a href="https://junit.org/">JUnit</a></strong></li> <li>Basic understanding about <strong><a href="https://www.vogella.com/tutorials/JUnit/article.html">unit testing</a></strong> and <strong><a href="https://junit.org/">JUnit</a></strong></li>
<li>Flawless understanding of how to <a href="https://github.com/TeamNewPipe/NewPipe/blob/dev/.github/CONTRIBUTING.md#code-contribution">contribute</a> to the <strong>NewPipe project</strong></li> <li>Flawless understanding of how to <a href="https://github.com/TeamNewPipe/NewPipe/blob/dev/.github/CONTRIBUTING.md#code-contribution">contribute</a> to the <strong>NewPipe project</strong></li>
</ul> </ul>
<h3 id="what-you-need-to-have">What you need to have</h3> <h3 id="what-you-need-to-have">What you need to have</h3>

View File

@ -211,7 +211,8 @@ pretty useless :)</p>
<li><a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/linkhandler/LinkHandlerFactory.html">LinkHandlerFactory</a></li> <li><a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/linkhandler/LinkHandlerFactory.html">LinkHandlerFactory</a></li>
</ul> </ul>
<h3 id="search">Search</h3> <h3 id="search">Search</h3>
<p>The SearchExtractor is also required to be implemented. It will take a search query represented as <a href="link here">SearchQueryHandler</a>, <p>The SearchExtractor is also required to be implemented. It will take a search query represented as
<a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/org/schabi/newpipe/extractor/linkhandler/SearchQueryHandler.html">SearchQueryHandler</a>
and return a list of search results. Since many services support a suggestion popup while you type you will also want to implement and return a list of search results. Since many services support a suggestion popup while you type you will also want to implement
a <strong>SuggestionExtractor</strong>. This will make it possible for the frontend to as well display a suggestion while typing.</p> a <strong>SuggestionExtractor</strong>. This will make it possible for the frontend to as well display a suggestion while typing.</p>
<p><strong>Parts required to be implemented:</strong></p> <p><strong>Parts required to be implemented:</strong></p>

View File

@ -146,7 +146,7 @@ You can then build and run it following <a href="https://developer.android.com/s
Please also make sure you are comfortable with <a href="https://en.droidwiki.org/wiki/Android_Debug_Bridge">adb</a> since Please also make sure you are comfortable with <a href="https://en.droidwiki.org/wiki/Android_Debug_Bridge">adb</a> since
you might experience some trouble running your compiled app on a real device, especially under linux where you you might experience some trouble running your compiled app on a real device, especially under linux where you
sometimes have to adjust the udev rules in order to sometimes have to adjust the udev rules in order to
<a href="http://www.janosgyerik.com/adding-udev-rules-for-usb-debugging-android-devices/">make your device be accessible</a>.</p> <a href="https://www.janosgyerik.com/adding-udev-rules-for-usb-debugging-android-devices/">make your device be accessible</a>.</p>
<h3 id="run-your-changes-on-the-extractor">Run your changes on the Extractor</h3> <h3 id="run-your-changes-on-the-extractor">Run your changes on the Extractor</h3>
<p>In order to use the extractor in our app we use <a href="https://jitpack.io">jitpack</a>. This is a build service that can build <p>In order to use the extractor in our app we use <a href="https://jitpack.io">jitpack</a>. This is a build service that can build
marven *.jar packages for android and java based on a github or gitlab repositories. </p> marven *.jar packages for android and java based on a github or gitlab repositories. </p>

View File

@ -181,5 +181,5 @@ It focuses on making it possible for the creator of a scraper for a streaming se
<!-- <!--
MkDocs version : 1.0.3 MkDocs version : 1.0.3
Build Date UTC : 2018-11-03 13:58:34 Build Date UTC : 2018-11-03 16:03:44
--> -->

File diff suppressed because one or more lines are too long

Binary file not shown.