Skip to content
Snippets Groups Projects
Commit b0060baf authored by Augustin Lemesle's avatar Augustin Lemesle
Browse files

hide unfinished

parent 3c6cd5e7
No related branches found
No related tags found
No related merge requests found
Pipeline #26191 passed
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
link: /dokuwiki/start.html link: /dokuwiki/start.html
- name: Blog - name: Blog
link: /blog/index.html link: /blog/index.html
- name: Careers # - name: Careers
link: /html/careers.html # link: /html/careers.html
- name: Contact - name: Contact
link: /html/contact.html link: /html/contact.html
...@@ -69,7 +69,7 @@ function(err, data) { ...@@ -69,7 +69,7 @@ function(err, data) {
<div id="wrapper" class="hfeed"> <div id="wrapper" class="hfeed">
{% include headers.html header=6 %} {% include headers.html header=5 %}
<div id="container" class="mainContainer"> <div id="container" class="mainContainer">
<div class="pageContact pages"> <div class="pageContact pages">
......
...@@ -74,37 +74,17 @@ css: plugin ...@@ -74,37 +74,17 @@ css: plugin
<!-- <div id="group_code_standards"> <!-- <div id="group_code_standards">
<div class="paragraphGroup"> <div class="paragraphGroup">
<h3>Enforce code standards</h3> <h3>Enforce code standards</h3>
<p>Frama-C allows to verify that the source code complies with a provided formal specification. Functional
specifications can be written in a dedicated language, ACSL. The specifications can be partial, concentrating
on one aspect of the analyzed program at a time.</p>
<p>The most structured sections of your existing design documents can also be considered as formal
specifications. For instance, the list of global variables that a function is supposed to read from or write to
is a formal specification. Frama-C can compute this information automatically from the source code of the
function, allowing you to verify that the code satisfies this part of the design document, faster and with less
risks than a code review.</p>
</div> </div>
</div> </div>
<div id="group_security_defects"> <div id="group_security_defects">
<div class="paragraphGroup"> <div class="paragraphGroup">
<h3>Detect security defects</h3> <h3>Detect security defects</h3>
<p>Frama-C allows to verify that the source code complies with a provided formal specification. Functional
specifications can be written in a dedicated language, ACSL. The specifications can be partial, concentrating
on one aspect of the analyzed program at a time.</p>
<p>The most structured sections of your existing design documents can also be considered as formal
specifications. For instance, the list of global variables that a function is supposed to read from or write to
is a formal specification. Frama-C can compute this information automatically from the source code of the
function, allowing you to verify that the code satisfies this part of the design document, faster and with less
risks than a code review.</p>
</div> </div>
</div> --> </div> -->
</div> </div>
<div class="contentFluid recommendBlock"> <!--<div class="contentFluid recommendBlock">
<div class="contentWrap"> <div class="contentWrap">
<h3>Case Studies</h3> <h3>Case Studies</h3>
...@@ -128,7 +108,7 @@ css: plugin ...@@ -128,7 +108,7 @@ css: plugin
<div class="swiper-button-next"></div> <div class="swiper-button-next"></div>
</div> </div>
</div> </div>
</div> </div>-->
</div> </div>
</section> </section>
</article> </article>
......
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