Commit 3e7af623279e9b147f25f1834bc3f1f13fd974fa

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
hayamiki_generator.ide renamed to hayamiki_generator1.19.ide
... ... @@ -2,10 +2,12 @@
2 2 Microsoft Visual Studio Solution File, Format Version 9.00
3 3 # Visual Studio 2005
4 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 6 EndProject
7 7 Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "hayamiki_ds_types", "hayamiki_ds_types.aproj", "{06BE5572-9B4A-4F41-A01E-84C730A8F4E4}"
8 8 EndProject
  9 +Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "hayamiki_web_controller", "hayamiki_web_controller.aproj", "{90372B21-80FA-4EB8-B17C-072EB55713D7}"
  10 +EndProject
9 11 Global
10 12 GlobalSection(SolutionConfigurationPlatforms) = preSolution
11 13 Debug|Any CPU = Debug|Any CPU
... ... @@ -24,5 +26,9 @@ Global
24 26 {06BE5572-9B4A-4F41-A01E-84C730A8F4E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25 27 {06BE5572-9B4A-4F41-A01E-84C730A8F4E4}.Release|Any CPU.Build.0 = Release|Any CPU
26 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 33 EndGlobalSection
28 34 EndGlobal
... ...
hayamiki_lib @ e7921b1c144
1   -Subproject commit 1c5d20365995cae3582c4a7a1f01c58f7e5e170b
  1 +Subproject commit e7921b1c144d92e56e878ed564c665e091907b3e
... ...
hayamiki_web_controller.aproj
... ... @@ -11,7 +11,7 @@
11 11 <MakeUsedFile>False</MakeUsedFile>
12 12 <MakeUnusedFile>False</MakeUnusedFile>
13 13 <AnubiscVerbosity>False</AnubiscVerbosity>
14   - <AnubisPath>C:\Program Files (x86)\Anubis\1.14\</AnubisPath>
  14 + <AnubisPath>C:\anubis\1.19\</AnubisPath>
15 15 </PropertyGroup>
16 16 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
17 17 <OutputPath>bin\Debug\</OutputPath>
... ... @@ -32,6 +32,7 @@
32 32 <Compile Include="hayamiki_lib\controller\hk_rows_import.anubis" />
33 33 <Compile Include="hayamiki_lib\controller\hk_sql_utils.anubis" />
34 34 <Compile Include="hayamiki_lib\controller\hk_trigger.anubis" />
  35 + <Compile Include="hayamiki_lib\controller\hk_utils.anubis" />
35 36 <Compile Include="hayamiki_lib\controller\load_web_controller.anubis" />
36 37 <Compile Include="hayamiki_lib\ds_files\ds_types.anubis" />
37 38 <Compile Include="hayamiki_lib\hk_generator.anubis" />
... ... @@ -81,6 +82,22 @@
81 82 <Compile Include="library\a2a\C\formater.anubis" />
82 83 <Compile Include="library\a2a\example.anubis" />
83 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 101 <Compile Include="library\charset\charset_decoder.anubis" />
85 102 <Compile Include="library\charset\iso2022_jp_decoder.anubis" />
86 103 <Compile Include="library\cipher\base64.anubis" />
... ... @@ -174,12 +191,21 @@
174 191 <Compile Include="library\graphism\png_size.anubis" />
175 192 <Compile Include="library\graphism\test_charts.anubis" />
176 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 203 <Compile Include="library\install_released_files.anubis" />
178 204 <Compile Include="library\lexical_analysis\compile_time_test.anubis" />
179 205 <Compile Include="library\lexical_analysis\fast_lexer.anubis" />
180 206 <Compile Include="library\lexical_analysis\fast_lexer_2.anubis" />
181 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 209 <Compile Include="library\lexical_analysis\fast_lexer_example_1.anubis" />
184 210 <Compile Include="library\lexical_analysis\fast_lexer_example_2.anubis" />
185 211 <Compile Include="library\lexical_analysis\lexer_maker_v2.anubis" />
... ... @@ -191,6 +217,22 @@
191 217 <Compile Include="library\mail\send_mail.anubis" />
192 218 <Compile Include="library\mail\smtp_server.anubis" />
193 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 236 <Compile Include="library\mycompile_everything.anubis" />
195 237 <Compile Include="library\network\dns.anubis" />
196 238 <Compile Include="library\network\dns_tools.anubis" />
... ... @@ -198,6 +240,38 @@
198 240 <Compile Include="library\network\sntp.anubis" />
199 241 <Compile Include="library\network\tools.anubis" />
200 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 275 <Compile Include="library\predefined.anubis" />
202 276 <Compile Include="library\syntactic_analysis\anubis_output.anubis" />
203 277 <Compile Include="library\syntactic_analysis\common.anubis" />
... ... @@ -313,6 +387,7 @@
313 387 <Compile Include="library\tools\useful_types.anubis" />
314 388 <Compile Include="library\tools\utf-8.anubis" />
315 389 <Compile Include="library\tools\words.anubis" />
  390 + <Compile Include="library\types\generated\mime.anubis" />
316 391 <Compile Include="library\version2\diaconescu.anubis" />
317 392 <Compile Include="library\vm\vm_dump.anubis" />
318 393 <Compile Include="library\vm_test.anubis" />
... ... @@ -530,68 +605,68 @@
530 605 <Compile Include="xlib\unit_test\test.anubis" />
531 606 <Compile Include="xlib\unit_test\xml_rpc.unit_test.anubis" />
532 607 <Compile Include="xlib\web\color\color.anubis" />
  608 + <Compile Include="xlib\web\common.anubis" />
533 609 <Compile Include="xlib\web\controllers_web_site.anubis" />
  610 + <Compile Include="xlib\web\cookies.anubis" />
534 611 <Compile Include="xlib\web\counter.anubis" />
535   - <Compile Include="xlib\web\CXM_common.anubis" />
536   - <Compile Include="xlib\web\CXM_cookies.anubis" />
537 612 <Compile Include="xlib\web\CXM_dojo.anubis" />
538 613 <Compile Include="xlib\web\CXM_dropzone.anubis" />
539   - <Compile Include="xlib\web\CXM_form.anubis" />
540 614 <Compile Include="xlib\web\CXM_generic_form.anubis" />
541 615 <Compile Include="xlib\web\CXM_generic_login.anubis" />
542 616 <Compile Include="xlib\web\CXM_generic_table.anubis" />
543   - <Compile Include="xlib\web\CXM_html_tooltip.anubis" />
544 617 <Compile Include="xlib\web\CXM_https_get.anubis" />
545 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 619 <Compile Include="xlib\web\CXM_mime.anubis" />
551   - <Compile Include="xlib\web\CXM_multihost_http_server.anubis" />
552 620 <Compile Include="xlib\web\CXM_page_message.anubis" />
553 621 <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 622 <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 623 <Compile Include="xlib\web\CXM_xml_rpc.anubis" />
562 624 <Compile Include="xlib\web\CXM_xml_rpc_parser.anubis" />
563 625 <Compile Include="xlib\web\CXM_xml_rpc_types.anubis" />
564 626 <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" />
  627 + <Compile Include="xlib\web\form.anubis" />
  628 + <Compile Include="xlib\web\html_tooltip.anubis" />
  629 + <Compile Include="xlib\web\http_get_common.anubis" />
  630 + <Compile Include="xlib\web\jquery.anubis" />
  631 + <Compile Include="xlib\web\jQuery\jq_animate.anubis" />
  632 + <Compile Include="xlib\web\jQuery\jq_button.anubis" />
  633 + <Compile Include="xlib\web\jQuery\jq_checkbox.anubis" />
  634 + <Compile Include="xlib\web\jQuery\jq_datatable.anubis" />
  635 + <Compile Include="xlib\web\jQuery\jq_datatable_plugins.anubis" />
  636 + <Compile Include="xlib\web\jQuery\jq_datatable_server_side.anubis" />
  637 + <Compile Include="xlib\web\jQuery\jq_datatable_translation.anubis" />
  638 + <Compile Include="xlib\web\jQuery\jq_datatable_types.anubis" />
  639 + <Compile Include="xlib\web\jQuery\jq_dialog.anubis" />
  640 + <Compile Include="xlib\web\jQuery\jq_easing.anubis" />
  641 + <Compile Include="xlib\web\jQuery\jq_eudock.anubis" />
  642 + <Compile Include="xlib\web\jQuery\jq_eudock_types.anubis" />
585 643 <Compile Include="xlib\web\jQuery\jq_flot.anubis" />
  644 + <Compile Include="xlib\web\jQuery\jq_form.anubis" />
  645 + <Compile Include="xlib\web\jQuery\jq_grid.anubis" />
  646 + <Compile Include="xlib\web\jQuery\jq_icons.anubis" />
  647 + <Compile Include="xlib\web\jQuery\jq_jqplot.anubis" />
  648 + <Compile Include="xlib\web\jQuery\jq_radio.anubis" />
  649 + <Compile Include="xlib\web\jQuery\jq_tabs.anubis" />
  650 + <Compile Include="xlib\web\jQuery\jq_tiptip.anubis" />
  651 + <Compile Include="xlib\web\jQuery\jq_toolbar.anubis" />
586 652 <Compile Include="xlib\web\jQuery\ui-addon\datetimepicker.anubis" />
  653 + <Compile Include="xlib\web\json.anubis" />
587 654 <Compile Include="xlib\web\js_tools.anubis" />
588 655 <Compile Include="xlib\web\load_content.anubis" />
  656 + <Compile Include="xlib\web\making_a_web_site.anubis" />
  657 + <Compile Include="xlib\web\multihost_http_server.anubis" />
589 658 <Compile Include="xlib\web\piwik\CXM_piwik.anubis" />
590 659 <Compile Include="xlib\web\plugin\plugin.anubis" />
591 660 <Compile Include="xlib\web\types\controllers_web_site.anubis" />
592 661 <Compile Include="xlib\web\types\making_a_web_site.anubis" />
593 662 <Compile Include="xlib\web\types\web_action_name.anubis" />
594 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 670 <Compile Include="xlib\web\widgets\button.anubis" />
596 671 <Compile Include="xlib\web\widgets\css_helper.anubis" />
597 672 <Compile Include="xlib\web\widgets\dashboard.anubis" />
... ... @@ -603,8 +678,32 @@
603 678 <Compile Include="xlib\web\widgets\menu.anubis" />
604 679 <Compile Include="xlib\web\widgets\pager.anubis" />
605 680 <Compile Include="xlib\web\widgets\specialized_elements.anubis" />
  681 + <Compile Include="xlib\web\XL_web_stepper.anubis" />
606 682 <Compile Include="xlib\web_controllers\fs\fs_core.anubis" />
607 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 707 <None Include="library\cipher\test_quick_base64.a2a" />
609 708 <None Include="library\compile_all.inproj" />
610 709 <None Include="library\doc_tools\cows.jpg" />
... ... @@ -643,12 +742,102 @@
643 742 <None Include="library\graphism\image_samples\flowers.jpg" />
644 743 <None Include="library\graphism\image_samples\mountain.jpg" />
645 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 766 <None Include="library\install_released_files.bat" />
647 767 <None Include="library\install_test.bat" />
648 768 <None Include="library\lexical_analysis\lexer_maker_v2_example.lexer" />
649 769 <None Include="library\lexical_analysis\test.xml" />
650 770 <None Include="library\locale\ISO-639-1 and ISO-639-2.txt" />
651 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 841 <None Include="library\syntactic_analysis\anubis_output.anubis.test" />
653 842 <None Include="library\syntactic_analysis\calculator_example.apg" />
654 843 <None Include="library\syntactic_analysis\README" />
... ... @@ -772,6 +961,10 @@
772 961 <Folder Include="library\a2a" />
773 962 <Folder Include="library\a2a\C" />
774 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 968 <Folder Include="library\charset" />
776 969 <Folder Include="library\cipher" />
777 970 <Folder Include="library\converters" />
... ... @@ -790,10 +983,18 @@
790 983 <Folder Include="library\examples\system" />
791 984 <Folder Include="library\graphism" />
792 985 <Folder Include="library\graphism\image_samples" />
  986 + <Folder Include="library\http" />
793 987 <Folder Include="library\lexical_analysis" />
794 988 <Folder Include="library\locale" />
795 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 994 <Folder Include="library\network" />
  995 + <Folder Include="library\OpLang" />
  996 + <Folder Include="library\OpLang\examples" />
  997 + <Folder Include="library\OpLang\version1" />
797 998 <Folder Include="library\syntactic_analysis" />
798 999 <Folder Include="library\system" />
799 1000 <Folder Include="library\system\parameter" />
... ... @@ -805,6 +1006,8 @@
805 1006 <Folder Include="library\test\system" />
806 1007 <Folder Include="library\test\tools" />
807 1008 <Folder Include="library\tools" />
  1009 + <Folder Include="library\types" />
  1010 + <Folder Include="library\types\generated" />
808 1011 <Folder Include="library\version2" />
809 1012 <Folder Include="library\vm" />
810 1013 <Folder Include="library\web" />
... ... @@ -835,6 +1038,8 @@
835 1038 <Folder Include="xlib\network" />
836 1039 <Folder Include="xlib\net_services" />
837 1040 <Folder Include="xlib\net_services_protocols" />
  1041 + <Folder Include="xlib\web\jQuery" />
  1042 + <Folder Include="xlib\web\jQuery\ui-addon" />
838 1043 <Folder Include="xlib\web_controllers" />
839 1044 <Folder Include="xlib\obj" />
840 1045 <Folder Include="xlib\os_tools" />
... ... @@ -848,8 +1053,6 @@
848 1053 <Folder Include="xlib\web" />
849 1054 <Folder Include="xlib\web\color" />
850 1055 <Folder Include="xlib\web\fonts" />
851   - <Folder Include="xlib\web\jQuery" />
852   - <Folder Include="xlib\web\jQuery\ui-addon" />
853 1056 <Folder Include="xlib\web\js" />
854 1057 <Folder Include="xlib\web\piwik" />
855 1058 <Folder Include="xlib\web\plugin" />
... ...
hayamiki_web_controller.ide
... ... @@ -2,7 +2,7 @@
2 2 Microsoft Visual Studio Solution File, Format Version 9.00
3 3 # Visual Studio 2005
4 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 6 EndProject
7 7 Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "hayamiki_ds_types", "hayamiki_ds_types.aproj", "{06BE5572-9B4A-4F41-A01E-84C730A8F4E4}"
8 8 EndProject
... ...
src/generation/cxm_lib_menu.anubis
... ... @@ -81,7 +81,7 @@ public define Maybe(One)
81 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 85 transmit xlib/web/widgets/menu.anubis
86 86  
87 87 public define List(Menu_Item)
... ...
src/generation/files.anubis
... ... @@ -254,8 +254,9 @@ define Maybe(One)
254 254  
255 255 //process. We serialize the database model and make SHA1 of the result. This result is stored in file hayamiki.ini
256 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 260 println("Destination dir: "+destination_dir);
260 261 with ini = loadIniFile(destination_dir+"/hayamiki.ini"),
261 262  
... ...
src/generation/header.anubis
... ... @@ -52,11 +52,11 @@ public define Maybe(One)
52 52 */
53 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 60 transmit xlib/web/widgets/icons_set.anubis
61 61 transmit data_base/sqlite.anubis
62 62 transmit data_base/db_tools.anubis
... ...
src/generation/html.anubis
... ... @@ -8,8 +8,8 @@
8 8  
9 9 read system/string.anubis
10 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 13 read hayamiki_lib/types/hayamiki.anubis
14 14  
15 15 read icons.anubis
... ...
src/generation/web_args.anubis
... ... @@ -264,6 +264,7 @@ public define Maybe(One)
264 264 " List(Web_arg) lwa,\n"+
265 265 " String __prefix__\n"+
266 266 " )=\n"+ //head of the definition
  267 + " (List(SQLite3_update_field))\n"+
267 268 _generate_extract_web_arg_to_update_field(columns)+ //all editable components of the type
268 269 "\n.\n") is //end of the function
269 270 {
... ...
src/web_controller/database/generated/fs_file.anubis
... ... @@ -7,11 +7,11 @@
7 7 */
8 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 15 transmit xlib/web/widgets/icons_set.anubis
16 16 transmit data_base/sqlite.anubis
17 17 transmit data_base/db_tools.anubis
... ...
src/web_controller/hayamiki.anubis
... ... @@ -32,19 +32,19 @@ read system/convert.anubis
32 32  
33 33 //read utils.anubis
34 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 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 42 read xlib/web/widgets/left_menu.anubis
43 43 //read database/users.anubis
44 44  
45 45  
46 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 49 //read app/app_constants.anubis
50 50 //read config/app_config.anubis
... ...
src/web_controller/hayamiki_plugin.anubis
... ... @@ -29,12 +29,12 @@ define Maybe(HTML_Partial_Content)
29 29 .
30 30  
31 31 global define WEB_Plugin
32   - hayamiki_web_plugin_1_14_lib
  32 + hayamiki_web_plugin_1_19_lib
33 33 =
34 34 web_plugin(
35 35 "HAYAMIKI",
36 36 "BASE",
37   - "1.14.0",
  37 + "1.19.0",
38 38 _Int_to_ISO_8601_datetime(to_Int(__TIME__)),
39 39 plugin_get_controller,
40 40 plugin_get_typed_content
... ...
src/web_controller/hkc_files_management.anubis
... ... @@ -11,7 +11,7 @@ read xlib/web/controllers_web_site.anubis
11 11 read database/generated/fs_file.anubis
12 12 read xlib/web_controllers/language/language_management.anubis
13 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 16 define DB_id
17 17 get_new_hkc_id_from_fs
... ...
xlib @ 61e55d80948
1   -Subproject commit 949610f9d1d08e5d9af777975857a7b1d79962cd
  1 +Subproject commit 61e55d80948bb41f5d419554234896422eb4bf27
... ...