From 807f96d5c466ceae41e66626b99f5f8d1a0c3b28 Mon Sep 17 00:00:00 2001 From: Andrew Browning Date: Tue, 31 Oct 2017 11:55:52 -0400 Subject: Fix location of host-meta.xml file [#5543] --- .../templates/mediagoblin/api/host-meta.xml | 22 ++++++++++++++++++++++ .../templates/mediagoblin/federation/host-meta.xml | 22 ---------------------- 2 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 mediagoblin/templates/mediagoblin/api/host-meta.xml delete mode 100644 mediagoblin/templates/mediagoblin/federation/host-meta.xml (limited to 'mediagoblin/templates') diff --git a/mediagoblin/templates/mediagoblin/api/host-meta.xml b/mediagoblin/templates/mediagoblin/api/host-meta.xml new file mode 100644 index 00000000..7970a0d2 --- /dev/null +++ b/mediagoblin/templates/mediagoblin/api/host-meta.xml @@ -0,0 +1,22 @@ +{# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2014 MediaGoblin contributors. See AUTHORS. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +-#} + + + {% for link in links %} + + {% endfor %} + \ No newline at end of file diff --git a/mediagoblin/templates/mediagoblin/federation/host-meta.xml b/mediagoblin/templates/mediagoblin/federation/host-meta.xml deleted file mode 100644 index 7970a0d2..00000000 --- a/mediagoblin/templates/mediagoblin/federation/host-meta.xml +++ /dev/null @@ -1,22 +0,0 @@ -{# GNU MediaGoblin -- federated, autonomous media hosting -# Copyright (C) 2014 MediaGoblin contributors. See AUTHORS. -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . --#} - - - {% for link in links %} - - {% endfor %} - \ No newline at end of file -- cgit v1.2.3