Displaying 2 results from an estimated 2 matches for "devfaq".
Did you mean:
defau
2006 Jan 03
1
opensearch template
...URLs in <link> tags, but the "&" in the <channel>'s <link> makes
me suspect that $html{ } is the right answer.
But reading the spec, it does say that any HTML in the description tag
should be escaped once, or enclosed as CDATA:
http://opensearch.a9.com/docs/devfaq.jsp#html
Since we seem to be using RSS instead of ATOM, I think that means we
need a $html{ } around the contents of the description tag.
Cheers,
Olly
2012 Apr 24
3
Get OS version information within a batch script
How would one find out if a batch script was running on wine versus some version of win32 natively? I want to be able to remind the user that a native Linux port is available for various distros, but only if the install script realizes it is running on a Linux machine.
I searched online and found some stuff that can find versions of win32, but not wine as well. On of the ones that look promising