]> Kevux Git Server - kevux.org-website/log
kevux.org-website
2 years agoCleanup: Make index.html a symlink to news.html.
Kevin Day [Sat, 4 Jun 2022 14:58:13 +0000 (09:58 -0500)]
Cleanup: Make index.html a symlink to news.html.

2 years agoCleanup: Move index.html to news.html.
Kevin Day [Sat, 4 Jun 2022 14:57:36 +0000 (09:57 -0500)]
Cleanup: Move index.html to news.html.

2 years agoBugfix: Incorect "rel" link attributes, extra white space, and incorrect title.
Kevin Day [Sat, 4 Jun 2022 14:53:28 +0000 (09:53 -0500)]
Bugfix: Incorect "rel" link attributes, extra white space, and incorrect title.

A number of pages have "rel" link attributes that they should not or have incorrect href pages.

Update the FSS and IKI specifications to utilize "next" and "prev" "rel" link attributes.
Some of the FSS Specifications (partially) have the wrong title on the page.

2 years agoUpdate: Specifications to reflect recent clarifications and corrections.
Kevin Day [Thu, 2 Jun 2022 04:37:10 +0000 (23:37 -0500)]
Update: Specifications to reflect recent clarifications and corrections.

2 years agoUpdate: The utf8 documentation to reflect recent changes in the program arguments.
Kevin Day [Mon, 23 May 2022 05:22:57 +0000 (00:22 -0500)]
Update: The utf8 documentation to reflect recent changes in the program arguments.

2 years agoCleanup: Rename pictures that have logo in the name twice.
Kevin Day [Tue, 17 May 2022 23:15:38 +0000 (18:15 -0500)]
Cleanup: Rename pictures that have logo in the name twice.

These should be named icon not logo.

2 years agoCleanup: Replace the number 0 with the word zero.
Kevin Day [Tue, 17 May 2022 23:13:56 +0000 (18:13 -0500)]
Cleanup: Replace the number 0 with the word zero.

2 years agoUpdate: The kevux.org download file links.
Kevin Day [Tue, 17 May 2022 03:13:11 +0000 (22:13 -0500)]
Update: The kevux.org download file links.

2 years agoUpdate: News - 2022 / 05 / 16 - FLL Specifications Added.
Kevin Day [Tue, 17 May 2022 02:51:14 +0000 (21:51 -0500)]
Update: News - 2022 / 05 / 16 - FLL Specifications Added.

Update news.
Add specification pages.
Fix bugs.

I used the iki_read program to assist in generating the pages.
It is not a complete process, but it helps greatly.

Example command:
  fss_basic_list_read -ca 0 fss-0008.txt | iki_read -w -WWWWW emphasis '<em>' '</em>' code '<code class="code">' '</code>' abbreviation-FLL '<abbr title="Featureless Linux Library">' '</abbr>' abbreviation-EOF '<abbr title="End of File">' '</abbr>' file '<a href="fll/specifications/fss/REPLACE" class="link">' '</a>' -rr abbreviation-FLL FLL abbreviation-EOF EOF

2 years agoUpdate: New parameter (-W/--wrap) for iki_read.
Kevin Day [Sun, 15 May 2022 23:58:42 +0000 (18:58 -0500)]
Update: New parameter (-W/--wrap) for iki_read.

2 years agoCleanup: style mistakes.
Kevin Day [Sun, 15 May 2022 21:41:52 +0000 (16:41 -0500)]
Cleanup: style mistakes.

A newline should be separating these tag blocks.

2 years agoUpdate: New parameters for iki_read.
Kevin Day [Sun, 15 May 2022 21:41:11 +0000 (16:41 -0500)]
Update: New parameters for iki_read.

2 years agoBugfix: The news canonical path is using the old website paths and needs to use the...
Kevin Day [Sun, 15 May 2022 16:21:37 +0000 (11:21 -0500)]
Bugfix: The news canonical path is using the old website paths and needs to use the new website paths.

2 years agoBugfix: The news canonical path is using "documentation/" when it should instead...
Kevin Day [Sun, 15 May 2022 16:18:18 +0000 (11:18 -0500)]
Bugfix: The news canonical path is using "documentation/" when it should instead be "news/".

2 years agoBugfix: Use correct copyright date.
Kevin Day [Sun, 15 May 2022 16:16:05 +0000 (11:16 -0500)]
Bugfix: Use correct copyright date.

I noticed that I used the wrong year for the first copyright reference by accident.
I reviewed the original commit in the Sourceforge repository and the date is 2007/03/07.
That means the copyright is 2007 rather than 2011.
This is when the FLL project and its specifications were drafted and first committed to a source code repository.

2 years agoUpdate: The -R/--raw is now -O/--original in these programs.
Kevin Day [Sat, 14 May 2022 00:15:45 +0000 (19:15 -0500)]
Update: The -R/--raw is now -O/--original in these programs.

2 years agoUpdate: Use Kohlrabi as the logo for the FLL project.
Kevin Day [Mon, 9 May 2022 01:36:32 +0000 (20:36 -0500)]
Update: Use Kohlrabi as the logo for the FLL project.

I figured the project needs a logo and this Kohlrabi that I just finished growing seemed perfect for the job.

2 years agoUpdate: Add .gitignore file.
Kevin Day [Sat, 7 May 2022 21:54:51 +0000 (16:54 -0500)]
Update: Add .gitignore file.

2 years agoSecurity: Hide all hidden directories behind a 404.
Kevin Day [Sat, 7 May 2022 21:49:05 +0000 (16:49 -0500)]
Security: Hide all hidden directories behind a 404.

Never use access denied for these.
Whether they exist or not, a 404 should be returned.

2 years agoCleanup: File permissions on kevux.ico.
Kevin Day [Sat, 7 May 2022 21:45:38 +0000 (16:45 -0500)]
Cleanup: File permissions on kevux.ico.

2 years agoBugfix: The not found and access denied pages base path must be '/'.
Kevin Day [Sat, 7 May 2022 21:29:39 +0000 (16:29 -0500)]
Bugfix: The not found and access denied pages base path must be '/'.

2 years agoCleanup: Spelling mistakes and add missing separator.
Kevin Day [Sat, 7 May 2022 16:23:19 +0000 (11:23 -0500)]
Cleanup: Spelling mistakes and add missing separator.

2 years agoImport: Initial import of kevux.org website from 2022/05/06 publish.
Kevin Day [Sat, 7 May 2022 16:22:04 +0000 (11:22 -0500)]
Import: Initial import of kevux.org website from 2022/05/06 publish.