From: Oleg T. <he...@us...> - 2005-11-02 13:21:51
|
Update of /cvsroot/mvp-xml/WebSite/xpointer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1958/xpointer Modified Files: index.html Log Message: Index: index.html =================================================================== RCS file: /cvsroot/mvp-xml/WebSite/xpointer/index.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- index.html 17 Jan 2005 07:55:42 -0000 1.5 +++ index.html 2 Nov 2005 13:21:27 -0000 1.6 @@ -22,26 +22,18 @@ module</a>, but it can be used on its own.<br> <h2>Requirements</h2> -<p>XPointer.NET module as well as a whole Mvp.Xml library is .NET -Framework application and requires <a - href="http://msdn.microsoft.com/netframework/" target="_top"> .NET -Framework</a> version 1.0 or 1.1 to be installed. -</p> +<p> + XInclude.NET module as well as a whole Mvp.Xml library is .NET +Framework application and requires <a href="http://msdn.microsoft.com/netframework/" target="_top">.NET Framework</a> + version 1.X or 2.0 to be installed.</p> <h2>Download</h2> -Go to the <a - href="http://sourceforge.net/project/showfiles.php?group_id=102352">Downloads</a> -page. You can download XPointer.NET module separately (with no -dependencies on other modules) or as part of the Mvp.Xml library -release (all modules in one). -<h2>Installation and Documentation</h2> -<p>Find precompiled <font style="font-family: monospace;" - face="Courier New">Mvp.Xml.XPointer.dll</font> (or <span - style="font-family: monospace;">Mvp.Xml.dll</span> if you've -downloaded full Mvp.Xml library) library in the "<font - style="font-family: monospace;" face="Courier New">bin</font>" -directiory. The "<font style="font-family: monospace;" - face="Courier New">src</font>" directory contains XPointer.NET sources -in Visual Studio .NET 2003 solution form. The documentation can be +Go to the <a href="http://sourceforge.net/project/showfiles.php?group_id=102352">Downloads</a> +page. XPointer.NET module is a part of the Mvp.Xml library release.<h2>Installation and Documentation</h2> +<p>Find precompiled <span style="font-family: monospace">Mvp.Xml.dll</span> assembly + in the "<font face="Courier New" style="font-family: monospace">bin</font>" +directiory. The "<font face="Courier New" style="font-family: monospace">src</font>" directory contains XPointer.NET sources +in Visual Studio .NET 2003 (XPointer/src/v1) and Visual Studio + 2005 (XPointer/src/v2) solution form. The documentation can be found in the "<span style="font-family: monospace;">doc</span>" directory (<a href="http://mvp-xml.sourceforge.net/xpointer/index.html">online version</a>). Samples and test @@ -69,7 +61,11 @@ xpointer() Scheme</a></li> </ul> <h2>History</h2> -Done since 1.2 release:<br> +Done in 2.0 release:<br /> + <ul> + <li>The codebase has been ported to .NET 2.0. </li> + </ul> + Done since 1.2 release:<br> <ul> <li>The new home - <a href="http://mvp-xml.sf.net/">Mvp.Xml project</a> and so the new namespace - <a @@ -194,31 +190,27 @@ XPointer xpointer() Scheme</a> is currently supported. </li> </ol> <h2>License</h2> -<p>XPointer.NET as part of the <a href="http://mvp-xml.sf.net/">Mvp.Xml -project</a> is subject to the <a href="../license.html">Common -Public License</a> - <a - href="http://www.opensource.org/licenses/index.php">OSI approved</a> +<p>XPointer.NET as part of the <a href="http://mvp-xml.sf.net/">Mvp.Xml project</a> + is subject to the <a href="../license.html">GPL License</a> - <a href="http://www.opensource.org/licenses/index.php"> + OSI approved</a> free open-source license. -It's distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY -KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY -WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR -FITNESS FOR A PARTICULAR PURPOSE.</p> -<h2>Bug reports</h2> -<p>Please feel free to report any bugs to the Mvp.Xml project's <a - href="http://sourceforge.net/tracker/?group_id=102352&atid=633328"> -Bug Tracker</a>. Feature requests are also <a - href="http://sourceforge.net/tracker/?group_id=102352&atid=633331">welcome</a>.<br> -</p> -<h2>Feedback</h2> -<p>We appreciate any kind of feedback, feel free to post any questions -or comments about XPointer.NET and Mvp.Xml project in general in -the <a - href="https://lists.sourceforge.net/mailman/listinfo/mvp-xml-help">mvp-xml-help</a> -mailing list <a - href="http://sourceforge.net/mailarchive/forum.php?forum=mvp-xml-help">(online -archive)</a>.<br> </p> +<h2> + Support</h2> + <p> + You can get support on using XInclude.NET module using the following options:</p> + <ul> + <li><a href="http://www.xmllab.net/Forum/tabid/70/Default.aspx">XInclude.NET/XPointer.NET + Forum</a> at the <a href="http://www.xmllab.net/">XML Lab</a> </li> + <li>Mailing list: <a href="https://lists.sourceforge.net/mailman/listinfo/mvp-xml-help"> + mvp-xml-help</a> (general discussion list for Mvp.Xml users), <a href="http://sourceforge.net/mailarchive/forum.php?forum=mvp-xml-help"> + (online +archive)</a>. </li> + <li>Please feel free to report any bugs to the Mvp.Xml project's <a href="http://sourceforge.net/tracker/?group_id=102352&atid=633328"> +Bug Tracker</a>. </li> + <li>Feature requests are also <a href="http://sourceforge.net/tracker/?group_id=102352&atid=633331"> + welcome</a>.</li> + </ul> <hr style="width: 100%; height: 2px;"> <p> The project is hosted at <a target="_blank" href="http://www.sourceforge.net"> |