From 7fd782f28894a7eeb9214b00d4fca21d76776e3a Mon Sep 17 00:00:00 2001
From: Mathieu Bastian
Date: Thu, 27 Aug 2026 16:28:30 +0200
Subject: [PATCH] Improve website content
Clarify project information and refine presentation across the site.
Co-authored-by: Cursor
---
src/pages/about/index.astro | 2 +-
src/pages/toolkit/index.astro | 92 +++++++++++++++++++++++++----------
2 files changed, 67 insertions(+), 27 deletions(-)
diff --git a/src/pages/about/index.astro b/src/pages/about/index.astro
index b73231a..057cf5b 100644
--- a/src/pages/about/index.astro
+++ b/src/pages/about/index.astro
@@ -56,7 +56,7 @@ const TEAM: TeamMember[] = [
> at JavaOne 2010.
- After a less active period of development, the Gephi team gathers
+ After a less active period of development, the Gephi team gathers
every year since 2021 to maintain the codebase, meets users, discuss and design new features.
@@ -76,34 +112,38 @@ import Layout from "../../layouts/Layout.astro";
-
-
How it works
-
- Gephi is designed in a modular way and split into different modules. All features are wrapped into
- separated modules, for instance a module for the graph structure, a module for the layout algorithms and
- so on. Moreover business modules are separated from user interfaces modules. That allows to keep only
- business modules and remove UI without any problems. That is the purpose of the toolkit, which wraps only
- core modules and remove all the UI layer.
-
-
- The figure shows Gephi architecture and what part is included in the toolkit. So the toolkit is just
- taking what already exists in Gephi and package it.
-
-
- The Javadoc and Code examples can be found on GitHub
-
-
+
+
+
How it works
+
+ Gephi is designed in a modular way and split into different modules. All features are wrapped into
+ separated modules, for instance a module for the graph structure, a module for the layout algorithms and
+ so on. Moreover business modules are separated from user interfaces modules. That allows to keep only
+ business modules and remove UI without any problems. That is the purpose of the toolkit, which wraps only
+ core modules and remove all the UI layer.
+
+
+ The figure shows Gephi architecture and what part is included in the toolkit. So the toolkit is just
+ taking what already exists in Gephi and package it.
+
+
+ The Javadoc and Code examples can be found on GitHub
+
+