Skip to content

Commit 0f85c43

Browse files
author
Rolf
committed
fixed clang analyzer warnings
don't convert jpg's to png's implement entry page strip tags in TITLE scan dis-faced e-mail-address as editor honour no table of contents headings (notoc) in the course of creating the title strip all tags from h1 - not only A tags added qupsort() as a sorting option for the index - not used for now added static directory files updated copyright dates
1 parent 7c3d7c8 commit 0f85c43

28 files changed

+422
-115
lines changed

ContentCGI.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# FreeBSD rc-script for auto-starting/stopping the ContentCGI daemon
44
#
55
# Created by Dr. Rolf Jansen on 2018-05-19.
6-
# Copyright © 2018 Dr. Rolf Jansen. All rights reserved.
6+
# Copyright © 2018-2021 Dr. Rolf Jansen. All rights reserved.
77
#
88
# Redistribution and use in source and binary forms, with or without modification,
99
# are permitted provided that the following conditions are met:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# BSD Makefile for building the ContentCGI daemon
22
#
33
# Created by Dr. Rolf Jansen on 2018-05-19.
4-
# Copyright © 2018-2019 Dr. Rolf Jansen. All rights reserved.
4+
# Copyright © 2018-2021 Dr. Rolf Jansen. All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without modification,
77
# are permitted provided that the following conditions are met:

bsdinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# FreeBSD installation and updating script for the ContentCGI daemon
44
#
55
# Created by Dr. Rolf Jansen on 2018-06-06.
6-
# Copyright © 2018 Dr. Rolf Jansen. All rights reserved.
6+
# Copyright © 2018-2021 Dr. Rolf Jansen. All rights reserved.
77
#
88
# Redistribution and use in source and binary forms, with or without modification,
99
# are permitted provided that the following conditions are met:

connection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ContentCGI
33
//
44
// Created by Dr. Rolf Jansen on 2018-05-08.
5-
// Copyright © 2018-2019 Dr. Rolf Jansen. All rights reserved.
5+
// Copyright © 2018-2021 Dr. Rolf Jansen. All rights reserved.
66
//
77
// Redistribution and use in source and binary forms, with or without modification,
88
// are permitted provided that the following conditions are met:

connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ContentCGI
33
//
44
// Created by Dr. Rolf Jansen on 2018-05-08.
5-
// Copyright © 2018-2019 Dr. Rolf Jansen. All rights reserved.
5+
// Copyright © 2018-2021 Dr. Rolf Jansen. All rights reserved.
66
//
77
// Redistribution and use in source and binary forms, with or without modification,
88
// are permitted provided that the following conditions are met:

fastcgi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ContentCGI
33
//
44
// Created by Dr. Rolf Jansen on 2018-05-08.
5-
// Copyright © 2018-2019 Dr. Rolf Jansen. All rights reserved.
5+
// Copyright © 2018-2021 Dr. Rolf Jansen. All rights reserved.
66
//
77
// Redistribution and use in source and binary forms, with or without modification,
88
// are permitted provided that the following conditions are met:

fastcgi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Defines for the FastCGI protocol.
55
// Copyright © 1995-1996 Open Market, Inc.
6-
// Copyright © 2018 Dr. Rolf Jansen Ltda. All rights reserved.
6+
// Copyright © 2018-2021 Dr. Rolf Jansen Ltda. All rights reserved.
77
//
88
// Redistribution and use in source and binary forms, with or without modification,
99
// are permitted provided that the following conditions are met:

firstresponder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ContentCGI
33
//
44
// Created by Dr. Rolf Jansen on 2018-05-08.
5-
// Copyright © 2018-2019 Dr. Rolf Jansen. All rights reserved.
5+
// Copyright © 2018-2021 Dr. Rolf Jansen. All rights reserved.
66
//
77
// Redistribution and use in source and binary forms, with or without modification,
88
// are permitted provided that the following conditions are met:

firstresponder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ContentCGI
33
//
44
// Created by Dr. Rolf Jansen on 2018-05-08.
5-
// Copyright © 2018 Dr. Rolf Jansen. All rights reserved.
5+
// Copyright © 2018-2021 Dr. Rolf Jansen. All rights reserved.
66
//
77
// Redistribution and use in source and binary forms, with or without modification,
88
// are permitted provided that the following conditions are met:

interim.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ContentCGI
33
//
44
// Created by Dr. Rolf Jansen on 2018-05-08.
5-
// Copyright © 2018-2019 Dr. Rolf Jansen. All rights reserved.
5+
// Copyright © 2018-2021 Dr. Rolf Jansen. All rights reserved.
66
//
77
// Redistribution and use in source and binary forms, with or without modification,
88
// are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)