picata 0.0.3__tar.gz → 0.0.4__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {picata-0.0.3 → picata-0.0.4}/.gitignore +1 -0
- {picata-0.0.3 → picata-0.0.4}/PKG-INFO +1 -2
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/3_column.html +1 -1
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/404.html +1 -1
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/article.html +1 -1
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/base.html +2 -2
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/basic_page.html +1 -1
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/dl_view.html +1 -1
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/home_page.html +1 -1
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/post_listing.html +2 -2
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/previews/3col.html +1 -1
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/previews/dl.html +1 -1
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/previews/split.html +1 -1
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/previews/theme_gallery.html +1 -1
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/search_results.html +2 -2
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/split_view.html +1 -1
- picata-0.0.4/picata/templates/picata/tags/site_menu.html +5 -0
- {picata-0.0.3 → picata-0.0.4}/pyproject.toml +1 -2
- picata-0.0.3/picata/templates/picata/tags/site_menu.html +0 -8
- {picata-0.0.3 → picata-0.0.4}/LICENSE.md +0 -0
- {picata-0.0.3 → picata-0.0.4}/README.md +0 -0
- {picata-0.0.3 → picata-0.0.4}/components/HelloWorld.tsx +0 -0
- {picata-0.0.3 → picata-0.0.4}/entrypoint.tsx +0 -0
- {picata-0.0.3 → picata-0.0.4}/manage.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/__init__.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/apps.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/blocks.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/helpers/__init__.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/helpers/wagtail.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/log_utils.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/middleware.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/migrations/0001_initial.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/migrations/__init__.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/models.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/settings/__init__.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/settings/base.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/settings/dev.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/settings/mypy.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/settings/prod.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/settings/test.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/static/picata/ada-profile.jpg +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/static/picata/ada-social-bear.jpg +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/static/picata/favicon.ico +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/static/picata/fonts/Bitter-Light.ttf +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/static/picata/fonts/Bitter-LightItalic.ttf +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/static/picata/fonts/FiraCode-Light.ttf +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/static/picata/fonts/FiraCode-SemiBold.ttf +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/static/picata/fonts/Sacramento-Regular.ttf +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/static/picata/fonts/ZillaSlab-Bold.ttf +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/static/picata/fonts/ZillaSlab-BoldItalic.ttf +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/static/picata/fonts/ZillaSlab-Light.ttf +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/static/picata/fonts/ZillaSlab-LightItalic.ttf +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/static/picata/fonts/ZillaSlabHighlight-Bold.ttf +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/static/picata/icons.svg +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/500.html +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/_post_list.html +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/blocks/icon_link_item.html +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/blocks/icon_link_list.html +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/templates/picata/blocks/icon_link_list_stream.html +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/templatetags/__init__.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/templatetags/absolute_static.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/templatetags/menu_tags.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/templatetags/stringify.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/transformers.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/typing/__init__.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/typing/wagtail.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/urls.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/validators.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/views.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/wagtail_hooks.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/picata/wsgi.py +0 -0
- {picata-0.0.3 → picata-0.0.4}/pygments.sass +0 -0
- {picata-0.0.3 → picata-0.0.4}/styles.sass +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: picata
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.4
|
4
4
|
Summary: Ada's Wagtail-based CMS & blog
|
5
5
|
Project-URL: Documentation, https://github.com/hipikat/picata#readme
|
6
6
|
Project-URL: Issues, https://github.com/hipikat/picata/issues
|
@@ -39,7 +39,6 @@ Classifier: Programming Language :: Python
|
|
39
39
|
Classifier: Programming Language :: Python :: 3.13
|
40
40
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
41
41
|
Requires-Python: >=3.13
|
42
|
-
Requires-Dist: gunicorn~=23.0.0
|
43
42
|
Requires-Dist: lxml~=5.3.0
|
44
43
|
Requires-Dist: psutil~=6.1.0
|
45
44
|
Requires-Dist: psycopg~=3.2.3
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="UTF-8" />
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover" />
|
6
|
-
<title>{% block document_title %}{% if title %}{{ title }} · {% endif %}
|
6
|
+
<title>{% block document_title %}{% if title %}{{ title }} · {% endif %}hpk.io{% endblock %}</title>
|
7
7
|
|
8
8
|
<style>
|
9
9
|
@font-face { font-family: 'Sacramento'; src: url("{% static 'fonts/Sacramento-Regular.ttf' %}") format("truetype"); font-weight: 400; font-style: normal; }
|
@@ -25,7 +25,7 @@
|
|
25
25
|
|
26
26
|
<meta property="og:title" content="{% block og_title %}Hpk.io{% endblock %}">
|
27
27
|
<meta property="og:description" content="{% block og_description %}Ada Wrights's website - Hpk.io{% endblock %}">
|
28
|
-
<meta property="og:image" content="{% block og_image %}{% if settings.picata.SocialSettings.default_social_image %}{{ request.scheme }}://{{ request.get_host }}/{% image_url settings.
|
28
|
+
<meta property="og:image" content="{% block og_image %}{% if settings.picata.SocialSettings.default_social_image %}{{ request.scheme }}://{{ request.get_host }}/{% image_url settings.picata.SocialSettings.default_social_image 'fill-1200x630' %}{% else %}{% absolute_static 'ada-social-bear.jpg' %}{% endif %}{% endblock %}">
|
29
29
|
<meta property="og:url" content="{{ request.build_absolute_uri }}">
|
30
30
|
<meta property="og:type" content="{% block og_type %}website{% endblock %}">
|
31
31
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
{% extends "dl_view.html" %}
|
1
|
+
{% extends "picata/dl_view.html" %}
|
2
2
|
{% load wagtailcore_tags %}
|
3
3
|
|
4
4
|
{% block main_classes %}{{ block.super }} post-list{% endblock %}
|
@@ -10,7 +10,7 @@
|
|
10
10
|
</dd>
|
11
11
|
|
12
12
|
{% for year, posts in posts_by_year.items %}
|
13
|
-
{% include "_post_list.html" with posts=posts year=year %}
|
13
|
+
{% include "picata/_post_list.html" with posts=posts year=year %}
|
14
14
|
{% endfor %}
|
15
15
|
|
16
16
|
</dl>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
{% extends "dl_view.html" %}
|
1
|
+
{% extends "picata/dl_view.html" %}
|
2
2
|
{% load wagtailcore_tags stringify %}
|
3
3
|
|
4
4
|
{% block main_classes %}{{ block.super }} post-list search-results{% endblock %}
|
@@ -22,7 +22,7 @@
|
|
22
22
|
{% endif %}
|
23
23
|
</dd>
|
24
24
|
|
25
|
-
{% include "_post_list.html" with posts=pages %}
|
25
|
+
{% include "picata/_post_list.html" with posts=pages %}
|
26
26
|
|
27
27
|
</dl>
|
28
28
|
{% endblock %}
|
@@ -9,7 +9,7 @@ build-backend = "hatchling.build"
|
|
9
9
|
|
10
10
|
[project]
|
11
11
|
name = "picata"
|
12
|
-
version = "0.0.
|
12
|
+
version = "0.0.4"
|
13
13
|
description = "Ada's Wagtail-based CMS & blog"
|
14
14
|
keywords = ["cms", "blog", "django", "wagtail"]
|
15
15
|
readme = "README.md"
|
@@ -26,7 +26,6 @@ classifiers = [
|
|
26
26
|
]
|
27
27
|
dependencies = [
|
28
28
|
"wagtail~=6.2",
|
29
|
-
"gunicorn~=23.0.0",
|
30
29
|
"psycopg~=3.2.3",
|
31
30
|
"psutil~=6.1.0",
|
32
31
|
"python-slugify~=8.0.4",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|