Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 1a3f5734 authored by Stefanos DOUMPOULAKIS's avatar Stefanos DOUMPOULAKIS Committed by Markus Quaritsch
Browse files

Pull request #950: bugfix(v.3.3): corrected email, license in manuals

Merge in VECTO/vecto-sim from VECTO/sd_vecto:v.3.3-fix-email-license to develop

* commit '5abc767b':
  bugfix(v.3.3): corrected email, license in manuals
parents ba38bc72 5abc767b
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,3 @@ Both files save the full file paths separated by line breaks. Additionally it i ...@@ -13,8 +13,3 @@ Both files save the full file paths separated by line breaks. Additionally it i
### LOG.txt ### LOG.txt
The tabulator-separated log file saves all messages of the [Main Form's Message List](#main-form) and is located in VECTO's program directory. The file is restarted whenever the [Logfile Size Limit](#settings) is reached.One backup is always stored as LOG\_backup.txt. The tabulator-separated log file saves all messages of the [Main Form's Message List](#main-form) and is located in VECTO's program directory. The file is restarted whenever the [Logfile Size Limit](#settings) is reached.One backup is always stored as LOG\_backup.txt.
### License file
The license file license.dat is located in VECTO's program directory. Without a valid lisence file VECTO won't run.
It no valid license file is provided with your VECTO version please contact [vecto@jrc.ec.europa.eu](mailto:vecto@jrc.ec.europa.eu).
...@@ -8316,13 +8316,6 @@ loaded in checked state.</p> ...@@ -8316,13 +8316,6 @@ loaded in checked state.</p>
program directory. The file is restarted whenever the <a href="#settings">Logfile Size Limit</a> is reached.One backup is always program directory. The file is restarted whenever the <a href="#settings">Logfile Size Limit</a> is reached.One backup is always
stored as LOG_backup.txt.</p> stored as LOG_backup.txt.</p>
</section> </section>
<section id="license-file" class="level3">
<h3>License file</h3>
<p>The license file license.dat is located in VECTO’s program directory.
Without a valid lisence file VECTO won’t run.</p>
<p>It no valid license file is provided with your VECTO version please
contact <a href="mailto:vecto@jrc.ec.europa.eu">vecto@jrc.ec.europa.eu</a>.</p>
</section>
</section> </section>
</section> </section>
<section id="changelog" class="level1"> <section id="changelog" class="level1">
...@@ -9567,7 +9560,7 @@ lookup</li> ...@@ -9567,7 +9560,7 @@ lookup</li>
</ul> </ul>
</section> </section>
<div id="FOOTER"> <div id="FOOTER">
<a target="mainframe" href="mailto:vecto@jrc.ec.europa.eu">Contact</a> <a target="mainframe" href="mailto:JRC-VECTO@ec.europa.eu">Contact</a>
<span style="text-align:right; float:right">Print View: <a href="javascript:$(&#39;div, section, nav&#39;).show().not(&#39;.vecto2&#39;).not(&#39;.vecto3&#39;).css({&#39;padding-left&#39;:&#39;0px&#39;}).filter(&#39;#CONTENT,#TOC,#HEADER,#FOOTER,#MathJax_Message&#39;).hide();void(0);">All</a>, <a href="javascript:$(&#39;div, section, nav&#39;).not(&#39;.vecto2&#39;).not(&#39;.vecto3&#39;).css({&#39;padding-left&#39;:&#39;0px&#39;}).filter(&#39;#TOC,#HEADER,#FOOTER,#MathJax_Message&#39;).hide();$(&#39;#CONTENT&#39;).css({&#39;display&#39;:&#39;inline&#39;});void(0);">Current</a> <span style="text-align:right; float:right">Print View: <a href="javascript:$(&#39;div, section, nav&#39;).show().not(&#39;.vecto2&#39;).not(&#39;.vecto3&#39;).css({&#39;padding-left&#39;:&#39;0px&#39;}).filter(&#39;#CONTENT,#TOC,#HEADER,#FOOTER,#MathJax_Message&#39;).hide();void(0);">All</a>, <a href="javascript:$(&#39;div, section, nav&#39;).not(&#39;.vecto2&#39;).not(&#39;.vecto3&#39;).css({&#39;padding-left&#39;:&#39;0px&#39;}).filter(&#39;#TOC,#HEADER,#FOOTER,#MathJax_Message&#39;).hide();$(&#39;#CONTENT&#39;).css({&#39;display&#39;:&#39;inline&#39;});void(0);">Current</a>
</div> </div>
</body> </body>
<div id="FOOTER"> <div id="FOOTER">
<a target="mainframe" href="mailto:vecto@jrc.ec.europa.eu">Contact</a> <a target="mainframe" href="mailto:JRC-VECTO@ec.europa.eu">Contact</a>
<span style="text-align:right; float:right">Print View: <a href="javascript:$('div, section, nav').show().not('.vecto2').not('.vecto3').css({'padding-left':'0px'}).filter('#CONTENT,#TOC,#HEADER,#FOOTER,#MathJax_Message').hide();void(0);">All</a>, <a href="javascript:$('div, section, nav').not('.vecto2').not('.vecto3').css({'padding-left':'0px'}).filter('#TOC,#HEADER,#FOOTER,#MathJax_Message').hide();$('#CONTENT').css({'display':'inline'});void(0);">Current</a> <span style="text-align:right; float:right">Print View: <a href="javascript:$('div, section, nav').show().not('.vecto2').not('.vecto3').css({'padding-left':'0px'}).filter('#CONTENT,#TOC,#HEADER,#FOOTER,#MathJax_Message').hide();void(0);">All</a>, <a href="javascript:$('div, section, nav').not('.vecto2').not('.vecto3').css({'padding-left':'0px'}).filter('#TOC,#HEADER,#FOOTER,#MathJax_Message').hide();$('#CONTENT').css({'display':'inline'});void(0);">Current</a>
</div> </div>
\ No newline at end of file
This diff is collapsed.
...@@ -9,12 +9,12 @@ for /f %%f in (files.txt) do set LIST=!LIST! "%%f" ...@@ -9,12 +9,12 @@ for /f %%f in (files.txt) do set LIST=!LIST! "%%f"
REM pandoc --verbose -f markdown+raw_html %LIST% -s --toc --toc-depth=2 --self-contained --email-obfuscation=none --section-divs --mathjax=includes/mathjax.js -c includes/style.css -c includes/print.css -B includes/header.html -A includes/footer.html -o help.html -H includes/jquery.js -H includes/jquery-ui.js -H includes/include.js REM pandoc --verbose -f markdown+raw_html %LIST% -s --toc --toc-depth=2 --self-contained --email-obfuscation=none --section-divs --mathjax=includes/mathjax.js -c includes/style.css -c includes/print.css -B includes/header.html -A includes/footer.html -o help.html -H includes/jquery.js -H includes/jquery-ui.js -H includes/include.js
%LOCALAPPDATA%\Pandoc\pandoc --verbose -f markdown+raw_html %LIST% -s -S --toc --toc-depth=2 --self-contained --email-obfuscation=none --section-divs --webtex -c includes/style.css -c includes/print.css -B includes/header.html -A includes/footer.html -o HashingToolHelp.html -H includes/jquery.js -H includes/jquery-ui.js -H includes/include.js %LOCALAPPDATA%\Pandoc\pandoc --verbose -f markdown+raw_html %LIST% -s --toc --toc-depth=2 --self-contained --email-obfuscation=none --section-divs --webtex -c includes/style.css -c includes/print.css -B includes/header.html -A includes/footer.html -o HashingToolHelp.html -H includes/jquery.js -H includes/jquery-ui.js -H includes/include.js
REM pandoc %LIST% -s -S --toc --toc-depth=2 --self-contained --email-obfuscation=none --section-divs --webtex -c includes/style.css -B includes/header.html -A includes/footer.html -o help.html -H includes/jquery.js -H includes/jquery-ui.js -H includes/include.js REM pandoc %LIST% -s -S --toc --toc-depth=2 --self-contained --email-obfuscation=none --section-divs --webtex -c includes/style.css -B includes/header.html -A includes/footer.html -o help.html -H includes/jquery.js -H includes/jquery-ui.js -H includes/include.js
REM pandoc %LIST% -s -S --toc --toc-depth=2 --self-contained --email-obfuscation=none --section-divs --webtex="https://latex.codecogs.com/svg.latex?\large " -c includes/style.css -B includes/header.html -A includes/footer.html -o help.html -H includes/jquery.js -H includes/jquery-ui.js -H includes/include.js REM pandoc %LIST% -s -S --toc --toc-depth=2 --self-contained --email-obfuscation=none --section-divs --webtex="https://latex.codecogs.com/svg.latex?\large " -c includes/style.css -B includes/header.html -A includes/footer.html -o help.html -H includes/jquery.js -H includes/jquery-ui.js -H includes/include.js
echo Generated outputfile: help.html echo Generated outputfile: HashingToolHelp.html
REM pandoc -s -S --toc --toc-depth=2 -N %LIST% -o help.docx REM pandoc -s -S --toc --toc-depth=2 -N %LIST% -o help.docx
REM pandoc -s -S --toc --toc-depth=2 -N %LIST% -o help.pdf REM pandoc -s -S --toc --toc-depth=2 -N %LIST% -o help.pdf
......
<div id="FOOTER"> <div id="FOOTER">
<a target="mainframe" href="mailto:vecto@jrc.ec.europa.eu">Contact</a> <a target="mainframe" href="mailto:JRC-VECTO@ec.europa.eu">Contact</a>
<span style="text-align:right; float:right">Print View: <a href="javascript:$('div').show().not('.vecto2').not('.vecto3').css({'padding-left':'0px'}).filter('#CONTENT,#TOC,#HEADER,#FOOTER,#MathJax_Message').hide();void(0);">All</a>, <a href="javascript:$('div').not('.vecto2').not('.vecto3').css({'padding-left':'0px'}).filter('#TOC,#HEADER,#FOOTER,#MathJax_Message').hide();$('#CONTENT').css({'display':'inline'});void(0);">Current</a> <span style="text-align:right; float:right">Print View: <a href="javascript:$('div').show().not('.vecto2').not('.vecto3').css({'padding-left':'0px'}).filter('#CONTENT,#TOC,#HEADER,#FOOTER,#MathJax_Message').hide();void(0);">All</a>, <a href="javascript:$('div').not('.vecto2').not('.vecto3').css({'padding-left':'0px'}).filter('#TOC,#HEADER,#FOOTER,#MathJax_Message').hide();$('#CONTENT').css({'display':'inline'});void(0);">Current</a>
</div> </div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment