Your Decent Plan

02-41-33, 11-04-26, 4130 4133 6 am26

Most of this should be available on a PDF guide:
The simple sequence (save html locally → open in Edge → Ctrl+P → Save as PDF with Background graphics on) really is one of the most reliable, zero-friction ways to turn styled HTML into clean PDFs in 2026. It sidesteps so many of the annoying intermediaries, format fights, and "helpful" blocks that come with online converters or text-based PDF tools.

Go down this rabbit hole as far as you choose You can choose to simply lean on decentralised services offered by other sites, or link up your own site and become part of a movement.

Here's a list of steps that you can choose to take or ignore. They should all be available on the navigation, so this page will just mention what each of them are doing.

1 Submit a link

Submit your own website link or link to anywhere that you want to be known

You just need to check that it appears after you submit it. So 1st submit your link,

Submit A Web Page

2 Submit a link

then 2nd check that it appears on the listings here.
If the listing is too big to quickly scan, just type in a part of the name so that only matching names are listed.
When you see your links domain listed, then you are in. Decent Domains

Developing a new XML feed

Feed Detection Routine (Conceptual)

The feed detection routine ensures that every submitted URL is classified in a consistent, actionable way. Rather than storing vanity metrics or unnecessary platform details, the process focuses only on what matters: whether a URL is a structured feed (RSS, Atom, Sitemap) or a standard page requiring curl. This distinction drives how we refresh, parse, and report on submissions, keeping the database lean while providing clear operational signals for quality control and analytics.

Feeds are structure, curl is effort — this reminder helps us distinguish between machine‑readable submissions and those requiring heavier processing.

  1. Retrieve content – attempt to fetch the submitted URL. If unreachable, mark invalid.
  2. Check for XML – if the content begins with an XML declaration, proceed; otherwise treat as a standard page (curl required).
  3. Identify feed type – inspect the root element:
    • <rss> → RSS feed
    • <feed> → Atom feed
    • <urlset> → Sitemap (URL set)
    • <sitemapindex> → Sitemap index
  4. Apply rules – validate expected structure (e.g. RSS has <channel>/<item>, Atom has <entry>, Sitemap has <url>/<loc>).
  5. Assign feed_type – set to rss, atom, sitemap, sitemap_index, or leave empty for curl.
  6. Record outcome – update detection result and timestamp; log mismatches between submitted and detected type.

Development Due

  1. Wordpress sitemap parse to search database table page_keywords Example dustinemos.com wordpress with sitemap listing <urlset> X

1348 engine.php VC class decent function findViewPath viewPath /home/leonwool/public_html/biscuits/biscuits-84s/views/js-monitor.php

Loading comments…
(last activity recently ago)