From d06d673e38374dfabe4f8deac420cf7f2589861a Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 21 Aug 2001 04:02:56 +0000 Subject: [PATCH 1/1] * Added some more meta-tags to (hopefully) prevent the "lame goto" caused by unwanted page caching --- webcit/ChangeLog | 5 ++++- webcit/README.txt | 2 +- webcit/roomops.c | 2 ++ webcit/webcit.c | 4 +++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 019ca8621..3a2c25b3d 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,8 @@ $Log$ +Revision 301.5 2001/08/21 04:02:56 ajc +* Added some more meta-tags to (hopefully) prevent the "lame goto" caused by + unwanted page caching + Revision 301.4 2001/08/13 03:43:24 ajc * Got it! @@ -615,4 +619,3 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix - diff --git a/webcit/README.txt b/webcit/README.txt index 51c847d27..658e019c2 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,7 +1,7 @@ WEBCIT for the Citadel/UX System version 3.01 - Copyright (C) 1996-2000 by the authors. Portions written by: + Copyright (C) 1996-2001 by the authors. Portions written by: Art Cancro Nathan Bryant Nick Grossman diff --git a/webcit/roomops.c b/webcit/roomops.c index b89081d80..f249351a6 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -387,7 +387,9 @@ void gotoroom(char *gname, int display_name) wprintf("Cache-Control: no-store\n"); wprintf("\n" + "\n" "\n" + "\n" "\n" "\n"); do_template("background.html"); diff --git a/webcit/webcit.c b/webcit/webcit.c index 49d52ecca..e936f2b5f 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -322,11 +322,13 @@ void output_headers(int controlcode) wprintf(""); escputs(serv_info.serv_humannode); wprintf("\n" - "\n" "\n" + "\n" "\n"); if (refresh30) wprintf( "\n"); + else wprintf( + "\n"); wprintf("\n"); /* script for checking for pages (not always launched) */ -- 2.39.2