@mdwrk/mdwrkcom-content-pack 0.1.5 → 0.1.6
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.
- package/LICENSE +201 -0
- package/data/content-sitemap.yaml +4 -0
- package/data/markdown/blog/package-dag-for-mdwrk-and-lander.md +79 -0
- package/data/markdown/blog/structured-data-learning-map.md +56 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/generated/cache-header-manifest.json +2159 -1376
- package/generated/content-index.json +163 -127
- package/generated/content-registry.json +519 -262
- package/generated/jsonld-graph.json +701 -501
- package/generated/llms-full.txt +20 -4
- package/generated/llms.txt +5 -3
- package/generated/semantic-index.json +317 -130
- package/generated/sitemap.xml +31 -1097
- package/generated/sitemap.xsl +27 -0
- package/generated/sitemaps/comparison.xml +53 -0
- package/generated/sitemaps/docs.xml +774 -0
- package/generated/sitemaps/faq.xml +28 -0
- package/generated/sitemaps/feature.xml +118 -0
- package/generated/sitemaps/landing.xml +8 -0
- package/generated/sitemaps/package.xml +28 -0
- package/generated/sitemaps/privacy.xml +23 -0
- package/generated/sitemaps/security.xml +8 -0
- package/generated/sitemaps/update.xml +108 -0
- package/package.json +9 -10
- package/public/blog/media/mdwrk-dag-apps-client.svg +196 -0
- package/public/blog/media/mdwrk-dag-apps-desktop.svg +19 -0
- package/public/blog/media/mdwrk-dag-apps-mdwrkcom.svg +116 -0
- package/public/blog/media/mdwrk-dag-lander-packages.svg +77 -0
- package/public/blog/media/mdwrk-package-dag.png +0 -0
- package/public/blog/media/mdwrk-package-dag.svg +228 -0
- package/public/blog/media/mdwrk-structured-data-learning-map.png +0 -0
package/generated/sitemap.xsl
CHANGED
|
@@ -26,6 +26,31 @@
|
|
|
26
26
|
<main>
|
|
27
27
|
<h1>MdWrk Sitemap</h1>
|
|
28
28
|
<p>This is the machine-readable XML sitemap rendered as a human-readable table. Search engines read the XML nodes; browsers use this stylesheet for review.</p>
|
|
29
|
+
<xsl:choose>
|
|
30
|
+
<xsl:when test="sm:sitemapindex">
|
|
31
|
+
<table>
|
|
32
|
+
<thead>
|
|
33
|
+
<tr>
|
|
34
|
+
<th scope="col">Sitemap</th>
|
|
35
|
+
<th scope="col">Last modified</th>
|
|
36
|
+
</tr>
|
|
37
|
+
</thead>
|
|
38
|
+
<tbody>
|
|
39
|
+
<xsl:for-each select="sm:sitemapindex/sm:sitemap">
|
|
40
|
+
<tr>
|
|
41
|
+
<td>
|
|
42
|
+
<a>
|
|
43
|
+
<xsl:attribute name="href"><xsl:value-of select="sm:loc" /></xsl:attribute>
|
|
44
|
+
<xsl:value-of select="sm:loc" />
|
|
45
|
+
</a>
|
|
46
|
+
</td>
|
|
47
|
+
<td><xsl:value-of select="sm:lastmod" /></td>
|
|
48
|
+
</tr>
|
|
49
|
+
</xsl:for-each>
|
|
50
|
+
</tbody>
|
|
51
|
+
</table>
|
|
52
|
+
</xsl:when>
|
|
53
|
+
<xsl:otherwise>
|
|
29
54
|
<table>
|
|
30
55
|
<thead>
|
|
31
56
|
<tr>
|
|
@@ -52,6 +77,8 @@
|
|
|
52
77
|
</xsl:for-each>
|
|
53
78
|
</tbody>
|
|
54
79
|
</table>
|
|
80
|
+
</xsl:otherwise>
|
|
81
|
+
</xsl:choose>
|
|
55
82
|
</main>
|
|
56
83
|
</body>
|
|
57
84
|
</html>
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
|
|
3
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
|
4
|
+
<url>
|
|
5
|
+
<loc>https://mdwrk.com/compare/</loc>
|
|
6
|
+
<lastmod>2026-05-05</lastmod>
|
|
7
|
+
</url>
|
|
8
|
+
|
|
9
|
+
<url>
|
|
10
|
+
<loc>https://mdwrk.com/compare/local-first-markdown-editors/</loc>
|
|
11
|
+
<lastmod>2026-05-05</lastmod>
|
|
12
|
+
</url>
|
|
13
|
+
|
|
14
|
+
<url>
|
|
15
|
+
<loc>https://mdwrk.com/compare/logseq/</loc>
|
|
16
|
+
<lastmod>2026-05-03</lastmod>
|
|
17
|
+
</url>
|
|
18
|
+
|
|
19
|
+
<url>
|
|
20
|
+
<loc>https://mdwrk.com/compare/marktext/</loc>
|
|
21
|
+
<lastmod>2026-05-03</lastmod>
|
|
22
|
+
</url>
|
|
23
|
+
|
|
24
|
+
<url>
|
|
25
|
+
<loc>https://mdwrk.com/compare/mdwrk-vs-obsidian/</loc>
|
|
26
|
+
<lastmod>2026-05-05</lastmod>
|
|
27
|
+
</url>
|
|
28
|
+
|
|
29
|
+
<url>
|
|
30
|
+
<loc>https://mdwrk.com/compare/mdwrk-vs-typora/</loc>
|
|
31
|
+
<lastmod>2026-05-05</lastmod>
|
|
32
|
+
</url>
|
|
33
|
+
|
|
34
|
+
<url>
|
|
35
|
+
<loc>https://mdwrk.com/compare/mdwrk-vs-vscode-markdown/</loc>
|
|
36
|
+
<lastmod>2026-05-05</lastmod>
|
|
37
|
+
</url>
|
|
38
|
+
|
|
39
|
+
<url>
|
|
40
|
+
<loc>https://mdwrk.com/compare/notion/</loc>
|
|
41
|
+
<lastmod>2026-05-03</lastmod>
|
|
42
|
+
</url>
|
|
43
|
+
|
|
44
|
+
<url>
|
|
45
|
+
<loc>https://mdwrk.com/compare/standard-markdown-editors/</loc>
|
|
46
|
+
<lastmod>2026-05-03</lastmod>
|
|
47
|
+
</url>
|
|
48
|
+
|
|
49
|
+
<url>
|
|
50
|
+
<loc>https://mdwrk.com/compare/zettlr/</loc>
|
|
51
|
+
<lastmod>2026-05-03</lastmod>
|
|
52
|
+
</url>
|
|
53
|
+
</urlset>
|