Johannes Findeisen hanez · he/him
hanez pushed to main at xw3/xw3 2024-09-25 07:51:02 +02:00
3a7d7c31ac Lot of fixes and cleanups.
hanez closed issue xw3/xw3#25 2024-09-25 07:25:44 +02:00
Fix CSS style issues when using lists like "ul".
hanez pushed to main at xw3/xw3 2024-09-25 07:19:46 +02:00
f9d50c7579 Lot of normalizing and cleanups.
hanez commented on issue xw3/xw3#26 2024-09-25 06:48:01 +02:00
Remove border from pre tags???

Done!

hanez closed issue xw3/xw3#26 2024-09-25 06:48:01 +02:00
Remove border from pre tags???
hanez commented on issue xw3/xw3#24 2024-09-25 06:37:58 +02:00
Add CSS class="ext" to external links in Markdown files.

I will use both class="ext" and target="_blank"! Done! :)

hanez closed issue xw3/xw3#24 2024-09-25 06:37:58 +02:00
Add CSS class="ext" to external links in Markdown files.
hanez pushed to main at hanez/chkusr 2024-09-25 06:31:20 +02:00
04ad31fb2e README update.
hanez pushed to main at hanez/chkusr 2024-09-25 06:30:24 +02:00
60919c1ca8 README update.
hanez commented on issue xw3/xw3#28 2024-09-25 05:53:44 +02:00
Implement a session backend which can be used by all languages (Ash, C, C++, Bash, Lua, Perl, PHP, Python, Ruby, Zsh, etc...)

/usr/bin/session would be nice! :)

checkpw should also be installed as /usr/bin/checkpw . KISS!

hanez commented on issue xw3/xw3#28 2024-09-25 05:49:14 +02:00
Implement a session backend which can be used by all languages (Ash, C, C++, Bash, Lua, Perl, PHP, Python, Ruby, Zsh, etc...)

*.C *.C *.C! 🎏 Thank you, Homer Simpson!

hanez commented on issue xw3/xw3#28 2024-09-25 05:47:20 +02:00
Implement a session backend which can be used by all languages (Ash, C, C++, Bash, Lua, Perl, PHP, Python, Ruby, Zsh, etc...)

So what about a session.c (or whatever name. e.g. xw3_session.c?) like checkpw.c?

hanez commented on issue xw3/xw3#28 2024-09-25 05:45:01 +02:00
Implement a session backend which can be used by all languages (Ash, C, C++, Bash, Lua, Perl, PHP, Python, Ruby, Zsh, etc...)

It makes no sense to write a backend in AAAALLLL languages! Just a binary4all would be the best idea!

hanez opened issue xw3/xw3#28 2024-09-25 05:42:01 +02:00
Implement a session backend which can be used by all languages (C, C++, Bash, Lua, Perl, PHP, Python Ruby, etc...)
hanez opened issue xw3/xw3#27 2024-09-25 05:22:58 +02:00
Add author/s to pages and posts and make it possible to only show content from that author/s.
hanez opened issue xw3/xw3#26 2024-09-25 04:39:31 +02:00
Remove border from pre tags???
hanez commented on issue xw3/xw3#24 2024-09-25 04:37:05 +02:00
Add CSS class="ext" to external links in Markdown files.

Maybe show the icon AND open in a new window...???

hanez commented on issue xw3/xw3#24 2024-09-25 04:35:01 +02:00
Add CSS class="ext" to external links in Markdown files.

This can be done using Link{:class="ext"}. But we need to think about it a little. Maybe Link{:target="_blank"} is a better solution...?