<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>OneNote Web Exporter</title><link>http://www.codeplex.com/ONWebber/Project/ProjectRss.aspx</link><description>Plug-in to export your OneNote 2007 notebooks as an interactive web site.</description><item><title>COMMENTED ISSUE: Doesn't work</title><link>http://www.codeplex.com/ONWebber/WorkItem/View.aspx?WorkItemId=8504</link><description>I&amp;#39;ve installed and can press the &amp;#34;button&amp;#34;, it then greys out but nothing happens.  This is on XP professional.  &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Tim&lt;br /&gt;Comments: ** Comment from web user: rader5 ** &lt;p&gt;It seems some people are getting this problem, and some not.  It looks like the developers have given up on this.  You&amp;#39;ll probably have to wait 20 years.  Getting features fixed or issues resolved in the MS world is a horrible experience.  &amp;#40;And apparently not much better for MS opensource.&amp;#41; &lt;/p&gt;</description><author>rader5</author><pubDate>Tue, 25 Mar 2008 19:45:07 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Doesn't work 20080325074507P</guid></item><item><title>NEW POST: Problems when uploading to a server. </title><link>http://www.codeplex.com/ONWebber/Thread/View.aspx?ThreadId=18565</link><description>&lt;div class="wikidoc"&gt;
Oh, thanks for this. I'll have a look - I can see that your files are working! &lt;br /&gt; &lt;br /&gt;For now, I'll stick to saving it to a memory stick, as I want to go home &amp;amp; that's quicker than either editing files or shoving a picture on every page - but when I get back, I'll try that !&lt;br /&gt;
&lt;/div&gt;</description><author>Emmadw</author><pubDate>Thu, 20 Mar 2008 15:46:21 GMT</pubDate><guid isPermaLink="false">NEW POST: Problems when uploading to a server.  20080320034621P</guid></item><item><title>COMMENTED ISSUE: Doesn't work</title><link>http://www.codeplex.com/ONWebber/WorkItem/View.aspx?WorkItemId=8504</link><description>I&amp;#39;ve installed and can press the &amp;#34;button&amp;#34;, it then greys out but nothing happens.  This is on XP professional.  &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Tim&lt;br /&gt;Comments: ** Comment from web user: cosbon ** &lt;p&gt;Same results here - is there a resolution available&amp;#63;&lt;/p&gt;</description><author>cosbon</author><pubDate>Wed, 05 Mar 2008 14:15:36 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Doesn't work 20080305021536P</guid></item><item><title>NEW POST: Problems when uploading to a server. </title><link>http://www.codeplex.com/ONWebber/Thread/View.aspx?ThreadId=18565</link><description>&lt;div class="wikidoc"&gt;
...double post...&lt;br /&gt;
&lt;/div&gt;</description><author>rossk</author><pubDate>Tue, 26 Feb 2008 02:58:20 GMT</pubDate><guid isPermaLink="false">NEW POST: Problems when uploading to a server.  20080226025820A</guid></item><item><title>NEW POST: Problems when uploading to a server. </title><link>http://www.codeplex.com/ONWebber/Thread/View.aspx?ThreadId=18565</link><description>&lt;div class="wikidoc"&gt;
I spent some more time on this after taking a zoology exam.&lt;br /&gt; &lt;br /&gt;Basically, after separating all the .mht files that render correctly from the ones that don't, I realized all the ones that work have graphics in them. When the file has a graphic, the file is introduced with the MIME Content-Type: multipart/related. Then the file is seperated into several documents (The page itself, the image - translated to ASCII, and an XML filelist). &lt;br /&gt; &lt;br /&gt;When there are graphics, the whole file is &amp;quot;multipart/related&amp;quot;, with sub-sections in the formats &amp;quot;text/html&amp;quot;, &amp;quot;image/png&amp;quot;, &amp;quot;text/xml&amp;quot;. We don't really need to have all those subsections, just one works fine. &lt;br /&gt; &lt;br /&gt;With the non-working .mht files, we can add an encapsulation that makes the whole file a single text/html subsection of a multipart/related MHTML document. At the very beginning of the document, immediately after the first line &amp;quot;MIME-Version: 1.0&amp;quot;, we can add this:&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;======================================================&lt;/b&gt;&lt;br /&gt;Content-Type: multipart/related; boundary=&amp;quot;----=_NextPart_&lt;b&gt;FU&lt;/b&gt;.&lt;b&gt;BAR&lt;/b&gt;&amp;quot;&lt;br /&gt; &lt;br /&gt;This document is a Single File Web Page, also known as a Web Archive file.  If you are seeing this message, your browser &lt;br /&gt; &lt;br /&gt;or editor doesn't support Web Archive files.  Please download a browser that supports Web Archive, such as Windows&amp;#174; &lt;br /&gt; &lt;br /&gt;Internet Explorer&amp;#174;.&lt;br /&gt; &lt;br /&gt;------=_NextPart_&lt;b&gt;FU&lt;/b&gt;.&lt;b&gt;BAR&lt;/b&gt;&lt;br /&gt;&lt;b&gt;======================================================&lt;/b&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Where it says &lt;b&gt;FU&lt;/b&gt;.&lt;b&gt;BAR&lt;/b&gt;, put anything, but keep it identical in both/all places in that document. Also keep it unique from all the other documents.&lt;br /&gt;Save it, and it will now be rendered correctly on the web.&lt;br /&gt; &lt;br /&gt;I really, really, wish Microsoft would use open formats. &lt;br /&gt;
&lt;/div&gt;</description><author>rossk</author><pubDate>Tue, 26 Feb 2008 02:58:10 GMT</pubDate><guid isPermaLink="false">NEW POST: Problems when uploading to a server.  20080226025810A</guid></item><item><title>NEW POST: Problems when uploading to a server. </title><link>http://www.codeplex.com/ONWebber/Thread/View.aspx?ThreadId=18565</link><description>&lt;div class="wikidoc"&gt;
Emmadw: I had the same problem as you.&lt;br /&gt;I did some experimentation on this.&lt;br /&gt;The issue appears to center around the .mht content.&lt;br /&gt; &lt;br /&gt;I set up an Apache Server 2.2.8 for WinXP and played around with hosting/serving the files to myself. For best compatibility with .mht I stuck with IE6 SP2 for the test browser. I did this so I didn't have to worry about whether something was wrong with the FTP transfer - much simpler to handle things locally, but maybe not as controlled.&lt;br /&gt; &lt;br /&gt;Displays well:&lt;br /&gt;file://C:\Documents and Settings\Ross\My Documents\OneNote Notebooks\Zoology\_onefiles\0\page0.mht&lt;br /&gt; &lt;br /&gt;Does not display well:&lt;br /&gt;http://localhost/_onefiles/0/page0.mht &lt;br /&gt;(looks very similar in my browser to your pages, &lt;i&gt;Emmadw&lt;/i&gt;)&lt;br /&gt; &lt;br /&gt;These are the same files, accessed through the filesystem, and then accessed through my local apache http server. When accessed over HTTP, the formatting goes out the window, character errors are added, and some of the file's code is visible in the browser. &lt;br /&gt; &lt;br /&gt;Ex:  MIME-Version: 1.0 Content-Location: file:///C:/D13228D0/page0.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=&amp;quot;utf-8&amp;quot;&lt;br /&gt; &lt;br /&gt;Other files, often ./#/page1.mht, ./#/page2.mht, etc seem to work fine. (but very rarely ./#/page0.mht)&lt;br /&gt;--------------------------------------------------------------------&lt;br /&gt;Played around with the headers of various .mht files for a few hours to no result&lt;br /&gt;...until suddenly and inexplicably the &amp;quot;bad&amp;quot; pages (./0/page0.mht) appeared fine.&lt;br /&gt;I'm not sure why.&lt;br /&gt;--------------------------------------------------------------------&lt;br /&gt;I then noticed that when pages worked well, the title bar would say&lt;br /&gt;&amp;quot;mhtml:http://localhost/_onefiles/0/page1.mht&amp;quot; instead of&lt;br /&gt;&amp;quot;http://localhost/_onefiles/0/page0.mht&amp;quot;&lt;br /&gt; &lt;br /&gt;so, I started putting &amp;quot;mhtml:&amp;quot; in front of html:// on my local server, and every time I did it, that specific .mht page would load fine, and I would no longer be able to get it to load incorrectly anymore.&lt;br /&gt; &lt;br /&gt;Emmadw: This kind of works for you too.&lt;br /&gt;http://www.emmadw.co.uk/OneNote/_onefiles/0/page0.mht&lt;br /&gt;mhtml:http://www.emmadw.co.uk/OneNote/_onefiles/0/page0.mht&lt;br /&gt; &lt;br /&gt;However, it doesn't keep the formatting when I remove the mhtml: prefix.&lt;br /&gt;--------------&lt;br /&gt;Other notes:&lt;br /&gt; &lt;br /&gt;My opinion: Internet Explorer probably isn't associating the .mht extension very well. Specifically something is strange with the MIME types. I can't grasp it, and don't know HTML/Browsers well enough to understand what's going on. It would be nice to be able to force an &amp;quot;:mhtml&amp;quot;-like state remotely. I think that's what the .mht extension is supposed to do, but is not.&lt;br /&gt; &lt;br /&gt;I want to find a way to rid ourselves of the MHTML format entirely, and convert to HTML, keeping relative links intact.&lt;br /&gt;
&lt;/div&gt;</description><author>rossk</author><pubDate>Mon, 25 Feb 2008 23:44:10 GMT</pubDate><guid isPermaLink="false">NEW POST: Problems when uploading to a server.  20080225114410P</guid></item><item><title>NEW POST: Runs on Vista?</title><link>http://www.codeplex.com/ONWebber/Thread/View.aspx?ThreadId=12334</link><description>&lt;div class="wikidoc"&gt;
drebel:&lt;br /&gt;I checked and I have microsoft.office.interop.onenote ver 12.0.0.0 and it still just greys out. (Vista Ultimate Office Onenote 2007)&lt;br /&gt; &lt;br /&gt;How do you turn on this error logging you speak of?&lt;br /&gt;
&lt;/div&gt;</description><author>midknightr</author><pubDate>Sun, 10 Feb 2008 02:21:01 GMT</pubDate><guid isPermaLink="false">NEW POST: Runs on Vista? 20080210022101A</guid></item><item><title>NEW POST: Runs on Vista?</title><link>http://www.codeplex.com/ONWebber/Thread/View.aspx?ThreadId=12334</link><description>&lt;div class="wikidoc"&gt;
Solved the problem of the &amp;quot;Grayed out Globe!&amp;quot;  I enabled error logging, and saw that it could not locate the OneNote interop dll.  I then searched for the latest Office 2007 Primary Interop Assemblies, installed, and BAM, it works.  So some people do not have these installed with their .Net, and since this program uses them, they will need to go out and install.  An easy way to check, go to c:\windows\assembly and see if you have Microsoft.Office.Interop.OneNote - if you don't you need it!&lt;br /&gt;
&lt;/div&gt;</description><author>drebel</author><pubDate>Fri, 08 Feb 2008 22:13:42 GMT</pubDate><guid isPermaLink="false">NEW POST: Runs on Vista? 20080208101342P</guid></item><item><title>NEW POST: Runs on Vista?</title><link>http://www.codeplex.com/ONWebber/Thread/View.aspx?ThreadId=12334</link><description>&lt;div class="wikidoc"&gt;
When I run cwebber.exe from a command line I get this error.  I believe this is what is happening when the icon grays out too:&lt;br /&gt; &lt;br /&gt;Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass&lt;br /&gt;embly 'Microsoft.Office.Interop.OneNote, Version=12.0.0.0, Culture=neutral, Publ&lt;br /&gt;icKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find&lt;br /&gt;the file specified.&lt;br /&gt;File name: 'Microsoft.Office.Interop.OneNote, Version=12.0.0.0, Culture=neutral,&lt;br /&gt; PublicKeyToken=71e9bce111e9429c'&lt;br /&gt;   at cwebber.Program.Main(String[] args)&lt;br /&gt; &lt;br /&gt;WRN: Assembly binding logging is turned OFF.&lt;br /&gt;To enable assembly bind failure logging, set the registry value [HKLM\Software\M&lt;br /&gt;icrosoft\Fusion!EnableLog] (DWORD) to 1.&lt;br /&gt;Note: There is some performance penalty associated with assembly bind failure lo&lt;br /&gt;gging.&lt;br /&gt;To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fus&lt;br /&gt;ion!EnableLog].&lt;br /&gt;
&lt;/div&gt;</description><author>drebel</author><pubDate>Fri, 08 Feb 2008 20:51:06 GMT</pubDate><guid isPermaLink="false">NEW POST: Runs on Vista? 20080208085106P</guid></item><item><title>NEW POST: How to Merge Pages in OneNote 2007</title><link>http://www.codeplex.com/ONWebber/Thread/View.aspx?ThreadId=21669</link><description>&lt;div class="wikidoc"&gt;
Merging Pages in OneNote 2007&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;1.	Select the pages you want to merge.   These need not be contiguous, but must be in the same section.  They will be merged in the order in which they appear by tabs.  Rearrange if necessary before selecting.  If you want to merge pages from different sections, you will have to move them to a single section first,  arrange them in the order you want them merged, then merge pages as provided below:&lt;br /&gt;2.	Click File/Publish as PDF or XPF&lt;br /&gt;3.	Name the file and click Publish&lt;br /&gt;4.	OneNote will create a pdf file.&lt;br /&gt;5.	Check the pdf to see if it has reduced images too much to read.  If not, &lt;br /&gt;6.	Delete the pages you just selected to publish from the Section&lt;br /&gt;7.	Create a new page to hold the merged (published) pdf page&lt;br /&gt;8.	Click Insert/Files as Printouts&lt;br /&gt;9.	The consolidated pages will be inserted into the newly created page.  There is apparently no limit to how long this file is (I've done 135 pages so far)&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>Roadtrekie</author><pubDate>Wed, 06 Feb 2008 22:50:38 GMT</pubDate><guid isPermaLink="false">NEW POST: How to Merge Pages in OneNote 2007 20080206105038P</guid></item><item><title>NEW POST: Vista problems with content</title><link>http://www.codeplex.com/ONWebber/Thread/View.aspx?ThreadId=21667</link><description>&lt;div class="wikidoc"&gt;
OneNote 2007 creates the html file, but there are no contents in the pages.  All the section headings and page names are correct.  Whahoppen the content?  Tried uninstall/reinstall, opening various methods, but still nuttin'.&lt;br /&gt; &lt;br /&gt;When I click on a page, it says:  &amp;quot;Navigation to the webpage was canceled.&amp;quot;&lt;br /&gt; &lt;br /&gt;When the web page first opens I get the message:  &amp;quot;To help protect your security, Internet Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer.  Click here for options....&amp;quot;  I click and allow them to run, but nothing changes.&lt;br /&gt; &lt;br /&gt;Any suggestions?&lt;br /&gt; &lt;br /&gt;Roadtrekie&lt;br /&gt;
&lt;/div&gt;</description><author>Roadtrekie</author><pubDate>Wed, 06 Feb 2008 22:04:42 GMT</pubDate><guid isPermaLink="false">NEW POST: Vista problems with content 20080206100442P</guid></item><item><title>NEW POST: Runs on Vista?</title><link>http://www.codeplex.com/ONWebber/Thread/View.aspx?ThreadId=12334</link><description>&lt;div class="wikidoc"&gt;
Thanks midknightr !&lt;br /&gt; &lt;br /&gt;Your solution works for me (Vista 64 and OneNote 2007).&lt;br /&gt; &lt;br /&gt;John H. Seln&amp;#230;s&lt;br /&gt;
&lt;/div&gt;</description><author>johselne</author><pubDate>Mon, 04 Feb 2008 17:48:39 GMT</pubDate><guid isPermaLink="false">NEW POST: Runs on Vista? 20080204054839P</guid></item><item><title>NEW POST: Runs on Vista?</title><link>http://www.codeplex.com/ONWebber/Thread/View.aspx?ThreadId=12334</link><description>&lt;div class="wikidoc"&gt;
Sorry, I haven't checked this place in awhile, but surprisingly it looks like the question was posted not too long ago. It was fate!&lt;br /&gt; &lt;br /&gt;If I type cwebber&amp;lt;enter&amp;gt; while in the 'program files/onenote web exporter (0.5.0)/' directory I see:&lt;br /&gt;     HCN NSRF&lt;br /&gt;     LAB&lt;br /&gt;     Neuroscience Classes&lt;br /&gt;     Classes&lt;br /&gt; &lt;br /&gt;     To export a notebook type: cwebber &amp;lt;notebook&amp;gt; &amp;lt;export path&amp;gt; &lt;a href="http://www.codeplex.com/ONWebber/Wiki/View.aspx?title=log%20file"&gt;log file&lt;/a&gt;&lt;br /&gt;     For additional information: cwebber /?&lt;br /&gt; &lt;br /&gt;A list of possible notebooks to export (HCN NSRF, LAB,...). The &amp;lt;notebook&amp;gt; has to be in quotes, eg. &amp;quot;HCN NSRF&amp;quot; (I think it should actually tell us that in the 'to export a notebook' section).&lt;br /&gt; &lt;br /&gt;So I can type the following:&lt;br /&gt; &lt;br /&gt;cwebber &amp;quot;HCN NSRF&amp;quot; c:\users\shawn\desktop\hcn hcn&lt;br /&gt; &lt;br /&gt;This works for me :). It's not perfect, and a GUI would be great. I was hoping to find an updated version here, but it looks like the project is dropped or something :(.&lt;br /&gt; &lt;br /&gt;I actually made a batch file to run this easier.&lt;br /&gt; &lt;br /&gt;Come to my webpage and ask, I'll be more likely to answer.&lt;br /&gt;www.e-lab-book.com&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>midknightr</author><pubDate>Thu, 31 Jan 2008 22:30:07 GMT</pubDate><guid isPermaLink="false">NEW POST: Runs on Vista? 20080131103007P</guid></item><item><title>NEW POST: Runs on Vista?</title><link>http://www.codeplex.com/ONWebber/Thread/View.aspx?ThreadId=12334</link><description>&lt;div class="wikidoc"&gt;
Can you five me an example of the command you are using?&lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;midknightr wrote:&lt;br /&gt;I have the same problem with the icon just going dim and doing nothing.&lt;br /&gt; &lt;br /&gt;If I run the cwebber.exe program in a cmd window and specify a notebook and a path to export to I can get it to work.&lt;br /&gt; &lt;br /&gt;No cool interface or daily update option or anything like that though.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>drebel</author><pubDate>Tue, 29 Jan 2008 21:35:37 GMT</pubDate><guid isPermaLink="false">NEW POST: Runs on Vista? 20080129093537P</guid></item><item><title>COMMENTED ISSUE: Doesn't work</title><link>http://www.codeplex.com/ONWebber/WorkItem/View.aspx?WorkItemId=8504</link><description>I&amp;#39;ve installed and can press the &amp;#34;button&amp;#34;, it then greys out but nothing happens.  This is on XP professional.  &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Tim&lt;br /&gt;Comments: ** Comment from web user: drebel ** &lt;p&gt;I am having the same problem.  This is the tool I need, so I am anxious to resolve if possible.&lt;/p&gt;</description><author>drebel</author><pubDate>Tue, 29 Jan 2008 21:29:39 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Doesn't work 20080129092939P</guid></item><item><title>NEW POST: Any plans for embedded data support?</title><link>http://www.codeplex.com/ONWebber/Thread/View.aspx?ThreadId=18733</link><description>&lt;div class="wikidoc"&gt;
Hello!&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;I have quite a few notebooks with embedded &amp;quot;audio recordings&amp;quot; including &amp;quot;search&amp;quot; functionality. Is there any plans for &amp;quot;OneNote Web Exporter&amp;quot; to support them?&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>MiToZ</author><pubDate>Wed, 05 Dec 2007 21:44:26 GMT</pubDate><guid isPermaLink="false">NEW POST: Any plans for embedded data support? 20071205094426P</guid></item><item><title>NEW POST: Problems when uploading to a server. </title><link>http://www.codeplex.com/ONWebber/Thread/View.aspx?ThreadId=18565</link><description>&lt;div class="wikidoc"&gt;
I see that several people have mentioned uploading the webpages created to a Sharepoint server. I'm trying to upload them to an ordinary one. &lt;br /&gt;I've exported the pages, and they run as expected from my memory stick (in both IE and Firefox with the IE tab). &lt;br /&gt;Once uploaded, some of them have been garbled, and I can't quite work out why. &lt;br /&gt; &lt;br /&gt;(See http://www.emmadw.co.uk/OneNote/laptop2.html )&lt;br /&gt; &lt;br /&gt;Some of the pages that work are single sections with no extra pages; some aren't. Some were created in 2003 and then migrated to 2007; some weren't. And so on. I can't work out anything that either all those that work have in common, nor all those that don't. &lt;br /&gt;It must be something, though, as I've tried re-exporting, and it's the same pages that work/don't work. &lt;br /&gt; &lt;br /&gt;As I say, from the memory stick - no problem. It's the uploading that's doing something. &lt;br /&gt; &lt;br /&gt;Does anyone have any ideas?&lt;br /&gt;
&lt;/div&gt;</description><author>Emmadw</author><pubDate>Sat, 01 Dec 2007 17:38:54 GMT</pubDate><guid isPermaLink="false">NEW POST: Problems when uploading to a server.  20071201053854P</guid></item><item><title>Project License Changed</title><link>http://www.codeplex.com/ONWebber/Project/License.aspx?LicenseHistoryId=7067</link><description>Microsoft Public License &amp;#40;Ms-PL&amp;#41;&amp;#13;&amp;#10;&amp;#13;&amp;#10;This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;1. Definitions&amp;#13;&amp;#10;&amp;#13;&amp;#10;The terms &amp;#34;reproduce,&amp;#34; &amp;#34;reproduction,&amp;#34; &amp;#34;derivative works,&amp;#34; and &amp;#34;distribution&amp;#34; have the same meaning here as under U.S. copyright law.&amp;#13;&amp;#10;&amp;#13;&amp;#10;A &amp;#34;contribution&amp;#34; is the original software, or any additions or changes to the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;A &amp;#34;contributor&amp;#34; is any person that distributes its contribution under this license.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#34;Licensed patents&amp;#34; are a contributor&amp;#39;s patent claims that read directly on its contribution.&amp;#13;&amp;#10;&amp;#13;&amp;#10;2. Grant of Rights&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;A&amp;#41; Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;B&amp;#41; Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and&amp;#47;or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;3. Conditions and Limitations&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;A&amp;#41; No Trademark License- This license does not grant you rights to use any contributors&amp;#39; name, logo, or trademarks.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;B&amp;#41; If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;C&amp;#41; If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;D&amp;#41; If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;E&amp;#41; The software is licensed &amp;#34;as-is.&amp;#34; You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.</description><author></author><pubDate>Fri, 30 Nov 2007 19:34:08 GMT</pubDate><guid isPermaLink="false">Project License Changed 20071130073408P</guid></item><item><title>CREATED ISSUE: Doesn't work</title><link>http://www.codeplex.com/ONWebber/WorkItem/View.aspx?WorkItemId=8504</link><description>I&amp;#39;ve installed and can press the &amp;#34;button&amp;#34;, it then greys out but nothing happens.  This is on XP professional.  &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Tim&lt;br /&gt;</description><author>timjthomas</author><pubDate>Fri, 09 Nov 2007 00:24:42 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Doesn't work 20071109122442A</guid></item><item><title>CREATED ISSUE: Vista Issue</title><link>http://www.codeplex.com/ONWebber/WorkItem/View.aspx?WorkItemId=8415</link><description>I am unable to get this to work from our Vista Business machines&amp;#59; the www button clicks, greys out, but has no effect.  It works perfectly from our XP Professional and SBS machines.&lt;br /&gt;</description><author>hotcoder</author><pubDate>Wed, 07 Nov 2007 13:00:01 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Vista Issue 20071107010001P</guid></item></channel></rss>