Skip to content

Commit 32f61bf

Browse files
authored
Address some administrative issues (#136)
2 parents 3f58062 + 82e5c2f commit 32f61bf

File tree

159 files changed

+196
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+196
-47
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
..
2+
This file is part of listparser.
3+
Copyright 2009-2025 Kurt McKee <[email protected]>
4+
SPDX-License-Identifier: MIT
5+
16
..
27
This is the listparser changelog.
38

docs/_templates/about-no-logo.html renamed to docs/_templates/about-no-logo.html.jinja

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
{#
2+
This file is part of listparser.
3+
Copyright 2009-2025 Kurt McKee <[email protected]>
4+
SPDX-License-Identifier: MIT
5+
#}
6+
17
{% if theme_github_user and theme_github_repo %}
28
{% if theme_github_button|lower == 'true' %}
39
<p>

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
..
2+
This file is part of listparser.
3+
Copyright 2009-2025 Kurt McKee <[email protected]>
4+
SPDX-License-Identifier: MIT
5+
16
.. include:: ../CHANGELOG.rst

docs/colophon.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
..
2+
This file is part of listparser.
3+
Copyright 2009-2025 Kurt McKee <[email protected]>
4+
SPDX-License-Identifier: MIT
5+
16
Colophon
27
########
38

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
templates_path = ["_templates"]
6565
html_sidebars = {
6666
"index": [
67-
"about-no-logo.html", # Don't show a logo on the front page.
67+
"about-no-logo.html.jinja", # Don't show a logo on the front page.
6868
"searchfield.html",
6969
"navigation.html",
7070
"relations.html",

docs/detection-algorithm.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
..
2+
This file is part of listparser.
3+
Copyright 2009-2025 Kurt McKee <[email protected]>
4+
SPDX-License-Identifier: MIT
5+
16
Feed and subscription list detection algorithm
27
==============================================
38

docs/getting-started.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
..
2+
This file is part of listparser.
3+
Copyright 2009-2025 Kurt McKee <[email protected]>
4+
SPDX-License-Identifier: MIT
5+
16
Getting started
27
===============
38

docs/http-features.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
..
2+
This file is part of listparser.
3+
Copyright 2009-2025 Kurt McKee <[email protected]>
4+
SPDX-License-Identifier: MIT
5+
16
HTTP Features
27
=============
38

docs/index.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
..
2+
This file is part of listparser.
3+
Copyright 2009-2025 Kurt McKee <[email protected]>
4+
SPDX-License-Identifier: MIT
5+
16
.. rst-class:: visually-hidden
27

38
listparser - Parse OPML subscription lists in Python
@@ -11,7 +16,7 @@ If you're building a feed reader and you need to import OPML subscription lists,
1116
you've come to the right place!
1217

1318
listparser makes it easy to parse and use subscription lists in multiple formats.
14-
It supports OPML and RDF+FOAF, and runs on Python 3.9+ and on PyPy 3.10.
19+
It supports OPML and RDF+FOAF, and runs on Python 3.9+ and on PyPy 3.11.
1520

1621

1722
Contents

docs/license.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
..
2+
This file is part of listparser.
3+
Copyright 2009-2025 Kurt McKee <[email protected]>
4+
SPDX-License-Identifier: MIT
5+
16
License
27
#######
38

0 commit comments

Comments
 (0)