Skip to content

Commit e99c57a

Browse files
committed
migrate to full jekyll website
1 parent dfcd378 commit e99c57a

File tree

89 files changed

+6509
-972
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+6509
-972
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ auto: true
55
rdiscount:
66
extensions: [smart]
77
title : Kevoree Project
8-
production_url : http://blog.kevoree.org
9-
description: "Kevoree Project : Blog"
8+
production_url : http://kevoree.org
9+
description: "Kevoree Project"
1010
disqus_shortname: kevoree
1111
analytics:
1212
gauges:

_layouts/layout.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
55
<head>
6+
7+
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
8+
69
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
710
<title>{{ page.title }}</title>
811

@@ -31,8 +34,11 @@
3134
<div class="container">
3235
<a class="brand" href="/">{{ site.title }}</a>
3336
<ul class="nav">
34-
<li><a href="/archives.html"><i class="icon-list-ul"></i> Archives</a></li>
37+
<li><a href="/"><i class="icon-home"></i> Home</a></li>
38+
<li><a href="/core.html"><i class="icon-cogs"></i> Core Features</a></li>
39+
<li><a href="/tutorials.html"><i class="icon-microphone"></i> Tutorials</a></li>
3540
<li><a href="/about.html"><i class="icon-group"></i> About</a></li>
41+
<li><a href="/archives.html"><i class="icon-list-ul"></i> News Archives</a></li>
3642
</ul>
3743
<ul class="nav pull-right">
3844
<li>
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: post
3+
title: "Kevoree Watchdog 0.10"
4+
category: posts
5+
---
6+
7+
We just release the last version of watchdog. This release include severals fix but especially it add the support of LATEST and RELEASE keyword pour the Kevoree version.
8+
9+
Regards,
10+
Duke

_site/404.html

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33

44
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
55
<head>
6+
7+
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
8+
69
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
710
<title>404</title>
811

912
<meta name="author" content="Francois Fouquet" />
10-
<meta name="description" content="Kevoree Project : Blog" />
13+
<meta name="description" content="Kevoree Project" />
1114
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
1215

1316
<link rel="alternate" type="application/rss+xml" href="/atom.xml" />
@@ -31,8 +34,11 @@
3134
<div class="container">
3235
<a class="brand" href="/">Kevoree Project</a>
3336
<ul class="nav">
34-
<li><a href="/archives.html"><i class="icon-list-ul"></i> Archives</a></li>
37+
<li><a href="/"><i class="icon-home"></i> Home</a></li>
38+
<li><a href="/core.html"><i class="icon-cogs"></i> Core Features</a></li>
39+
<li><a href="/tutorials.html"><i class="icon-microphone"></i> Tutorials</a></li>
3540
<li><a href="/about.html"><i class="icon-group"></i> About</a></li>
41+
<li><a href="/archives.html"><i class="icon-list-ul"></i> News Archives</a></li>
3642
</ul>
3743
<ul class="nav pull-right">
3844
<li>

_site/about.html

+66-14
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33

44
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
55
<head>
6+
7+
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
8+
69
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
710
<title>About Kevoree Project</title>
811

912
<meta name="author" content="Francois Fouquet" />
10-
<meta name="description" content="Kevoree Project : Blog" />
13+
<meta name="description" content="Kevoree Project" />
1114
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
1215

1316
<link rel="alternate" type="application/rss+xml" href="/atom.xml" />
@@ -31,8 +34,11 @@
3134
<div class="container">
3235
<a class="brand" href="/">Kevoree Project</a>
3336
<ul class="nav">
34-
<li><a href="/archives.html"><i class="icon-list-ul"></i> Archives</a></li>
37+
<li><a href="/"><i class="icon-home"></i> Home</a></li>
38+
<li><a href="/core.html"><i class="icon-cogs"></i> Core Features</a></li>
39+
<li><a href="/tutorials.html"><i class="icon-microphone"></i> Tutorials</a></li>
3540
<li><a href="/about.html"><i class="icon-group"></i> About</a></li>
41+
<li><a href="/archives.html"><i class="icon-list-ul"></i> News Archives</a></li>
3642
</ul>
3743
<ul class="nav pull-right">
3844
<li>
@@ -47,20 +53,66 @@
4753

