File | Date | Author | Commit |
---|---|---|---|
docs | 2025-05-14 |
![]() |
[539e9d] Added "app.css","app.js": a solution for a menu... |
tests | 2024-05-29 |
![]() |
[cf3e09] Changed icons for theme and contrast switch |
wexa_statics | 2025-05-26 |
![]() |
[84e74b] Corrected problem with ol numbering if sub-items |
.gitignore | 2024-05-29 |
![]() |
[cf3e09] Changed icons for theme and contrast switch |
AUTHORS | 2024-10-12 |
![]() |
[1aa2c0] Release 0.5 |
CODE_OF_CONDUCT.md | 2024-10-12 |
![]() |
[1aa2c0] Release 0.5 |
LICENSE | 2024-10-12 |
![]() |
[1aa2c0] Release 0.5 |
README.md | 2024-11-20 |
![]() |
[c2c7f3] release 0.7 |
codemeta.json | 2024-11-20 |
![]() |
[c2c7f3] release 0.7 |
index.html | 2024-11-18 |
![]() |
[7ac8ba] docs: updated links, added legal notice in footer |
Whakerexa
offers CSS frameworks and JavaScript to generate an HTML content.
It is intended to be as simple as possible to make accessible web content, and to minimize the use of CSS classes for enhancing the readability of HTML code.
It was designed to be easily customizable, allowing users to adjust properties such as fonts, colors, borders, etc., effortlessly. Most of the properties are stored into variables which makes possible to re-define them, then to obtain a custom different style, enabling users to achieve a unique style easily.
It can be combined with the use of WhakerPy
, an open source library to create dynamic HTML content; it's a light web application framework.
Whakerexa is a ZIP archive. You only need to unpack-it.
For the use of the proposed CSS/JS frameworks, take a look at the HTML files in the docs
folder.
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="whakerexa/wexa_statics/css/wexa.css" type="text/css" media="all" />
</head>
See HTML files in the docs
folder for examples.
Whakerexa was initially developed within SPPAS https://sppas.org. It was extracted from its original software in 2024 by the author to lead its own life as standalone tool.
It is used by the website of the "AutoCuedSpeech" project at https://auto-cuedspeech.org and the website of SPPAS https://sppas.org.
It is used by the setup application of SPPAS software tool.
Whakerexa is used by "ClammingPy", a tool to create automatically python documentation https://clamming.sf.net.
Copyright (C) 2023-2024 - Brigitte Bigi, CNRS - contact@sppas.org
Laboratoire Parole et Langage, Aix-en-Provence, France.
See the AUTHORS file for the full list of contributors.
Whakerexa is under the terms of the GNU Affero General Public License, version 3.
Whakerexa was initially developed within https://auto-cuedspeech.org project, generously funded by FIRAH (Fondation Internationale de Recherche Appliquée sur le Handicap), https://www.firah.org/.
It is also developed with the support of Laboratoire Parole et Langage https://www.lpl-aix.fr.
This is mainly a bug-correction version: adjusted some width, removed transparency of
background dialogs, corrected a bug in accessibility.
sortatable
: a CSS/JS utility designed for sorting table rows in ascending or descending ordertoggleselect
: CSS/JS utility for toggling checkbox states.text-reveal-button
, action-button
, apply-button
and switch
.