Commit dc40f244704f6d90b7178b863ce34c901a473c91

Authored by David RENÉ
1 parent 5d9480d8

update to xlib with renamed files and references

hayamiki_generator.aproj renamed to hayamiki_generator.1.19.aproj
@@ -32,6 +32,8 @@ @@ -32,6 +32,8 @@
32 <Compile Include="hayamiki_lib\controller\hk_rows_import.anubis" /> 32 <Compile Include="hayamiki_lib\controller\hk_rows_import.anubis" />
33 <Compile Include="hayamiki_lib\controller\hk_sql_utils.anubis" /> 33 <Compile Include="hayamiki_lib\controller\hk_sql_utils.anubis" />
34 <Compile Include="hayamiki_lib\controller\hk_trigger.anubis" /> 34 <Compile Include="hayamiki_lib\controller\hk_trigger.anubis" />
  35 + <Compile Include="hayamiki_lib\controller\hk_utils.anubis" />
  36 + <Compile Include="hayamiki_lib\controller\load_web_controller.anubis" />
35 <Compile Include="hayamiki_lib\ds_files\ds_types.anubis" /> 37 <Compile Include="hayamiki_lib\ds_files\ds_types.anubis" />
36 <Compile Include="hayamiki_lib\hk_generator.anubis" /> 38 <Compile Include="hayamiki_lib\hk_generator.anubis" />
37 <Compile Include="hayamiki_lib\model\app.anubis" /> 39 <Compile Include="hayamiki_lib\model\app.anubis" />
@@ -459,7 +461,6 @@ @@ -459,7 +461,6 @@
459 <Compile Include="xlib\asterisk\ami_commands.anubis" /> 461 <Compile Include="xlib\asterisk\ami_commands.anubis" />
460 <Compile Include="xlib\asterisk\ami_types.anubis" /> 462 <Compile Include="xlib\asterisk\ami_types.anubis" />
461 <Compile Include="xlib\CXM_errors.anubis" /> 463 <Compile Include="xlib\CXM_errors.anubis" />
462 - <Compile Include="xlib\CXM_message_constants.anubis" />  
463 <Compile Include="xlib\database\alter_table.anubis" /> 464 <Compile Include="xlib\database\alter_table.anubis" />
464 <Compile Include="xlib\database\csv_import_status.anubis" /> 465 <Compile Include="xlib\database\csv_import_status.anubis" />
465 <Compile Include="xlib\database\csv_tools.anubis" /> 466 <Compile Include="xlib\database\csv_tools.anubis" />
@@ -506,6 +507,7 @@ @@ -506,6 +507,7 @@
506 <Compile Include="xlib\mail\tools.anubis" /> 507 <Compile Include="xlib\mail\tools.anubis" />
507 <Compile Include="xlib\mail\types\generated\email_address.anubis" /> 508 <Compile Include="xlib\mail\types\generated\email_address.anubis" />
508 <Compile Include="xlib\mail\types\generated\email_to_send.anubis" /> 509 <Compile Include="xlib\mail\types\generated\email_to_send.anubis" />
  510 + <Compile Include="xlib\message_constants.anubis" />
509 <Compile Include="xlib\network\socket_pool.anubis" /> 511 <Compile Include="xlib\network\socket_pool.anubis" />
510 <Compile Include="xlib\net_services\CXM_generic_client.anubis" /> 512 <Compile Include="xlib\net_services\CXM_generic_client.anubis" />
511 <Compile Include="xlib\net_services\CXM_generic_protocol.anubis" /> 513 <Compile Include="xlib\net_services\CXM_generic_protocol.anubis" />
@@ -526,7 +528,9 @@ @@ -526,7 +528,9 @@
526 <Compile Include="xlib\unit_test\test.anubis" /> 528 <Compile Include="xlib\unit_test\test.anubis" />
527 <Compile Include="xlib\unit_test\xml_rpc.unit_test.anubis" /> 529 <Compile Include="xlib\unit_test\xml_rpc.unit_test.anubis" />
528 <Compile Include="xlib\web\color\color.anubis" /> 530 <Compile Include="xlib\web\color\color.anubis" />
  531 + <Compile Include="xlib\web\common.anubis" />
529 <Compile Include="xlib\web\controllers_web_site.anubis" /> 532 <Compile Include="xlib\web\controllers_web_site.anubis" />
  533 + <Compile Include="xlib\web\cookies.anubis" />
530 <Compile Include="xlib\web\counter.anubis" /> 534 <Compile Include="xlib\web\counter.anubis" />
531 <Compile Include="xlib\web\CXM_common.anubis" /> 535 <Compile Include="xlib\web\CXM_common.anubis" />
532 <Compile Include="xlib\web\CXM_cookies.anubis" /> 536 <Compile Include="xlib\web\CXM_cookies.anubis" />
@@ -558,6 +562,10 @@ @@ -558,6 +562,10 @@
558 <Compile Include="xlib\web\CXM_xml_rpc_parser.anubis" /> 562 <Compile Include="xlib\web\CXM_xml_rpc_parser.anubis" />
559 <Compile Include="xlib\web\CXM_xml_rpc_types.anubis" /> 563 <Compile Include="xlib\web\CXM_xml_rpc_types.anubis" />
560 <Compile Include="xlib\web\fonts\awesome.anubis" /> 564 <Compile Include="xlib\web\fonts\awesome.anubis" />
  565 + <Compile Include="xlib\web\form.anubis" />
  566 + <Compile Include="xlib\web\html_tooltip.anubis" />
  567 + <Compile Include="xlib\web\http_get_common.anubis" />
  568 + <Compile Include="xlib\web\jquery.anubis" />
561 <Compile Include="xlib\web\jQuery\CXM_jquery_animate.anubis" /> 569 <Compile Include="xlib\web\jQuery\CXM_jquery_animate.anubis" />
562 <Compile Include="xlib\web\jQuery\CXM_jquery_button.anubis" /> 570 <Compile Include="xlib\web\jQuery\CXM_jquery_button.anubis" />
563 <Compile Include="xlib\web\jQuery\CXM_jquery_datatable.anubis" /> 571 <Compile Include="xlib\web\jQuery\CXM_jquery_datatable.anubis" />
@@ -578,10 +586,34 @@ @@ -578,10 +586,34 @@
578 <Compile Include="xlib\web\jQuery\CXM_jq_form.anubis" /> 586 <Compile Include="xlib\web\jQuery\CXM_jq_form.anubis" />
579 <Compile Include="xlib\web\jQuery\CXM_jq_radio.anubis" /> 587 <Compile Include="xlib\web\jQuery\CXM_jq_radio.anubis" />
580 <Compile Include="xlib\web\jQuery\jqgrid.anubis" /> 588 <Compile Include="xlib\web\jQuery\jqgrid.anubis" />
  589 + <Compile Include="xlib\web\jQuery\jq_animate.anubis" />
  590 + <Compile Include="xlib\web\jQuery\jq_button.anubis" />
  591 + <Compile Include="xlib\web\jQuery\jq_checkbox.anubis" />
  592 + <Compile Include="xlib\web\jQuery\jq_datatable.anubis" />
  593 + <Compile Include="xlib\web\jQuery\jq_datatable_plugins.anubis" />
  594 + <Compile Include="xlib\web\jQuery\jq_datatable_server_side.anubis" />
  595 + <Compile Include="xlib\web\jQuery\jq_datatable_translation.anubis" />
  596 + <Compile Include="xlib\web\jQuery\jq_datatable_types.anubis" />
  597 + <Compile Include="xlib\web\jQuery\jq_dialog.anubis" />
  598 + <Compile Include="xlib\web\jQuery\jq_easing.anubis" />
  599 + <Compile Include="xlib\web\jQuery\jq_eudock.anubis" />
  600 + <Compile Include="xlib\web\jQuery\jq_eudock_types.anubis" />