4854
<div class="container">
4955
<section class="content about">
50-
<h1 class="big thin">Kevoree Project : About</h1>
51-
56+
5257
<div style="text-align:center;">
53-
<img src="/images/kevoree-gris.png" alt="Kevoree Logo"
54-
class="noclip" width="400" style="margin-bottom: 15px" />
55-
</div>
58+
<img src="/images/kevoree-gris.png" alt="Kevoree Logo" class="noclip" width="400" style="margin-bottom: 15px" />
59+
</div>
60+
61+
<h2 id="intro">WHO WE ARE</h2>
62+
<p>This project is mainly designed by Fran&ccedil;ois Fouquet and Erwan Daubert.</p>
63+
<p>The development team is the following: Olivier Barais, Jean-&Eacute;mile Dartois, Johann Bourcier, Brice Morin, Gr&eacute;gory Nain, No&euml;l Plouzeau, Gerson Sunye, Jean-Marc J&eacute;z&eacute;quel</p>
64+
65+
<p>The development of Kevoree is currently supported by</p>
66+
67+
<div class="container">
68+
69+
<div class="row">
70+
<div class="span3">
71+
<center>
72+
<a href="http://www.inria.fr/">INRIA Rennes</a>
73+
</center>
74+
</div>
75+
<div class="span3">
76+
<center>
77+
<a href="http://www.univ-rennes1.fr">Universit&eacute; de Rennes 1</a>
78+
</center>
79+
</div>
80+
<div class="span3">
81+
<center>
82+
<a href="http://www.securityandtrust.lu">Interdisciplinary Center for Security, Reliability and Trust (SnT)</a>
83+
</center>
84+
</div>
85+
<div class="span3">
86+
<center>
87+
<a href="http://www.uni.lu">Universit&eacute; du Luxembourg</a>
88+
</center>
89+
</div>
90+
</div>
91+
92+
<div class="row">
93+
<div class="span3">
94+
<center>
95+
<img src="/images/logo/logo_INRIA.png" width="80%" alt="inria">
96+
</center>
97+
</div>
98+
<div class="span3">
99+
<center>
100+
<img src="/images/logo/UR1UEB.jpg" width="80%">
101+
</center>
102+
</div>
103+
<div class="span3">
104+
<center>
105+
<img src="/images/logo/SnT_logo.png" width="80%">
106+
</center>
107+
</div>
108+
<div class="span3">
109+
<center>
110+
<img src="/images/logo/logo_unilu.png" width="80%">
111+
</center>
112+
</div>
113+
</div>
114+
</div>
56115

57-
<p>
58-
What is Kevoree?
59-
Kevoree project aims at enabling distributed reconfigurable software development. Build around a component model, Kevoree leverages model@runtime approach to offer tools to build, adapt and synchronize distributed systems.
60-
<br/>
61-
<br/>
62-
<b>More info on <a href="http://kevoree.org">kevoree.org</a></b>
63-
</p>
64116
</section>
65117

66118
</div>

_site/archives.html

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33

44
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
55
<head>
6+
7+
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
8+
69
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
710
<title>Posts</title>
811

912
<meta name="author" content="Francois Fouquet" />
10-
<meta name="description" content="Kevoree Project : Blog" />
13+
<meta name="description" content="Kevoree Project" />
1114
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
1215

1316
<link rel="alternate" type="application/rss+xml" href="/atom.xml" />
@@ -31,8 +34,11 @@
3134
<div class="container">
3235
<a class="brand" href="/">Kevoree Project</a>
3336
<ul class="nav">
34-
<li><a href="/archives.html"><i class="icon-list-ul"></i> Archives</a></li>
37+
<li><a href="/"><i class="icon-home"></i> Home</a></li>
38+
<li><a href="/core.html"><i class="icon-cogs"></i> Core Features</a></li>
39+
<li><a href="/tutorials.html"><i class="icon-microphone"></i> Tutorials</a></li>
3540
<li><a href="/about.html"><i class="icon-group"></i> About</a></li>
41+
<li><a href="/archives.html"><i class="icon-list-ul"></i> News Archives</a></li>
3642
</ul>
3743
<ul class="nav pull-right">
3844
<li>
@@ -50,6 +56,10 @@
5056
<h1 class="thin">POSTS</h1>
5157
<ul class="listing">
5258

59+
<li>
60+
<span>June 19, 2013</span> <a href="/posts/kevoree-watchdog-010">Kevoree Watchdog 0.10</a>
61+
</li>
62+
5363
<li>
5464
<span>June 4, 2013</span> <a href="/posts/kevoree-watchdog-out">Kevoree Watchdog out</a>
5565
</li>

0 commit comments

Comments
 (0)