[websites/rkward-kde-org] /: Improve index page a bit

Thomas Friedrichsmeier null at kde.org
Mon Apr 21 12:44:18 BST 2025


Git commit 102af39b748d078098ce1aec0fd5c3d12ccaec94 by Thomas Friedrichsmeier.
Committed on 21/04/2025 at 10:00.
Pushed by tfry into branch 'master'.

Improve index page a bit

M  +10   -2    config.yaml
M  +10   -13   content/_index.md

https://invent.kde.org/websites/rkward-kde-org/-/commit/102af39b748d078098ce1aec0fd5c3d12ccaec94

diff --git a/config.yaml b/config.yaml
index c123faa..7cb12a0 100644
--- a/config.yaml
+++ b/config.yaml
@@ -8,8 +8,16 @@ languages:
     contentDir: content/
     languageCode: en
     languageName: English
+    params:
+      description: Easy to use frontend to the R statistics language
+    title: RKWard
     weight: 1
 
+i18n:
+  others:
+  - description
+  - title
+
 taxonomies:
   author: "authors"
   tag: "tags"
@@ -39,11 +47,11 @@ outputs:
   section:
   - HTML
 params:
-  images:
-  - /thumbnail.png
+  logo: /assets/img/app_icon.png
   madeByKde: true
   repoName: rkward-kde-org
   rssSection: news
   showPatrons: false
+  displayTitle: true
 rssLimit: 4
 summaryLength: 15
diff --git a/content/_index.md b/content/_index.md
index 396e983..8ff97d0 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,10 +1,17 @@
 ---
 title: RKWard
-subtitle: KDE frontend to the R statistics language
+subtitle: RKWard is an easy to use and easily extensible IDE/GUI for R.<br/>
+          It aims to combine the power of the R-language with the ease of use of commercial statistics tools.
 noSubpage: true
 ---
 
-**RKWard is an easy to use and easily extensible IDE/GUI for R.** It aims to combine the power of the R-language with the ease of use of commercial statistics tools.
+**Download RKWard 0.8.0** - for [macOS](/rkward-on-mac) | [Windows](/rkward-on-windows) | [GNU/Linux](/download)
+
+![](/assets/img/screenshot_main.png)
+
+See more [screenshots](/screenshots).
+
+## Features
 
 RKWard's features include:
   - Spreadsheet-like data editor
@@ -15,15 +22,7 @@ RKWard's features include:
   - Workspace browser
   - GUI dialogs for all kinds of statistics and plots
 
-RKWard's features can be extended by plugins, and it's all free software.
-
-![](/assets/img/screenshot_main.png)
-
-Download RKWard 0.8.0
-
-## Screenshots
-
-[Screenshots](/screenshots)
+RKWard's features can be extended by plugins, and it's all free software. See our [mission statement](/rkward-overview).
 
 ## Getting started
 
@@ -34,8 +33,6 @@ New to RKWard? Check out our online <a href="/user-documentation">user documenta
   - Suggested citation for RKWard itself (please do not forget to update the version number as appropriate): Friedrichsmeier, T. & the RKWard Team (2022). RKWard: Frontend to the R statistics language. Version 0.7.4. https://rkward.kde.org
   - Peer review article on RKWard in the Journal of Statistical Software (2012) http://dev1.jstatsoft.org/article/view/v049i09
 
-## [Mission Statement](/rkward-overview)
-
 ## You can help
 
 RKWard is developed by a community of volunteers, working on the project in their free time. Many tasks do not require programming knowledge. <a href="/developer-information">Find out, what you can do to help the project</a>.



More information about the rkward-tracker mailing list