wingtip 0.4.1__tar.gz → 0.4.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {wingtip-0.4.1 → wingtip-0.4.2}/PKG-INFO +3 -3
- {wingtip-0.4.1 → wingtip-0.4.2}/README.md +2 -2
- {wingtip-0.4.1 → wingtip-0.4.2}/pyproject.toml +1 -1
- {wingtip-0.4.1 → wingtip-0.4.2}/.gitignore +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/config.sample.json +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/theme.json +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/__init__.py +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/fonts/fira_sans.ttf +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/fonts/poppins.ttf +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/generate_card.py +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/latex_extension.py +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/main.py +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/serve.py +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/css/admonitions.css +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/css/custom.css +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/js/search.js +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/auto-render.min.js +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/clipboard.min.js +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/dark.css +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_AMS-Regular.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Main-Bold.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Main-Italic.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Main-Regular.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Math-Italic.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Script-Regular.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Size1-Regular.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Size2-Regular.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Size3-Regular.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Size4-Regular.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/fonts/material-icons.ttf +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/iconify.min.js +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/katex.min.css +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/katex.min.js +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/light.css +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/static/vendor/material-icons.css +0 -0
- {wingtip-0.4.1 → wingtip-0.4.2}/wingtip/template.html +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wingtip
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.2
|
|
4
4
|
Summary: A static site generator for documentation that is built to be indexed and cited.
|
|
5
5
|
Project-URL: Homepage, https://semanticentity.github.io/WingTip-Static-Site-Generator
|
|
6
6
|
Project-URL: Source, https://github.com/semanticentity/WingTip-Static-Site-Generator
|
|
@@ -36,7 +36,7 @@ Description-Content-Type: text/markdown
|
|
|
36
36
|
|
|
37
37
|
**Open-source, SEO-first documentation sites from Markdown.**
|
|
38
38
|
|
|
39
|
-

|
|
39
|
+

|
|
40
40
|
|
|
41
41
|
[Live demo](https://semanticentity.github.io/WingTip-Static-Site-Generator) · [Migration guide](docs/migration.md) · [Source](https://github.com/semanticentity/WingTip-Static-Site-Generator) · [Roadmap](docs/roadmap.md)
|
|
42
42
|
|
|
@@ -52,7 +52,7 @@ Start with zero configuration, customize when needed, and deploy the generated f
|
|
|
52
52
|
- **Built for discovery:** Generate canonical URLs, robots directives, sitemap metadata, Open Graph and Twitter cards, `TechArticle` and breadcrumb JSON-LD, RSS, and hreflang alternates.
|
|
53
53
|
- **Built for AI retrieval:** Publish `llms.txt`, full concatenated documentation, and a Markdown alternate beside every generated page.
|
|
54
54
|
- **No mandatory CDN runtime:** Core styles, scripts, icons, KaTeX, and fonts are vendored into the Python package and copied into the build. External analytics remain opt-in.
|
|
55
|
-
- **
|
|
55
|
+
- **Your branding only:** No "powered by" badge, injected links, or generator watermarks — the generated site carries your identity, not WingTip's.
|
|
56
56
|
- **Zero infrastructure:** Search, navigation, PWA support, and offline fallback work from static hosting.
|
|
57
57
|
|
|
58
58
|
## Moving from hosted documentation?
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**Open-source, SEO-first documentation sites from Markdown.**
|
|
4
4
|
|
|
5
|
-

|
|
5
|
+

|
|
6
6
|
|
|
7
7
|
[Live demo](https://semanticentity.github.io/WingTip-Static-Site-Generator) · [Migration guide](docs/migration.md) · [Source](https://github.com/semanticentity/WingTip-Static-Site-Generator) · [Roadmap](docs/roadmap.md)
|
|
8
8
|
|
|
@@ -18,7 +18,7 @@ Start with zero configuration, customize when needed, and deploy the generated f
|
|
|
18
18
|
- **Built for discovery:** Generate canonical URLs, robots directives, sitemap metadata, Open Graph and Twitter cards, `TechArticle` and breadcrumb JSON-LD, RSS, and hreflang alternates.
|
|
19
19
|
- **Built for AI retrieval:** Publish `llms.txt`, full concatenated documentation, and a Markdown alternate beside every generated page.
|
|
20
20
|
- **No mandatory CDN runtime:** Core styles, scripts, icons, KaTeX, and fonts are vendored into the Python package and copied into the build. External analytics remain opt-in.
|
|
21
|
-
- **
|
|
21
|
+
- **Your branding only:** No "powered by" badge, injected links, or generator watermarks — the generated site carries your identity, not WingTip's.
|
|
22
22
|
- **Zero infrastructure:** Search, navigation, PWA support, and offline fallback work from static hosting.
|
|
23
23
|
|
|
24
24
|
## Moving from hosted documentation?
|
|
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
|