RSS Micropub Miccrodata Atompub Webdav - sgml/signature GitHub Wiki
- headings
- bullet points
- bold
- italics
- blockquotes
- internal anchors
- hashtags
- copy/paste
- Accessibility
- Multilingual Options
- Contextual Games (Sports Quizzes, Music Trivia, Sample Job Questions)
https://www.archives.gov/social-media/rss-feeds.html
https://www.w3.org/TR/void/#opensearch
https://www.dailymail.co.uk/home/rssMenu.html
https://newsroom.courts.ca.gov/rss
https://www.w3.org/TR/mediaont-10/
https://www.w3.org/community/ontolex/wiki/Final_Model_Specification
https://www.cs.ox.ac.uk/people/boris.motik/pubs/mh06problems-owl.pdf
https://en.wikipedia.org/wiki/Lemma_(psycholinguistics)
https://www.mediawiki.org/wiki/Extension:WikibaseLexeme/RDF_mapping
https://www.npmjs.com/package/xth
https://www.npmjs.com/package/xml-renderer
- https://blog.hubspot.com/marketing/blog-vs-podcast
- https://hostadvice.com/blog/blogging/blog-vs-podcast/
- https://www.rssboard.org/media-rss
- https://www.mnot.net/rss/tutorial/#format-versions-and-modules
- http://rssfeeds.packersnews.com/packersnews/home&x=1
- https://feed.syntax.fm/rss
- http://feeds.earhustlesq.com/earhustlesq
- https://www.mysportsfeeds.com/data-feeds/
- http://feeds.bbci.co.uk/news/rss.xml
- https://rss.upi.com/news/news.rss
- http://feeds.arstechnica.com/arstechnica/index/
- https://www.techmeme.com/feed.xml
- http://feeds.arstechnica.com/arstechnica/gaming
- https://appexchange.salesforce.com/services/xml/NewListings
- http://rss.slashdot.org/Slashdot/slashdotMain.xml
- http://www.eastbaytimes.com/rss
- https://www.cerescourier.com/rss/
- https://about.radiopublic.com/feed/
- https://www.housingwire.com/rss/
- https://www.xml.com/feed/all/
- https://open.nytimes.com/feed
- http://newsone.com/feed
- http://www.quirksmode.org/blog/index.rdf
- https://www.gnome.org/feed/
- http://feeds.bizjournals.com/industry_21
- https://www.sowetanlive.co.za/rss/?publication=sundayworld§ion=lifestyle
- https://www.normalyouare.com/feed.xml
- https://js.foundation/feed
- https://dzone.com/articles/transforming-xml-message-using-xslt-with-apache-ca
- https://dzone.com/articles/service-call-from-xslt-inside-a-mule-application
- https://docs.mulesoft.com/mule-user-guide/v/3.7/xslt-transformer
- https://docs.microsoft.com/en-us/biztalk/core/how-to-specify-xslt-output-settings
- https://www.codit.eu/blog/2016/10/03/the-case-for-xslt/
- https://blogs.msdn.microsoft.com/apimanagement/2016/09/14/new-xslt-policy/
- https://msdn.microsoft.com/en-us/magazine/dd569753.aspx
- https://trends.builtwith.com/feeds/Really-Simple-Discovery
- http://www.ianbicking.org/blog/2007/08/14/of-microformats-and-the-semantic-web/index.html
- http://www.jillesvangurp.com/2007/10/18/semantic-vs-semantic/
- https://wiki.thingsandstuff.org/Open_social#Web_Intents
- http://docs.oasis-open.org/xri/xrd/v1.0/os/xrd-1.0-os.html
- https://www.w3.org/TR/xslt20/Overview-diff.html
- https://blogs.sap.com/2018/08/20/monday-morning-thoughts-odata/
Format | Reference Mechanism | Example | Spec URL |
---|---|---|---|
Microformats | Attribute-based semantic linking |
<div class="h-card" id="alice"><span class="p-name">Alice</span></div> <div class="h-entry"><a class="u-author" href="#alice">Post by Alice</a></div>
|
https://microformats.org/wiki/microformats2 |
AtomPub |
<link> with rel and href
|
<entry><author><name>Alice</name></author></entry> <link rel="related" href="https://example.com/users/alice"/>
|
https://tools.ietf.org/html/rfc5023 |
JSON-LD |
@id , @context , @type
|
{ "@id": "user123", "name": "Alice" } { "@type": "Post", "author": "user123" }
|
https://www.w3.org/TR/json-ld11/ |
Product / Project | Type | Description |
---|---|---|
Google Data APIs (deprecated) | Commercial | Extended AtomPub for services like Calendar, Contacts, and Blogger. |
Alfresco | Commercial | Supports AtomPub for syndication and content services. |
GData Libraries (Google) | Open Source | Libraries that extended AtomPub for structured data exchange. |
TiddlyWiki + Plugins | Open Source | Some plugins allow AtomPub-based feed publishing and remote updates. |
Product / Project | Type | Description |
---|---|---|
Microsoft SharePoint | Commercial | Uses WebDAV for remote editing, versioning, and metadata management. |
Alfresco | Commercial | Supports WebDAV for document management and collaborative workflows. |
Adobe Experience Manager | Commercial | Uses WebDAV for asset management and publishing integration. |
Zope/Plone CMS | Commercial | Python-based CMS with WebDAV support for remote content editing. |
Apache Jackrabbit | Open Source | Implements JCR and supports WebDAV for remote access and authoring. |
Nextcloud / ownCloud | Open Source | Uses WebDAV for file sync and sharing, often integrated with publishing. |