More fixes...

This commit is contained in:
Johannes Findeisen 2024-09-27 04:59:32 +02:00
commit 39a4cf04ad
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ document_root: /var/www/xw3.org/www/_site/
data_dir: /var/www/xw3.org/www/_data/
title: xw3.org
subtitle: Extending the World Wide Web
description: xw3 is a framework for building static web based applications using a <a href="https://en.wikipedia.org/wiki/Common_Gateway_Interface" class="ext" target="_blank">CGI</a> and JavaScript to implement dynamic features. The static website generator we use is <a href="https://jekyllrb.com/" class="ext" target="_blank">Jekyll</a>. The JavaScript library we are using is <a href="https://jquery.com/" class="ext" target="_blank">jQuery</a>. Take a look at the <a href="/examples/">examples</a>! Additionally there is a <a href="https://git.xw3.org/xw3/xw3/src/branch/main/Makefile">Makefile</a> included for easy deployment of the application/website.
description: xw3 is a framework for building static web based applications using a <a href="https://en.wikipedia.org/wiki/Common_Gateway_Interface" class="ext" target="_blank">CGI</a> and JavaScript to implement dynamic features. The static website generator we use is <a href="https://jekyllrb.com/" class="ext" target="_blank">Jekyll</a>. The JavaScript library we are using is <a href="https://jquery.com/" class="ext" target="_blank">jQuery</a>. Take a look at the <a href="/examples/">examples</a>! Additionally there is a <a href="https://git.xw3.org/xw3/xw3/src/branch/main/Makefile" target="_blank">Makefile</a> included for easy deployment of the application/website.
keywords:
- xw3
- static
@ -26,7 +26,7 @@ url_short: xw3.org
lang: en
os: GNU/Linux
charset: utf-8
libdir: /var/www/xw3.org/www/_site/lib
libdir: /var/www/xw3.org/www/lib
# Set to your git root and branch to show a link to the file source in the footer. Unset to disable.
git: https://git.xw3.org/xw3/xw3/

View file

@ -4,7 +4,7 @@ published: true
author: hanez
title: /checkpw/
date: 2024-09-25
date_updated: 2024-09-26
date_updated: 2024-09-27
tags:
- cgi
- static
@ -25,7 +25,7 @@ With this program, it will be possible to authenticate an xw3 application user a
Currently only tested on [Linux](https://kernel.org/){:class="ext" target="_blank"}, but it should work on [AIX](https://en.wikipedia.org/wiki/IBM_AIX){:class="ext" target="_blank"}, [DragonFly BSD](https://www.dragonflybsd.org/){:class="ext" target="_blank"}, [FreeBSD](https://www.freebsd.org/){:class="ext" target="_blank"}, [HP-UX](https://en.wikipedia.org/wiki/HP-UX){:class="ext" target="_blank"}, [macOS](https://en.wikipedia.org/wiki/MacOS){:class="ext" target="_blank"}, [NetBSD](https://netbsd.org/){:class="ext" target="_blank"} and [Solaris](https://en.wikipedia.org/wiki/Oracle_Solaris){:class="ext" target="_blank"} operating systems too. I will test API compatibility for all OS's listed soon... ;)
<span style="color: red;">HELP! I need some people porting or helping me porting this to other OS's than Linux. AFAIK it should compile on listed OS's above and should then work, but I don't know how...</span>
<span style="color: red;">HELP! I need some people porting or helping me porting this to other OS's than Linux. AFAIK it should compile on listed OS's above and should then work, but I don't know how... :(</span>
Group permissions will be handled using /etc/group in a seperate program - Maybe just with a small wrapper about the "id" command (not available yet, but it should be easy to implement).
Group permissions will be handled using /etc/group in a seperate program - Maybe just with a small wrapper around the "id" command (not available yet, but it should be easy to implement).