Extending the XML_RPC Plugin

Creating and modifying plugins.
ormus7577
Regular
Posts: 122
Joined: Sat Nov 04, 2006 12:11 pm
Location: Ulm, Germany

Post by ormus7577 »

Got it :-D

For the record, you can put a file called wlwmanifest.xml into your blog root with the following content

Code: Select all

<?xml version="1.0" encoding="utf-8" ?> 
<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
<options>
<requiresHtmlTitles>No</requiresHtmlTitles>
</options>
</manifest>
Then re-add your blog to WLW (or at least let it refresh your blog). Boom, no more problem with entities in titles :)

Sources:
MSDN
Posting by Microsoft's Joe Cheng (WLW team)
my installations:
family blog: http://familie.lobenstein.info/
personal blog: http://www.ormus.info/
OrmusTool Homepage: http://tool.ormus.info/
Online Adventskalender: http://www.ormus.info/pages/advent.html
blog.brockha.us
Regular
Posts: 695
Joined: Tue Jul 03, 2007 3:34 am
Location: Berlin, Germany
Contact:

Post by blog.brockha.us »

Cool! Thanks for the info!
- Grischa Brockhaus - http://blog.brockha.us
- Want to make me happy? http://wishes.brockha.us/
Post Reply