From d3f902cc19ca37aaa158c0cbb72de47009b28474 Mon Sep 17 00:00:00 2001 From: totoro Date: Thu, 26 May 2022 03:33:18 +0200 Subject: [PATCH] starting change filename from old cxm lib to xlib --- xlib_examples/web/minimal_web_site_vc.anubis | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xlib_examples/web/minimal_web_site_vc.anubis b/xlib_examples/web/minimal_web_site_vc.anubis index 2db8adc..f4c1451 100644 --- a/xlib_examples/web/minimal_web_site_vc.anubis +++ b/xlib_examples/web/minimal_web_site_vc.anubis @@ -23,15 +23,15 @@ read tools/basis.anubis // required for 'make_directory' and . read system/convert.anubis read system/logger.anubis -read xlib/web/CXM_common.anubis // required for type 'Web_arg' -read xlib/web/CXM_multihost_http_server.anubis // required for type 'HTTP_Info' +read xlib/web/common.anubis // required for type 'Web_arg' +read xlib/web/multihost_http_server.anubis // required for type 'HTTP_Info' read xlib/web/controllers_web_site.anubis -read xlib/web/CXM_making_a_web_site.anubis +read xlib/web/making_a_web_site.anubis read web/mime.anubis // required for list of known MIME types -read xlib/web/CXM_web_arg_utils.anubis -read xlib/web/CXM_web_session.anubis -read xlib/web/CXM_form.anubis -read xlib/web/jQuery/CXM_jquery_button.anubis +read xlib/web/web_arg_utils.anubis +read xlib/web/web_session.anubis +read xlib/web/form.anubis +read xlib/web/jQuery/jq_button.anubis *** Server directory. @@ -109,7 +109,7 @@ define WEB_Controller_Result ], // content of the page - div([center(text("This is the 'Example 1' web site.")), br, + div([text("This is the 'Example 1' web site."), br, text("Login from :")]) ) )) -- libgit2 0.21.4