update docs
This commit is contained in:
parent
9351d63cbe
commit
b974f91987
4 changed files with 16 additions and 2 deletions
|
@ -12,6 +12,7 @@ author = 'Martin Rotter'
|
||||||
|
|
||||||
extensions = [
|
extensions = [
|
||||||
'myst_parser',
|
'myst_parser',
|
||||||
|
'sphinx_copybutton',
|
||||||
'sphinxcontrib.mermaid',
|
'sphinxcontrib.mermaid',
|
||||||
'sphinx.ext.extlinks']
|
'sphinx.ext.extlinks']
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
|
|
@ -23,4 +23,15 @@ You can also switch to more advanced dialog for adding individual feeds.
|
||||||
|
|
||||||
<img alt="alt-img" src="images/feed-details.png">
|
<img alt="alt-img" src="images/feed-details.png">
|
||||||
|
|
||||||
In 99% of cases, you only need to insert feed URL into `Source` field and then hit `Fetch it now` button which will download feed metadata and fill all other boxes.
|
In 99% of cases, you only need to insert feed URL into `Source` field and then hit `Fetch it now` button which will download feed metadata and fill all other boxes.
|
||||||
|
|
||||||
|
```{note}
|
||||||
|
Some feeds are only accessible when user is logged-in the website which provides the feed.
|
||||||
|
|
||||||
|
RSS Guard has two features to aid with login-protected feeds:
|
||||||
|
1. Network-based authentication (rarely used) -> user can setup credentials on `Network` tab in feed details dialog.
|
||||||
|
2. Website-based authentication (often used) -> user has to login to the website via RSS Guard's embedded [web browser](browseradblock):
|
||||||
|
1. In RSS Guard, open new web browser tab.
|
||||||
|
2. Navigate to feed's website and login.
|
||||||
|
3. RSS Guard will now remember login cookies and will automatically use them to authenticate when feed is fetching.
|
||||||
|
```
|
|
@ -1,4 +1,6 @@
|
||||||
myst_parser
|
myst_parser
|
||||||
linkify-it-py
|
linkify-it-py
|
||||||
sphinxcontrib-mermaid
|
sphinxcontrib-mermaid
|
||||||
|
sphinx-favicon
|
||||||
|
sphinx-copybutton
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
|
@ -88,7 +88,7 @@ QDateTime TextFactory::parseDateTime(const QString& date_time, QString* used_dt_
|
||||||
}
|
}
|
||||||
|
|
||||||
QDateTime dt;
|
QDateTime dt;
|
||||||
const QLocale locale(QLocale::Language::C);
|
static QLocale locale(QLocale::Language::C);
|
||||||
static QStringList date_patterns = dateTimePatterns(true);
|
static QStringList date_patterns = dateTimePatterns(true);
|
||||||
|
|
||||||
// QDateTime dt1 = locale.toDateTime("GMT", "t");
|
// QDateTime dt1 = locale.toDateTime("GMT", "t");
|
||||||
|
|
Loading…
Add table
Reference in a new issue