Deployed 66b8690 with MkDocs version: 0.17.3

This commit is contained in:
Christian Schabesberger 2018-05-05 22:49:18 +01:00
parent 936f062cd9
commit c8ef82ea5b
5 changed files with 27 additions and 26 deletions

View File

@ -49,7 +49,7 @@
<li class="toctree-l1">
<a class="" href="..">Welcome to the NewPipe Documentaiton.</a>
<a class="" href="..">Home</a>
</li>
<li class="toctree-l1 current">
@ -186,7 +186,7 @@ If all the checks are green you did everything right, and you are good to go to
<a href="../01_Concept_of_the_extractor/" class="btn btn-neutral float-right" title="01 Concept of the extractor">Next <span class="icon icon-circle-arrow-right"></span></a>
<a href=".." class="btn btn-neutral" title="Welcome to the NewPipe Documentaiton."><span class="icon icon-circle-arrow-left"></span> Previous</a>
<a href=".." class="btn btn-neutral" title="Home"><span class="icon icon-circle-arrow-left"></span> Previous</a>
</div>

View File

@ -49,7 +49,7 @@
<li class="toctree-l1">
<a class="" href="..">Welcome to the NewPipe Documentaiton.</a>
<a class="" href="..">Home</a>
</li>
<li class="toctree-l1">

View File

@ -8,7 +8,7 @@
<meta name="description" content="None">
<link rel="shortcut icon" href="./img/favicon.ico">
<title>Welcome to the NewPipe Documentaiton. - NewPipe Documentation</title>
<title>Home - NewPipe Documentation</title>
<link rel="stylesheet" href="./css/local_fonts.css" type="text/css" />
<link rel="stylesheet" href="./css/theme.css" type="text/css" />
@ -17,7 +17,7 @@
<script>
// Current page data
var mkdocs_page_name = "Welcome to the NewPipe Documentaiton.";
var mkdocs_page_name = "Home";
var mkdocs_page_input_path = "index.md";
var mkdocs_page_url = "/";
</script>
@ -49,16 +49,13 @@
<li class="toctree-l1 current">
<a class="current" href=".">Welcome to the NewPipe Documentaiton.</a>
<a class="current" href=".">Home</a>
<ul class="subnav">
<li class="toctree-l2"><a href="#welcome-to-the-newpipe-documentaiton">Welcome to the NewPipe Documentaiton.</a></li>
<li class="toctree-l2"><a href="#stay-tuned">Stay Tuned</a></li>
<ul>
<li><a class="toctree-l3" href="#stay-tuned">Stay Tuned</a></li>
</ul>
<li class="toctree-l2"><a href="#introduction">Introduction</a></li>
</ul>
@ -96,7 +93,7 @@
<li>Welcome to the NewPipe Documentaiton.</li>
<li>Home</li>
<li class="wy-breadcrumbs-aside">
</li>
@ -106,12 +103,16 @@
<div role="main">
<div class="section">
<h1 id="welcome-to-the-newpipe-documentaiton">Welcome to the NewPipe Documentaiton.</h1>
<p>j# Welcome to the NewPipe Documentaiton.</p>
<p>This side is a beginner friendly tutorial and documentatin for people who want to use, or write services for the <a href="https://github.com/TeamNewPipe/NewPipeExtractor">NewPipe Extractor</a>.
This however is an addition to our <a href="https://teamnewpipe.github.io/NewPipeExtractor/javadoc/">jdoc documentation</a>.</p>
<p>This tutorial and the documentation are in an early state. So <a href="https://github.com/TeamNewPipe/documentation/issues">feedback</a> is always welcome :D</p>
<h2 id="stay-tuned">Stay Tuned</h2>
<p>Tune yourself to stay ;D</p>
<h2 id="introduction">Introduction</h2>
<p>The NewPipeExtractor is a java framework for scraping video platform websites in a way that they can be accedes like a normal API. The extractor is the core of the popular Youtube and streaming app <a href="https://newpipe.schabi.org">NewPipe</a> for android, however it's system independent and also available for other platforms. </p>
<p>The beauty behind the NewPipeExtractor is that is takes care about the extraction process, error handling etc., so you can take care about what is important: Scraping the website.
It focuses on making it possible for the creator of a scraper for a streaming service to create best outcome by least amount of self written code.</p>
</div>
</div>
@ -160,6 +161,6 @@ This however is an addition to our <a href="https://teamnewpipe.github.io/NewPip
</html>
<!--
MkDocs version : 0.17.2
Build Date UTC : 2018-04-09 10:20:10
MkDocs version : 0.17.3
Build Date UTC : 2018-05-05 21:49:18
-->

View File

