Salome HOME
Merge branch 'V9_7_BR'
[tools/documentation.git] / index.html
diff --git a/index.html b/index.html
deleted file mode 100644 (file)
index 07d405e..0000000
+++ /dev/null
@@ -1,134 +0,0 @@
-<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-  <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
-
-<title>SALOME Developer Documentation</title>
-
-<style type="text/css">
-    .descr {
-        font-size: 15px;
-        font-family: Arial, Helvetica, sans-serif;
-    }
-    table.index {
-        padding: 5px;
-        border-spacing: 50px 20px;
-        font-size: 15px;
-        font-family: Arial, Helvetica, sans-serif;
-        border: 0px solid;
-    }
-    th {
-        color: #175783;
-        border-bottom: 3px solid;
-        font-size: 20px;
-    }
-</style>
-</head>
-
-<body bgcolor="#ffffff" text="#000000" link="#0000ee" alink="#0000ee" vlink="#551a8b">
-
-<div style="text-align: left; background-color: #175783; border: 1px solid; height: 80px; background-repeat: no-repeat; margin-bottom: 10px;">
-  <img src="head.png" border="0">
-</div>
-
-<div align="center">
-  <h1>Developer's Documentation</h1>
-</div>
-
-  <h4>Architecture</h4>
-  <ul>
-    <li>
-      <a href="extra/SALOME_GUI_Architecture.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
-      <a href="extra/SALOME_GUI_Architecture.pdf">SALOME GUI Architecture (PDF, 1 MB)</a>
-      <img src="warn.png" border="0" width="16" height="16" />
-    </li>
-  </ul>
-
-  <h4>Module Development</h4>
-  <ul>
-    <li>See <a href="#SALOME_Tutorial">SALOME Tutorial</a></li>
-    <li>
-      <a href="extra/DumpPython_Extension.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
-      <a href="extra/DumpPython_Extension.pdf">Implement Dump Python (PDF, 67 KB)</a>
-    </li>
-  </ul>
-
-  <h4>Mesh</h4>
-  <ul>
-    <li>
-      <a href="extra/SALOME_4.1.2_SMDS_reference_guide.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
-      <a href="extra/SALOME_4.1.2_SMDS_reference_guide.pdf">Use of SMDS API (PDF, 416 KB)</a>
-      <img src="warn.png" border="0" width="16" height="16" />
-    </li>
-    <li>
-      <a href="extra/SALOME_Mesh_Plugins.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
-      <a href="extra/SALOME_Mesh_Plugins.pdf">Integration of new meshing algorithm as plug-in to SALOME Mesh module (PDF, 91 KB)</a>
-    </li>
-  </ul>
-
-  <h4>Code Coupling</h4>
-  <ul>
-    <li>
-      <a href="extra/Normalisation_pour_le_couplage_de_codes.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
-      <a href="extra/Normalisation_pour_le_couplage_de_codes.pdf">Normalisation des maillages et des champs pour le couplage (PDF, 1 MB)</a>
-      <img src="fr.png" border="0" width="24" height="16" />
-    </li>
-    <li>
-      <a href="extra/Interface_for_Code_Coupling.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
-      <a href="extra/Interface_for_Code_Coupling.pdf">Documentation of the Interface for Code Coupling / ICoCo (PDF, 1.6 MB)</a>
-      <img src="fr.png" border="0" width="24" height="16" />
-    </li>
-    <li>
-      <a href="extra/Couplage_de_codes_paralleles.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
-      <a href="extra/Couplage_de_codes_paralleles.pdf">Le couplage de codes paralleles dans la plateforme SALOME (PDF, 589 KB)</a>
-      <img src="fr.png" border="0" width="24" height="16" />
-    </li>
-    <li>
-      <a href="extra/Demonstrateur_couplage_fluide_structure_EDF.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
-      <a href="extra/Demonstrateur_couplage_fluide_structure_EDF.pdf">D&eacute;monstrateur couplage fluide structure EDF (PDF, 1.2 MB)</a>
-      <img src="fr.png" border="0" width="24" height="16" />
-    </li>
-  </ul>
-
-  <h4>Installation procedure</h4>
-  <ul>
-    <li><a href="dev/cmake/html/index.html">Build procedure (CMake)</a></li>
-  </ul>
-
-  <h4>Development</h4>
-  <ul>
-    <li><a href="dev/git/html/Git_Simple_Write_Procedure.html">Contributing to the SALOME project with Git</a></li>
-  </ul>
-
-<table>
-  <tr>
-    <td colspan=2><hr/></td>
-  </tr>
-  <tr>
-    <td width="30" align="center"><img src="warn.png" border="0" width="16" height="16" /></td>
-    <td><i class="descr"> = Document is not up to date</i></td>
-  </tr>
-  <tr>
-    <td width="30" align="center"><img src="fr.png" border="0" width="24" height="16" /></td>
-    <td><i class="descr"> = Document in French</i></td>
-  </tr>
-</table>
-
-<br>
-<hr />
-<a name="SALOME_Tutorial" />
-<h3>SALOME Tutorial</h3>
-<p class="descr">
-  The SALOME Tutorial provides an introduction to the development of new modules and integrating them to SALOME platform, as well as new applications based on SALOME.<br />
-  The tutorial can be downloaded from <a href="http://salome-platform.org/downloads">SALOME site</a>.
-</p>
-
-<br><br>
-<div style="text-align: center; background-color: #D9f4fd; border: 1px solid #AAAAAA; font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding: 10px; margin-top: 15px;">
-  Copyright &copy; 2007-2021  CEA/DEN, EDF R&amp;D, OPEN CASCADE<br>
-  Copyright &copy; 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&amp;D, LEG, PRINCIPIA R&amp;D, BUREAU VERITAS<br>
-</div>
-
-</body>
-</html>