ForgeFeed Specifications
The ForgeFeed identifier is a simple HTML meta tag
which provides a reference to a particular forge-feed enabled project.
Including a forge-feed:project or forge-feed:repository tag in a given HTML page
provides a reference to a codebase or project page which can be used to construct
a webfinger query. Using the forge-feed identifier indicates that a given HTML
page is associated with a certain software project.
The content of a forge-feed:project tag MUST contain a valid project-uri or repository-uri. If a hostname is not part of the project-uri then the host is assumed to be at the domain which is serving the content.
<!-- Project on the same host -->
<meta name="forge-feed" content="project:spartacus"/>
<!-- Or another host -->
<meta name="forge-feed" content="project:spartacus@example.org"/>
<!-- Or a repository link -->
<meta name="forge-feed" content="repository:spartacus@code.example.org"/>