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

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • vliagth/vecto-airdrag
  • amogoda/vecto-airdrag
  • vecto/vecto-airdrag
  • vecto/tug-itna/md_vecto-airdrag
  • vecto/tug-itna/mq_vecto-airdrag
  • vecto/tug-itna/hm_vecto-airdrag
6 results
Show changes
File deleted
File added
File added
File added
File added
File added
File deleted
# (!) Execute in containing folder.
# DESCRIPTION:
# Converts CHANGES.md release notes to PDF format.
pandoc '..\CHANGES.md' -o 'VECTO_AirDrag_ReleaseNotes.pdf' --css "includes\md-style.css" -B includes/header.html --pdf-engine=$Env:weasyprint --title="Changelog"
<div id="HEADER">
<div style="text-align: left">
<a href="https://ec.europa.eu/clima/" target="_blank"><img style="border: 0px solid; height: 40px;" alt="European Commission" src="EuropeanCommission.jpg" hspace="5"></a>
</div>
</div>
<div id="CONTENT">
</div>
\ No newline at end of file
h1, h2, h3, h4, h5, h6, p, blockquote {
margin: 0;
padding: 0;
}
body {
font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #737373;
background-color: white;
margin: 10px 13px 10px 13px;
}
table {
margin: 10px 0 15px 0;
border-collapse: collapse;
}
td,th {
border: 1px solid #ddd;
padding: 3px 10px;
}
th {
padding: 5px 10px;
}
a {
color: #0069d6;
}
a:hover {
color: #0050a3;
text-decoration: none;
}
a img {
border: none;
}
p {
margin-bottom: 9px;
}
h1, h2, h3, h4, h5, h6 {
color: #404040;
line-height: 36px;
}
h1 {
margin-bottom: 18px;
font-size: 30px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 13px;
}
hr {
margin: 0 0 19px;
border: 0;
border-bottom: 1px solid #ccc;
}
blockquote {
padding: 13px 13px 21px 15px;
margin-bottom: 18px;
font-family:georgia,serif;
font-style: italic;
}
blockquote:before {
content:"\201C";
font-size:40px;
margin-left:-10px;
font-family:georgia,serif;
color:#eee;
}
blockquote p {
font-size: 14px;
font-weight: 300;
line-height: 18px;
margin-bottom: 0;
font-style: italic;
}
code, pre {
font-family: Monaco, Andale Mono, Courier New, monospace;
}
code {
background-color: #fee9cc;
color: rgba(0, 0, 0, 0.75);
padding: 1px 3px;
font-size: 12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
pre {
display: block;
padding: 14px;
margin: 0 0 18px;
line-height: 16px;
font-size: 11px;
border: 1px solid #d9d9d9;
white-space: pre-wrap;
word-wrap: break-word;
}
pre code {
background-color: #fff;
color:#737373;
font-size: 11px;
padding: 0;
}
sup {
font-size: 0.83em;
vertical-align: super;
line-height: 0;
}
* {
-webkit-print-color-adjust: exact;
}
@media screen and (min-width: 914px) {
body {
width: 854px;
margin:10px auto;
}
}
@media print {
body,code,pre code,h1,h2,h3,h4,h5,h6 {
color: black;
}
table, pre {
page-break-inside: avoid;
}
}
\ No newline at end of file
......@@ -3,33 +3,40 @@ VECTO-CSE
* Copyright : 2014 EUROPEAN COMMISSION
* Developed : by TU-Graz & JRC, on behalf of DG CLIMA.
* License : EUPL
--------
A Constant Speed Evaluation tool for tests performed on Heavy-duty vehicles.
## Table of Content:
- [Installation](#installation)
- [Usage](#usage)
- [Releasing](#releasing)
## INSTALLATION:
This application is "portable" since no administration rights are needed,
and you can simply copy and move it anywhere.
This application is "portable" since no administration rights are needed,
and you can simply copy and move it anywhere.
### Prerequisites:
The application is written in Windows VB.Net-4.0, so you have to ensure
The application is written in Windows VB.Net-4.0, so you have to ensure
that it is installed properly.
To check whether .Net is installed on your PC and which version,
To check whether .Net is installed on your PC and which version,
follow this [article](http://support.microsoft.com/kb/318785/en-us).
If not, [install it](http://msdn.microsoft.com/en-us/library/vstudio/5a4x27ek%28v=vs.100%29.aspx)!
### License-file:
In order to run it, you should have received instruction on how to download
In order to run it, you should have received instruction on how to download
and use your License file. The installation procedure is similar to the one
described at [Vecto's wiki-page](https://webgate.ec.europa.eu/CITnet/confluence/display/VECTO/Installation+instructions).
In any case, you can contact JRC to ask for access to the above resources:
In any case, you can contact JRC to ask for access to the above resources:
vecto@jrc.ec.europa.eu
## USAGE:
Read `./Docs/VECTO_AirDrag_UserManual_v.v.v.pdf`
## RELEASING
## USAGE:
Read `./Docs/VECTO_CSE-User Manual.pdf`
See `BUILD.md` section `RELEASE`.
\ No newline at end of file