project-config/specs/specs.opml.tmpl
Andreas Jaeger a494d238b0 Update infra-manual links
The infra-manual publishes now to docs.opendev.org, change links to it.

New location is: https://docs.opendev.org/opendev/infra-manual/latest/

Link specs.o.o contributors link to OpenStack Contributor Guide.

Change http to https for docs.o.o and specs.o.o everywhere.

Depends-On: https://review.opendev.org/713929
Needed-By: https://review.opendev.org/713930
Change-Id: I46bf9e9527941f2120de59fdbc355337f4c019c1
2020-03-21 09:29:14 +01:00

20 lines
532 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>OpenStack Specs Feeds</title>
</head>
<body>
<outline text="OpenStack Specs" title="OpenStack Specs">
{% for project in all %}
<outline type="rss"
text="{{project.name}}"
title="{{project.name}}"
xmlUrl="https://specs.openstack.org/{{project.repo}}/rss.xml"
htmlUrl="https://specs.openstack.org/{{project.repo}}">
</outline>
{% endfor %}
</outline>
</body>
</opml>