summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscuri <scuri>2008-10-17 17:32:07 +0000
committerscuri <scuri>2008-10-17 17:32:07 +0000
commit8fcca302fedc1669b0679c5369f3505e377a4c7f (patch)
tree1a00e0a0f8e6216576691d531c328d6792758543
parent7b52cc13af4e85f1ca2deb6b6c77de9c95ea0dcf (diff)
*** empty log message ***
-rw-r--r--html/en/cvs.html13
-rw-r--r--html/en/download.html11
-rw-r--r--html/en/download_tips.html26
-rw-r--r--html/en/history.html4
-rw-r--r--html/en/home.html7
-rw-r--r--html/en/prod.html28
6 files changed, 50 insertions, 39 deletions
diff --git a/html/en/cvs.html b/html/en/cvs.html
index 687946c..f8893b6 100644
--- a/html/en/cvs.html
+++ b/html/en/cvs.html
@@ -8,14 +8,13 @@
<body>
<h2 align="center" style="text-align:center">CVS</h2>
-<p>The CVS files are in the CD <b>LuaForge</b> site available at:</p>
-<p class="info"><a href="http://luaforge.net/scm/?group_id=88">
-http://luaforge.net/scm/?group_id=88</a>&nbsp;
-</p>
-<p>Current version can be obtained from module &quot;cd&quot;.</p>
-<p>To checkout use:</p>
+<p>The CVS repository is at <b>SourceForge</b>. It can also be interactively
+browsed at:</p>
+<p class="info"><a href="http://canvasdraw.cvs.sourceforge.net/canvasdraw/">
+http://canvasdraw.cvs.sourceforge.net/canvasdraw/</a></p>
+<p>To checkout use the module name &quot;cd&quot; and the CVSROOT:</p>
-<pre>CVSROOT=:pserver:anonymous@cvs.luaforge.net:/cvsroot/cdlib</pre>
+<pre>:pserver:anonymous@<tt>canvasdraw.</tt>cvs.<tt>sourceforge</tt>.net:/cvsroot/canvasdraw</pre>
</body>
diff --git a/html/en/download.html b/html/en/download.html
index 83a8f85..d866688 100644
--- a/html/en/download.html
+++ b/html/en/download.html
@@ -7,14 +7,15 @@
<link rel="stylesheet" type="text/css" href="../style.css">
</head>
-<body>
+<body bgcolor="white" lang="EN-US" link="blue" vlink="blue">
-<h1>Download</h1>
+<h1 style="text-align:center">Download</h1>
- <p>The main download site is the <b>LuaForge</b> site available at:</p>
+ <p>The download site for pre-compiled binaries, documentation and sources is
+ at <b>SourceForge</b>:</p>
- <p class="info"><a href="http://luaforge.net/project/showfiles.php?group_id=88">
- http://luaforge.net/project/showfiles.php?group_id=88</a> </p>
+ <p class="info">
+<a href="http://sourceforge.net/project/showfiles.php?group_id=241317">http://sourceforge.net/project/showfiles.php?group_id=241317</a></p>
<p>Before downloading any precompiled binaries, you should read before the
<a href="download_tips.html">Tecgraf Library Download Tips</a>.</p>
diff --git a/html/en/download_tips.html b/html/en/download_tips.html
index b999eae..b683800 100644
--- a/html/en/download_tips.html
+++ b/html/en/download_tips.html
@@ -18,11 +18,13 @@
can be found at
<a target="_blank" href="http://www.tecgraf.puc-rio.br/tecmake">http://www.tecgraf.puc-rio.br/tecmake</a>.</p>
<p class="info">The <b>IM</b> files can be downloaded at
-<a href="http://luaforge.net/project/showfiles.php?group_id=86">http://luaforge.net/project/showfiles.php?group_id=86</a>.<br>
+<a href="http://sourceforge.net/project/showfiles.php?group_id=241318">http://sourceforge.net/project/showfiles.php?group_id=241318</a>.<br>
The <b>CD</b> files can be downloaded at
-<a href="http://luaforge.net/project/showfiles.php?group_id=88">http://luaforge.net/project/showfiles.php?group_id=88</a>.<br>
+<a href="http://sourceforge.net/project/showfiles.php?group_id=241317">
+http://sourceforge.net/project/showfiles.php?group_id=241317</a>.<br>
The <b>IUP</b> files can be downloaded at
-<a href="http://luaforge.net/project/showfiles.php?group_id=89">http://luaforge.net/project/showfiles.php?group_id=89</a>.<br>
+<a href="http://sourceforge.net/project/showfiles.php?group_id=241310">
+http://sourceforge.net/project/showfiles.php?group_id=241310</a>.<br>
The <b>Lua</b> files can be downloaded at
<a href="http://luaforge.net/project/showfiles.php?group_id=110">http://luaforge.net/project/showfiles.php?group_id=110</a>.</p>
<h3><a name="build">Build Configuration</a></h3>
@@ -32,7 +34,7 @@
<p>The DLLs were built using the <b>cdecl</b> calling convention. This should be
a problem for Visual Basic users.</p>
<p>In Visual C++ we use the single thread C Run Time Library for static libraries and the multi thread C RTL for DLLs.
- Because this is the default in Visual Studio for new projects. In Visual C++ 8 both use the multi thread C RTL.</p>
+ Because this is the default in Visual Studio for new projects. Since Visual C++ 8 both use the multi thread C RTL.</p>
<h3><a name="pack">Packaging</a></h3>
<p>The package files available for download are named according to the platform where they were build.</p>
<p>In UNIX all strings are based in the result of the command &quot;uname -a&quot;. The package name is a concatenation of the
@@ -72,7 +74,7 @@ a problem for Visual Basic users.</p>
src
cd\
im\
- lua5\</pre>
+ lua5.1\</pre>
<p>This structure will also made the process of building from sources more simple, since the projects and makefiles
will assume this structure .</p>
<h3><a name="usage">Usage</a></h3>
@@ -82,19 +84,19 @@ a problem for Visual Basic users.</p>
3) &quot;-liup&quot; to specify the library files</pre>
<p>For IDEs the configuration involves the same 3 steps above, but each IDE has a different dialog. The IUP toolkit
has a Guide for some IDEs:</p>
-<p class="info"><strong>Open Watcom</strong> - <a href="http://www.tecgraf.puc-rio.br/iup/en/guide/owc.html">http://www.tecgraf.puc-rio.br/iup/en/guide/owc.html</a>
+<p class="info"><strong>Open Watcom</strong> - <a href="http://www.tecgraf.puc-rio.br/iup/en/ide_guide/owc.html">http://www.tecgraf.puc-rio.br/iup/en/ide_guide/owc.html</a>
<br>
- <strong>Dev-C++</strong> - <a href="http://www.tecgraf.puc-rio.br/iup/en/guide/dev-cpp.html">http://www.tecgraf.puc-rio.br/iup/en/guide/dev-cpp.html</a>
+ <strong>Dev-C++</strong> - <a href="http://www.tecgraf.puc-rio.br/iup/en/ide_guide/dev-cpp.html">http://www.tecgraf.puc-rio.br/iup/en/ide_guide/dev-cpp.html</a>
<br>
<strong>Borland C++ BuilderX</strong> -
-<a href="http://www.tecgraf.puc-rio.br/iup/en/guide/cppbx.html">http://www.tecgraf.puc-rio.br/iup/en/guide/cppbx.html</a><br>
+<a href="http://www.tecgraf.puc-rio.br/iup/en/ide_guide/cppbx.html">http://www.tecgraf.puc-rio.br/iup/en/ide_guide/cppbx.html</a><br>
<strong>Microsoft Visual C++</strong> (Visual Studio 2003) -
-<a href="http://www.tecgraf.puc-rio.br/iup/en/guide/msvc.html">http://www.tecgraf.puc-rio.br/iup/en/guide/msvc.html</a><br>
+<a href="http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc.html">http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc.html</a><br>
<strong>Microsoft Visual C++</strong> (Visual Studio 2005) -
-<a href="http://www.tecgraf.puc-rio.br/iup/en/guide/msvc8.html">http://www.tecgraf.puc-rio.br/iup/en/guide/msvc8.html</a><br>
+<a href="http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc8.html">http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc8.html</a><br>
<strong>Eclipse for C++</strong> -
-<a href="http://www.tecgraf.puc-rio.br/iup/en/guide/eclipse.html">
-http://www.tecgraf.puc-rio.br/iup/en/guide/eclipse.html</a>
+<a href="http://www.tecgraf.puc-rio.br/iup/en/ide_guide/eclipse.html">
+http://www.tecgraf.puc-rio.br/iup/en/ide_guide/eclipse.html</a>
</p>
<h3><a name="plat">Available Platforms</a></h3>
<table border="0" cellpadding="3" style="border-collapse: collapse" bordercolor="#111111" align="center">
diff --git a/html/en/history.html b/html/en/history.html
index 6042519..542023f 100644
--- a/html/en/history.html
+++ b/html/en/history.html
@@ -41,6 +41,10 @@
<span style="color: #FF0000">IMPORTANT</span></strong> - removed the PDFLib
library files from the cdpdf library. They now are available as an
additional library that can be replaced by other PDFLib distributions.</li>
+ <li><span style="color: #0000FF"><span style="color: #008000">Changed</span>:</span>
+ <strong>
+ <span style="color: #FF0000">IMPORTANT</span></strong> - the support services
+ (Downloads, Mailing List and CVS) moved from LuaForge to SourceForge.</li>
<li><span style="color: #008000">Changed:</span>
Makefiles for UNIX now uses a compact version of Tecmake that does not need
any installation, just type &quot;make&quot;.</li>
diff --git a/html/en/home.html b/html/en/home.html
index 1e3c084..ff9ea69 100644
--- a/html/en/home.html
+++ b/html/en/home.html
@@ -1,4 +1,4 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
+<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
<html>
<head>
@@ -22,11 +22,14 @@
<h2>Project Management:</h2>
- <p class="info">Antonio Escaño Scuri</p>
+ <p class="info">Antonio Escaño Scuri</p>
<p style="margin-left:0">Tecgraf - Computer Graphics Technology Group, PUC-Rio, Brazil <br>
<a href="http://www.tecgraf.puc-rio.br/cd">http://www.tecgraf.puc-rio.br/cd</a> </p>
+<p style="margin-left:0">
+<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=241317&amp;type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
+</p>
</body>
</html>
diff --git a/html/en/prod.html b/html/en/prod.html
index 391be97..476f6e3 100644
--- a/html/en/prod.html
+++ b/html/en/prod.html
@@ -56,20 +56,18 @@
</ul>
<p>After all of the above have been checked, report the problem, including in
your message: <strong>function, element, driver, platform, and compiler.</strong></p>
- <p>We host <b>CD</b> support features at <b><a href="http://luaforge.net/">
- LuaForge</a></b>. It provides us Lists, News, CVS and Files. The <b>
- CD</b> page at <b>LuaForge</b> is available at:
- <a target="_blank" href="http://luaforge.net/projects/cdlib/">
- http://luaforge.net/projects/cdlib/</a>.</p>
+ <p>We host the <b>CD</b> support features at <strong>SourceForge</strong>:
+ <a href="http://sourceforge.net/projects/canvasdraw/">
+ http://sourceforge.net/projects/canvasdraw/</a>. It provides us
+ Mailing List, CVS Repository and Downloads.</p>
- <p align="left">The discussion list is available at:
- <a href="http://lists.luaforge.net/mailman/listinfo/cdlib-users">
- http://lists.luaforge.net/mailman/listinfo/cdlib-users</a>.<br>
- Source code, pre-compiled binaries and samples can be downloaded at:
- <a href="http://luaforge.net/frs/?group_id=88">
- http://luaforge.net/frs/?group_id=88</a>.<br>
- The CVS can be browsed at: <a href="http://luaforge.net/scm/?group_id=88">
- http://luaforge.net/scm/?group_id=88</a>.</p>
+ <p>The discussion list is available at:
+ <a href="http://lists.sourceforge.net/lists/listinfo/canvasdraw-users">
+ http://lists.sourceforge.net/lists/listinfo/canvasdraw-users</a>.<br>
+ Source code, pre-compiled binaries and documentation can be downloaded at:
+<a href="http://sourceforge.net/project/showfiles.php?group_id=241317">http://sourceforge.net/project/showfiles.php?group_id=241317</a>.<br>
+ The CVS can be browsed at: <a href="http://canvasdraw.cvs.sourceforge.net/canvasdraw/">
+http://canvasdraw.cvs.sourceforge.net/canvasdraw/</a>.</p>
<p>If you want us to develop a specific feature for the library, Tecgraf is
available for partnerships and cooperation. Please contact <u><b>tcg@tecgraf.puc-rio.br</b></u>.</p>
@@ -124,6 +122,10 @@
<p>Mesa X-Windows utilities source code copyright Brian Paul. libJPEG
quantization source code copyright Thomas G. Lane. XVertex rotines source code
copyright Alan Richardson.</p>
+ <p>Thanks for the <a href="http://sourceforge.net/">SourceForge</a> for
+ hosting the support features. Thanks for the <a href="http://luaforge.net/">
+ LuaForge</a> team for previously hosting the support features for many
+ years. </p>
<p>CD is registered at the National Institute of Intellectual Property in Brazil
(INPI) under the number 07571-1, and so it is protected against illegal use. See
the <a href="copyright.html">Tecgraf Library License</a> for further usage