581 <Compile Include="xlib\web\jQuery\jq_flot.anubis" /> 601 <Compile Include="xlib\web\jQuery\jq_flot.anubis" />
  602 + <Compile Include="xlib\web\jQuery\jq_form.anubis" />
  603 + <Compile Include="xlib\web\jQuery\jq_grid.anubis" />
  604 + <Compile Include="xlib\web\jQuery\jq_icons.anubis" />
  605 + <Compile Include="xlib\web\jQuery\jq_jqplot.anubis" />
  606 + <Compile Include="xlib\web\jQuery\jq_radio.anubis" />
  607 + <Compile Include="xlib\web\jQuery\jq_tabs.anubis" />
  608 + <Compile Include="xlib\web\jQuery\jq_tiptip.anubis" />
  609 + <Compile Include="xlib\web\jQuery\jq_toolbar.anubis" />
582 <Compile Include="xlib\web\jQuery\ui-addon\datetimepicker.anubis" /> 610 <Compile Include="xlib\web\jQuery\ui-addon\datetimepicker.anubis" />
  611 + <Compile Include="xlib\web\json.anubis" />
583 <Compile Include="xlib\web\js_tools.anubis" /> 612 <Compile Include="xlib\web\js_tools.anubis" />
584 <Compile Include="xlib\web\load_content.anubis" /> 613 <Compile Include="xlib\web\load_content.anubis" />
  614 + <Compile Include="xlib\web\making_a_web_site.anubis" />
  615 + <Compile Include="xlib\web\multihost_http_server.anubis" />
  616 + <Compile Include="xlib\web\page_message.anubis" />
585 <Compile Include="xlib\web\piwik\CXM_piwik.anubis" /> 617 <Compile Include="xlib\web\piwik\CXM_piwik.anubis" />
586 <Compile Include="xlib\web\plugin\plugin.anubis" /> 618 <Compile Include="xlib\web\plugin\plugin.anubis" />
587 <Compile Include="xlib\web\types\controllers_web_site.anubis" /> 619 <Compile Include="xlib\web\types\controllers_web_site.anubis" />
@@ -589,6 +621,12 @@ @@ -589,6 +621,12 @@
589 <Compile Include="xlib\web\types\web_action_name.anubis" /> 621 <Compile Include="xlib\web\types\web_action_name.anubis" />
590 <Compile Include="xlib\web\types\web_session.anubis" /> 622 <Compile Include="xlib\web\types\web_session.anubis" />
591 <Compile Include="xlib\web\types\XL_web_stepper.anubis" /> 623 <Compile Include="xlib\web\types\XL_web_stepper.anubis" />
  624 + <Compile Include="xlib\web\urllib.anubis" />
  625 + <Compile Include="xlib\web\web_action.anubis" />
  626 + <Compile Include="xlib\web\web_arg_utils.anubis" />
  627 + <Compile Include="xlib\web\web_dump.anubis" />
  628 + <Compile Include="xlib\web\web_session.anubis" />
  629 + <Compile Include="xlib\web\widgets.anubis" />
592 <Compile Include="xlib\web\widgets\button.anubis" /> 630 <Compile Include="xlib\web\widgets\button.anubis" />
593 <Compile Include="xlib\web\widgets\css_helper.anubis" /> 631 <Compile Include="xlib\web\widgets\css_helper.anubis" />
594 <Compile Include="xlib\web\widgets\dashboard.anubis" /> 632 <Compile Include="xlib\web\widgets\dashboard.anubis" />
hayamiki_generator.ide renamed to hayamiki_generator1.19.ide
@@ -2,10 +2,12 @@ @@ -2,10 +2,12 @@
2 Microsoft Visual Studio Solution File, Format Version 9.00 2 Microsoft Visual Studio Solution File, Format Version 9.00
3 # Visual Studio 2005 3 # Visual Studio 2005
4 # SharpDevelop 1.0.12.108 4 # SharpDevelop 1.0.12.108
5 -Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "hayamiki_generator", "hayamiki_generator.aproj", "7E37A20A-56EA-4128-88F5-FE55B0F5CB45" 5 +Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "hayamiki_generator.1.19", "hayamiki_generator.1.19.aproj", "7E37A20A-56EA-4128-88F5-FE55B0F5CB45"
6 EndProject 6 EndProject
7 Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "hayamiki_ds_types", "hayamiki_ds_types.aproj", "{06BE5572-9B4A-4F41-A01E-84C730A8F4E4}" 7 Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "hayamiki_ds_types", "hayamiki_ds_types.aproj", "{06BE5572-9B4A-4F41-A01E-84C730A8F4E4}"
8 EndProject 8 EndProject
  9 +Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "hayamiki_web_controller", "hayamiki_web_controller.aproj", "{90372B21-80FA-4EB8-B17C-072EB55713D7}"
  10 +EndProject
