From b68baf19a252e0460933d92fbadde1eee2c19f4c Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 17 Oct 2008 17:39:06 +0000 Subject: *** empty log message *** --- html/en/cvs.html | 13 ++++++------- html/en/download.html | 7 ++++--- html/en/download_tips.html | 26 ++++++++++++++------------ html/en/history.html | 36 ++++++++++++++++++++---------------- html/en/home.html | 8 +++++--- html/en/prod.html | 22 ++++++++++++++-------- 6 files changed, 63 insertions(+), 49 deletions(-) diff --git a/html/en/cvs.html b/html/en/cvs.html index 753d871..a24f65d 100644 --- a/html/en/cvs.html +++ b/html/en/cvs.html @@ -8,14 +8,13 @@

CVS

-

The CVS files are in the IM LuaForge site available at:

-

-http://luaforge.net/scm/?group_id=86  -

-

Current version can be obtained from module "im".

-

To checkout use:

+

The CVS repository is at SourceForge. It can also be interactively +browsed at:

+

+http://imtoolkit.cvs.sourceforge.net/imtoolkit/

+

To checkout use the module name "im" and the CVSROOT:

-
CVSROOT=:pserver:anonymous@cvs.luaforge.net:/cvsroot/imtoolkit
+
:pserver:anonymous@imtoolkit.cvs.sourceforge.net:/cvsroot/imtoolkit
diff --git a/html/en/download.html b/html/en/download.html index c509826..3e02315 100644 --- a/html/en/download.html +++ b/html/en/download.html @@ -11,10 +11,11 @@

Download

-

The main download site is the LuaForge site available at:

+

The download site for pre-compiled binaries, documentation and sources is + at SourceForge:

-

- http://luaforge.net/project/showfiles.php?group_id=86

+

+http://sourceforge.net/project/showfiles.php?group_id=241318

Before downloading any precompiled binaries, you should read before the Tecgraf Library Download Tips.

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 http://www.tecgraf.puc-rio.br/tecmake.

The IM files can be downloaded at -http://luaforge.net/project/showfiles.php?group_id=86.
+http://sourceforge.net/project/showfiles.php?group_id=241318.
The CD files can be downloaded at -http://luaforge.net/project/showfiles.php?group_id=88.
+ +http://sourceforge.net/project/showfiles.php?group_id=241317.
The IUP files can be downloaded at -http://luaforge.net/project/showfiles.php?group_id=89.
+ +http://sourceforge.net/project/showfiles.php?group_id=241310.
The Lua files can be downloaded at http://luaforge.net/project/showfiles.php?group_id=110.

Build Configuration

@@ -32,7 +34,7 @@

The DLLs were built using the cdecl calling convention. This should be a problem for Visual Basic users.

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.

+ Because this is the default in Visual Studio for new projects. Since Visual C++ 8 both use the multi thread C RTL.

Packaging

The package files available for download are named according to the platform where they were build.

In UNIX all strings are based in the result of the command "uname -a". The package name is a concatenation of the @@ -72,7 +74,7 @@ a problem for Visual Basic users.

src cd\ im\ - lua5\ + lua5.1\

This structure will also made the process of building from sources more simple, since the projects and makefiles will assume this structure .

Usage

@@ -82,19 +84,19 @@ a problem for Visual Basic users.

3) "-liup" to specify the library files

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:

-

Open Watcom - http://www.tecgraf.puc-rio.br/iup/en/guide/owc.html +

Open Watcom - http://www.tecgraf.puc-rio.br/iup/en/ide_guide/owc.html
- Dev-C++ - http://www.tecgraf.puc-rio.br/iup/en/guide/dev-cpp.html + Dev-C++ - http://www.tecgraf.puc-rio.br/iup/en/ide_guide/dev-cpp.html
Borland C++ BuilderX - -http://www.tecgraf.puc-rio.br/iup/en/guide/cppbx.html
+http://www.tecgraf.puc-rio.br/iup/en/ide_guide/cppbx.html
Microsoft Visual C++ (Visual Studio 2003) - -http://www.tecgraf.puc-rio.br/iup/en/guide/msvc.html
+http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc.html
Microsoft Visual C++ (Visual Studio 2005) - -http://www.tecgraf.puc-rio.br/iup/en/guide/msvc8.html
+http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc8.html
Eclipse for C++ - - -http://www.tecgraf.puc-rio.br/iup/en/guide/eclipse.html + +http://www.tecgraf.puc-rio.br/iup/en/ide_guide/eclipse.html

Available Platforms

diff --git a/html/en/history.html b/html/en/history.html index a030602..42788b9 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -16,18 +16,14 @@
  • New: imlua_avi, imlua_wmv and imlua_jp2 libraries so the repective formats can be dinamically loaded using require.
  • -
  • Fixed: reviewed and fixed the parameter - checking of all IMLua processing functions. Also reviewed all IMLua - parameter checking. Thanks to Lucas Lorensi.
  • -
  • Fixed: loading of TIFF format with - old JPEG compression.
  • -
  • Fixed: loading and saving of PNM - format when data in textual format and gray values are greatter than 255.
  • -
  • Fixed: Bicubic and Zero order - interpolation for all geometric operations for pixels near the image border - when increasing image size.
  • -
  • Fixed: Lua samples.
  • -
  • Fixed: ICON format in 64 bits Linux.
  • +
  • Changed: + + IMPORTANT - + the "imlua_cd" library moved from IM to CD under the name "cdluaim".
  • +
  • Changed: + + IMPORTANT - the support services + (Downloads, Mailing List and CVS) moved from LuaForge to SourceForge.
  • Changed: All dll8 and dll9 DLLs now have a Manifest file that specifies the correct MSVCR*.DLL.
  • Changed: @@ -39,10 +35,18 @@ Copyright notice modified to reflect the registration at INPI (National Institute of Intellectual Property in Brazil). License continues under the same terms.
  • -
  • Changed: - - IMPORTANT - - the "imlua_cd" library moved from IM to CD under the name "cdluaim".
  • +
  • Fixed: reviewed and fixed the parameter + checking of all IMLua processing functions. Also reviewed all IMLua + parameter checking. Thanks to Lucas Lorensi.
  • +
  • Fixed: loading of TIFF format with + old JPEG compression.
  • +
  • Fixed: loading and saving of PNM + format when data in textual format and gray values are greatter than 255.
  • +
  • Fixed: Bicubic and Zero order + interpolation for all geometric operations for pixels near the image border + when increasing image size.
  • +
  • Fixed: Lua samples.
  • +
  • Fixed: ICON format in 64 bits Linux.
  • Version 3.3 (26/Nov/2007)

    After all of the above have been checked, report the problem, including in your message: function, element, format, platform, and compiler.

    -

    We host IM support features at LuaForge. It provides us - Lists, News, CVS and Files. The IM page at LuaForge is available at: - http://luaforge.net/projects/imtoolkit/.

    +

    We host the IM support features at SourceForge: + + http://sourceforge.net/projects/imtoolkit/. It provides us + Mailing List, CVS Repository and Downloads.

    The discussion list is available at: - - http://lists.luaforge.net/mailman/listinfo/imtoolkit-users.
    - Source code, pre-compiled binaries and samples can be downloaded at: - http://luaforge.net/frs/?group_id=86.
    - The CVS can be browsed at: http://luaforge.net/scm/?group_id=86.

    + + http://lists.sourceforge.net/lists/listinfo/imtoolkit-users.
    + Source code, pre-compiled binaries and documentation can be downloaded at: +http://sourceforge.net/project/showfiles.php?group_id=241318.
    + The CVS can be browsed at: +http://imtoolkit.cvs.sourceforge.net/imtoolkit/.

    If you want us to develop a specific feature for the toolkit, Tecgraf is available for partnerships and cooperation. Please contact tcg@tecgraf.puc-rio.br.

    @@ -106,6 +108,10 @@ License. You can read the respective licenses in the files: zlib.txt, libpng.txt, libjpeg.txt, libtiff.txt, libjasper.txt, liblzf.txt.

    +

    Thanks for the SourceForge for + hosting the support features. Thanks for the + LuaForge team for previously hosting the support features for many + years.

    IM is registered at the National Institute of Intellectual Property in Brazil (INPI) under the number 07570-6, and so it is protected against illegal use. See the Tecgraf Library License for further usage -- cgit v1.2.3