|
From: Ariya H. <ar...@us...> - 2007-05-22 18:38:28
|
Update of /cvsroot/libwpg/libwpg-www In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30620 Modified Files: build_linux.htm build_windows.htm documentation.htm download.htm faq.htm index.html libwpg.htm perfectspot.htm screenshots.htm sitemap.htm template.htm wpg2odg.htm wpg2svg.htm Log Message: use Unix end-of-line Index: libwpg.htm =================================================================== RCS file: /cvsroot/libwpg/libwpg-www/libwpg.htm,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- libwpg.htm 22 May 2007 12:09:20 -0000 1.4 +++ libwpg.htm 22 May 2007 18:38:18 -0000 1.5 @@ -1,154 +1,154 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - -<meta name="Description" content="libwpg project" /> -<meta name="Keywords" content="libwpg, wpg2svg, wpg2odg, wpgviewer, perfectspot" /> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -<meta name="Distribution" content="Global" /> -<meta name="Robots" content="index,follow" /> - -<link rel="stylesheet" href="images/libwpg.css" type="text/css" /> - -<title>libwpg</title> - -</head> - -<body> -<!-- wrap starts here --> -<div id="wrap"> - - <!--header --> - <div id="header"> - - <h1 id="logo-text"><span style="color:#cccccc;">LIB</span>WPG</h1> - <h2 id="slogan">the free WPG library, converter and viewer</h2> - - <div id="header-links"> - <p> - <a href="index.html">Home</a> | - <a href="sitemap.htm">Site Map</a> - </p> - </div> - - </div> - - <!-- menu --> - <div id="menu"> - <ul> - <li id="current"><a href="index.html">Home</a></li> - <li><a href="download.htm">Downloads</a></li> - <li><a href="screenshots.htm">Screenshots</a></li> - <li><a href="faq.htm">FAQ</a></li> - <li><a href="documentation.htm">Documentation</a></li> - </ul> - </div> - - <!-- content-wrap starts here --> - <div id="content-wrap"> - - <div id="sidebar"> - - <h3>Authors</h3> - - <p> - Fridrich Strba<br/> - Ariya Hidayat<br/> - Marc Oude Kotte<br/> - Marc Maurer - </p> - - <h3>License</h3> - - <p>libwpg is free software; you can redistribute it and/or modify it under the terms of the <a href="lgpl.txt">GNU Library General Public License</a> as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p> - - <p>libwpg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.</p> - - <h3>Tools</h3> - <ul class="sidemenu"> - <li><a href="perfectspot.htm">Perfectspot</a> - WPG viewer</li> - <li><a href="wpg2svg.htm">wpg2svg</a> - convert to SVG</li> - <li><a href="wpg2odg.htm">wpg2odg</a> - convert to ODG</li> - </ul> - - - - </div> - - <div id="main"> - - <h1>libwpg - C++ library to parse WPG</h1> - - <p><b>libwpg</b> is a C++ library to read and parse graphics in WPG (WordPerfect Graphics) format. It is cross-platform, at the moment it can be build on Microsoft Windows and Linux.</p> - - <p>Refer to the <a href="download.htm">download page</a> on how to obtain and install libwpg.</p> - - <h2>Using libwpg</h2> - - <p>TODO</p> - - <h2>Integrating libwpg to the build system</h2> - - <p>For application which uses automake/autoconf, libwpg can be detected using pkg-config. Example is given below:</p> - - <code> - LIBWPG_REQUIRED_VERSION=0.1.0<br/> - PKG_CHECK_MODULES(YOURAPP,[<br/> - libwpg-0.1 >= $LIBWPG_REQUIRED_VERSION<br/> - libwpg-stream-0.1 >= $LIBWPG_REQUIRED_VERSION<br/> - ]) - </code> - - <p>which will set YOURAPP_CFLAGS and YOURAPP_LIBS with the necessary compiler flags and library link respectively. This method is used e.g. in <a href="wpg2odg.htm">wpg2odg</a>, see its source code for details.</p> - - <p>For application which uses CMake, it is possible to detect libwpg using pkg-config. The easiest way is however by using FindLibWpg.cmake macro as shown here:</p> - - <code> - include(FindLibWpg) - </code> - - <p>that defines LIBWPG_INCLUDE_DIR to the installed include directory of libwpg and LIBWPG_LIBRARIES and LIBWPG_STREAM_LIBRARIES to the shared libraries. After that, the application can be linked by adding these variables properly, e.g.:</p> - - <code> - target_link_libraries(YOURPROGRAM ${LIBWPG_LIBRARIES} ${LIBWPG_STREAM_LIBRARIES}) - </code> - - <p>This method is used e.g. in <a href="perfectspot.htm">Perfectspot</a>, see its source code for details and to get FindLibWpg.cmake module.</p> - - <h2>Support</h2> - - <p>Check the <a href="faq.htm">FAQ</a>, read the <a href="documentation.htm">documentation</a>, or post to the <a href="http://sourceforge.net/forum/forum.php?forum_id=347385">discussion forum</a>.</p> - - <h2>Note</h2> - - <p>This product is not manufactured, approved, or supported by Corel Corporation or Corel Corporation Limited.</p> - - - </div> - - <!-- content-wrap ends here --> - </div> - - <!--footer starts here--> - <div id="footer"> - - <p> - © 2007 <strong>Ariya Hidayat</strong> | - Design by: <a href="http://www.styleshout.com/">styleshout</a> | - Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | - <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> - - - - <a href="index.html">Home</a> | - <a href="sitemap.htm">Sitemap</a> - </p> - - </div> - -<!-- wrap ends here --> -</div> - -</body> -</html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + +<meta name="Description" content="libwpg project" /> +<meta name="Keywords" content="libwpg, wpg2svg, wpg2odg, wpgviewer, perfectspot" /> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +<meta name="Distribution" content="Global" /> +<meta name="Robots" content="index,follow" /> + +<link rel="stylesheet" href="images/libwpg.css" type="text/css" /> + +<title>libwpg</title> + +</head> + +<body> +<!-- wrap starts here --> +<div id="wrap"> + + <!--header --> + <div id="header"> + + <h1 id="logo-text"><span style="color:#cccccc;">LIB</span>WPG</h1> + <h2 id="slogan">the free WPG library, converter and viewer</h2> + + <div id="header-links"> + <p> + <a href="index.html">Home</a> | + <a href="sitemap.htm">Site Map</a> + </p> + </div> + + </div> + + <!-- menu --> + <div id="menu"> + <ul> + <li id="current"><a href="index.html">Home</a></li> + <li><a href="download.htm">Downloads</a></li> + <li><a href="screenshots.htm">Screenshots</a></li> + <li><a href="faq.htm">FAQ</a></li> + <li><a href="documentation.htm">Documentation</a></li> + </ul> + </div> + + <!-- content-wrap starts here --> + <div id="content-wrap"> + + <div id="sidebar"> + + <h3>Authors</h3> + + <p> + Fridrich Strba<br/> + Ariya Hidayat<br/> + Marc Oude Kotte<br/> + Marc Maurer + </p> + + <h3>License</h3> + + <p>libwpg is free software; you can redistribute it and/or modify it under the terms of the <a href="lgpl.txt">GNU Library General Public License</a> as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p> + + <p>libwpg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.</p> + + <h3>Tools</h3> + <ul class="sidemenu"> + <li><a href="perfectspot.htm">Perfectspot</a> - WPG viewer</li> + <li><a href="wpg2svg.htm">wpg2svg</a> - convert to SVG</li> + <li><a href="wpg2odg.htm">wpg2odg</a> - convert to ODG</li> + </ul> + + + + </div> + + <div id="main"> + + <h1>libwpg - C++ library to parse WPG</h1> + + <p><b>libwpg</b> is a C++ library to read and parse graphics in WPG (WordPerfect Graphics) format. It is cross-platform, at the moment it can be build on Microsoft Windows and Linux.</p> + + <p>Refer to the <a href="download.htm">download page</a> on how to obtain and install libwpg.</p> + + <h2>Using libwpg</h2> + + <p>TODO</p> + + <h2>Integrating libwpg to the build system</h2> + + <p>For application which uses automake/autoconf, libwpg can be detected using pkg-config. Example is given below:</p> + + <code> + LIBWPG_REQUIRED_VERSION=0.1.0<br/> + PKG_CHECK_MODULES(YOURAPP,[<br/> + libwpg-0.1 >= $LIBWPG_REQUIRED_VERSION<br/> + libwpg-stream-0.1 >= $LIBWPG_REQUIRED_VERSION<br/> + ]) + </code> + + <p>which will set YOURAPP_CFLAGS and YOURAPP_LIBS with the necessary compiler flags and library link respectively. This method is used e.g. in <a href="wpg2odg.htm">wpg2odg</a>, see its source code for details.</p> + + <p>For application which uses CMake, it is possible to detect libwpg using pkg-config. The easiest way is however by using FindLibWpg.cmake macro as shown here:</p> + + <code> + include(FindLibWpg) + </code> + + <p>that defines LIBWPG_INCLUDE_DIR to the installed include directory of libwpg and LIBWPG_LIBRARIES and LIBWPG_STREAM_LIBRARIES to the shared libraries. After that, the application can be linked by adding these variables properly, e.g.:</p> + + <code> + target_link_libraries(YOURPROGRAM ${LIBWPG_LIBRARIES} ${LIBWPG_STREAM_LIBRARIES}) + </code> + + <p>This method is used e.g. in <a href="perfectspot.htm">Perfectspot</a>, see its source code for details and to get FindLibWpg.cmake module.</p> + + <h2>Support</h2> + + <p>Check the <a href="faq.htm">FAQ</a>, read the <a href="documentation.htm">documentation</a>, or post to the <a href="http://sourceforge.net/forum/forum.php?forum_id=347385">discussion forum</a>.</p> + + <h2>Note</h2> + + <p>This product is not manufactured, approved, or supported by Corel Corporation or Corel Corporation Limited.</p> + + + </div> + + <!-- content-wrap ends here --> + </div> + + <!--footer starts here--> + <div id="footer"> + + <p> + © 2007 <strong>Ariya Hidayat</strong> | + Design by: <a href="http://www.styleshout.com/">styleshout</a> | + Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> + + + + <a href="index.html">Home</a> | + <a href="sitemap.htm">Sitemap</a> + </p> + + </div> + +<!-- wrap ends here --> +</div> + +</body> +</html> Index: index.html =================================================================== RCS file: /cvsroot/libwpg/libwpg-www/index.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- index.html 22 May 2007 14:53:39 -0000 1.9 +++ index.html 22 May 2007 18:38:18 -0000 1.10 @@ -1,141 +1,141 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - -<meta name="Description" content="libwpg project" /> -<meta name="Keywords" content="libwpg, wpg2svg, wpg2odg, wpgviewer, perfectspot" /> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -<meta name="Distribution" content="Global" /> -<meta name="Robots" content="index,follow" /> - -<link rel="stylesheet" href="images/libwpg.css" type="text/css" /> - -<title>libwpg project</title> - -</head> - -<body> -<!-- wrap starts here --> -<div id="wrap"> - - <!--header --> - <div id="header"> - - <h1 id="logo-text"><span style="color:#cccccc;">LIB</span>WPG</h1> - <h2 id="slogan">the free WPG library, converter and viewer</h2> - - <div id="header-links"> - <p> - <a href="index.html">Home</a> | - <a href="sitemap.htm">Site Map</a> - </p> - </div> - - </div> - - <!-- menu --> - <div id="menu"> - <ul> - <li id="current"><a href="index.html">Home</a></li> - <li><a href="download.htm">Downloads</a></li> - <li><a href="screenshots.htm">Screenshots</a></li> - <li><a href="faq.htm">FAQ</a></li> - <li><a href="documentation.htm">Documentation</a></li> - </ul> - </div> - - <!-- content-wrap starts here --> - <div id="content-wrap"> - - <div id="sidebar"> - - <h3>Support</h3> - - <p>Check the <a href="faq.htm">FAQ</a>, read the <a href="documentation.htm">documentation</a>, or post to the <a href="http://sourceforge.net/forum/forum.php?forum_id=347385">discussion forum</a>.</p> - - <h3>Tools</h3> - <ul class="sidemenu"> - <li><a href="perfectspot.htm">Perfectspot</a> - WPG viewer</li> - <li><a href="wpg2svg.htm">wpg2svg</a> - convert to SVG</li> - <li><a href="wpg2odg.htm">wpg2odg</a> - convert to ODG</li> - </ul> - - <p></p> - <p></p> - <h3>Development</h3> - <p>See the <a href="http://sf.net/projects/libwpg">SourceForge.net project page</a></p> - - - - </div> - - <div id="main"> - - <a name="TemplateInfo"></a> - - <!--<h1>About libwpg</h1>--> - - - <p><strong>Libwpg project</strong> is a collection of library and tools to work with graphics in WPG (WordPerfect Graphics) format. WPG is the format used among others in Corel sofware, such as WordPerfect(tm) and Presentations(tm).</p> - - <p>At the moment, libwpg comprises of:</p> - - <ul> - <li><a href="libwpg.htm">libwpg</a>, C++ library for parsing WPG</li> - <li><a href="wpg2svg.htm">wpg2svg</a>, command-line converter to SVG (<a href="http://en.wikipedia.org/wiki/Scalable_Vector_Graphics">Scalable Vector Graphics</a>)</li> - <li><a href="wpg2odg.htm">wpg2odg</a>, command-line converter to ODG (<a href="http://en.wikipedia.org/wiki/OpenDocument">OpenDocument Graphics</a>)</li> - <li><a href="perfectspot.htm">Perfectspot</a>, stand-alone WPG viewer and converter</li> - </ul> - - <p style="text-align:center;"><a href="screenshot.htm"><img src="images/perfectspot.png" width="365" height="275" alt="Screenshot" /></a></p> - - - <p>Libwpg is free software and distributed under open-source licenses (LGPL for the core library and converters, GPL for the graphics viewer). Libwpg can be used in free and commercial software.</p> - <p>Projects using libwpg:</p> - - <ul> - <li><a href="http://wiki.services.openoffice.org/wiki/SummerOfCode2006#Writer:_Import_Filter_for_Word_Perfect_Graphics_files">OpenOffice.org</a>, still being integrated</li> - <li><a href="http://www.inkscape.org">Inkscape</a> since version 0.45</li> - <li><a href="http://www.abisource.com">AbiWord</a></li> - <li><a href="http://koffice.org/karbon/">Karbon14</a> in the upcoming KOffice 2.0</li> - </ul> - - <h2>Authors</h2> - <ul> - <li><a href="http://fridrich.blogspot.com">Fridrich Strba</a> - current maintainer</li> - <li><a href="http://ariya.blogspot.com">Ariya Hidayat</a> - all-around hacker</li> - <li><a href="http://www.foddex.net">Marc Oude Kotte</a></li> - <li><a href="http://uwog.net">Marc Maurer</a></li> - </ul> - - <h2>Note</h2> - <p>This product is not manufactured, approved, or supported by Corel Corporation or Corel Corporation Limited.</p> - - </div> - - <!-- content-wrap ends here --> - </div> - - <!--footer starts here--> - <div id="footer"> - - <p> - © 2007 <strong>Ariya Hidayat</strong> | - Design by: <a href="http://www.styleshout.com/">styleshout</a> | - Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | - <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> - - - - <a href="index.html">Home</a> | - <a href="sitemap.htm">Sitemap</a> - </p> - - </div> - -<!-- wrap ends here --> -</div> - -</body> -</html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + +<meta name="Description" content="libwpg project" /> +<meta name="Keywords" content="libwpg, wpg2svg, wpg2odg, wpgviewer, perfectspot" /> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +<meta name="Distribution" content="Global" /> +<meta name="Robots" content="index,follow" /> + +<link rel="stylesheet" href="images/libwpg.css" type="text/css" /> + +<title>libwpg project</title> + +</head> + +<body> +<!-- wrap starts here --> +<div id="wrap"> + + <!--header --> + <div id="header"> + + <h1 id="logo-text"><span style="color:#cccccc;">LIB</span>WPG</h1> + <h2 id="slogan">the free WPG library, converter and viewer</h2> + + <div id="header-links"> + <p> + <a href="index.html">Home</a> | + <a href="sitemap.htm">Site Map</a> + </p> + </div> + + </div> + + <!-- menu --> + <div id="menu"> + <ul> + <li id="current"><a href="index.html">Home</a></li> + <li><a href="download.htm">Downloads</a></li> + <li><a href="screenshots.htm">Screenshots</a></li> + <li><a href="faq.htm">FAQ</a></li> + <li><a href="documentation.htm">Documentation</a></li> + </ul> + </div> + + <!-- content-wrap starts here --> + <div id="content-wrap"> + + <div id="sidebar"> + + <h3>Support</h3> + + <p>Check the <a href="faq.htm">FAQ</a>, read the <a href="documentation.htm">documentation</a>, or post to the <a href="http://sourceforge.net/forum/forum.php?forum_id=347385">discussion forum</a>.</p> + + <h3>Tools</h3> + <ul class="sidemenu"> + <li><a href="perfectspot.htm">Perfectspot</a> - WPG viewer</li> + <li><a href="wpg2svg.htm">wpg2svg</a> - convert to SVG</li> + <li><a href="wpg2odg.htm">wpg2odg</a> - convert to ODG</li> + </ul> + + <p></p> + <p></p> + <h3>Development</h3> + <p>See the <a href="http://sf.net/projects/libwpg">SourceForge.net project page</a></p> + + + + </div> + + <div id="main"> + + <a name="TemplateInfo"></a> + + <!--<h1>About libwpg</h1>--> + + + <p><strong>Libwpg project</strong> is a collection of library and tools to work with graphics in WPG (WordPerfect Graphics) format. WPG is the format used among others in Corel sofware, such as WordPerfect(tm) and Presentations(tm).</p> + + <p>At the moment, libwpg comprises of:</p> + + <ul> + <li><a href="libwpg.htm">libwpg</a>, C++ library for parsing WPG</li> + <li><a href="wpg2svg.htm">wpg2svg</a>, command-line converter to SVG (<a href="http://en.wikipedia.org/wiki/Scalable_Vector_Graphics">Scalable Vector Graphics</a>)</li> + <li><a href="wpg2odg.htm">wpg2odg</a>, command-line converter to ODG (<a href="http://en.wikipedia.org/wiki/OpenDocument">OpenDocument Graphics</a>)</li> + <li><a href="perfectspot.htm">Perfectspot</a>, stand-alone WPG viewer and converter</li> + </ul> + + <p style="text-align:center;"><a href="screenshot.htm"><img src="images/perfectspot.png" width="365" height="275" alt="Screenshot" /></a></p> + + + <p>Libwpg is free software and distributed under open-source licenses (LGPL for the core library and converters, GPL for the graphics viewer). Libwpg can be used in free and commercial software.</p> + <p>Projects using libwpg:</p> + + <ul> + <li><a href="http://wiki.services.openoffice.org/wiki/SummerOfCode2006#Writer:_Import_Filter_for_Word_Perfect_Graphics_files">OpenOffice.org</a>, still being integrated</li> + <li><a href="http://www.inkscape.org">Inkscape</a> since version 0.45</li> + <li><a href="http://www.abisource.com">AbiWord</a></li> + <li><a href="http://koffice.org/karbon/">Karbon14</a> in the upcoming KOffice 2.0</li> + </ul> + + <h2>Authors</h2> + <ul> + <li><a href="http://fridrich.blogspot.com">Fridrich Strba</a> - current maintainer</li> + <li><a href="http://ariya.blogspot.com">Ariya Hidayat</a> - all-around hacker</li> + <li><a href="http://www.foddex.net">Marc Oude Kotte</a></li> + <li><a href="http://uwog.net">Marc Maurer</a></li> + </ul> + + <h2>Note</h2> + <p>This product is not manufactured, approved, or supported by Corel Corporation or Corel Corporation Limited.</p> + + </div> + + <!-- content-wrap ends here --> + </div> + + <!--footer starts here--> + <div id="footer"> + + <p> + © 2007 <strong>Ariya Hidayat</strong> | + Design by: <a href="http://www.styleshout.com/">styleshout</a> | + Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> + + + + <a href="index.html">Home</a> | + <a href="sitemap.htm">Sitemap</a> + </p> + + </div> + +<!-- wrap ends here --> +</div> + +</body> +</html> Index: sitemap.htm =================================================================== RCS file: /cvsroot/libwpg/libwpg-www/sitemap.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- sitemap.htm 22 May 2007 14:53:39 -0000 1.2 +++ sitemap.htm 22 May 2007 18:38:18 -0000 1.3 @@ -1,113 +1,113 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - -<meta name="Description" content="libwpg project" /> -<meta name="Keywords" content="libwpg, wpg2svg, wpg2odg, wpgviewer, perfectspot" /> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -<meta name="Distribution" content="Global" /> -<meta name="Robots" content="index,follow" /> - -<link rel="stylesheet" href="images/libwpg.css" type="text/css" /> - -<title>Site Map - libwpg project</title> - -</head> - -<body> -<!-- wrap starts here --> -<div id="wrap"> - - <!--header --> - <div id="header"> - - <h1 id="logo-text"><span style="color:#cccccc;">LIB</span>WPG</h1> - <h2 id="slogan">the free WPG library, converter and viewer</h2> - - <div id="header-links"> - <p> - <a href="index.html">Home</a> | - <a href="sitemap.htm">Site Map</a> - </p> - </div> - - </div> - - <!-- menu --> - <div id="menu"> - <ul> - <li id="current"><a href="index.html">Home</a></li> - <li><a href="download.htm">Downloads</a></li> - <li><a href="screenshots.htm">Screenshots</a></li> - <li><a href="faq.htm">FAQ</a></li> - <li><a href="documentation.htm">Documentation</a></li> - </ul> - </div> - - <!-- content-wrap starts here --> - <div id="content-wrap"> - - <div id="sidebar"> - - - </div> - - <div id="main"> - - <h1>Site Map</h1> - - <p><b>Library</b></p> - <ul> - <li><a href="libwpg.htm">libwpg</a>, C++ library for parsing WPG</li> - </ul> - - <p><b>Tools</b></p> - <ul> - <li><a href="wpg2svg.htm">wpg2svg</a>, command-line converter to SVG (<a href="http://en.wikipedia.org/wiki/Scalable_Vector_Graphics">Scalable Vector Graphics</a>)</li> - <li><a href="wpg2odg.htm">wpg2odg</a>, command-line converter to ODG (<a href="http://en.wikipedia.org/wiki/OpenDocument">OpenDocument Graphics</a>)</li> - <li><a href="perfectspot.htm">Perfectspot</a>, stand-alone WPG viewer and converter</li> - </ul> - - <p><b>Support</b></p> - <ul> - <li><a href="download.htm">Download instructions</a></li> - <li><a href="build_linux.htm">Building libwpg in Linux</a> (or similar Unix)</li> - <li><a href="build_windows.htm">Building libwpg in Windows</a></li> - - <li><a href="faq.htm">FAQ</a> (Frequently Asked Questions), with answers</li> - <li><a href="documentation.htm">Documentation</a></li> - </ul> - - <p></p> - <p></p> - <p></p> - - - </div> - - <!-- content-wrap ends here --> - </div> - - <!--footer starts here--> - <div id="footer"> - - <p> - © 2007 <strong>Ariya Hidayat</strong> | - Design by: <a href="http://www.styleshout.com/">styleshout</a> | - Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | - <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> - - - - <a href="index.html">Home</a> | - <a href="sitemap.htm">Sitemap</a> - </p> - - </div> - -<!-- wrap ends here --> -</div> - -</body> -</html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + +<meta name="Description" content="libwpg project" /> +<meta name="Keywords" content="libwpg, wpg2svg, wpg2odg, wpgviewer, perfectspot" /> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +<meta name="Distribution" content="Global" /> +<meta name="Robots" content="index,follow" /> + +<link rel="stylesheet" href="images/libwpg.css" type="text/css" /> + +<title>Site Map - libwpg project</title> + +</head> + +<body> +<!-- wrap starts here --> +<div id="wrap"> + + <!--header --> + <div id="header"> + + <h1 id="logo-text"><span style="color:#cccccc;">LIB</span>WPG</h1> + <h2 id="slogan">the free WPG library, converter and viewer</h2> + + <div id="header-links"> + <p> + <a href="index.html">Home</a> | + <a href="sitemap.htm">Site Map</a> + </p> + </div> + + </div> + + <!-- menu --> + <div id="menu"> + <ul> + <li id="current"><a href="index.html">Home</a></li> + <li><a href="download.htm">Downloads</a></li> + <li><a href="screenshots.htm">Screenshots</a></li> + <li><a href="faq.htm">FAQ</a></li> + <li><a href="documentation.htm">Documentation</a></li> + </ul> + </div> + + <!-- content-wrap starts here --> + <div id="content-wrap"> + + <div id="sidebar"> + + + </div> + + <div id="main"> + + <h1>Site Map</h1> + + <p><b>Library</b></p> + <ul> + <li><a href="libwpg.htm">libwpg</a>, C++ library for parsing WPG</li> + </ul> + + <p><b>Tools</b></p> + <ul> + <li><a href="wpg2svg.htm">wpg2svg</a>, command-line converter to SVG (<a href="http://en.wikipedia.org/wiki/Scalable_Vector_Graphics">Scalable Vector Graphics</a>)</li> + <li><a href="wpg2odg.htm">wpg2odg</a>, command-line converter to ODG (<a href="http://en.wikipedia.org/wiki/OpenDocument">OpenDocument Graphics</a>)</li> + <li><a href="perfectspot.htm">Perfectspot</a>, stand-alone WPG viewer and converter</li> + </ul> + + <p><b>Support</b></p> + <ul> + <li><a href="download.htm">Download instructions</a></li> + <li><a href="build_linux.htm">Building libwpg in Linux</a> (or similar Unix)</li> + <li><a href="build_windows.htm">Building libwpg in Windows</a></li> + + <li><a href="faq.htm">FAQ</a> (Frequently Asked Questions), with answers</li> + <li><a href="documentation.htm">Documentation</a></li> + </ul> + + <p></p> + <p></p> + <p></p> + + + </div> + + <!-- content-wrap ends here --> + </div> + + <!--footer starts here--> + <div id="footer"> + + <p> + © 2007 <strong>Ariya Hidayat</strong> | + Design by: <a href="http://www.styleshout.com/">styleshout</a> | + Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> + + + + <a href="index.html">Home</a> | + <a href="sitemap.htm">Sitemap</a> + </p> + + </div> + +<!-- wrap ends here --> +</div> + +</body> +</html> Index: perfectspot.htm =================================================================== RCS file: /cvsroot/libwpg/libwpg-www/perfectspot.htm,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- perfectspot.htm 22 May 2007 12:09:20 -0000 1.7 +++ perfectspot.htm 22 May 2007 18:38:18 -0000 1.8 @@ -1,140 +1,140 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - -<meta name="Description" content="libwpg project" /> -<meta name="Keywords" content="libwpg, wpg2svg, wpg2odg, wpgviewer, perfectspot" /> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -<meta name="Distribution" content="Global" /> -<meta name="Robots" content="index,follow" /> - -<link rel="stylesheet" href="images/libwpg.css" type="text/css" /> - -<title>Perfectspot - WPG Viewer</title> - -</head> - -<body> -<!-- wrap starts here --> -<div id="wrap"> - - <!--header --> - <div id="header"> - - <h1 id="logo-text"><span style="color:#cccccc;">LIB</span>WPG</h1> - <h2 id="slogan">the free WPG library, converter and viewer</h2> - - <div id="header-links"> - <p> - <a href="index.html">Home</a> | - <a href="sitemap.htm">Site Map</a> - </p> - </div> - - </div> - - <!-- menu --> - <div id="menu"> - <ul> - <li id="current"><a href="index.html">Home</a></li> - <li><a href="download.htm">Downloads</a></li> - <li><a href="screenshots.htm">Screenshots</a></li> - <li><a href="faq.htm">FAQ</a></li> - <li><a href="documentation.htm">Documentation</a></li> - </ul> - </div> - - <!-- content-wrap starts here --> - <div id="content-wrap"> - - <div id="sidebar"> - - <h3>Author</h3> - - <p>Ariya Hidayat</p> - - <h3>License</h3> - - <p>Perfectspot is free software; you can redistribute it and/or modify it under the terms of the <a href="gpl.txt">GNU General Public License</a> as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p> - - <p>Perfectspot is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p> - - <h3>Other tools</h3> - <ul class="sidemenu"> - <li><a href="wpg2svg.htm">wpg2svg</a> - convert to SVG</li> - <li><a href="wpg2odg.htm">wpg2odg</a> - convert to ODG</li> - </ul> - - - - </div> - - <div id="main"> - - <h1>Perfectspot - WPG viewer</h1> - - <p><b>Perfectspot</b> is a graphical tool to view and convert WPG files.</p> - - <p style="text-align:center;"><img src="images/perfectspot.png" alt="Perfectspot" width="365" height="275"/></p> - - <p>Perfectspot can convert WPG picture to the following formats:</p> - <ul> - <li>SVG (Scalable Vector Graphics)</li> - <li>ODG (OpenDocument Graphics)</li> - <li>PDF (Portable Document Format)</li> - </ul> - - <p>In addition, Perfectspot is able to <a href="http://en.wikipedia.org/wiki/Rasterisation">raster</a> a WPG picture and export it as:</p> - - <ul> - <li>PNG (Portable Network Graphics)</li> - <li>JPEG (Joint Photographic Expert Group)</li> - <li>BMP (Windows Bitmap)</li> - </ul> - - <p>Refer to the <a href="download.htm">download page</a> on how to obtain and install Perfectspot.</p> - - <h2>Screenshot</h2> - - <p>The following screenshot compares a picture shown in Corel Presentations (left) and opened in Perfectspot (right). Click on each image to enlarge.</p> - - <p><a href="images/car112_original.png"><img src="images/car112_original_small.png" alt="Original picture"/></a> - <a href="images/car112_perfectspot.png"><img src="images/car112_perfectspot_small.png" alt="Opened in Perfectspot"/></a></p> - - <h2>Support</h2> - - <p>Check the <a href="faq.htm">FAQ</a>, read the <a href="documentation.htm">documentation</a>, or post to the <a href="http://sourceforge.net/forum/forum.php?forum_id=347385">discussion forum</a>.</p> - - <h2>Note</h2> - - <p>This product is not manufactured, approved, or supported by Corel Corporation or Corel Corporation Limited.</p> - - - </div> - - <!-- content-wrap ends here --> - </div> - - <!--footer starts here--> - <div id="footer"> - - <p> - © 2007 <strong>Ariya Hidayat</strong> | - Design by: <a href="http://www.styleshout.com/">styleshout</a> | - Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | - <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> - - - - <a href="index.html">Home</a> | - <a href="sitemap.htm">Sitemap</a> - </p> - - </div> - -<!-- wrap ends here --> -</div> - -</body> -</html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + +<meta name="Description" content="libwpg project" /> +<meta name="Keywords" content="libwpg, wpg2svg, wpg2odg, wpgviewer, perfectspot" /> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +<meta name="Distribution" content="Global" /> +<meta name="Robots" content="index,follow" /> + +<link rel="stylesheet" href="images/libwpg.css" type="text/css" /> + +<title>Perfectspot - WPG Viewer</title> + +</head> + +<body> +<!-- wrap starts here --> +<div id="wrap"> + + <!--header --> + <div id="header"> + + <h1 id="logo-text"><span style="color:#cccccc;">LIB</span>WPG</h1> + <h2 id="slogan">the free WPG library, converter and viewer</h2> + + <div id="header-links"> + <p> + <a href="index.html">Home</a> | + <a href="sitemap.htm">Site Map</a> + </p> + </div> + + </div> + + <!-- menu --> + <div id="menu"> + <ul> + <li id="current"><a href="index.html">Home</a></li> + <li><a href="download.htm">Downloads</a></li> + <li><a href="screenshots.htm">Screenshots</a></li> + <li><a href="faq.htm">FAQ</a></li> + <li><a href="documentation.htm">Documentation</a></li> + </ul> + </div> + + <!-- content-wrap starts here --> + <div id="content-wrap"> + + <div id="sidebar"> + + <h3>Author</h3> + + <p>Ariya Hidayat</p> + + <h3>License</h3> + + <p>Perfectspot is free software; you can redistribute it and/or modify it under the terms of the <a href="gpl.txt">GNU General Public License</a> as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p> + + <p>Perfectspot is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p> + + <h3>Other tools</h3> + <ul class="sidemenu"> + <li><a href="wpg2svg.htm">wpg2svg</a> - convert to SVG</li> + <li><a href="wpg2odg.htm">wpg2odg</a> - convert to ODG</li> + </ul> + + + + </div> + + <div id="main"> + + <h1>Perfectspot - WPG viewer</h1> + + <p><b>Perfectspot</b> is a graphical tool to view and convert WPG files.</p> + + <p style="text-align:center;"><img src="images/perfectspot.png" alt="Perfectspot" width="365" height="275"/></p> + + <p>Perfectspot can convert WPG picture to the following formats:</p> + <ul> + <li>SVG (Scalable Vector Graphics)</li> + <li>ODG (OpenDocument Graphics)</li> + <li>PDF (Portable Document Format)</li> + </ul> + + <p>In addition, Perfectspot is able to <a href="http://en.wikipedia.org/wiki/Rasterisation">raster</a> a WPG picture and export it as:</p> + + <ul> + <li>PNG (Portable Network Graphics)</li> + <li>JPEG (Joint Photographic Expert Group)</li> + <li>BMP (Windows Bitmap)</li> + </ul> + + <p>Refer to the <a href="download.htm">download page</a> on how to obtain and install Perfectspot.</p> + + <h2>Screenshot</h2> + + <p>The following screenshot compares a picture shown in Corel Presentations (left) and opened in Perfectspot (right). Click on each image to enlarge.</p> + + <p><a href="images/car112_original.png"><img src="images/car112_original_small.png" alt="Original picture"/></a> + <a href="images/car112_perfectspot.png"><img src="images/car112_perfectspot_small.png" alt="Opened in Perfectspot"/></a></p> + + <h2>Support</h2> + + <p>Check the <a href="faq.htm">FAQ</a>, read the <a href="documentation.htm">documentation</a>, or post to the <a href="http://sourceforge.net/forum/forum.php?forum_id=347385">discussion forum</a>.</p> + + <h2>Note</h2> + + <p>This product is not manufactured, approved, or supported by Corel Corporation or Corel Corporation Limited.</p> + + + </div> + + <!-- content-wrap ends here --> + </div> + + <!--footer starts here--> + <div id="footer"> + + <p> + © 2007 <strong>Ariya Hidayat</strong> | + Design by: <a href="http://www.styleshout.com/">styleshout</a> | + Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> + + + + <a href="index.html">Home</a> | + <a href="sitemap.htm">Sitemap</a> + </p> + + </div> + +<!-- wrap ends here --> +</div> + +</body> +</html> Index: documentation.htm =================================================================== RCS file: /cvsroot/libwpg/libwpg-www/documentation.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- documentation.htm 22 May 2007 15:00:27 -0000 1.2 +++ documentation.htm 22 May 2007 18:38:18 -0000 1.3 @@ -1,113 +1,113 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - -<meta name="Description" content="libwpg project" /> -<meta name="Keywords" content="libwpg, wpg2svg, wpg2odg, wpgviewer, perfectspot" /> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -<meta name="Distribution" content="Global" /> -<meta name="Robots" content="index,follow" /> - -<link rel="stylesheet" href="images/libwpg.css" type="text/css" /> - -<title>Documentation - libwpg project</title> - -</head> - -<body> -<!-- wrap starts here --> -<div id="wrap"> - - <!--header --> - <div id="header"> - - <h1 id="logo-text"><span style="color:#cccccc;">LIB</span>WPG</h1> - <h2 id="slogan">the free WPG library, converter and viewer</h2> - - <div id="header-links"> - <p> - <a href="index.html">Home</a> | - <a href="sitemap.htm">Site Map</a> - </p> - </div> - - </div> - - <!-- menu --> - <div id="menu"> - <ul> - <li id="current"><a href="index.html">Home</a></li> - <li><a href="download.htm">Downloads</a></li> - <li><a href="screenshots.htm">Screenshots</a></li> - <li><a href="faq.htm">FAQ</a></li> - <li><a href="documentation.htm">Documentation</a></li> - </ul> - </div> - - <!-- content-wrap starts here --> - <div id="content-wrap"> - - <div id="sidebar"> - - <h3>Links</h3> - <ul class="sidemenu"> - <li><a href="http://sf.net/projects/libwpg">SourceForge.net project page</a></li> - <li><a href="http://sourceforge.net/forum/forum.php?forum_id=347385">Discussion forum</a></li> - <li><a href="http://sourceforge.net/mail/?group_id=100237">Mailing-lists</a></li> - </ul> - </div> - - <div id="main"> - - <h1>Documentation</h1> - - <h2>User documentation</h2> - <ul> - <li><a href="perfectspot.htm">Perfectspot</a>, stand-alone WPG viewer and converter</li> - <li><a href="wpg2svg.htm">wpg2svg</a>, command-line converter to SVG (<a href="http://en.wikipedia.org/wiki/Scalable_Vector_Graphics">Scalable Vector Graphics</a>)</li> - <li><a href="wpg2odg.htm">wpg2odg</a>, command-line converter to ODG (<a href="http://en.wikipedia.org/wiki/OpenDocument">OpenDocument Graphics</a>)</li> - <!--<li><a href="download.htm#Stable">Download instructions</a></li>--> - <li><a href="faq.htm">FAQ</a> (Frequently Asked Questions), with answers</li> - </ul> - - <h2>Developer documentation</h2> - <ul> - <li><a href="libwpg.htm">libwpg</a>, C++ library for parsing WPG</li> - <li><a href="download.htm#DevelopmentVersion">Download development version</a> (from CVS repository)</li> - <li><a href="build_linux.htm">Building libwpg in Linux</a> (or similar Unix)</li> - <li><a href="build_windows.htm">Building libwpg in Windows</a></li> - </ul> - - <p></p> - <p></p> - <p></p> - - - </div> - - <!-- content-wrap ends here --> - </div> - - <!--footer starts here--> - <div id="footer"> - - <p> - © 2007 <strong>Ariya Hidayat</strong> | - Design by: <a href="http://www.styleshout.com/">styleshout</a> | - Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | - <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> - - - - <a href="index.html">Home</a> | - <a href="sitemap.htm">Sitemap</a> - </p> - - </div> - -<!-- wrap ends here --> -</div> - -</body> -</html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + +<meta name="Description" content="libwpg project" /> +<meta name="Keywords" content="libwpg, wpg2svg, wpg2odg, wpgviewer, perfectspot" /> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +<meta name="Distribution" content="Global" /> +<meta name="Robots" content="index,follow" /> + +<link rel="stylesheet" href="images/libwpg.css" type="text/css" /> + +<title>Documentation - libwpg project</title> + +</head> + +<body> +<!-- wrap starts here --> +<div id="wrap"> + + <!--header --> + <div id="header"> + + <h1 id="logo-text"><span style="color:#cccccc;">LIB</span>WPG</h1> + <h2 id="slogan">the free WPG library, converter and viewer</h2> + + <div id="header-links"> + <p> + <a href="index.html">Home</a> | + <a href="sitemap.htm">Site Map</a> + </p> + </div> + + </div> + + <!-- menu --> + <div id="menu"> + <ul> + <li id="current"><a href="index.html">Home</a></li> + <li><a href="download.htm">Downloads</a></li> + <li><a href="screenshots.htm">Screenshots</a></li> + <li><a href="faq.htm">FAQ</a></li> + <li><a href="documentation.htm">Documentation</a></li> + </ul> + </div> + + <!-- content-wrap starts here --> + <div id="content-wrap"> + + <div id="sidebar"> + + <h3>Links</h3> + <ul class="sidemenu"> + <li><a href="http://sf.net/projects/libwpg">SourceForge.net project page</a></li> + <li><a href="http://sourceforge.net/forum/forum.php?forum_id=347385">Discussion forum</a></li> + <li><a href="http://sourceforge.net/mail/?group_id=100237">Mailing-lists</a></li> + </ul> + </div> + + <div id="main"> + + <h1>Documentation</h1> + + <h2>User documentation</h2> + <ul> + <li><a href="perfectspot.htm">Perfectspot</a>, stand-alone WPG viewer and converter</li> + <li><a href="wpg2svg.htm">wpg2svg</a>, command-line converter to SVG (<a href="http://en.wikipedia.org/wiki/Scalable_Vector_Graphics">Scalable Vector Graphics</a>)</li> + <li><a href="wpg2odg.htm">wpg2odg</a>, command-line converter to ODG (<a href="http://en.wikipedia.org/wiki/OpenDocument">OpenDocument Graphics</a>)</li> + <!--<li><a href="download.htm#Stable">Download instructions</a></li>--> + <li><a href="faq.htm">FAQ</a> (Frequently Asked Questions), with answers</li> + </ul> + + <h2>Developer documentation</h2> + <ul> + <li><a href="libwpg.htm">libwpg</a>, C++ library for parsing WPG</li> + <li><a href="download.htm#DevelopmentVersion">Download development version</a> (from CVS repository)</li> + <li><a href="build_linux.htm">Building libwpg in Linux</a> (or similar Unix)</li> + <li><a href="build_windows.htm">Building libwpg in Windows</a></li> + </ul> + + <p></p> + <p></p> + <p></p> + + + </div> + + <!-- content-wrap ends here --> + </div> + + <!--footer starts here--> + <div id="footer"> + + <p> + © 2007 <strong>Ariya Hidayat</strong> | + Design by: <a href="http://www.styleshout.com/">styleshout</a> | + Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> + + + + <a href="index.html">Home</a> | + <a href="sitemap.htm">Sitemap</a> + </p> + + </div> + +<!-- wrap ends here --> +</div> + +</body> +</html> Index: download.htm =================================================================== RCS file: /cvsroot/libwpg/libwpg-www/download.htm,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- download.htm 22 May 2007 14:53:39 -0000 1.4 +++ download.htm 22 May 2007 18:38:18 -0000 1.5 @@ -1,129 +1,129 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - -<meta name="Description" content="libwpg project" /> -<meta name="Keywords" content="libwpg, wpg2svg, wpg2odg, wpgviewer, perfectspot" /> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -<meta name="Distribution" content="Global" /> -<meta name="Robots" content="index,follow" /> - -<link rel="stylesheet" href="images/libwpg.css" type="text/css" /> - -<title>Download libwpg, wpg2svg, wpg2odg, Perfectspot</title> - -</head> - -<body> -<!-- wrap starts here --> -<div id="wrap"> - - <!--header --> - <div id="header"> - - <h1 id="logo-text"><span style="color:#cccccc;">LIB</span>WPG</h1> - <h2 id="slogan">the free WPG library, converter and viewer</h2> - - <div id="header-links"> - <p> - <a href="index.html">Home</a> | - <a href="sitemap.htm">Site Map</a> - </p> - </div> - - </div> - - <!-- menu --> - <div id="menu"> - <ul> - <li id="current"><a href="index.html">Home</a></li> - <li><a href="download.htm">Downloads</a></li> - <li><a href="screenshots.htm">Screenshots</a></li> - <li><a href="faq.htm">FAQ</a></li> - <li><a href="documentation.htm">Documentation</a></li> - </ul> - </div> - - <!-- content-wrap starts here --> - <div id="content-wrap"> - - <div id="sidebar"> - - <ul class="sidemenu"> - <li><a href="perfectspot.htm">Perfectspot</a> - WPG viewer</li> - <li><a href="wpg2svg.htm">wpg2svg</a> - convert to SVG</li> - <li><a href="wpg2odg.htm">wpg2odg</a> - convert to ODG</li> - </ul> - - - - </div> - - <div id="main"> - - <a name="StableVersion"></a> - <h1>Download stable version</h1> - - <p>Unfortunately, there is not stable release yet. Please try the development version.</p> - - <a name="DevelopmentVersion"></a> - <h1>Download development version</h1> - - <p>The development version of <a href="libwpg.htm">libwpg</a>, <a href="wpg2svg.htm">wpg2svg</a>, <a href="wpg2odg.htm">wpg2odg</a> and <a href="perfectspot.htm">Perfectspot</a> can be obtained using CVS (Concurrent Versions System). Therefore, CVS client is necessary to be able to check out the source code from libwpg CVS repository.</p> - - <p>First, CVSROOT must be set to :pserver:ano...@li...:/cvsroot/libwpg, for example by the following command when using bash:</p> - - <code>export CVSROOT=:pserver:ano...@li...:/cvsroot/libwpg</code> - - <p>After that, simply login to the repository server (when asked for password, just press Enter):</p> - - <code>cvs login</code> - - <p>Then check out the source code:</p> - - <code>cvs -z3 checkout -P libwpg<br/> - cvs -z3 checkout -P wpg2odg<br/> - cvs -z3 checkout -P perfectspot - </code> - - <p>When the souce code is already checkout out, it is time to build it. Refer to the following instructions:</p> - - <ul> - <li><a href="build_linux.htm">Building libwpg in Linux</a> (or similar Unix)</li> - <li><a href="build_windows.htm">Building libwpg in Windows</a></li> - </ul> - - <p>Tip: It is also possible to <a href="http://libwpg.cvs.sourceforge.net/libwpg/">browse the CVS repository</a> using normal web browser.</p> - - <h2>Note</h2> - - <p>This product is not manufactured, approved, or supported by Corel Corporation or Corel Corporation Limited.</p> - - </div> - - <!-- content-wrap ends here --> - </div> - - <!--footer starts here--> - <div id="footer"> - - <p> - © 2007 <strong>Ariya Hidayat</strong> | - Design by: <a href="http://www.styleshout.com/">styleshout</a> | - Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | - <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> - - - - <a href="index.html">Home</a> | - <a href="sitemap.htm">Sitemap</a> - </p> - - </div> - -<!-- wrap ends here --> -</div> - -</body> -</html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + +<meta name="Description" content="libwpg project" /> +<meta name="Keywords" content="libwpg, wpg2svg, wpg2odg, wpgviewer, perfectspot" /> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +<meta name="Distribution" content="Global" /> +<meta name="Robots" content="index,follow" /> + +<link rel="stylesheet" href="images/libwpg.css" type="text/css" /> + +<title>Download libwpg, wpg2svg, wpg2odg, Perfectspot</title> + +</head> + +<body> +<!-- wrap starts here --> +<div id="wrap"> + + <!--header --> + <div id="header"> + + <h1 id="logo-text"><span style="color:#cccccc;">LIB</span>WPG</h1> + <h2 id="slogan">the free WPG library, converter and viewer</h2> + + <div id="header-links"> + <p> + <a href="index.html">Home</a> | + <a href="sitemap.htm">Site Map</a> + </p> + </div> + + </div> + + <!-- menu --> + <div id="menu"> + <ul> + <li id="current"><a href="index.html">Home</a></li> + <li><a href="download.htm">Downloads</a></li> + <li><a href="screenshots.htm">Screenshots</a></li> + <li><a href="faq.htm">FAQ</a></li> + <li><a href="documentation.htm">Documentation</a></li> + </ul> + </div> + + <!-- content-wrap starts here --> + <div id="content-wrap"> + + <div id="sidebar"> + + <ul class="sidemenu"> + <li><a href="perfectspot.htm">Perfectspot</a> - WPG viewer</li> + <li><a href="wpg2svg.htm">wpg2svg</a> - convert to SVG</li> + <li><a href="wpg2odg.htm">wpg2odg</a> - convert to ODG</li> + </ul> + + + + </div> + + <div id="main"> + + <a name="StableVersion"></a> + <h1>Download stable version</h1> + + <p>Unfortunately, there is not stable release yet. Please try the development version.</p> + + <a name="DevelopmentVersion"></a> + <h1>Download development version</h1> + + <p>The development version of <a href="libwpg.htm">libwpg</a>, <a href="wpg2svg.htm">wpg2svg</a>, <a href="wpg2odg.htm">wpg2odg</a> and <a href="perfectspot.htm">Perfectspot</a> can be obtained using CVS (Concurrent Versions System). Therefore, CVS client is necessary to be able to check out the source code from libwpg CVS repository.</p> + + <p>First, CVSROOT must be set to :pserver:ano...@li...:/cvsroot/libwpg, for example by the following command when using bash:</p> + + <code>export CVSROOT=:pserver:ano...@li...:/cvsroot/libwpg</code> + + <p>After that, simply login to the repository server (when asked for password, just press Enter):</p> + + <code>cvs login</code> + + <p>Then check out the source code:</p> + + <code>cvs -z3 checkout -P libwpg<br/> + cvs -z3 checkout -P wpg2odg<br/> + cvs -z3 checkout -P perfectspot + </code> + + <p>When the souce code is already checkout out, it is time to build it. Refer to the following instructions:</p> + + <ul> + <li><a href="build_linux.htm">Building libwpg in Linux</a> (or similar Unix)</li> + <li><a href="build_windows.htm">Building libwpg in Windows</a></li> + </ul> + + <p>Tip: It is also possible to <a href="http://libwpg.cvs.sourceforge.net/libwpg/">browse the CVS repository</a> using normal web browser.</p> + + <h2>Note</h2> + + <p>This product is not manufactured, approved, or supported by Corel Corporation or Corel Corporation Limited.</p> + + </div> + + <!-- content-wrap ends here --> + </div> + + <!--footer starts here--> + <div id="footer"> + + <p> + © 2007 <strong>Ariya Hidayat</strong> | + Design by: <a href="http://www.styleshout.com/">styleshout</a> | + Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> + + + + <a href="index.html">Home</a> | + <a href="sitemap.htm">Sitemap</a> + </p> + + </div> + +<!-- wrap ends here --> +</div> + +</body> +</html> Index: build_windows.htm =================================================================== RCS file: /cvsroot/libwpg/libwpg-www/build_windows.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- build_windows.htm 22 May 2007 14:08:27 -0000 1.1 +++ build_windows.htm 22 May 2007 18:38:18 -0000 1.2 @@ -1,148 +1,148 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - -<meta name="Description" content="libwpg project" /> -<meta name="Keywords" content="libwpg, wpg2svg, wpg2odg, wpgviewer, perfectspot" /> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -<meta name="Distribution" content="Global" /> -<meta name="Robots" content="index,follow" /> - -<link rel="stylesheet" href="images/libwpg.css" type="text/css" /> - -<title>Building libwpg/wpg2svg/wpg2odg/Perfectspot in Windows</title> - -</head> - -<body> -<!-- wrap starts here --> -<div id="wrap"> - - <!--header --> - <div id="header"> - - <h1 id="logo-text"><span style="color:#cccccc;">LIB</span>WPG</h1> - <h2 id="slogan">the free WPG library, converter and viewer</h2> - - <div id="header-links"> - <p> - <a href="index.html">Home</a> | - <a href="sitemap.htm">Site Map</a> - </p> - </div> - - </div> - - <!-- menu --> - <div id="menu"> - <ul> - <li id="current"><a href="index.html">Home</a></li> - <li><a href="download.htm">Downloads</a></li> - <li><a href="screenshots.htm">Screenshots</a></li> - <li><a href="faq.htm">FAQ</a></li> - <li><a href="documentation.htm">Documentation</a></li> - </ul> - </div> - - <!-- content-wrap starts here --> - <div id="content-wrap"> - - <div id="sidebar"> - - - <h3>Supported compilers</h3> - <ul class="sidemenu"> - <li>MS Visual C++</li> - </ul> - - <h3>Build for other systems</h3> - <ul class="sidemenu"> - <li><a href="build_linux.htm">in Linux</a></li> - </ul> - - <h3>Tools</h3> - <ul class="sidemenu"> - <li><a href="perfectspot.htm">Perfectspot</a> - WPG viewer</li> - <li><a href="wpg2svg.htm">wpg2svg</a> - convert to SVG</li> - <li><a href="wpg2odg.htm">wpg2odg</a> - convert to ODG</li> - </ul> - - - - </div> - - <div id="main"> - - <h1>Building libwpg/wpg2svg/wpg2odg/Perfectspot in Windows</h1> - - <p>If libwpg, wpg2svg, wpg2odg, and/or Perfectspot is not installed and is not available as binary packages, then it is necessary for build everything from source-code. This page explains the necessary steps on how to do that in Windows.</p> - - <h2>Get the source code</h2> - - <p>To compile the source code, first it is necessary to obtain the source code. Refer to the <a href="download.htm">download page</a> on how to obtain the source code.</p> - - <h2>Check system requirement</h2> - - <p>The following tools/libraries are required to build the source code:</p> - <ul> - <li>C++ compiler</li> - <li>pkg-config (at least version 0.20)</li> - <li>Standard C++ library</li> - <li>STL (Standard Template Library)</li> - <li>libwpd 0.8</li> - </ul> - - <p>In addition, Perfectspot needs:</p> - <ul> - <li>CMake version 2.4.0 or newer</li> - <li>Qt version 4.2 or newer</li> - </ul> - - <h2>Build libwpg and wpg2svg</h2> - - <p>TODO</p> - - <h2>Check libwpg installation</h2> - <p>TODO</p> - - <h2>Build wpg2odg</h2> - <p>TODO</p> - - <h2>Build Perfecspot</h2> - - <p>Note: to compile Perfectspot, it is necessary to create a directory to place the build. This is often called <b>build directory</b>. This directory can not be the same the <b>source directory</b>, i.e. where the source code is located.</p> - - <p>TODO</p> - - <h2>Note</h2> - - <p>This product is not manufactured, approved, or supported by Corel Corporation or Corel Corporation Limited.</p> - - </div> - - <!-- content-wrap ends here --> - </div> - - <!--footer starts here--> - <div id="footer"> - - <p> - © 2007 <strong>Ariya Hidayat</strong> | - Design by: <a href="http://www.styleshout.com/">styleshout</a> | - Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | - <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> - - - - <a href="index.html">Home</a> | - <a href="sitemap.htm">Sitemap</a> - </p> - - </div> - -<!-- wrap ends here --> -</div> - -</body> -</html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + +<meta name="Description" content="libwpg project" /> +<meta name="Keywords" content="libwpg, wpg2svg, wpg2odg, wpgviewer, perfectspot" /> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +<meta name="Distribution" content="Global" /> +<meta name="Robots" content="index,follow" /> + +<link rel="stylesheet" href="images/libwpg.css" type="text/css" /> + +<title>Building libwpg/wpg2svg/wpg2odg/Perfectspot in Windows</title> + +</head> + +<body> +<!-- wrap starts here --> +<div id="wrap"> + + <!--header --> + <div id="header"> + + <h1 id="logo-text"><span style="color:#cccccc;">LIB</span>WPG</h1> + <h2 id="slogan">the free WPG library, converter and viewer</h2> + + <div id="header-links"> + <p> + <a href="index.html">Home</a> | + <a href="sitemap.htm">Site Map</a> + </p> + </div> + + </div> + + <!-- menu --> + <div id="menu"> + <ul> + <li id="current"><a href="index.html">Home</a></li> + <li><a href="download.htm">Downloads</a></li> + <li><a href="screenshots.htm">Screenshots</a></li> + <li><a href="faq.htm">FAQ</a></li> + <li><a href="documentation.htm">Documentation</a></li> + </ul> + </div> + + <!-- content-wrap starts here --> + <div id="content-wrap"> + + <div id="sidebar"> + + + <h3>Supported compilers</h3> + <ul class="sidemenu"> + <li>MS Visual C++</li> + </ul> + + <h3>Build for other systems</h3> + <ul class="sidemenu"> + <li><a href="build_linux.htm">in Linux</a></li> + </ul> + + <h3>Tools</h3> + <ul class="sidemenu"> + <li><a href="perfectspot... [truncated message content] |