Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama-C Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
Frama-C Website
Commits
31f5a0a7
Commit
31f5a0a7
authored
4 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
Improves download page
parent
41440d47
No related branches found
Branches containing commit
No related tags found
1 merge request
!95
Improves download and plugins pages
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
download/frama-c-source-dist.tar.gz
+3
-0
3 additions, 0 deletions
download/frama-c-source-dist.tar.gz
html/get-frama-c.html
+4
-9
4 additions, 9 deletions
html/get-frama-c.html
with
7 additions
and
9 deletions
download/frama-c-source-dist.tar.gz
0 → 100644
LFS
+
3
−
0
View file @
31f5a0a7
File added
This diff is collapsed.
Click to expand it.
html/get-frama-c.html
+
4
−
9
View file @
31f5a0a7
...
...
@@ -77,21 +77,23 @@ opam depext --install -y frama-c</pre>
</div>
<div
class=
"otherConfiguration"
>
For detailed installation instructions,
<a
target=
"_blank"
href=
"https://git.frama-c.com/pub/frama-c/blob/master/INSTALL.md"
>
click here
</a>
<br>
Previous
Frama-C
version
s are available
<a
href=
"/html/framac-versions.html"
>
from this page
</a>
<br>
All
Frama-C
release
s are available
<a
href=
"/html/framac-versions.html"
>
from this page
</a>
</div>
{% if site.fc-versions.last.beta %}
<div
class=
"otherVersion"
>
The beta version of the next Frama-C release is available
<a
href=
"{{ site.fc-versions.last.url }}"
>
here
</a>
</div>
{% endif %}
<h1
class=
"pageTitle"
>
Manual
s
</h1>
<h1
class=
"pageTitle"
>
Download
s
</h1>
<div
class=
"tileWrapper"
size=
"big"
>
<div
class=
"tile"
>
<h4
class=
"tileTitle"
><span>
Frama-C and ACSL
</span></h4>
<ul>
<li><a
href=
"/download/frama-c-source-dist.tar.gz"
>
Frama-C source distribution
</a></li>
<li><a
href=
"/download/frama-c-user-manual.pdf"
>
Frama-C user manual
</a></li>
<li><a
href=
"/download/frama-c-plugin-development-guide.pdf"
>
Plug-in development guide
</a></li>
<li><a
href=
"/download/frama-c-acsl-implementation.pdf"
>
ACSL implementation
</a></li>
<li><a
href=
"/download/e-acsl/e-acsl-implementation.pdf"
>
E-ACSL implementation
</a></li>
</ul>
</div>
<div
class=
"tile"
>
...
...
@@ -106,13 +108,6 @@ opam depext --install -y frama-c</pre>
</a>
</li>
{% endif %}
{% for add in plugin.additional %}
{% if add.name_for_main_dl %}
<li>
<a
href=
"{{ add.link }}"
>
{{ add.name_for_main_dl }}
</a>
</li>
{% endif %}
{% endfor %}
{% endfor %}
</ul>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment