mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-12 19:44:12 +02:00
Deploying to gh-pages from @ RSS-Bridge/rss-bridge@152e96d3d0 🚀
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../For_Developers/index.html">For Developers</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../For_Developers/Actions.html">Actions</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
November 3, 2024 at 9:33 AM </span>
|
||||
January 2, 2025 at 4:12 AM </span>
|
||||
<span class="EditOn">
|
||||
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/04_For_Developers/04_Actions.md" target="_blank">
|
||||
Edit on GitHub </a>
|
||||
@@ -110,14 +110,10 @@
|
||||
<div class="s-content">
|
||||
<p>RSS-Bridge currently supports four ‘actions’ which it can operate:</p>
|
||||
<ol>
|
||||
<li>
|
||||
<a href="#display">Display</a> (<code>?action=display</code>)</li>
|
||||
<li>
|
||||
<a href="#detect">Detect</a> (<code>?action=detect</code>)</li>
|
||||
<li>
|
||||
<a href="#list">List</a> (<code>?action=list</code>)</li>
|
||||
<li>
|
||||
<a href="#findfeed">FindFeed</a> (<code>?action=findfeed</code>)</li>
|
||||
<li><a href="#display">Display</a> (<code>?action=display</code>)</li>
|
||||
<li><a href="#detect">Detect</a> (<code>?action=detect</code>)</li>
|
||||
<li><a href="#list">List</a> (<code>?action=list</code>)</li>
|
||||
<li><a href="#findfeed">FindFeed</a> (<code>?action=findfeed</code>)</li>
|
||||
</ol>
|
||||
<h2><a id="display" href="#display" class="Permalink" aria-hidden="true" title="Permalink">#</a>Display</h2>
|
||||
<p>The <code>display</code> action returns feeds generated by <a href="../Bridge_API/index.html">bridges</a>. It requires additional parameter, some of which are specific to each bridge (see implementation details for your specific bridge). The following list contains mandatory parameter applicable to all bridges, excluding parameters that require <a href="../For_Hosts/Custom_Configuration.html">additional options</a>. Errors are returned for missing mandatory parameters:</p>
|
||||
@@ -186,10 +182,8 @@
|
||||
</code></pre>
|
||||
<p>The top-level JSON object contains two parameters:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#bridges"><code>bridges</code></a>: A collection of bridges</li>
|
||||
<li>
|
||||
<a href="#total"><code>total</code></a>: The total number of bridges</li>
|
||||
<li><a href="#bridges"><code>bridges</code></a>: A collection of bridges</li>
|
||||
<li><a href="#total"><code>total</code></a>: The total number of bridges</li>
|
||||
</ul>
|
||||
<pre><code class="language-JSON">{
|
||||
"bridges": { },
|
||||
|
@@ -100,7 +100,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../For_Developers/index.html">For Developers</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../For_Developers/Coding_style_policy.html">Coding style policy</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
November 3, 2024 at 9:33 AM </span>
|
||||
January 2, 2025 at 4:12 AM </span>
|
||||
<span class="EditOn">
|
||||
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/04_For_Developers/01_Coding_style_policy.md" target="_blank">
|
||||
Edit on GitHub </a>
|
||||
|
@@ -100,7 +100,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../For_Developers/index.html">For Developers</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../For_Developers/Debug_mode.html">Debug mode</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
November 3, 2024 at 9:33 AM </span>
|
||||
January 2, 2025 at 4:12 AM </span>
|
||||
<span class="EditOn">
|
||||
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/04_For_Developers/05_Debug_mode.md" target="_blank">
|
||||
Edit on GitHub </a>
|
||||
|
@@ -100,7 +100,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../For_Developers/index.html">For Developers</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../For_Developers/Development_Environment_Setup.html">Development Environment Setup</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
November 3, 2024 at 9:33 AM </span>
|
||||
January 2, 2025 at 4:12 AM </span>
|
||||
<span class="EditOn">
|
||||
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/04_For_Developers/07_Development_Environment_Setup.md" target="_blank">
|
||||
Edit on GitHub </a>
|
||||
|
@@ -100,7 +100,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../For_Developers/index.html">For Developers</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../For_Developers/Folder_structure.html">Folder structure</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
November 3, 2024 at 9:33 AM </span>
|
||||
January 2, 2025 at 4:12 AM </span>
|
||||
<span class="EditOn">
|
||||
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/04_For_Developers/03_Folder_structure.md" target="_blank">
|
||||
Edit on GitHub </a>
|
||||
|
@@ -100,7 +100,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../For_Developers/index.html">For Developers</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../For_Developers/Github_Codespaces_Tutorial.html">Github Codespaces Tutorial</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
November 3, 2024 at 9:33 AM </span>
|
||||
January 2, 2025 at 4:12 AM </span>
|
||||
<span class="EditOn">
|
||||
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/04_For_Developers/06_Github_Codespaces_Tutorial.md" target="_blank">
|
||||
Edit on GitHub </a>
|
||||
|
@@ -100,7 +100,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../For_Developers/index.html">For Developers</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../For_Developers/Pull_Request_policy.html">Pull Request policy</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
November 3, 2024 at 9:33 AM </span>
|
||||
January 2, 2025 at 4:12 AM </span>
|
||||
<span class="EditOn">
|
||||
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/04_For_Developers/02_Pull_Request_policy.md" target="_blank">
|
||||
Edit on GitHub </a>
|
||||
|
@@ -100,7 +100,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../For_Developers/index.html">For Developers</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
November 3, 2024 at 9:33 AM </span>
|
||||
January 2, 2025 at 4:12 AM </span>
|
||||
<span class="EditOn">
|
||||
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/04_For_Developers/index.md" target="_blank">
|
||||
Edit on GitHub </a>
|
||||
@@ -112,24 +112,12 @@
|
||||
<p>It is written in PHP.</p>
|
||||
<p>If you are new to <strong>RSS-Bridge</strong> you should make yourself familiar with some general aspects:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="Coding_style_policy.html">Coding style policy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Folder_structure.html">Folder structure</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Debug_mode.html">Debug mode</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../Bridge_API/index.html">Bridge API</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../Cache_API/index.html">Cache API</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../Technical_recommendations/index.html">Technical recommendations</a>
|
||||
</li>
|
||||
<li><a href="Coding_style_policy.html">Coding style policy</a></li>
|
||||
<li><a href="Folder_structure.html">Folder structure</a></li>
|
||||
<li><a href="Debug_mode.html">Debug mode</a></li>
|
||||
<li><a href="../Bridge_API/index.html">Bridge API</a></li>
|
||||
<li><a href="../Cache_API/index.html">Cache API</a></li>
|
||||
<li><a href="../Technical_recommendations/index.html">Technical recommendations</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user