Révision 766
| tmp/org.txm.rcp/src/main/java/org/txm/rcp/commands/OpenLocalizedWebPage.java (revision 766) | ||
|---|---|---|
| 54 | 54 |
|
| 55 | 55 |
public static final String URL_SFWEB = "http://txm.sourceforge.net"; |
| 56 | 56 |
public static final String URL_SFFILES = "https://sourceforge.net/projects/txm"; |
| 57 |
public static final String URL_TEXTOMETRIE = "http://textometrie.ens-lyon.fr/"; |
|
| 57 | 58 |
|
| 58 | 59 |
public static final String TEXTOMETRIE = "textometrie"; //$NON-NLS-1$ |
| 59 | 60 |
public static final String TEXTOMETRIE_DOCS = "textometrie_docs"; //$NON-NLS-1$ |
| ... | ... | |
| 134 | 135 |
} else if (TREETAGGER.equals(key)) {
|
| 135 | 136 |
return OpenBrowser.openfile(getValidURL(URL_SFWEB+"/doc/treetagger/"+locale+"/install.html", URL_SFWEB+"/doc/treetagger/en/install.html")); //$NON-NLS-1$ //$NON-NLS-2$ |
| 136 | 137 |
} else if (REFMAN.equals(key)) {
|
| 137 |
return OpenBrowser.openfile(getValidURL(URL_SFWEB+"/doc/manual/"+version+"/"+locale+"/manual1.xhtml", URL_SFWEB+"/doc/manual/"+version+"/en/manual1.xhtml")); //$NON-NLS-1$ |
|
| 138 |
return OpenBrowser.openfile(getValidURL(URL_TEXTOMETRIE+"/html/doc/manual/"+version+"/"+locale+"/manual1.xhtml", |
|
| 139 |
URL_TEXTOMETRIE+"/html/doc/manual/"+version+"/en/manual1.xhtml")); //$NON-NLS-1$ |
|
| 138 | 140 |
} else if (PDFREFMAN.equals(key)) {
|
| 139 |
return OpenBrowser.openfile(URL_SFFILES+"/files/documentation/Manuel%20de%20TXM%200.7%20FR.pdf/download"); //$NON-NLS-1$
|
|
| 141 |
return OpenBrowser.openfile(URL_TEXTOMETRIE+"/files/documentation/Manuel%20de%20TXM%200.7%20FR.pdf/download"); //$NON-NLS-1$
|
|
| 140 | 142 |
} else if (BUG.equals(key)) {
|
| 141 | 143 |
if (locale.equals("fr")) { //$NON-NLS-1$
|
| 142 | 144 |
return OpenBrowser.openfile("https://groupes.renater.fr/wiki/txm-users/public/retours_de_bugs_logiciel"); //$NON-NLS-1$
|
Formats disponibles : Unified diff