9 Global 11 Global
10 GlobalSection(SolutionConfigurationPlatforms) = preSolution 12 GlobalSection(SolutionConfigurationPlatforms) = preSolution
11 Debug|Any CPU = Debug|Any CPU 13 Debug|Any CPU = Debug|Any CPU
@@ -24,5 +26,9 @@ Global @@ -24,5 +26,9 @@ Global
24 {06BE5572-9B4A-4F41-A01E-84C730A8F4E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 26 {06BE5572-9B4A-4F41-A01E-84C730A8F4E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25 {06BE5572-9B4A-4F41-A01E-84C730A8F4E4}.Release|Any CPU.Build.0 = Release|Any CPU 27 {06BE5572-9B4A-4F41-A01E-84C730A8F4E4}.Release|Any CPU.Build.0 = Release|Any CPU
26 {06BE5572-9B4A-4F41-A01E-84C730A8F4E4}.Release|Any CPU.ActiveCfg = Release|Any CPU 28 {06BE5572-9B4A-4F41-A01E-84C730A8F4E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
  29 + {90372B21-80FA-4EB8-B17C-072EB55713D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
  30 + {90372B21-80FA-4EB8-B17C-072EB55713D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  31 + {90372B21-80FA-4EB8-B17C-072EB55713D7}.Release|Any CPU.Build.0 = Release|Any CPU
  32 + {90372B21-80FA-4EB8-B17C-072EB55713D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
27 EndGlobalSection 33 EndGlobalSection
28 EndGlobal 34 EndGlobal
hayamiki_lib @ e7921b1c144
1 -Subproject commit 1c5d20365995cae3582c4a7a1f01c58f7e5e170b 1 +Subproject commit e7921b1c144d92e56e878ed564c665e091907b3e
hayamiki_web_controller.aproj
@@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
11 <MakeUsedFile>False</MakeUsedFile> 11 <MakeUsedFile>False</MakeUsedFile>
12 <MakeUnusedFile>False</MakeUnusedFile> 12 <MakeUnusedFile>False</MakeUnusedFile>
13 <AnubiscVerbosity>False</AnubiscVerbosity> 13 <AnubiscVerbosity>False</AnubiscVerbosity>
14 - <AnubisPath>C:\Program Files (x86)\Anubis\1.14\</AnubisPath> 14 + <AnubisPath>C:\anubis\1.19\</AnubisPath>
15 </PropertyGroup> 15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> 16 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
17 <OutputPath>bin\Debug\</OutputPath> 17 <OutputPath>bin\Debug\</OutputPath>
@@ -32,6 +32,7 @@ @@ -32,6 +32,7 @@
32 <Compile Include="hayamiki_lib\controller\hk_rows_import.anubis" /> 32 <Compile Include="hayamiki_lib\controller\hk_rows_import.anubis" />
33 <Compile Include="hayamiki_lib\controller\hk_sql_utils.anubis" /> 33 <Compile Include="hayamiki_lib\controller\hk_sql_utils.anubis" />
34 <Compile Include="hayamiki_lib\controller\hk_trigger.anubis" /> 34 <Compile Include="hayamiki_lib\controller\hk_trigger.anubis" />
  35 + <Compile Include="hayamiki_lib\controller\hk_utils.anubis" />
35 <Compile Include="hayamiki_lib\controller\load_web_controller.anubis" /> 36 <Compile Include="hayamiki_lib\controller\load_web_controller.anubis" />
36 <Compile Include="hayamiki_lib\ds_files\ds_types.anubis" /> 37 <Compile Include="hayamiki_lib\ds_files\ds_types.anubis" />
37 <Compile Include="hayamiki_lib\hk_generator.anubis" /> 38 <Compile Include="hayamiki_lib\hk_generator.anubis" />
@@ -81,6 +82,22 @@ @@ -81,6 +82,22 @@
81 <Compile Include="library\a2a\C\formater.anubis" /> 82 <Compile Include="library\a2a\C\formater.anubis" />
82 <Compile Include="library\a2a\example.anubis" /> 83 <Compile Include="library\a2a\example.anubis" />
83 <Compile Include="library\a2a\generic\preformater.anubis" /> 84 <Compile Include="library\a2a\generic\preformater.anubis" />
  85 + <Compile Include="library\APG\apg2.anubis" />
  86 + <Compile Include="library\APG\apg2_types.anubis" />
  87 + <Compile Include="library\APG\common.anubis" />
  88 + <Compile Include="library\APG\generated\apg2_parser.internal.anubis" />
  89 + <Compile Include="library\APG\generated\lexer_apg2_parser_default.anubis" />
  90 + <Compile Include="library\APG\generated\lexer_apg2_parser_expr.anubis" />
  91 + <Compile Include="library\APG\generated\lexer_apg2_parser_item.anubis" />
  92 + <Compile Include="library\APG\generated\lexer_apg2_parser_main.anubis" />
  93 + <Compile Include="library\APG\generated\lexer_apg2_parser_prepost.anubis" />
  94 + <Compile Include="library\APG\generated\lexer_special.anubis" />
  95 + <Compile Include="library\APG\read_grammar.anubis" />
  96 + <Compile Include="library\APG\sort_test.anubis" />
  97 + <Compile Include="library\APG\syntax-diagrams.anubis" />
  98 + <Compile Include="library\APG\testing.anubis" />
  99 + <Compile Include="library\APG\toto.anubis" />
  100 + <Compile Include="library\APG\try_sort.anubis" />
84 <Compile Include="library\charset\charset_decoder.anubis" /> 101 <Compile Include="library\charset\charset_decoder.anubis" />
85 <Compile Include="library\charset\iso2022_jp_decoder.anubis" /> 102 <Compile Include="library\charset\iso2022_jp_decoder.anubis" />
86 <Compile Include="library\cipher\base64.anubis" /> 103 <Compile Include="library\cipher\base64.anubis" />
@@ -174,12 +191,21 @@ @@ -174,12 +191,21 @@
174 <Compile Include="library\graphism\png_size.anubis" /> 191 <Compile Include="library\graphism\png_size.anubis" />
175 <Compile Include="library\graphism\test_charts.anubis" /> 192 <Compile Include="library\graphism\test_charts.anubis" />
176 <Compile Include="library\graphism\test_gfigures.anubis" /> 193 <Compile Include="library\graphism\test_gfigures.anubis" />
  194 + <Compile Include="library\http\html5.anubis" />
  195 + <Compile Include="library\http\http-1-1-server.anubis" />
  196 + <Compile Include="library\http\read_test.anubis" />
  197 + <Compile Include="library\http\websocket_example1.anubis" />
  198 + <Compile Include="library\http\websocket_handler.anubis" />
  199 + <Compile Include="library\http\websocket_server.anubis" />
  200 + <Compile Include="library\http\websocket_test.anubis" />
  201 + <Compile Include="library\http\websocket_tickets.anubis" />
  202 + <Compile Include="library\http\web_sessions.anubis" />
177 <Compile Include="library\install_released_files.anubis" /> 203 <Compile Include="library\install_released_files.anubis" />
178 <Compile Include="library\lexical_analysis\compile_time_test.anubis" /> 204 <Compile Include="library\lexical_analysis\compile_time_test.anubis" />
179 <Compile Include="library\lexical_analysis\fast_lexer.anubis" /> 205 <Compile Include="library\lexical_analysis\fast_lexer.anubis" />
180 <Compile Include="library\lexical_analysis\fast_lexer_2.anubis" /> 206 <Compile Include="library\lexical_analysis\fast_lexer_2.anubis" />
181 <Compile Include="library\lexical_analysis\fast_lexer_3.anubis" /> 207 <Compile Include="library\lexical_analysis\fast_lexer_3.anubis" />
182 - <Compile Include="library\lexical_analysis\fast_lexer_4.anubis" /> 208 + <Compile Include="library\lexical_analysis\fast_lexer_4_old.anubis" />
183 <Compile Include="library\lexical_analysis\fast_lexer_example_1.anubis" /> 209 <Compile Include="library\lexical_analysis\fast_lexer_example_1.anubis" />
184 <Compile Include="library\lexical_analysis\fast_lexer_example_2.anubis" /> 210 <Compile Include="library\lexical_analysis\fast_lexer_example_2.anubis" />
185 <Compile Include="library\lexical_analysis\lexer_maker_v2.anubis" /> 211 <Compile Include="library\lexical_analysis\lexer_maker_v2.anubis" />
@@ -191,6 +217,22 @@ @@ -191,6 +217,22 @@
191 <Compile Include="library\mail\send_mail.anubis" /> 217 <Compile Include="library\mail\send_mail.anubis" />
192 <Compile Include="library\mail\smtp_server.anubis" /> 218 <Compile Include="library\mail\smtp_server.anubis" />
193 <Compile Include="library\make_distribution_library.anubis" /> 219 <Compile Include="library\make_distribution_library.anubis" />
  220 + <Compile Include="library\MAML4\generated\split_at_whites_lexer.anubis" />
  221 + <Compile Include="library\MAML4\maml4.anubis" />
  222 + <Compile Include="library\MAML4\maml4_colorize.anubis" />
  223 + <Compile Include="library\MAML4\maml4_eval.anubis" />
  224 + <Compile Include="library\MAML4\maml4_html.anubis" />
  225 + <Compile Include="library\MAML4\maml4_interface.anubis" />
  226 + <Compile Include="library\MAML4\maml4_lexers.anubis" />
  227 + <Compile Include="library\MAML4\maml4_parser.anubis" />
  228 + <Compile Include="library\MAML4\maml4_pdf.anubis" />
  229 + <Compile Include="library\MAML4\maml4_png.anubis" />
  230 + <Compile Include="library\MAML4\maml4_private.anubis" />
  231 + <Compile Include="library\MAML4\maml4_rail.anubis" />
  232 + <Compile Include="library\MAML4\maml4_tikz.anubis" />
  233 + <Compile Include="library\MAML4\maml4_types.anubis" />
  234 + <Compile Include="library\MAML4\my_first_maml_library.anubis" />
  235 + <Compile Include="library\MAML4\pwd.anubis" />
194 <Compile Include="library\mycompile_everything.anubis" /> 236 <Compile Include="library\mycompile_everything.anubis" />
195 <Compile Include="library\network\dns.anubis" /> 237 <Compile Include="library\network\dns.anubis" />
196 <Compile Include="library\network\dns_tools.anubis" /> 238 <Compile Include="library\network\dns_tools.anubis" />
@@ -198,6 +240,38 @@ @@ -198,6 +240,38 @@
198 <Compile Include="library\network\sntp.anubis" /> 240 <Compile Include="library\network\sntp.anubis" />
199 <Compile Include="library\network\tools.anubis" /> 241 <Compile Include="library\network\tools.anubis" />
200 <Compile Include="library\official_library.anubis" /> 242 <Compile Include="library\official_library.anubis" />
  243 + <Compile Include="library\OpLang\examples\Anubis2_aux.anubis" />
  244 + <Compile Include="library\OpLang\examples\example_aux.anubis" />
  245 + <Compile Include="library\OpLang\examples\lambda_aux.anubis" />
  246 + <Compile Include="library\OpLang\examples\reduction_test.anubis" />
  247 + <Compile Include="library\OpLang\oplang.anubis" />
  248 + <Compile Include="library\OpLang\verify.anubis" />
  249 + <Compile Include="library\OpLang\version1\oplang_alpha_eq.anubis" />
  250 + <Compile Include="library\OpLang\version1\oplang_common.anubis" />
  251 + <Compile Include="library\OpLang\version1\oplang_compiler.anubis" />
  252 + <Compile Include="library\OpLang\version1\oplang_constants.anubis" />
  253 + <Compile Include="library\OpLang\version1\oplang_debug_tools.anubis" />
  254 + <Compile Include="library\OpLang\version1\oplang_factoring_out.anubis" />
  255 + <Compile Include="library\OpLang\version1\oplang_gctxt.anubis" />
  256 + <Compile Include="library\OpLang\version1\oplang_interpret.anubis" />
  257 + <Compile Include="library\OpLang\version1\oplang_layers.anubis" />
  258 + <Compile Include="library\OpLang\version1\oplang_occurs.anubis" />
  259 + <Compile Include="library\OpLang\version1\oplang_output.anubis" />
  260 + <Compile Include="library\OpLang\version1\oplang_pretty_format.anubis" />
  261 + <Compile Include="library\OpLang\version1\oplang_reduce.anubis" />
  262 + <Compile Include="library\OpLang\version1\oplang_refresh.anubis" />
  263 + <Compile Include="library\OpLang\version1\oplang_replace.anubis" />
  264 + <Compile Include="library\OpLang\version1\oplang_resolve.anubis" />
  265 + <Compile Include="library\OpLang\version1\oplang_stress_test.anubis" />
  266 + <Compile Include="library\OpLang\version1\oplang_tools.anubis" />
  267 + <Compile Include="library\OpLang\version1\oplang_to_strong.anubis" />
  268 + <Compile Include="library\OpLang\version1\oplang_tree_editor.anubis" />
  269 + <Compile Include="library\OpLang\version1\oplang_types.anubis" />
  270 + <Compile Include="library\OpLang\version1\oplang_unify.anubis" />
  271 + <Compile Include="library\OpLang\version1\oplang_verify.anubis" />
  272 + <Compile Include="library\OpLang\version1\oplang_visibility.anubis" />
  273 + <Compile Include="library\OpLang\version1\poubs.anubis" />
  274 + <Compile Include="library\OpLang\weak_types.anubis" />
201 <Compile Include="library\predefined.anubis" /> 275 <Compile Include="library\predefined.anubis" />
202 <Compile Include="library\syntactic_analysis\anubis_output.anubis" /> 276 <Compile Include="library\syntactic_analysis\anubis_output.anubis" />
203 <Compile Include="library\syntactic_analysis\common.anubis" /> 277 <Compile Include="library\syntactic_analysis\common.anubis" />
@@ -313,6 +387,7 @@ @@ -313,6 +387,7 @@
313 <Compile Include="library\tools\useful_types.anubis" /> 387 <Compile Include="library\tools\useful_types.anubis" />
314 <Compile Include="library\tools\utf-8.anubis" /> 388 <Compile Include="library\tools\utf-8.anubis" />
315 <Compile Include="library\tools\words.anubis" /> 389 <Compile Include="library\tools\words.anubis" />
  390 + <Compile Include="library\types\generated\mime.anubis" />
316 <Compile Include="library\version2\diaconescu.anubis" /> 391 <Compile Include="library\version2\diaconescu.anubis" />
317 <Compile Include="library\vm\vm_dump.anubis" /> 392 <Compile Include="library\vm\vm_dump.anubis" />
318 <Compile Include="library\vm_test.anubis" /> 393 <Compile Include="library\vm_test.anubis" />
@@ -530,68 +605,68 @@ @@ -530,68 +605,68 @@
530 <Compile Include="xlib\unit_test\test.anubis" /> 605 <Compile Include="xlib\unit_test\test.anubis" />
531 <Compile Include="xlib\unit_test\xml_rpc.unit_test.anubis" /> 606 <Compile Include="xlib\unit_test\xml_rpc.unit_test.anubis" />
532 <Compile Include="xlib\web\color\color.anubis" /> 607 <Compile Include="xlib\web\color\color.anubis" />
  608 + <Compile Include="xlib\web\common.anubis" />
533 <Compile Include="xlib\web\controllers_web_site.anubis" /> 609 <Compile Include="xlib\web\controllers_web_site.anubis" />
  610 + <Compile Include="xlib\web\cookies.anubis" />
534 <Compile Include="xlib\web\counter.anubis" /> 611 <Compile Include="xlib\web\counter.anubis" />
535 - <Compile Include="xlib\web\CXM_common.anubis" />  
536 - <Compile Include="xlib\web\CXM_cookies.anubis" />  
537 <Compile Include="xlib\web\CXM_dojo.anubis" /> 612 <Compile Include="xlib\web\CXM_dojo.anubis" />
538 <Compile Include="xlib\web\CXM_dropzone.anubis" /> 613 <Compile Include="xlib\web\CXM_dropzone.anubis" />
539 - <Compile Include="xlib\web\CXM_form.anubis" />  
540 <Compile Include="xlib\web\CXM_generic_form.anubis" /> 614 <Compile Include="xlib\web\CXM_generic_form.anubis" />
541 <Compile Include="xlib\web\CXM_generic_login.anubis" /> 615 <Compile Include="xlib\web\CXM_generic_login.anubis" />
542 <Compile Include="xlib\web\CXM_generic_table.anubis" /> 616 <Compile Include="xlib\web\CXM_generic_table.anubis" />
543 - <Compile Include="xlib\web\CXM_html_tooltip.anubis" />  
544 <Compile Include="xlib\web\CXM_https_get.anubis" /> 617 <Compile Include="xlib\web\CXM_https_get.anubis" />
545 <Compile Include="xlib\web\CXM_http_get.anubis" /> 618 <Compile Include="xlib\web\CXM_http_get.anubis" />
546 - <Compile Include="xlib\web\CXM_http_get_common.anubis" />  
547 - <Compile Include="xlib\web\CXM_jquery.anubis" />  
548 - <Compile Include="xlib\web\CXM_json.anubis" />  
549 - <Compile Include="xlib\web\CXM_making_a_web_site.anubis" />  
550 <Compile Include="xlib\web\CXM_mime.anubis" /> 619 <Compile Include="xlib\web\CXM_mime.anubis" />
551 - <Compile Include="xlib\web\CXM_multihost_http_server.anubis" />  
552 - <Compile Include="xlib\web\CXM_page_message.anubis" />  
553 <Compile Include="xlib\web\CXM_style_tools.anubis" /> 620 <Compile Include="xlib\web\CXM_style_tools.anubis" />
554 - <Compile Include="xlib\web\CXM_urllib.anubis" />  
555 - <Compile Include="xlib\web\CXM_web_action.anubis" />  
556 <Compile Include="xlib\web\CXM_web_arg_encode.anubis" /> 621 <Compile Include="xlib\web\CXM_web_arg_encode.anubis" />
557 - <Compile Include="xlib\web\CXM_web_arg_utils.anubis" />  
558 - <Compile Include="xlib\web\CXM_web_dump.anubis" />  
559 - <Compile Include="xlib\web\CXM_web_session.anubis" />  
560 - <Compile Include="xlib\web\CXM_widgets.anubis" />  
561 <Compile Include="xlib\web\CXM_xml_rpc.anubis" /> 622 <Compile Include="xlib\web\CXM_xml_rpc.anubis" />
562 <Compile Include="xlib\web\CXM_xml_rpc_parser.anubis" /> 623 <Compile Include="xlib\web\CXM_xml_rpc_parser.anubis" />
563 <Compile Include="xlib\web\CXM_xml_rpc_types.anubis" /> 624 <Compile Include="xlib\web\CXM_xml_rpc_types.anubis" />
564 <Compile Include="xlib\web\fonts\awesome.anubis" /> 625 <Compile Include="xlib\web\fonts\awesome.anubis" />
565 - <Compile Include="xlib\web\jQuery\CXM_jquery_animate.anubis" />  
566 - <Compile Include="xlib\web\jQuery\CXM_jquery_button.anubis" />  
567 - <Compile Include="xlib\web\jQuery\CXM_jquery_datatable.anubis" />  
568 - <Compile Include="xlib\web\jQuery\CXM_jquery_datatable_plugins.anubis" />  
569 - <Compile Include="xlib\web\jQuery\CXM_jquery_datatable_server_side.anubis" />  
570 - <Compile Include="xlib\web\jQuery\CXM_jquery_datatable_translation.anubis" />  
571 - <Compile Include="xlib\web\jQuery\CXM_jquery_datatable_types.anubis" />  
572 - <Compile Include="xlib\web\jQuery\CXM_jquery_dialog.anubis" />  
573 - <Compile Include="xlib\web\jQuery\CXM_jquery_easing.anubis" />  
574 - <Compile Include="xlib\web\jQuery\CXM_jquery_eudock.anubis" />  
575 - <Compile Include="xlib\web\jQuery\CXM_jquery_eudock_types.anubis" />  
576 - <Compile Include="xlib\web\jQuery\CXM_jquery_icons.anubis" />  
577 - <Compile Include="xlib\web\jQuery\CXM_jquery_jqplot.anubis" />  
578 - <Compile Include="xlib\web\jQuery\CXM_jquery_tabs.anubis" />  
579 - <Compile Include="xlib\web\jQuery\CXM_jquery_tiptip.anubis" />  
580 - <Compile Include="xlib\web\jQuery\CXM_jquery_toolbar.anubis" />  
581 - <Compile Include="xlib\web\jQuery\CXM_jq_checkbox.anubis" />  
582 - <Compile Include="xlib\web\jQuery\CXM_jq_form.anubis" />  
583 - <Compile Include="xlib\web\jQuery\CXM_jq_radio.anubis" />  
584 - <Compile Include="xlib\web\jQuery\jqgrid.anubis" /> 626 + <Compile Include="xlib\web\form.anubis" />
  627 + <Compile Include="xlib\web\html_tooltip.anubis" />
  628 + <Compile Include="xlib\web\http_get_common.anubis" />
  629 + <Compile Include="xlib\web\jquery.anubis" />
  630 + <Compile Include="xlib\web\jQuery\jq_animate.anubis" />
  631 + <Compile Include="xlib\web\jQuery\jq_button.anubis" />
  632 + <Compile Include="xlib\web\jQuery\jq_checkbox.anubis" />
  633 + <Compile Include="xlib\web\jQuery\jq_datatable.anubis" />
  634 + <Compile Include="xlib\web\jQuery\jq_datatable_plugins.anubis" />
  635 + <Compile Include="xlib\web\jQuery\jq_datatable_server_side.anubis" />
  636 + <Compile Include="xlib\web\jQuery\jq_datatable_translation.anubis" />
  637 + <Compile Include="xlib\web\jQuery\jq_datatable_types.anubis" />
  638 + <Compile Include="xlib\web\jQuery\jq_dialog.anubis" />
  639 + <Compile Include="xlib\web\jQuery\jq_easing.anubis" />
  640 + <Compile Include="xlib\web\jQuery\jq_eudock.anubis" />
  641 + <Compile Include="xlib\web\jQuery\jq_eudock_types.anubis" />
585 <Compile Include="xlib\web\jQuery\jq_flot.anubis" /> 642 <Compile Include="xlib\web\jQuery\jq_flot.anubis" />
  643 + <Compile Include="xlib\web\jQuery\jq_form.anubis" />
  644 + <Compile Include="xlib\web\jQuery\jq_grid.anubis" />
  645 + <Compile Include="xlib\web\jQuery\jq_icons.anubis" />
  646 + <Compile Include="xlib\web\jQuery\jq_jqplot.anubis" />
  647 + <Compile Include="xlib\web\jQuery\jq_radio.anubis" />
  648 + <Compile Include="xlib\web\jQuery\jq_tabs.anubis" />
  649 + <Compile Include="xlib\web\jQuery\jq_tiptip.anubis" />
  650 + <Compile Include="xlib\web\jQuery\jq_toolbar.anubis" />
586 <Compile Include="xlib\web\jQuery\ui-addon\datetimepicker.anubis" /> 651 <Compile Include="xlib\web\jQuery\ui-addon\datetimepicker.anubis" />
  652 + <Compile Include="xlib\web\json.anubis" />
587 <Compile Include="xlib\web\js_tools.anubis" /> 653 <Compile Include="xlib\web\js_tools.anubis" />
588 <Compile Include="xlib\web\load_content.anubis" /> 654 <Compile Include="xlib\web\load_content.anubis" />
  655 + <Compile Include="xlib\web\making_a_web_site.anubis" />
  656 + <Compile Include="xlib\web\multihost_http_server.anubis" />
  657 + <Compile Include="xlib\web\page_message.anubis" />
589 <Compile Include="xlib\web\piwik\CXM_piwik.anubis" /> 658 <Compile Include="xlib\web\piwik\CXM_piwik.anubis" />
590 <Compile Include="xlib\web\plugin\plugin.anubis" /> 659 <Compile Include="xlib\web\plugin\plugin.anubis" />
591 <Compile Include="xlib\web\types\controllers_web_site.anubis" /> 660 <Compile Include="xlib\web\types\controllers_web_site.anubis" />
592 <Compile Include="xlib\web\types\making_a_web_site.anubis" /> 661 <Compile Include="xlib\web\types\making_a_web_site.anubis" />
593 <Compile Include="xlib\web\types\web_action_name.anubis" /> 662 <Compile Include="xlib\web\types\web_action_name.anubis" />
594 <Compile Include="xlib\web\types\web_session.anubis" /> 663 <Compile Include="xlib\web\types\web_session.anubis" />
  664 + <Compile Include="xlib\web\urllib.anubis" />
  665 + <Compile Include="xlib\web\web_action.anubis" />
  666 + <Compile Include="xlib\web\web_arg_utils.anubis" />
  667 + <Compile Include="xlib\web\web_dump.anubis" />
  668 + <Compile Include="xlib\web\web_session.anubis" />
  669 + <Compile Include="xlib\web\widgets.anubis" />
595 <Compile Include="xlib\web\widgets\button.anubis" /> 670 <Compile Include="xlib\web\widgets\button.anubis" />
596 <Compile Include="xlib\web\widgets\css_helper.anubis" /> 671 <Compile Include="xlib\web\widgets\css_helper.anubis" />
597 <Compile Include="xlib\web\widgets\dashboard.anubis" /> 672 <Compile Include="xlib\web\widgets\dashboard.anubis" />
@@ -603,8 +678,32 @@ @@ -603,8 +678,32 @@
603 <Compile Include="xlib\web\widgets\menu.anubis" /> 678 <Compile Include="xlib\web\widgets\menu.anubis" />
604 <Compile Include="xlib\web\widgets\pager.anubis" /> 679 <Compile Include="xlib\web\widgets\pager.anubis" />
605 <Compile Include="xlib\web\widgets\specialized_elements.anubis" /> 680 <Compile Include="xlib\web\widgets\specialized_elements.anubis" />
  681 + <Compile Include="xlib\web\XL_web_stepper.anubis" />
606 <Compile Include="xlib\web_controllers\fs\fs_core.anubis" /> 682 <Compile Include="xlib\web_controllers\fs\fs_core.anubis" />
607 <Compile Include="xlib\web_controllers\language\language_management.anubis" /> 683 <Compile Include="xlib\web_controllers\language\language_management.anubis" />
  684 + <None Include="library\ACG\acg_user_doc.maml" />
  685 + <None Include="library\APG\aba.apg2" />
  686 + <None Include="library\APG\anubis_grammar.apg" />
  687 + <None Include="library\APG\APG2-manual.pdf" />
  688 + <None Include="library\APG\apg2.anubis.html" />
  689 + <None Include="library\APG\apg2_colorizer.maml" />
  690 + <None Include="library\APG\apg2_grammar.apg2" />
  691 + <None Include="library\APG\apg2_user_doc.maml" />
  692 + <None Include="library\APG\apg2_user_doc.maml.html" />
  693 + <None Include="library\APG\Charles-Efficient-LALRk-parsers.pdf" />
  694 + <None Include="library\APG\Efficient-Computation-of-lookaheads.pdf" />
  695 + <None Include="library\APG\example_parser.apg" />
  696 + <None Include="library\APG\generated\apg2_parser.internal.info" />
  697 + <None Include="library\APG\non-rr-example.apg" />
  698 + <None Include="library\APG\sam.apg2" />
  699 + <None Include="library\APG\same.apg" />
  700 + <None Include="library\APG\saunders_example_parser.apg" />
  701 + <None Include="library\APG\scratchpad.text" />
  702 + <None Include="library\APG\simple_calc.apg2" />
  703 + <None Include="library\CatLang\catlang_colorizer.maml" />
  704 + <None Include="library\CatLang\Hagino-thesis.pdf" />
  705 + <None Include="library\CatLang\user_doc.maml" />
  706 + <None Include="library\CatLang\user_doc.maml.html" />
608 <None Include="library\cipher\test_quick_base64.a2a" /> 707 <None Include="library\cipher\test_quick_base64.a2a" />
609 <None Include="library\compile_all.inproj" /> 708 <None Include="library\compile_all.inproj" />
610 <None Include="library\doc_tools\cows.jpg" /> 709 <None Include="library\doc_tools\cows.jpg" />
@@ -643,12 +742,102 @@ @@ -643,12 +742,102 @@
643 <None Include="library\graphism\image_samples\flowers.jpg" /> 742 <None Include="library\graphism\image_samples\flowers.jpg" />
644 <None Include="library\graphism\image_samples\mountain.jpg" /> 743 <None Include="library\graphism\image_samples\mountain.jpg" />
645 <None Include="library\graphism\image_samples\torrent.jpg" /> 744 <None Include="library\graphism\image_samples\torrent.jpg" />
  745 + <None Include="library\http\calculator_project.maml" />
  746 + <None Include="library\http\html5.anubis.html" />
  747 + <None Include="library\http\http-1-1-parser.apg2" />
  748 + <None Include="library\http\http1_parser.apg2.old" />
  749 + <None Include="library\http\http_server_user_doc.maml" />
  750 + <None Include="library\http\http_server_user_doc.maml.html" />
  751 + <None Include="library\http\new_http_server.maml" />
  752 + <None Include="library\http\new_http_server.maml.html" />
  753 + <None Include="library\http\new_http_server.pdf" />
  754 + <None Include="library\http\Talking.pdf" />
  755 + <None Include="library\http\toto.html" />
  756 + <None Include="library\http\websocket_config.apg2" />
  757 + <None Include="library\http\websocket_config.example" />
  758 + <None Include="library\http\websocket_example1.html" />
  759 + <None Include="library\http\websocket_request.apg2" />
  760 + <None Include="library\http\websocket_server.anubis.html" />
  761 + <None Include="library\http\websocket_server_user_doc.maml" />
  762 + <None Include="library\http\websocket_server_user_doc.maml.html" />
  763 + <None Include="library\http\websocket_server_user_doc.pdf" />
  764 + <None Include="library\http\websocket_test.html" />
  765 + <None Include="library\http\web_sessions.anubis.html" />
646 <None Include="library\install_released_files.bat" /> 766 <None Include="library\install_released_files.bat" />
647 <None Include="library\install_test.bat" /> 767 <None Include="library\install_test.bat" />
648 <None Include="library\lexical_analysis\lexer_maker_v2_example.lexer" /> 768 <None Include="library\lexical_analysis\lexer_maker_v2_example.lexer" />
649 <None Include="library\lexical_analysis\test.xml" /> 769 <None Include="library\lexical_analysis\test.xml" />
650 <None Include="library\locale\ISO-639-1 and ISO-639-2.txt" /> 770 <None Include="library\locale\ISO-639-1 and ISO-639-2.txt" />
651 <None Include="library\locale\ISO-639-2_values_8bits.txt" /> 771 <None Include="library\locale\ISO-639-2_values_8bits.txt" />
  772 + <None Include="library\MAML4\basis.maml" />
  773 + <None Include="library\MAML4\basis.maml.html" />
  774 + <None Include="library\MAML4\cows.jpg" />
  775 + <None Include="library\MAML4\essai.maml" />
  776 + <None Include="library\MAML4\essai.maml.html" />
  777 + <None Include="library\MAML4\image.html" />
  778 + <None Include="library\MAML4\maml4.anubis.html" />
  779 + <None Include="library\MAML4\maml4_interface.anubis.html" />
  780 + <None Include="library\MAML4\maml4_tutorial.maml" />
  781 + <None Include="library\MAML4\maml4_tutorial.maml.html" />
  782 + <None Include="library\MAML4\rail\gram.c" />
  783 + <None Include="library\MAML4\rail\gram.h" />
  784 + <None Include="library\MAML4\rail\gram.y" />
  785 + <None Include="library\MAML4\rail\lex.c" />
  786 + <None Include="library\MAML4\rail\lex.l" />
  787 + <None Include="library\MAML4\rail\Makefile" />
  788 + <None Include="library\MAML4\rail\MANIFEST" />
  789 + <None Include="library\MAML4\rail\patchlevel.h" />
  790 + <None Include="library\MAML4\rail\rail" />
  791 + <None Include="library\MAML4\rail\rail.c" />
  792 + <None Include="library\MAML4\rail\rail.exe" />
  793 + <None Include="library\MAML4\rail\rail.h" />
  794 + <None Include="library\MAML4\rail\rail.man" />
  795 + <None Include="library\MAML4\rail\rail.pdf" />
  796 + <None Include="library\MAML4\rail\rail.ps" />
  797 + <None Include="library\MAML4\rail\rail.sty" />
  798 + <None Include="library\MAML4\rail\rail.tex" />
  799 + <None Include="library\MAML4\rail\README" />
  800 + <None Include="library\MAML4\rail\README2e" />
  801 + <None Include="library\MAML4\rail\try.tex" />
  802 + <None Include="library\MAML4\rail\y.output" />
  803 + <None Include="library\MAML4\rail\y.tab.c" />
  804 + <None Include="library\MAML4\rail\y.tab.h" />
  805 + <None Include="library\MAML4\separate.png" />
  806 + <None Include="library\MAML4\sepcows.html" />
  807 + <None Include="library\MAML4\window.open-1.html" />
  808 + <None Include="library\MAML4\window.open-2.html" />
  809 + <None Include="library\MAML4\_cows.jpg" />
  810 + <None Include="library\MetaWeb\metaweb-doc.maml" />
  811 + <None Include="library\MetaWeb\pattern.html" />
  812 + <None Include="library\OpLang\.classifiers.tex.marks" />
  813 + <None Include="library\OpLang\Anubis1.oplang" />
  814 + <None Include="library\OpLang\examples\Anubis2.oplang" />
  815 + <None Include="library\OpLang\examples\example.oplang" />
  816 + <None Include="library\OpLang\examples\lambda.oplang" />
  817 + <None Include="library\OpLang\examples\lambda.oplang.examples.maml" />
  818 + <None Include="library\OpLang\examples\reduction_test.oplang" />
  819 + <None Include="library\OpLang\examples\saunders.oplang" />
  820 + <None Include="library\OpLang\examples\simple_lambda.oplang" />
  821 + <None Include="library\OpLang\grammar.apg2" />
  822 + <None Include="library\OpLang\grammar.apg2.html" />
  823 + <None Include="library\OpLang\oplang_colorizer.maml" />
  824 + <None Include="library\OpLang\oplang_layer_components.maml" />
  825 + <None Include="library\OpLang\oplang_macros.maml" />
  826 + <None Include="library\OpLang\oplang_user_doc.maml" />
  827 + <None Include="library\OpLang\oplang_user_doc.maml.html" />
  828 + <None Include="library\OpLang\verify.anubis.html" />
  829 + <None Include="library\OpLang\version1\all_types.maml" />
  830 + <None Include="library\OpLang\version1\Anubis1.oplang" />
  831 + <None Include="library\OpLang\version1\classifiers.maml" />
  832 + <None Include="library\OpLang\version1\oplang_colorizer.maml" />
  833 + <None Include="library\OpLang\version1\oplang_grammar.apg2" />
  834 + <None Include="library\OpLang\version1\oplang_layer_components.maml" />
  835 + <None Include="library\OpLang\version1\oplang_macros.maml" />
  836 + <None Include="library\OpLang\version1\oplang_source.maml" />
  837 + <None Include="library\OpLang\version1\oplang_user_doc.maml" />
  838 + <None Include="library\OpLang\version1\stress_test.oplang" />
  839 + <None Include="library\OpLang\version1\unification.maml" />
  840 + <None Include="library\OpLang\weak_types.anubis.html" />
652 <None Include="library\syntactic_analysis\anubis_output.anubis.test" /> 841 <None Include="library\syntactic_analysis\anubis_output.anubis.test" />
653 <None Include="library\syntactic_analysis\calculator_example.apg" /> 842 <None Include="library\syntactic_analysis\calculator_example.apg" />
654 <None Include="library\syntactic_analysis\README" /> 843 <None Include="library\syntactic_analysis\README" />
@@ -772,6 +961,10 @@ @@ -772,6 +961,10 @@
772 <Folder Include="library\a2a" /> 961 <Folder Include="library\a2a" />
773 <Folder Include="library\a2a\C" /> 962 <Folder Include="library\a2a\C" />
774 <Folder Include="library\a2a\generic" /> 963 <Folder Include="library\a2a\generic" />
  964 + <Folder Include="library\ACG" />
  965 + <Folder Include="library\APG" />
  966 + <Folder Include="library\APG\generated" />
  967 + <Folder Include="library\CatLang" />
775 <Folder Include="library\charset" /> 968 <Folder Include="library\charset" />
776 <Folder Include="library\cipher" /> 969 <Folder Include="library\cipher" />
777 <Folder Include="library\converters" /> 970 <Folder Include="library\converters" />
@@ -790,10 +983,18 @@ @@ -790,10 +983,18 @@
790 <Folder Include="library\examples\system" /> 983 <Folder Include="library\examples\system" />
791 <Folder Include="library\graphism" /> 984 <Folder Include="library\graphism" />
792 <Folder Include="library\graphism\image_samples" /> 985 <Folder Include="library\graphism\image_samples" />
  986 + <Folder Include="library\http" />
793 <Folder Include="library\lexical_analysis" /> 987 <Folder Include="library\lexical_analysis" />
794 <Folder Include="library\locale" /> 988 <Folder Include="library\locale" />
795 <Folder Include="library\mail" /> 989 <Folder Include="library\mail" />
  990 + <Folder Include="library\MAML4" />
  991 + <Folder Include="library\MAML4\generated" />
  992 + <Folder Include="library\MAML4\rail" />
  993 + <Folder Include="library\MetaWeb" />
796 <Folder Include="library\network" /> 994 <Folder Include="library\network" />
  995 + <Folder Include="library\OpLang" />
  996 + <Folder Include="library\OpLang\examples" />
  997 + <Folder Include="library\OpLang\version1" />
797 <Folder Include="library\syntactic_analysis" /> 998 <Folder Include="library\syntactic_analysis" />
798 <Folder Include="library\system" /> 999 <Folder Include="library\system" />
799 <Folder Include="library\system\parameter" /> 1000 <Folder Include="library\system\parameter" />
@@ -805,6 +1006,8 @@ @@ -805,6 +1006,8 @@
805 <Folder Include="library\test\system" /> 1006 <Folder Include="library\test\system" />
806 <Folder Include="library\test\tools" /> 1007 <Folder Include="library\test\tools" />
807 <Folder Include="library\tools" /> 1008 <Folder Include="library\tools" />
  1009 + <Folder Include="library\types" />
  1010 + <Folder Include="library\types\generated" />
808 <Folder Include="library\version2" /> 1011 <Folder Include="library\version2" />
809 <Folder Include="library\vm" /> 1012 <Folder Include="library\vm" />
810 <Folder Include="library\web" /> 1013 <Folder Include="library\web" />
@@ -835,6 +1038,8 @@ @@ -835,6 +1038,8 @@
835 <Folder Include="xlib\network" /> 1038 <Folder Include="xlib\network" />
836 <Folder Include="xlib\net_services" /> 1039 <Folder Include="xlib\net_services" />
837 <Folder Include="xlib\net_services_protocols" /> 1040 <Folder Include="xlib\net_services_protocols" />
  1041 + <Folder Include="xlib\web\jQuery" />
  1042 + <Folder Include="xlib\web\jQuery\ui-addon" />
838 <Folder Include="xlib\web_controllers" /> 1043 <Folder Include="xlib\web_controllers" />
839 <Folder Include="xlib\obj" /> 1044 <Folder Include="xlib\obj" />
840 <Folder Include="xlib\os_tools" /> 1045 <Folder Include="xlib\os_tools" />
@@ -848,8 +1053,6 @@ @@ -848,8 +1053,6 @@
848 <Folder Include="xlib\web" /> 1053 <Folder Include="xlib\web" />
849 <Folder Include="xlib\web\color" /> 1054 <Folder Include="xlib\web\color" />
850 <Folder Include="xlib\web\fonts" /> 1055 <Folder Include="xlib\web\fonts" />
851 - <Folder Include="xlib\web\jQuery" />  
852 - <Folder Include="xlib\web\jQuery\ui-addon" />  
853 <Folder Include="xlib\web\js" /> 1056 <Folder Include="xlib\web\js" />
854 <Folder Include="xlib\web\piwik" /> 1057 <Folder Include="xlib\web\piwik" />
855 <Folder Include="xlib\web\plugin" /> 1058 <Folder Include="xlib\web\plugin" />
hayamiki_web_controller.ide
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 Microsoft Visual Studio Solution File, Format Version 9.00 2 Microsoft Visual Studio Solution File, Format Version 9.00
3 # Visual Studio 2005 3 # Visual Studio 2005
4 # SharpDevelop 1.0.12.108 4 # SharpDevelop 1.0.12.108
5 -Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "hayamiki_generator", "hayamiki_generator.aproj", "7E37A20A-56EA-4128-88F5-FE55B0F5CB45" 5 +Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "hayamiki_generator.1.19", "hayamiki_generator.1.19.aproj", "7E37A20A-56EA-4128-88F5-FE55B0F5CB45"
6 EndProject 6 EndProject
7 Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "hayamiki_ds_types", "hayamiki_ds_types.aproj", "{06BE5572-9B4A-4F41-A01E-84C730A8F4E4}" 7 Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "hayamiki_ds_types", "hayamiki_ds_types.aproj", "{06BE5572-9B4A-4F41-A01E-84C730A8F4E4}"
8 EndProject 8 EndProject
src/generation/cxm_lib_menu.anubis
@@ -81,7 +81,7 @@ public define Maybe(One) @@ -81,7 +81,7 @@ public define Maybe(One)
81 * Time: "+_Int_to_ISO_8601_time(now)+" 81 * Time: "+_Int_to_ISO_8601_time(now)+"
82 */ 82 */
83 83
84 -transmit xlib/web/CXM_making_a_web_site.anubis 84 +transmit xlib/web/making_a_web_site.anubis
85 transmit xlib/web/widgets/menu.anubis 85 transmit xlib/web/widgets/menu.anubis
86 86
87 public define List(Menu_Item) 87 public define List(Menu_Item)
src/generation/files.anubis
@@ -254,8 +254,9 @@ define Maybe(One) @@ -254,8 +254,9 @@ define Maybe(One)
254 254
255 //process. We serialize the database model and make SHA1 of the result. This result is stored in file hayamiki.ini 255 //process. We serialize the database model and make SHA1 of the result. This result is stored in file hayamiki.ini
256 //in root of destination_dir 256 //in root of destination_dir
257 -  
258 - println("\nHayamiki Generator"); 257 + with cur_dir = get_current_directory,
  258 + println("\nHayamiki Generator 1.19");
  259 + println("current dir :"+cur_dir);
259 println("Destination dir: "+destination_dir); 260 println("Destination dir: "+destination_dir);
260 with ini = loadIniFile(destination_dir+"/hayamiki.ini"), 261 with ini = loadIniFile(destination_dir+"/hayamiki.ini"),
261 262
src/generation/header.anubis
@@ -52,11 +52,11 @@ public define Maybe(One) @@ -52,11 +52,11 @@ public define Maybe(One)
52 */ 52 */
53 transmit tools/basis.anubis 53 transmit tools/basis.anubis
54 54
55 -transmit xlib/web/CXM_making_a_web_site.anubis  
56 -transmit xlib/web/CXM_common.anubis  
57 -transmit xlib/web/CXM_web_dump.anubis  
58 -transmit xlib/web/CXM_web_arg_utils.anubis  
59 -transmit xlib/web/CXM_json.anubis 55 +transmit xlib/web/making_a_web_site.anubis
  56 +transmit xlib/web/common.anubis
  57 +transmit xlib/web/web_dump.anubis
  58 +transmit xlib/web/web_arg_utils.anubis
  59 +transmit xlib/web/json.anubis
60 transmit xlib/web/widgets/icons_set.anubis 60 transmit xlib/web/widgets/icons_set.anubis
61 transmit data_base/sqlite.anubis 61 transmit data_base/sqlite.anubis
62 transmit data_base/db_tools.anubis 62 transmit data_base/db_tools.anubis
src/generation/html.anubis
@@ -8,8 +8,8 @@ @@ -8,8 +8,8 @@
8 8
9 read system/string.anubis 9 read system/string.anubis
10 read tools/basis.anubis 10 read tools/basis.anubis
11 -read xlib/web/CXM_making_a_web_site.anubis  
12 -read xlib/web/CXM_web_action.anubis 11 +read xlib/web/making_a_web_site.anubis
  12 +read xlib/web/web_action.anubis
13 read hayamiki_lib/types/hayamiki.anubis 13 read hayamiki_lib/types/hayamiki.anubis
14 14
15 read icons.anubis 15 read icons.anubis
src/generation/web_args.anubis
@@ -264,6 +264,7 @@ public define Maybe(One) @@ -264,6 +264,7 @@ public define Maybe(One)
264 " List(Web_arg) lwa,\n"+ 264 " List(Web_arg) lwa,\n"+
265 " String __prefix__\n"+ 265 " String __prefix__\n"+
266 " )=\n"+ //head of the definition 266 " )=\n"+ //head of the definition
  267 + " (List(SQLite3_update_field))\n"+
267 _generate_extract_web_arg_to_update_field(columns)+ //all editable components of the type 268 _generate_extract_web_arg_to_update_field(columns)+ //all editable components of the type
268 "\n.\n") is //end of the function 269 "\n.\n") is //end of the function
269 { 270 {
src/web_controller/database/generated/fs_file.anubis
@@ -7,11 +7,11 @@ @@ -7,11 +7,11 @@
7 */ 7 */
8 transmit tools/basis.anubis 8 transmit tools/basis.anubis
9 9
10 -transmit xlib/web/CXM_making_a_web_site.anubis  
11 -transmit xlib/web/CXM_common.anubis  
12 -transmit xlib/web/CXM_web_dump.anubis  
13 -transmit xlib/web/CXM_web_arg_utils.anubis  
14 -transmit xlib/web/CXM_json.anubis 10 +transmit xlib/web/making_a_web_site.anubis
  11 +transmit xlib/web/common.anubis
  12 +transmit xlib/web/web_dump.anubis
  13 +transmit xlib/web/web_arg_utils.anubis
  14 +transmit xlib/web/json.anubis
15 transmit xlib/web/widgets/icons_set.anubis 15 transmit xlib/web/widgets/icons_set.anubis
16 transmit data_base/sqlite.anubis 16 transmit data_base/sqlite.anubis
17 transmit data_base/db_tools.anubis 17 transmit data_base/db_tools.anubis
src/web_controller/hayamiki.anubis
@@ -32,19 +32,19 @@ read system/convert.anubis @@ -32,19 +32,19 @@ read system/convert.anubis
32 32
33 //read utils.anubis 33 //read utils.anubis
34 read locale/L3LanguageInfo.anubis 34 read locale/L3LanguageInfo.anubis
35 -read xlib/web/CXM_common.anubis  
36 -read xlib/web/CXM_web_arg_utils.anubis 35 +read xlib/web/common.anubis
  36 +read xlib/web/web_arg_utils.anubis
37 read xlib/web/controllers_web_site.anubis 37 read xlib/web/controllers_web_site.anubis
38 -read xlib/web/CXM_multihost_http_server.anubis  
39 -read xlib/web/CXM_form.anubis  
40 -read xlib/web/CXM_json.anubis  
41 -read xlib/web/CXM_web_dump.anubis 38 +read xlib/web/multihost_http_server.anubis
  39 +read xlib/web/form.anubis
  40 +read xlib/web/json.anubis
  41 +read xlib/web/web_dump.anubis
42 read xlib/web/widgets/left_menu.anubis 42 read xlib/web/widgets/left_menu.anubis
43 //read database/users.anubis 43 //read database/users.anubis
44 44
45 45
46 read xlib/web/widgets/css_helper.anubis 46 read xlib/web/widgets/css_helper.anubis
47 -read xlib/web/CXM_page_message.anubis 47 +read xlib/web/page_message.anubis
48 48
49 //read app/app_constants.anubis 49 //read app/app_constants.anubis
50 //read config/app_config.anubis 50 //read config/app_config.anubis
src/web_controller/hayamiki_plugin.anubis
@@ -29,12 +29,12 @@ define Maybe(HTML_Partial_Content) @@ -29,12 +29,12 @@ define Maybe(HTML_Partial_Content)
29 . 29 .
30 30
31 global define WEB_Plugin 31 global define WEB_Plugin
32 - hayamiki_web_plugin_1_14_lib 32 + hayamiki_web_plugin_1_19_lib
33 = 33 =
34 web_plugin( 34 web_plugin(
35 "HAYAMIKI", 35 "HAYAMIKI",
36 "BASE", 36 "BASE",
37 - "1.14.0", 37 + "1.19.0",
38 _Int_to_ISO_8601_datetime(to_Int(__TIME__)), 38 _Int_to_ISO_8601_datetime(to_Int(__TIME__)),
39 plugin_get_controller, 39 plugin_get_controller,
40 plugin_get_typed_content 40 plugin_get_typed_content
src/web_controller/hkc_files_management.anubis
@@ -11,7 +11,7 @@ read xlib/web/controllers_web_site.anubis @@ -11,7 +11,7 @@ read xlib/web/controllers_web_site.anubis
11 read database/generated/fs_file.anubis 11 read database/generated/fs_file.anubis
12 read xlib/web_controllers/language/language_management.anubis 12 read xlib/web_controllers/language/language_management.anubis
13 read xlib/web_controllers/fs/fs_core.anubis 13 read xlib/web_controllers/fs/fs_core.anubis
14 -read xlib/web/CXM_json.anubis 14 +read xlib/web/json.anubis
15 15
16 define DB_id 16 define DB_id
17 get_new_hkc_id_from_fs 17 get_new_hkc_id_from_fs
xlib @ bbf52ca41a0
1 -Subproject commit 949610f9d1d08e5d9af777975857a7b1d79962cd 1 +Subproject commit bbf52ca41a0f8173bea54da731144147982f2580