@ -2,19 +2,19 @@
"docs": [
{
"location": "/",
"text": "Welcome to the NewPipe Documentaiton.\n\n\nThis side is a beginner friendly tutorial and documentatin for people who want to use, or write services for the \nNewPipe Extractor\n.\nThis however is an addition to our \njdoc documentation\n.\n\n\nThis tutorial and the documentation are in an early state. So \nfeedback\n is always welcome :D\n\n\nStay Tuned\n\n\nTune yourself to stay ;D",
"title": "Welcome to the NewPipe Documentaiton."
},
{
"location": "/#welcome-to-the-newpipe-documentaiton",
"text": "This side is a beginner friendly tutorial and documentatin for people who want to use, or write services for the NewPipe Extractor .\nThis however is an addition to our jdoc documentation . This tutorial and the documentation are in an early state. So feedback is always welcome :D",
"title": "Welcome to the NewPipe Documentaiton."
"text": "j# Welcome to the NewPipe Documentaiton.\n\n\nThis side is a beginner friendly tutorial and documentatin for people who want to use, or write services for the \nNewPipe Extractor\n.\nThis however is an addition to our \njdoc documentation\n.\n\n\nThis tutorial and the documentation are in an early state. So \nfeedback\n is always welcome :D\n\n\nStay Tuned\n\n\nTune yourself to stay ;D\n\n\nIntroduction\n\n\nThe NewPipeExtractor is a java framework for scraping video platform websites in a way that they can be accedes like a normal API. The extractor is the core of the popular Youtube and streaming app \nNewPipe\n for android, however it's system independent and also available for other platforms. \n\n\nThe beauty behind the NewPipeExtractor is that is takes care about the extraction process, error handling etc., so you can take care about what is important: Scraping the website.\nIt focuses on making it possible for the creator of a scraper for a streaming service to create best outcome by least amount of self written code.",
"title": "Home"
},
{
"location": "/#stay-tuned",
"text": "Tune yourself to stay ;D",
"title": "Stay Tuned"
},
{
"location": "/#introduction",
"text": "The NewPipeExtractor is a java framework for scraping video platform websites in a way that they can be accedes like a normal API. The extractor is the core of the popular Youtube and streaming app NewPipe for android, however it's system independent and also available for other platforms. The beauty behind the NewPipeExtractor is that is takes care about the extraction process, error handling etc., so you can take care about what is important: Scraping the website.\nIt focuses on making it possible for the creator of a scraper for a streaming service to create best outcome by least amount of self written code.",
"title": "Introduction"
},
{
"location": "/00_Prepare_everything/",
"text": "Prepare everything\n\n\nWelcome to the NewPipe tutorial. This tutorial will guide you through the process of creating your own NewPipeExtractor\nservice with which NewPipe will gain support for a dedicated streaming service like YouTube, Vimeo or SournCloud. Let's\ndive right. ;D\n\n\nSetup your dev environment\n\n\nFirst and foremost you need to meet certain conditions in order to write your own service.\n\n\nWhat you need to know\n\n\n\n\nBasic understanding of \ngit\n\n\nGood \nJava\n knowledge\n\n\nGood understanding of \nweb technology\n\n\nBasic understanding about \nunit testing\n and \nJUnit\n\n\nFlawless understanding of how to \ncontribute\n to the \nNewPipe project\n\n\n\n\nWhat you need to have\n\n\n\n\nA dev environment/ide that supports:\n\n\ngit\n\n\njava 8\n\n\ngradle\n\n\nunit testing\n\n\nI highly recomend \nIDEA Community\n since it has everything we need.\n\n\n\n\n\n\nA \ngithub\n account\n\n\nA loot of patience and excitement ;D\n\n\n\n\nAfter making sure all these conditions are provided fork the \nNewPipeExtractor\n,\nusing the \nfork button\n.\nThis way you have your own working repository. Now clone this repository into your local folder in which you want to work in.\nNext import the cloned project into your \nide\n\nand \nrun\n it.\nIf all the checks are green you did everything right, and you are good to go to move on to the next chapter.\n\n\n\nInclusion criteria for services\n\n\nAfter creating you own service you will need to submit it to our \nNewPipeExtractor\n\n repository. However in order to include your changes you need to follow these rules:\n\n\n\n\nStick to our \nCode contribution guidelines\n\n\nDo not send services that present content we \ndon't allow\n on NewPipe.\n\n\nYou need to be willing to keep on maintaining your service after submission.\n\n\nBe patient and do the requested changes when one of our maintainers rejects your code.\n\n\n\n\nAllowed Content\n\n\n\n\nBasically anything except \nNOT allowed content\n.\n\n\nAny kind of porn/NSFW that is allowed according to the \nUS Porn act\n.\n\n\nAdvertisement (may be handled specially tho)\n\n\n\n\nNOT allowed Content\n\n\n\n\nNSFL\n\n\nPorn that is not allowed according to \nUS Porn act\n.\n\n\nAny form of violence\n\n\nChild pornography\n\n\nMedia that harms others\n\n\nMedia that shows the violation of human rights\n\n\nCopyright infringement/pirated media",

View File

@ -4,7 +4,7 @@
<url>
<loc>/</loc>
<lastmod>2018-04-09</lastmod>
<lastmod>2018-05-05</lastmod>
<changefreq>daily</changefreq>
</url>
@ -12,7 +12,7 @@
<url>
<loc>/00_Prepare_everything/</loc>
<lastmod>2018-04-09</lastmod>
<lastmod>2018-05-05</lastmod>
<changefreq>daily</changefreq>
</url>
@ -20,7 +20,7 @@
<url>
<loc>/01_Concept_of_the_extractor/</loc>
<lastmod>2018-04-09</lastmod>
<lastmod>2018-05-05</lastmod>
<changefreq>daily</changefreq>
</url>