Skip to content
Snippets Groups Projects
Commit 8365ba75 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Merge branch 'feature/descriptions-for-seo' into 'master'

Adds description to main pages

See merge request !84
parents 1819eda7 fbc7451a
No related branches found
No related tags found
1 merge request!84Adds description to main pages
Pipeline #30834 passed
--- ---
layout: default layout: default
descripton: Complete changelog of the Frama-C analysis platform.
--- ---
<body class="page nonTouch"> <body class="page nonTouch">
......
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
{% if page.description %}
<meta name="description" content="{{ page.description }}">
{% elsif layout.description %}
<meta name="description" content="{{ layout.description }}">
{% endif %}
{% if page.title %} {% if page.title %}
<title>{{ page.title }}</title> <title>{{ page.title }}</title>
......
--- ---
layout: default layout: default
title: page.name description: Frama-C analysis platform release and manuals.
css: version css: version
--- ---
......
--- ---
layout: blog layout: blog
title: Blog - Frama-C title: Blog - Frama-C
description: Articles related to the use of the Frama-C analysis platform.
css: blog css: blog
--- ---
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
layout: feature layout: feature
css: plugin css: plugin
title: ACSL - Frama-C title: ACSL - Frama-C
description: Description of the ANSI C Specification Language.
active: acsl active: acsl
--- ---
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
layout: default layout: default
css: contact css: contact
title: Contact Us title: Contact Us
description: Get in touch with the Frama-C team and its community!
--- ---
<head> <head>
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
css: documentation css: documentation
layout: default layout: default
title: Documentation - Frama-C title: Documentation - Frama-C
description: Quick access to the documentation of Frama-C and the plugins developed by the Frama-C team.
--- ---
<body class="page nonTouch"> <body class="page nonTouch">
......
--- ---
layout: default layout: default
title: Versions Frama-C title: Versions Frama-C
description: Direct access to current and previous releases of the Frama-C analysis platform, including source archives and documentation.
--- ---
<body class="page nonTouch"> <body class="page nonTouch">
<div id="wrapper" class="hfeed"> <div id="wrapper" class="hfeed">
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
layout: default layout: default
css: get-framac css: get-framac
title: Get Frama-C title: Get Frama-C
description: Download and install the Frama-C analysis platform now!
--- ---
<body class="page nonTouch"> <body class="page nonTouch">
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
layout: feature layout: feature
css: plugin css: plugin
title: Graphical User Interface (GUI) - Frama-C title: Graphical User Interface (GUI) - Frama-C
description: Description of the Frama-C analysis platform Graphical User Interface.
active: gui active: gui
--- ---
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
layout: feature layout: feature
css: plugin css: plugin
title: Kernel & Plugins - Frama-C title: Kernel & Plugins - Frama-C
description: Overview of all the analyzers of the Frama-C analysis platform with access to summaries, quick examples, user manuals and links to other resources.
active: "kernel-plugin" active: "kernel-plugin"
--- ---
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
layout: feature layout: feature
css: plugin css: plugin
title: Kernel & Plugins - Frama-C title: Kernel & Plugins - Frama-C
description: Description of the Frama-C analysis platform core features.
active: kernel active: kernel
--- ---
......
--- ---
layout: overview_page layout: overview_page
title: Overview - Frama-C title: Overview - Frama-C
description: Quick description of Frama-C, the C programs analysis platform.
video: "https://www.youtube-nocookie.com/embed/WBXPDfz2u1c" video: "https://www.youtube-nocookie.com/embed/WBXPDfz2u1c"
--- ---
......
--- ---
layout: default layout: default
title: Publications title: Publications
description: Access to all publications related to the Frama-C analysis platform, including research papers, tutorials, technical reports and user manuals.
css: publications css: publications
--- ---
<body class="page nonTouch"> <body class="page nonTouch">
......
--- ---
layout: default layout: default
title: Teaching title: Teaching
description: Teaching resources, lecture notes and exercises related to the Frama-C analysis platform.
css: publications css: publications
--- ---
......
--- ---
layout: default layout: default
title: Tutorials title: Tutorials
description: Learn how to use the Frama-C analysis platform with these tutorials.
css: publications css: publications
--- ---
......
--- ---
css: home css: home
layout: default layout: default
title: Frama-C title: Frama-C - Framework for Modular Analysis of C programs
description: "Frama-C - An open-source extensible and collaborative platform
dedicated to source-code analysis of C software."
--- ---
<link rel="stylesheet" href="/assets/css/swiper.css"> <link rel="stylesheet" href="/assets/css/swiper.css">
......
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