mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Adding supportsAutoUpdate to the XmlRpc capabilities to make sure client apps (e.g. Live Writer) keep up to date with the applications capabilities
--HG-- branch : dev
This commit is contained in:
@@ -23,6 +23,7 @@ namespace Orchard.Core.XmlRpc.Controllers {
|
|||||||
|
|
||||||
var options = new XElement(
|
var options = new XElement(
|
||||||
XName.Get("options", ManifestUri),
|
XName.Get("options", ManifestUri),
|
||||||
|
new XElement(XName.Get("supportsAutoUpdate", ManifestUri), "Yes"),
|
||||||
new XElement(XName.Get("clientType", ManifestUri), "Metaweblog"),
|
new XElement(XName.Get("clientType", ManifestUri), "Metaweblog"),
|
||||||
new XElement(XName.Get("supportsKeywords", ManifestUri), "No"),
|
new XElement(XName.Get("supportsKeywords", ManifestUri), "No"),
|
||||||
new XElement(XName.Get("supportsCategories", ManifestUri), "No"),
|
new XElement(XName.Get("supportsCategories", ManifestUri), "No"),
|
||||||
|
|||||||
Reference in New Issue
Block a user