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
a1cefe3b
Commit
a1cefe3b
authored
4 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
Add bêta version to versions when it is available
parent
eeeb58e6
No related branches found
No related tags found
1 merge request
!65
Improved version pages
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_layouts/version.html
+1
-1
1 addition, 1 deletion
_layouts/version.html
html/framac-versions.html
+8
-6
8 additions, 6 deletions
html/framac-versions.html
html/get-frama-c.html
+6
-1
6 additions, 1 deletion
html/get-frama-c.html
with
15 additions
and
8 deletions
_layouts/version.html
+
1
−
1
View file @
a1cefe3b
...
...
@@ -13,7 +13,7 @@ css: version
<div
class=
"defaultPage versionsPage pages textLeft"
id=
"content"
role=
"main"
>
<div
class=
"wrap"
>
<h3>
Frama-C v{{ page.number }} {{ page.name }}
</h3>
<h3>
Frama-C v{{ page.number }} {{ page.name }}
{% if page.beta %} [Bêta] {% endif %}
</h3>
<div
class=
"navigate-versions"
>
<div
class=
"navigate-versions-button"
>
{% if page.previous %}
...
...
This diff is collapsed.
Click to expand it.
html/framac-versions.html
+
8
−
6
View file @
a1cefe3b
---
layout: default
title: Versions Frama-C
---
layout: default
title: Versions Frama-C
---
<div
id=
"wrapper"
class=
"hfeed"
>
...
...
@@ -17,16 +17,18 @@ title: Versions Frama-C
plug-in Jessie.
</p>
</div>
<ul
class=
"arrowList versionsList"
>
{% for version in site.fc-versions reversed %}
<ul
class=
"arrowList versionsList"
>
{% for version in site.fc-versions reversed %}
{% unless version.beta %}
<li>
<a
href=
"{{ version.url }}"
>
Frama-C v{{ version.number }} {{ version.name }}
</a>
</li>
{% endunless %}
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
{% include footer.html %}
<div
class=
"clear"
></div>
...
...
This diff is collapsed.
Click to expand it.
html/get-frama-c.html
+
6
−
1
View file @
a1cefe3b
...
...
@@ -19,7 +19,12 @@ title: Get Frama-C
<a
href=
"#"
role=
"button"
class=
"tab-up tab-up-linux"
onClick=
"clickTab('linux')"
><b>
Linux
</b></a>
<a
href=
"#"
role=
"button"
class=
"tab-up tab-up-mac"
onClick=
"clickTab('mac')"
><b>
Mac
</b></a>
<a
href=
"#"
role=
"button"
class=
"tab-up tab-up-windows"
onClick=
"clickTab('windows')"
><b>
Windows (WSL)
</b></a>
</div>
<br>
<a
href=
"/html/framac-versions.html"
class=
"previousVersion"
>
Previous Versions
</a>
<a
href=
"/html/framac-versions.html"
class=
"previousVersion"
>
Previous Versions
</a>
{% for version in site.fc-versions %}
{% if version.beta %}
-
<a
href=
"{{ version.url }}"
class=
"previousVersion"
>
Bêta Version
</a>
{% endif %}
{% endfor %}
<div
class=
"notebook code"
>
<div>
<div
class=
"codeScreen"
>
...
...
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