From: jean-pierre roux Date: Mon, 21 Mar 2011 11:17:55 +0000 (+0000) Subject: Fix URL. X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0560c4b2ff28c9defa654f9c3af9b8275a3c85ff;p=bbtk.git Fix URL. Was : http://www.creatis.insa-lyon.fr/creatools/ Is : http://www.creatis.insa-lyon.fr/site/en/CreaTools_home --- diff --git a/INSTALL.txt b/INSTALL.txt index e366bec..5cadff0 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,5 +1,5 @@ Basic instructions here. -Read http://www.creatis.insa-lyon.fr/creatools +Read http://www.creatis.insa-lyon.fr/site/en/CreaTools_home or ./kernel/doc/bbtkWebSite/install.html for details diff --git a/kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex b/kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex index 7cec72f..7652f8c 100644 --- a/kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex +++ b/kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex @@ -11,7 +11,7 @@ \hrule \section{Introduction} Note: pdf version of this User's Guide can be retrieved from the following URL:\\ -\url{http://www.creatis.insa-lyon.fr/creatools/documentation} +\url{http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDocumentation} % ========================================== \subsection{What is bbtk?} % ========================================== @@ -381,7 +381,7 @@ It is important to note that the black boxes are implemented and have to be used % ========================================== All the guides can be browsed in html version in the \texttt{Help} part of \bbStudions. Their pdf versions (except Doxygen documentation) can be retrieved from:\\ -\url{http://www.creatis.insa-lyon.fr/creatools/documentation} +\url{http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDocumentation} \begin{itemize} \item {\bf\emph{User's Guide}}: This guide! diff --git a/kernel/doc/config.tex b/kernel/doc/config.tex index 85c399d..24ad59d 100644 --- a/kernel/doc/config.tex +++ b/kernel/doc/config.tex @@ -91,7 +91,7 @@ plainpages=false, pdfpagemode=None} -\hyperbaseurl{http://www.creatis.insa-lyon.fr/creatools/bbtk} +\hyperbaseurl{http://www.creatis.insa-lyon.fr/site/en/CreatoolsBBTK} \definecolor{myblue}{rgb}{0,0,0.7} \definecolor{myred}{rgb}{0.7,0,0} @@ -188,13 +188,13 @@ Generated on : \today \vspace{0.5cm} -Eduardo D\'avila, Laurent Guigues, Jean-Pierre Roux +Fr\'ed\'eric Cervenansky, Eduardo D\'avila, Laurent Guigues, Jean-Pierre Roux \vspace{0.3cm} CREATIS-LRMN, Centre de Recherche en Imagerie M\'edicale \\ -CNRS UMR 5220, INSERM U620, INSA Lyon, Universit\'e Claude-Bernard Lyon 1 +CNRS UMR 5220, INSERM U1044, INSA Lyon, Universit\'e Claude-Bernard Lyon 1 -http://www.creatis.insa-lyon.fr/creatools/bbtk +http://www.creatis.insa-lyon.fr/site/en/CreatoolsBBTK \end{center} \tableofcontents \listoftables diff --git a/kernel/install/cpack/CMakeLists.txt b/kernel/install/cpack/CMakeLists.txt index 7db848f..726ce65 100644 --- a/kernel/install/cpack/CMakeLists.txt +++ b/kernel/install/cpack/CMakeLists.txt @@ -34,8 +34,8 @@ IF(WIN32 AND NOT UNIX) #EED SET(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/kernel/install/gnome/bbi-icon2.bmp") SET(CPACK_NSIS_INSTALLED_ICON_NAME "bin/BBI_EXE.exe") SET(CPACK_NSIS_DISPLAY_NAME "${CPACK_PACKAGE_INSTALL_DIRECTORY}") - SET(CPACK_NSIS_HELP_LINK "http://www.creatis.insa-lyon.fr/creatools/bbtk") - SET(CPACK_NSIS_URL_INFO_ABOUT "http://www.creatis.insa-lyon.fr/creatools/bbtk") + SET(CPACK_NSIS_HELP_LINK "http://www.creatis.insa-lyon.fr/site/en/CreaTools_home") + SET(CPACK_NSIS_URL_INFO_ABOUT "http://www.creatis.insa-lyon.fr/site/en/CreaTools_home") SET(CPACK_NSIS_CONTACT "info-dev@creatis.insa-lyon.fr") SET(CPACK_NSIS_MODIFY_PATH ON) ELSE(WIN32 AND NOT UNIX) diff --git a/kernel/src/bbtkWxGUIScriptingInterface.cxx b/kernel/src/bbtkWxGUIScriptingInterface.cxx index 621fa5d..4c48545 100644 --- a/kernel/src/bbtkWxGUIScriptingInterface.cxx +++ b/kernel/src/bbtkWxGUIScriptingInterface.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkWxGUIScriptingInterface.cxx,v $ Language: C++ - Date: $Date: 2010/04/28 22:19:59 $ - Version: $Revision: 1.44 $ + Date: $Date: 2011/03/21 11:18:00 $ + Version: $Revision: 1.45 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -505,7 +505,7 @@ namespace bbtk { m_mgr.Update(); Refresh(); - wxMessageBox(_T(" bbStudio\nThe Black Box Toolkit Development Studio\n(c) CREATIS-LRMN 2008\n\n http://www.creatis.insa-lyon.fr/creatools"), + wxMessageBox(_T(" bbStudio\nThe Black Box Toolkit Development Studio\n(c) CREATIS-LRMN 2008\n\n http://www.creatis.insa-lyon.fr/site/en/CreaTools_home"), _T("About ..."), wxOK | wxICON_INFORMATION, this); }