]> Creatis software - crea.git/commitdiff
remove unused files
authorJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Wed, 13 Jun 2012 11:29:17 +0000 (11:29 +0000)
committerJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Wed, 13 Jun 2012 11:29:17 +0000 (11:29 +0000)
appli/creaNewProject/NewProject/doc/UserDocumentation/UserDocumentation.tex [deleted file]
appli/creaNewProject/NewProject/doc/config.tex [deleted file]
appli/creaNewProject/NewProject/doc/help_contents.html.in [deleted file]
appli/creaNewProject/NewProject/doc/index-no-frame.html.in [deleted file]

diff --git a/appli/creaNewProject/NewProject/doc/UserDocumentation/UserDocumentation.tex b/appli/creaNewProject/NewProject/doc/UserDocumentation/UserDocumentation.tex
deleted file mode 100644 (file)
index f49e631..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-
-% ==========================================
-\documentclass[11pt,final,a4paper]{article}
-\input{config.tex}
-\begin{document}
-\UserDocumentGuide[User Documentation Guide]
-\newpage
-% ==========================================
-
-% ==========================================
-\section{Introduction}
-% ==========================================
-Introductory paragraph to the content of the document 
-% ==========================================
-% ==========================================
-\section{Objectives}
-% ==========================================
-\subsection{General Objective}
-% ==========================================
-\begin{itemize}
-\item{\bf Objective 1} General description of the 
-objectives 
-\end{itemize}
-% ==========================================
-% ==========================================
-\subsection{Specific Objectives}
-% ==========================================
-\begin{itemize}
-\item{\bf Objective 1} Detail description of the 
-objective 
-\item{\bf Objective n} Detail description of the 
-objective
-\end{itemize}
-% ==========================================
-\section{Scope and Vision}
-% ==========================================
-Scope and vision of the system to analyze
-What is the reaching point of the system?
-% ==========================================
-\section{General Description}
-% ==========================================
-General description of the whole module
-% ==========================================
-\section{Requirements List}
-% ==========================================
-\begin{itemize}
-\item{\bf Req1} Description of the 
-requirement
-\item{\bf Reqn} Description of the 
-requirement
-\end{itemize}
-% ==========================================
-\section{Analysis and design of the requirements}
-% ==========================================
-% ==========================================
-\subsection{Req1}
-% ==========================================
-Detailed description of each req
-% ==========================================
-\subsection{Reqn}
-% ==========================================
-% ==========================================
-\section{Glosary}
-% ==========================================
-% ==========================================
-\section{Anexes}
-% ==========================================
-
-\end{document}
-
diff --git a/appli/creaNewProject/NewProject/doc/config.tex b/appli/creaNewProject/NewProject/doc/config.tex
deleted file mode 100644 (file)
index d07c921..0000000
+++ /dev/null
@@ -1,170 +0,0 @@
-\usepackage{ifpdf}
-% ==========================================
-\newif\ifpdf 
-\ifx\pdfoutput\undefined \pdffalse % we are not running PDFLaTeX 
-\else 
-\pdfoutput=1 \pdftrue % we are running PDFLaTeX 
-\fi
-% ==========================================
-\usepackage[a4paper,textwidth=14cm]{geometry}
-\usepackage[latin1]{inputenc}
-\usepackage{varioref}
-\usepackage{url}
-\usepackage{multicol}
-\usepackage{colortbl}
-%\usepackage[active]{srcltx}
-\usepackage{color}
-\usepackage[english]{babel}
-%\usepackage{picins}
-%\usepackage{fancyhdr}
-%\usepackage{picins}
-\usepackage{xspace}
-% ==========================================
-%%% Math
-\usepackage{amsmath,amsfonts,amssymb}
-\usepackage{bm}
-\usepackage{theorem}
-\usepackage{stmaryrd}
-
-% ==========================================
-%%% Graphics
-\usepackage{graphics}
-\ifpdf
-\usepackage[pdftex]{graphicx} 
-\else
-\usepackage[ps2pdf]{graphicx} 
-\fi
-\graphicspath{{figs/}}
-
-% ==========================================
-% bib
-\usepackage{natbib}
-%\bibliographystyle{abbrvnat}
-\bibliographystyle{plainnat}
-
-%\bibliographystyle{plain}
-
-% http://merkel.zoneo.net/Latex/natbib.php?lang=fr
-
-% ==========================================
-%% PDF configuration 
-% http://www.p-joeckel.de/pdflatex/)
-% http://ringlord.com/publications/latex-pdf-howto/
-
-%%%% Options of pdflatex
-\ifpdf
-\DeclareGraphicsExtensions{.pdf,.jpg,.mps,.png,.eps}
-\usepackage[pdftex,                %
-    bookmarks         = true,%     % Signets
-    bookmarksnumbered = true,%     % Signets numérotés
-    pdfpagemode       = None,%     % Signets/vignettes fermé à l'ouverture
-    pdfstartview      = FitH,%     % La page prend toute la largeur
-    pdfpagelayout     = SinglePage,% Vue par page
-    colorlinks        = true,%     % Liens en couleur
-    urlcolor          = magenta,%  % Couleur des liens externes
-    pdfborder         = {0 0 0}%   % Style de bordure : ici, pas de bordure
-    ]{hyperref}%                   % Utilisation de HyperTeX
-%\usepackage[pdftex,bookmarks,pagebackref]{hyperref}
-\pdfadjustspacing=1
-
-%%%% Options for latex + dvips -Ppdf + ps2pdf
-\else
-\DeclareGraphicsExtensions{.eps,.ps}
-\usepackage[ps2pdf,bookmarks,pagebackref]{hyperref}
-\fi
-
-%%%% Commun options
-\hypersetup{
-  linktocpage,%
-  %%------------- Color Links ------------------------------ 
-  colorlinks=true,% 
-  linkcolor=myred,%
-  citecolor=mydarkblue,% 
-  urlcolor=myblue,%
-  menucolor=red,%
-  %%------------- Doc Info --------------------------------- 
-  pdftitle={The Black Box Toolkit},%
-  pdfauthor={},%
-  %%------------ Doc View ----------------------------------}
-  pdfhighlight=/P,%
-  bookmarksopen=false,%
-  plainpages=false,
-  pdfpagemode=None}
-
-\hyperbaseurl{http://www.creatis.insa-lyon.fr/creatools/}
-
-\definecolor{myblue}{rgb}{0,0,0.7}
-\definecolor{myred}{rgb}{0.7,0,0}
-\definecolor{mygreen}{rgb}{0,0.7,0}
-\definecolor{mydarkblue}{rgb}{0,0,0.5} 
-
-% ==========================================
-\def\UserProyectVersion{@PROJECT_VERSION@}
-\def\UserProyectVersionDate{@PROJECT_VERSION_DATE@}
-\def\todo{\scriptsize\fbox{\bf TODO !!}\normalsize}
-\def\x{\bm{x}}
-\def\UserProyect{{\xspace}$\texttt{@PROYECT_NAME@}$ }
-
-\def\bb{{\xspace}$\texttt{bb}$ }
-%\def\bbp{{\xspace}$\texttt{bbp}$\xspace}
-
-\def\cmake{{\xspace}$\texttt{cmake}$ }
-
-\def\C{{\xspace}$\texttt{C}$ }
-\def\CPP{{\xspace}$\texttt{C++}$ }
-
-\def\xml{{\xspace}$\texttt{xml}$ }
-
-
-\def\lin{{\xspace}\textit{Linux} }
-\def\win{{\xspace}\textit{Windows} }
-
-
-\def\UserDocumentGuide [#1]{
-\begin{center}
-{\Large \UserProyect}
-\vspace{1cm}
-
-{\Huge #1}
-\vspace{1cm}
-
-\UserProyect version \UserProyectVersion \hspace{2mm}(\UserProyectVersionDate)
-\vspace{0.5cm}
-
-Generated on : \today 
-\vspace{0.5cm}
-
-Eduardo D\'avila, Jean-Pierre Roux, Juan Carlos Prieto
-\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
-
-\end{center}
-\tableofcontents
-\listoftables
-\listoffigures
-}
-
-% ==========================================
-%%% mode: latex
-%%% TeX-master: "UserProyectUsersGuide"
-%%% End: 
-
-\newcounter{Ctrfile}
-%% env
-\newenvironment{file}[1]
-{
-\bigskip\hrule\smallskip
-\stepcounter{Ctrfile}
-\textbf{File #1}
-%\hspace{0.2cm}\arabic{Ctrfile}\hfill \textbf{#1}
-\smallskip\hrule\medskip
-%\algocaption{#1}
-}
-{
-\hrule\smallskip
-\hfill\textbf{End of file}
-\smallskip\hrule
-\bigskip
-}
diff --git a/appli/creaNewProject/NewProject/doc/help_contents.html.in b/appli/creaNewProject/NewProject/doc/help_contents.html.in
deleted file mode 100644 (file)
index 54410f7..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-  <title>Help Contents - User Proyect @BBTK_VERSION@ </title>
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-</head>
-
-<H1>Help Contents</H1>
-
-<a href="http://www.creatis.insa-lyon.fr/software/public/creatools/bbtk/v0_9_2/doc/" target="information">BBTK Doc</a><br>
-
-</body>
-</html> 
diff --git a/appli/creaNewProject/NewProject/doc/index-no-frame.html.in b/appli/creaNewProject/NewProject/doc/index-no-frame.html.in
deleted file mode 100644 (file)
index d1c4acd..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!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">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<meta http-equiv="refresh" content="0; url=bbtkWebSite/menu.html" />
-<title>Redirection</title>
-<meta name="robots" content="noindex,follow" />
-</head>
-
-<body>
-<p><a href="template_WebSite/menu.html">Redirection</a></p>
-</body>
-</html>