-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Routing windowslivewriter manifest & XMLRPC MetaWeblog to support OpenLiveWriter #396
Routing windowslivewriter manifest & XMLRPC MetaWeblog to support OpenLiveWriter #396
Conversation
Has some conflicts now. Then windows live writer integration will need to be tested |
…ndowslivewriter-manifest # Conflicts: # src/Articulate/Routing/ArticulateRouter.cs
OK not sure if Windows Live Writer is a thing anymore and the MetaWebBlog Spec is 404 from your comments Is this something still worth supporting and migrating over @Shazwazza ? |
It's a thing, It's Open Live Writer now https://openlivewriter.com/ |
Ok will have to take a look to try and figure out the rest of it. Gotta love the XP/Windows Vista style vibes of the app still ! |
…owslivewriter-manifest # Conflicts: # src/Articulate/Routing/ArticulateRouter.cs
Making draft PR as will include the other routing stuff to get all of the MetaWeblog/Open Live Writer stuff working |
OK @Shazwazza I am gonna need your help here as I have fixed up the MetaWeblogHandler class that was commented out but I have no idea how to wire it up into the routes with RouteTransformer stuff you have. Any advice or pointers you can give on how to fix/resolve this then I can try and attempt it |
Using WilderMinds.MetaWeblog package to help with this - may compare to other solutions
…- so fixing so that it does
Updated MarkdownPropertyEditor Value Convertor to return the same type IHtmlEncodedString
@Shazwazza ready for review & testing with Open Live Writer now :) |
We can delete this once PR merged in and all good
… & updat excetions to be more generic
…but still no luck
# Conflicts: # src/Articulate/Articulate.csproj # src/Articulate/Models/PostModel.cs # src/Articulate/Routing/ArticulateRouter.cs # src/Articulate/Routing/MetaWeblogHandler.cs
Thanks warren, i fixed a bunch up in your branch and merged 🎉 |
wlwmanifest/{id}
route to return the XML used in conjunction with the RSD XMLWilderMinds.MetaWeblog
https://github.com/shawnwildermuth/MetaWeblog
Help needed
I am unsure with DI to update the Root Articulate Blog Node ID - so appreciate any pointers @Shazwazza
Testing
MetaWeblogController
to help with ddebugging