Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3

Commits:

4 changed files:

Changes:

  • pom.xml
    ... ... @@ -33,7 +33,7 @@
    33 33
     
    
    34 34
       <name>T3 :: Pom</name>
    
    35 35
       <description>Project T3+</description>
    
    36
    -  <url>https://ultreiaio.gitlab.io/ird-t3</url>
    
    36
    +  <url>https://t3.ultreia.io</url>
    
    37 37
       <inceptionYear>2010</inceptionYear>
    
    38 38
       <organization>
    
    39 39
         <name>IRD</name>
    
    ... ... @@ -53,7 +53,7 @@
    53 53
           <name>Tony Chemit</name>
    
    54 54
           <email>dev@tchemit.fr</email>
    
    55 55
           <organization>Ultreia.io</organization>
    
    56
    -      <organizationUrl>http://ultreia.io</organizationUrl>
    
    56
    +      <organizationUrl>https://www.ultreia.io</organizationUrl>
    
    57 57
           <roles>
    
    58 58
             <role>lead</role>
    
    59 59
             <role>developer</role>
    

  • src/site/markdown/installer.md.vm
    ... ... @@ -75,7 +75,7 @@ Sous windows
    75 75
     
    
    76 76
     # Remplir une nouvelle base
    
    77 77
     
    
    78
    -**Il faut que la base soit créée et que l'extension postgis soit installée**.
    
    78
    +**Il faut que la base soit créée (mais sans schéma) et que l'extension postgis soit installée**.
    
    79 79
     
    
    80 80
     Sous Linux, Mac
    
    81 81
     ```
    
    ... ... @@ -86,3 +86,15 @@ Sous windows
    86 86
     ```
    
    87 87
       fill-db.bat dbName
    
    88 88
     ```
    
    89
    +
    
    90
    +# Traduire l'application
    
    91
    +
    
    92
    +Sous Linux, Mac
    
    93
    +```
    
    94
    +  sh translate.sh
    
    95
    +```
    
    96
    +
    
    97
    +Sous windows
    
    98
    +```
    
    99
    +  translate.bat
    
    100
    +```

  • src/site/site.xml
    ... ... @@ -29,7 +29,7 @@
    29 29
       <skin>
    
    30 30
         <groupId>org.apache.maven.skins</groupId>
    
    31 31
         <artifactId>maven-fluido-skin</artifactId>
    
    32
    -    <version>1.6</version>
    
    32
    +    <version>1.7</version>
    
    33 33
       </skin>
    
    34 34
     
    
    35 35
       <custom>
    
    ... ... @@ -64,7 +64,7 @@
    64 64
     
    
    65 65
         <links>
    
    66 66
           <item name="GitLab" href="https:/gitlab.com/ultreiaio/ird-t3"/>
    
    67
    -      <item name="Ultreia.io" href="http://ultreia.io"/>
    
    67
    +      <item name="Ultreia.io" href="https://www.ultreia.io"/>
    
    68 68
         </links>
    
    69 69
     
    
    70 70
         <breadcrumbs>
    

  • t3-web/src/main/webapp/WEB-INF/includes/footer.jsp
    ... ... @@ -44,7 +44,7 @@
    44 44
           Copyright 2010 - 2018
    
    45 45
           <a href="http://www.ird.fr">IRD</a>
    
    46 46
           <a href="http://www.codelutin.com" title="Code Lutin" target="_blank">Code Lutin</a>
    
    47
    -      <a href="http://ultreia.io" title="Ultreia.io" target="_blank">Ultreia.io</a>
    
    47
    +      <a href="https://www.ultreia.io" title="Ultreia.io" target="_blank">Ultreia.io</a>
    
    48 48
         </li>
    
    49 49
       </ul>
    
    50 50
     </div>