http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/1be96ba0/docs/toc.js ---------------------------------------------------------------------- diff --git a/docs/toc.js b/docs/toc.js index 505fb87..1aa97bf 100644 --- a/docs/toc.js +++ b/docs/toc.js @@ -1,9 +1,35 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ var toc = { "title": "Apache FreeMarker Manual", +"url": "toc.html", +"isFile": true, +"children": [ +{ +"title": "What is Apache FreeMarker?", "url": "index.html", "isFile": true, "children": [ +] +} +, { "title": "Template Author's Guide", "url": "dgui.html", @@ -502,6 +528,14 @@ var toc = { } , { +"title": "Comments in expressions", +"url": "dgui_template_exp.html#dgui_template_exp_comment", +"isFile": false, +"children": [ +] +} +, +{ "title": "Operator precedence", "url": "dgui_template_exp.html#dgui_template_exp_precedence", "isFile": false, @@ -2421,6 +2455,14 @@ var toc = { "children": [ ] } +, +{ +"title": "sequence", +"url": "ref_builtins_expert.html#ref_builtin_sequence", +"isFile": false, +"children": [ +] +} ] } ] @@ -2731,7 +2773,7 @@ var toc = { } , { -"title": "list, else, items, sep, break", +"title": "list, else, items, sep, break, continue", "url": "ref_directive_list.html", "isFile": true, "children": [ @@ -2750,7 +2792,7 @@ var toc = { "children": [ { "title": "Simplest form", -"url": "ref_directive_list.html#autoid_102", +"url": "ref_directive_list.html#ref_list_simple", "isFile": false, "children": [ ] @@ -2758,7 +2800,7 @@ var toc = { , { "title": "else directive", -"url": "ref_directive_list.html#autoid_103", +"url": "ref_directive_list.html#ref_list_else", "isFile": false, "children": [ ] @@ -2766,7 +2808,7 @@ var toc = { , { "title": "items directive", -"url": "ref_directive_list.html#autoid_104", +"url": "ref_directive_list.html#ref_list_items", "isFile": false, "children": [ ] @@ -2774,7 +2816,7 @@ var toc = { , { "title": "sep directive", -"url": "ref_directive_list.html#autoid_105", +"url": "ref_directive_list.html#ref_list_sep", "isFile": false, "children": [ ] @@ -2782,7 +2824,15 @@ var toc = { , { "title": "break directive", -"url": "ref_directive_list.html#autoid_106", +"url": "ref_directive_list.html#ref_list_break", +"isFile": false, +"children": [ +] +} +, +{ +"title": "continue directive", +"url": "ref_directive_list.html#ref_list_continue", "isFile": false, "children": [ ] @@ -2790,7 +2840,7 @@ var toc = { , { "title": "Accessing iteration state", -"url": "ref_directive_list.html#autoid_107", +"url": "ref_directive_list.html#ref_list_accessing_state", "isFile": false, "children": [ ] @@ -2798,7 +2848,7 @@ var toc = { , { "title": "Nesting loops into each other", -"url": "ref_directive_list.html#autoid_108", +"url": "ref_directive_list.html#ref_list_nesting", "isFile": false, "children": [ ] @@ -2806,7 +2856,7 @@ var toc = { , { "title": "Notes for Java programmers", -"url": "ref_directive_list.html#autoid_109", +"url": "ref_directive_list.html#ref_list_java_notes", "isFile": false, "children": [ ] @@ -2823,7 +2873,7 @@ var toc = { "children": [ { "title": "Synopsis", -"url": "ref_directive_local.html#autoid_110", +"url": "ref_directive_local.html#autoid_102", "isFile": false, "children": [ ] @@ -2831,7 +2881,7 @@ var toc = { , { "title": "Description", -"url": "ref_directive_local.html#autoid_111", +"url": "ref_directive_local.html#autoid_103", "isFile": false, "children": [ ] @@ -2846,7 +2896,7 @@ var toc = { "children": [ { "title": "Synopsis", -"url": "ref_directive_macro.html#autoid_112", +"url": "ref_directive_macro.html#autoid_104", "isFile": false, "children": [ ] @@ -2854,12 +2904,12 @@ var toc = { , { "title": "Description", -"url": "ref_directive_macro.html#autoid_113", +"url": "ref_directive_macro.html#autoid_105", "isFile": false, "children": [ { "title": "nested", -"url": "ref_directive_macro.html#autoid_114", +"url": "ref_directive_macro.html#autoid_106", "isFile": false, "children": [ ] @@ -2867,7 +2917,7 @@ var toc = { , { "title": "return", -"url": "ref_directive_macro.html#autoid_115", +"url": "ref_directive_macro.html#autoid_107", "isFile": false, "children": [ ] @@ -2884,7 +2934,7 @@ var toc = { "children": [ { "title": "Synopsis", -"url": "ref_directive_noautoesc.html#autoid_116", +"url": "ref_directive_noautoesc.html#autoid_108", "isFile": false, "children": [ ] @@ -2892,7 +2942,7 @@ var toc = { , { "title": "Description", -"url": "ref_directive_noautoesc.html#autoid_117", +"url": "ref_directive_noautoesc.html#autoid_109", "isFile": false, "children": [ ] @@ -2907,7 +2957,7 @@ var toc = { "children": [ { "title": "Synopsis", -"url": "ref_directive_noparse.html#autoid_118", +"url": "ref_directive_noparse.html#autoid_110", "isFile": false, "children": [ ] @@ -2915,7 +2965,7 @@ var toc = { , { "title": "Description", -"url": "ref_directive_noparse.html#autoid_119", +"url": "ref_directive_noparse.html#autoid_111", "isFile": false, "children": [ ] @@ -2930,7 +2980,7 @@ var toc = { "children": [ { "title": "Synopsis", -"url": "ref_directive_nt.html#autoid_120", +"url": "ref_directive_nt.html#autoid_112", "isFile": false, "children": [ ] @@ -2938,7 +2988,7 @@ var toc = { , { "title": "Description", -"url": "ref_directive_nt.html#autoid_121", +"url": "ref_directive_nt.html#autoid_113", "isFile": false, "children": [ ] @@ -2953,7 +3003,7 @@ var toc = { "children": [ { "title": "Synopsis", -"url": "ref_directive_outputformat.html#autoid_122", +"url": "ref_directive_outputformat.html#autoid_114", "isFile": false, "children": [ ] @@ -2961,7 +3011,7 @@ var toc = { , { "title": "Description", -"url": "ref_directive_outputformat.html#autoid_123", +"url": "ref_directive_outputformat.html#autoid_115", "isFile": false, "children": [ ] @@ -2976,7 +3026,7 @@ var toc = { "children": [ { "title": "Synopsis", -"url": "ref_directive_setting.html#autoid_124", +"url": "ref_directive_setting.html#autoid_116", "isFile": false, "children": [ ] @@ -2984,7 +3034,7 @@ var toc = { , { "title": "Description", -"url": "ref_directive_setting.html#autoid_125", +"url": "ref_directive_setting.html#autoid_117", "isFile": false, "children": [ ] @@ -2999,7 +3049,7 @@ var toc = { "children": [ { "title": "Synopsis", -"url": "ref_directive_stop.html#autoid_126", +"url": "ref_directive_stop.html#autoid_118", "isFile": false, "children": [ ] @@ -3007,7 +3057,7 @@ var toc = { , { "title": "Description", -"url": "ref_directive_stop.html#autoid_127", +"url": "ref_directive_stop.html#autoid_119", "isFile": false, "children": [ ] @@ -3022,7 +3072,7 @@ var toc = { "children": [ { "title": "Synopsis", -"url": "ref_directive_switch.html#autoid_128", +"url": "ref_directive_switch.html#autoid_120", "isFile": false, "children": [ ] @@ -3030,7 +3080,7 @@ var toc = { , { "title": "Description", -"url": "ref_directive_switch.html#autoid_129", +"url": "ref_directive_switch.html#autoid_121", "isFile": false, "children": [ ] @@ -3045,7 +3095,7 @@ var toc = { "children": [ { "title": "Synopsis", -"url": "ref_directive_t.html#autoid_130", +"url": "ref_directive_t.html#autoid_122", "isFile": false, "children": [ ] @@ -3053,7 +3103,7 @@ var toc = { , { "title": "Description", -"url": "ref_directive_t.html#autoid_131", +"url": "ref_directive_t.html#autoid_123", "isFile": false, "children": [ ] @@ -3068,7 +3118,7 @@ var toc = { "children": [ { "title": "Synopsis", -"url": "ref_directive_userDefined.html#autoid_132", +"url": "ref_directive_userDefined.html#autoid_124", "isFile": false, "children": [ ] @@ -3076,7 +3126,7 @@ var toc = { , { "title": "Description", -"url": "ref_directive_userDefined.html#autoid_133", +"url": "ref_directive_userDefined.html#autoid_125", "isFile": false, "children": [ { @@ -3114,7 +3164,7 @@ var toc = { "children": [ { "title": "Synopsis", -"url": "ref_directive_visit.html#autoid_134", +"url": "ref_directive_visit.html#autoid_126", "isFile": false, "children": [ ] @@ -3122,12 +3172,12 @@ var toc = { , { "title": "Description", -"url": "ref_directive_visit.html#autoid_135", +"url": "ref_directive_visit.html#autoid_127", "isFile": false, "children": [ { "title": "Visit", -"url": "ref_directive_visit.html#autoid_136", +"url": "ref_directive_visit.html#autoid_128", "isFile": false, "children": [ ] @@ -3135,7 +3185,7 @@ var toc = { , { "title": "Recurse", -"url": "ref_directive_visit.html#autoid_137", +"url": "ref_directive_visit.html#autoid_129", "isFile": false, "children": [ ] @@ -3143,7 +3193,7 @@ var toc = { , { "title": "Fallback", -"url": "ref_directive_visit.html#autoid_138", +"url": "ref_directive_visit.html#autoid_130", "isFile": false, "children": [ ] @@ -3199,7 +3249,7 @@ var toc = { "children": [ { "title": "Synopsis", -"url": "ref_depr_oldmacro.html#autoid_139", +"url": "ref_depr_oldmacro.html#autoid_131", "isFile": false, "children": [ ] @@ -3207,7 +3257,7 @@ var toc = { , { "title": "Description", -"url": "ref_depr_oldmacro.html#autoid_140", +"url": "ref_depr_oldmacro.html#autoid_132", "isFile": false, "children": [ ] @@ -3222,7 +3272,7 @@ var toc = { "children": [ { "title": "Synopsis", -"url": "ref_depr_transform.html#autoid_141", +"url": "ref_depr_transform.html#autoid_133", "isFile": false, "children": [ ] @@ -3230,7 +3280,7 @@ var toc = { , { "title": "Description", -"url": "ref_depr_transform.html#autoid_142", +"url": "ref_depr_transform.html#autoid_134", "isFile": false, "children": [ ] @@ -3253,7 +3303,7 @@ var toc = { "children": [ { "title": "Synopsis", -"url": "ref_depr_numerical_interpolation.html#autoid_143", +"url": "ref_depr_numerical_interpolation.html#autoid_135", "isFile": false, "children": [ ] @@ -3261,7 +3311,7 @@ var toc = { , { "title": "Description", -"url": "ref_depr_numerical_interpolation.html#autoid_144", +"url": "ref_depr_numerical_interpolation.html#autoid_136", "isFile": false, "children": [ ] @@ -3321,7 +3371,7 @@ var toc = { "children": [ { "title": "Accessing elements by name", -"url": "xgui_imperative_learn.html#autoid_145", +"url": "xgui_imperative_learn.html#autoid_137", "isFile": false, "children": [ ] @@ -3329,7 +3379,7 @@ var toc = { , { "title": "Accessing attributes", -"url": "xgui_imperative_learn.html#autoid_146", +"url": "xgui_imperative_learn.html#autoid_138", "isFile": false, "children": [ ] @@ -3337,7 +3387,7 @@ var toc = { , { "title": "Exploring the tree", -"url": "xgui_imperative_learn.html#autoid_147", +"url": "xgui_imperative_learn.html#autoid_139", "isFile": false, "children": [ ] @@ -3345,7 +3395,7 @@ var toc = { , { "title": "Using XPath expressions", -"url": "xgui_imperative_learn.html#autoid_148", +"url": "xgui_imperative_learn.html#xgui_imperative_learn_xpath", "isFile": false, "children": [ ] @@ -3353,7 +3403,7 @@ var toc = { , { "title": "XML namespaces", -"url": "xgui_imperative_learn.html#autoid_149", +"url": "xgui_imperative_learn.html#autoid_140", "isFile": false, "children": [ ] @@ -3361,7 +3411,7 @@ var toc = { , { "title": "Don't forget escaping!", -"url": "xgui_imperative_learn.html#autoid_150", +"url": "xgui_imperative_learn.html#autoid_141", "isFile": false, "children": [ ] @@ -3376,7 +3426,7 @@ var toc = { "children": [ { "title": "Node sequences", -"url": "xgui_imperative_formal.html#autoid_151", +"url": "xgui_imperative_formal.html#autoid_142", "isFile": false, "children": [ ] @@ -3406,7 +3456,7 @@ var toc = { "children": [ { "title": "Default handlers", -"url": "xgui_declarative_details.html#autoid_152", +"url": "xgui_declarative_details.html#autoid_143", "isFile": false, "children": [ ] @@ -3414,7 +3464,7 @@ var toc = { , { "title": "Visiting a single node", -"url": "xgui_declarative_details.html#autoid_153", +"url": "xgui_declarative_details.html#autoid_144", "isFile": false, "children": [ ] @@ -3422,7 +3472,7 @@ var toc = { , { "title": "XML namespaces", -"url": "xgui_declarative_details.html#autoid_154", +"url": "xgui_declarative_details.html#autoid_145", "isFile": false, "children": [ ] @@ -3453,13 +3503,36 @@ var toc = { "isFile": true, "children": [ { +"title": "2.3.27 (incubating at Apache)", +"url": "versions_2_3_27.html", +"isFile": true, +"children": [ +{ +"title": "Changes on the FTL side", +"url": "versions_2_3_27.html#autoid_146", +"isFile": false, +"children": [ +] +} +, +{ +"title": "Changes on the Java side", +"url": "versions_2_3_27.html#autoid_147", +"isFile": false, +"children": [ +] +} +] +} +, +{ "title": "2.3.26 (incubating at Apache)", "url": "versions_2_3_26.html", "isFile": true, "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_3_26.html#autoid_155", +"url": "versions_2_3_26.html#autoid_148", "isFile": false, "children": [ ] @@ -3467,7 +3540,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_26.html#autoid_156", +"url": "versions_2_3_26.html#autoid_149", "isFile": false, "children": [ ] @@ -3475,7 +3548,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_3_26.html#autoid_157", +"url": "versions_2_3_26.html#autoid_150", "isFile": false, "children": [ ] @@ -3490,7 +3563,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_3_25.html#autoid_158", +"url": "versions_2_3_25.html#autoid_151", "isFile": false, "children": [ ] @@ -3498,7 +3571,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_25.html#autoid_159", +"url": "versions_2_3_25.html#autoid_152", "isFile": false, "children": [ ] @@ -3513,7 +3586,7 @@ var toc = { "children": [ { "title": "Legal changes", -"url": "versions_2_3_24.html#autoid_160", +"url": "versions_2_3_24.html#autoid_153", "isFile": false, "children": [ ] @@ -3521,7 +3594,7 @@ var toc = { , { "title": "Changes on the FTL side", -"url": "versions_2_3_24.html#autoid_161", +"url": "versions_2_3_24.html#autoid_154", "isFile": false, "children": [ ] @@ -3529,7 +3602,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_24.html#autoid_162", +"url": "versions_2_3_24.html#autoid_155", "isFile": false, "children": [ ] @@ -3537,7 +3610,7 @@ var toc = { , { "title": "Changes compared to 2.3.24 Release Candidate 1", -"url": "versions_2_3_24.html#autoid_163", +"url": "versions_2_3_24.html#autoid_156", "isFile": false, "children": [ ] @@ -3552,7 +3625,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_3_23.html#autoid_164", +"url": "versions_2_3_23.html#autoid_157", "isFile": false, "children": [ ] @@ -3560,7 +3633,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_23.html#autoid_165", +"url": "versions_2_3_23.html#autoid_158", "isFile": false, "children": [ ] @@ -3568,7 +3641,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_3_23.html#autoid_166", +"url": "versions_2_3_23.html#autoid_159", "isFile": false, "children": [ ] @@ -3576,7 +3649,7 @@ var toc = { , { "title": "Notes", -"url": "versions_2_3_23.html#autoid_167", +"url": "versions_2_3_23.html#autoid_160", "isFile": false, "children": [ ] @@ -3591,7 +3664,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_3_22.html#autoid_168", +"url": "versions_2_3_22.html#autoid_161", "isFile": false, "children": [ ] @@ -3599,7 +3672,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_22.html#autoid_169", +"url": "versions_2_3_22.html#autoid_162", "isFile": false, "children": [ ] @@ -3607,7 +3680,7 @@ var toc = { , { "title": "Notes", -"url": "versions_2_3_22.html#autoid_170", +"url": "versions_2_3_22.html#autoid_163", "isFile": false, "children": [ ] @@ -3622,7 +3695,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_3_21.html#autoid_171", +"url": "versions_2_3_21.html#autoid_164", "isFile": false, "children": [ ] @@ -3630,7 +3703,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_21.html#autoid_172", +"url": "versions_2_3_21.html#autoid_165", "isFile": false, "children": [ ] @@ -3638,7 +3711,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_3_21.html#autoid_173", +"url": "versions_2_3_21.html#autoid_166", "isFile": false, "children": [ ] @@ -3653,7 +3726,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_3_20.html#autoid_174", +"url": "versions_2_3_20.html#autoid_167", "isFile": false, "children": [ ] @@ -3661,7 +3734,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_20.html#autoid_175", +"url": "versions_2_3_20.html#autoid_168", "isFile": false, "children": [ ] @@ -3669,7 +3742,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_3_20.html#autoid_176", +"url": "versions_2_3_20.html#autoid_169", "isFile": false, "children": [ ] @@ -3684,7 +3757,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_3_19.html#autoid_177", +"url": "versions_2_3_19.html#autoid_170", "isFile": false, "children": [ ] @@ -3692,7 +3765,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_19.html#autoid_178", +"url": "versions_2_3_19.html#autoid_171", "isFile": false, "children": [ ] @@ -3707,7 +3780,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_3_18.html#autoid_179", +"url": "versions_2_3_18.html#autoid_172", "isFile": false, "children": [ ] @@ -3715,7 +3788,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_3_18.html#autoid_180", +"url": "versions_2_3_18.html#autoid_173", "isFile": false, "children": [ ] @@ -3730,7 +3803,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_3_17.html#autoid_181", +"url": "versions_2_3_17.html#autoid_174", "isFile": false, "children": [ ] @@ -3738,7 +3811,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_17.html#autoid_182", +"url": "versions_2_3_17.html#autoid_175", "isFile": false, "children": [ ] @@ -3746,7 +3819,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_3_17.html#autoid_183", +"url": "versions_2_3_17.html#autoid_176", "isFile": false, "children": [ ] @@ -3761,7 +3834,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_3_16.html#autoid_184", +"url": "versions_2_3_16.html#autoid_177", "isFile": false, "children": [ ] @@ -3769,7 +3842,7 @@ var toc = { , { "title": "Changes on the FTL side", -"url": "versions_2_3_16.html#autoid_185", +"url": "versions_2_3_16.html#autoid_178", "isFile": false, "children": [ ] @@ -3784,7 +3857,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_3_15.html#autoid_186", +"url": "versions_2_3_15.html#autoid_179", "isFile": false, "children": [ ] @@ -3792,7 +3865,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_15.html#autoid_187", +"url": "versions_2_3_15.html#autoid_180", "isFile": false, "children": [ ] @@ -3807,7 +3880,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_3_14.html#autoid_188", +"url": "versions_2_3_14.html#autoid_181", "isFile": false, "children": [ ] @@ -3815,7 +3888,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_14.html#autoid_189", +"url": "versions_2_3_14.html#autoid_182", "isFile": false, "children": [ ] @@ -3830,7 +3903,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_3_13.html#autoid_190", +"url": "versions_2_3_13.html#autoid_183", "isFile": false, "children": [ ] @@ -3838,7 +3911,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_13.html#autoid_191", +"url": "versions_2_3_13.html#autoid_184", "isFile": false, "children": [ ] @@ -3853,7 +3926,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_3_12.html#autoid_192", +"url": "versions_2_3_12.html#autoid_185", "isFile": false, "children": [ ] @@ -3868,7 +3941,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_3_11.html#autoid_193", +"url": "versions_2_3_11.html#autoid_186", "isFile": false, "children": [ ] @@ -3876,7 +3949,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_11.html#autoid_194", +"url": "versions_2_3_11.html#autoid_187", "isFile": false, "children": [ ] @@ -3884,7 +3957,7 @@ var toc = { , { "title": "Documentation changes", -"url": "versions_2_3_11.html#autoid_195", +"url": "versions_2_3_11.html#autoid_188", "isFile": false, "children": [ ] @@ -3899,7 +3972,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_3_10.html#autoid_196", +"url": "versions_2_3_10.html#autoid_189", "isFile": false, "children": [ ] @@ -3907,7 +3980,7 @@ var toc = { , { "title": "Changes on the FTL side", -"url": "versions_2_3_10.html#autoid_197", +"url": "versions_2_3_10.html#autoid_190", "isFile": false, "children": [ ] @@ -3922,7 +3995,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_3_9.html#autoid_198", +"url": "versions_2_3_9.html#autoid_191", "isFile": false, "children": [ ] @@ -3937,7 +4010,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_3_8.html#autoid_199", +"url": "versions_2_3_8.html#autoid_192", "isFile": false, "children": [ ] @@ -3952,7 +4025,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_3_7.html#autoid_200", +"url": "versions_2_3_7.html#autoid_193", "isFile": false, "children": [ ] @@ -3960,7 +4033,7 @@ var toc = { , { "title": "Changes on the FTL side", -"url": "versions_2_3_7.html#autoid_201", +"url": "versions_2_3_7.html#autoid_194", "isFile": false, "children": [ ] @@ -3975,7 +4048,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_3_7rc1.html#autoid_202", +"url": "versions_2_3_7rc1.html#autoid_195", "isFile": false, "children": [ ] @@ -3983,7 +4056,7 @@ var toc = { , { "title": "Changes on the FTL side", -"url": "versions_2_3_7rc1.html#autoid_203", +"url": "versions_2_3_7rc1.html#autoid_196", "isFile": false, "children": [ ] @@ -3998,7 +4071,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_3_6.html#autoid_204", +"url": "versions_2_3_6.html#autoid_197", "isFile": false, "children": [ ] @@ -4013,7 +4086,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_3_5.html#autoid_205", +"url": "versions_2_3_5.html#autoid_198", "isFile": false, "children": [ ] @@ -4021,7 +4094,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_5.html#autoid_206", +"url": "versions_2_3_5.html#autoid_199", "isFile": false, "children": [ ] @@ -4036,7 +4109,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_3_4.html#autoid_207", +"url": "versions_2_3_4.html#autoid_200", "isFile": false, "children": [ ] @@ -4044,7 +4117,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_4.html#autoid_208", +"url": "versions_2_3_4.html#autoid_201", "isFile": false, "children": [ ] @@ -4052,7 +4125,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_3_4.html#autoid_209", +"url": "versions_2_3_4.html#autoid_202", "isFile": false, "children": [ ] @@ -4067,7 +4140,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_3_3.html#autoid_210", +"url": "versions_2_3_3.html#autoid_203", "isFile": false, "children": [ ] @@ -4075,7 +4148,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_3.html#autoid_211", +"url": "versions_2_3_3.html#autoid_204", "isFile": false, "children": [ ] @@ -4083,7 +4156,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_3_3.html#autoid_212", +"url": "versions_2_3_3.html#autoid_205", "isFile": false, "children": [ ] @@ -4098,7 +4171,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_3_2.html#autoid_213", +"url": "versions_2_3_2.html#autoid_206", "isFile": false, "children": [ ] @@ -4113,7 +4186,7 @@ var toc = { "children": [ { "title": "Possible backward compatibility issue", -"url": "versions_2_3_1.html#autoid_214", +"url": "versions_2_3_1.html#autoid_207", "isFile": false, "children": [ ] @@ -4121,7 +4194,7 @@ var toc = { , { "title": "Changes on the FTL side", -"url": "versions_2_3_1.html#autoid_215", +"url": "versions_2_3_1.html#autoid_208", "isFile": false, "children": [ ] @@ -4129,7 +4202,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3_1.html#autoid_216", +"url": "versions_2_3_1.html#autoid_209", "isFile": false, "children": [ ] @@ -4137,7 +4210,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_3_1.html#autoid_217", +"url": "versions_2_3_1.html#autoid_210", "isFile": false, "children": [ ] @@ -4145,12 +4218,12 @@ var toc = { , { "title": "The history of the releases before the final version", -"url": "versions_2_3_1.html#autoid_218", +"url": "versions_2_3_1.html#autoid_211", "isFile": false, "children": [ { "title": "Differences between the preview release and final\n release", -"url": "versions_2_3_1.html#autoid_219", +"url": "versions_2_3_1.html#autoid_212", "isFile": false, "children": [ ] @@ -4167,7 +4240,7 @@ var toc = { "children": [ { "title": "Non backward-compatible changes!", -"url": "versions_2_3.html#autoid_220", +"url": "versions_2_3.html#autoid_213", "isFile": false, "children": [ ] @@ -4175,7 +4248,7 @@ var toc = { , { "title": "Changes on the FTL side", -"url": "versions_2_3.html#autoid_221", +"url": "versions_2_3.html#autoid_214", "isFile": false, "children": [ ] @@ -4183,7 +4256,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_3.html#autoid_222", +"url": "versions_2_3.html#autoid_215", "isFile": false, "children": [ ] @@ -4191,7 +4264,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_3.html#autoid_223", +"url": "versions_2_3.html#autoid_216", "isFile": false, "children": [ ] @@ -4199,12 +4272,12 @@ var toc = { , { "title": "The history of the releases before the final version", -"url": "versions_2_3.html#autoid_224", +"url": "versions_2_3.html#autoid_217", "isFile": false, "children": [ { "title": "Differences between the final release and Release Candidate\n 4", -"url": "versions_2_3.html#autoid_225", +"url": "versions_2_3.html#autoid_218", "isFile": false, "children": [ ] @@ -4212,7 +4285,7 @@ var toc = { , { "title": "Differences between the Release Candidate 4 and Release\n Candidate 3", -"url": "versions_2_3.html#autoid_226", +"url": "versions_2_3.html#autoid_219", "isFile": false, "children": [ ] @@ -4220,7 +4293,7 @@ var toc = { , { "title": "Differences between the Release Candidate 3 and Release\n Candidate 2", -"url": "versions_2_3.html#autoid_227", +"url": "versions_2_3.html#autoid_220", "isFile": false, "children": [ ] @@ -4228,7 +4301,7 @@ var toc = { , { "title": "Differences between the Release Candidate 2 and Release\n Candidate 1", -"url": "versions_2_3.html#autoid_228", +"url": "versions_2_3.html#autoid_221", "isFile": false, "children": [ ] @@ -4236,7 +4309,7 @@ var toc = { , { "title": "Differences between the Release Candidate 1 and Preview 16\n releases", -"url": "versions_2_3.html#autoid_229", +"url": "versions_2_3.html#autoid_222", "isFile": false, "children": [ ] @@ -4244,7 +4317,7 @@ var toc = { , { "title": "Differences between the Preview 16 and Preview 15\n releases", -"url": "versions_2_3.html#autoid_230", +"url": "versions_2_3.html#autoid_223", "isFile": false, "children": [ ] @@ -4252,7 +4325,7 @@ var toc = { , { "title": "Differences between the Preview 15 and Preview 14\n releases", -"url": "versions_2_3.html#autoid_231", +"url": "versions_2_3.html#autoid_224", "isFile": false, "children": [ ] @@ -4260,7 +4333,7 @@ var toc = { , { "title": "Differences between the Preview 14 and Preview 13\n releases", -"url": "versions_2_3.html#autoid_232", +"url": "versions_2_3.html#autoid_225", "isFile": false, "children": [ ] @@ -4268,7 +4341,7 @@ var toc = { , { "title": "Differences between the Preview 13 and Preview 12\n releases", -"url": "versions_2_3.html#autoid_233", +"url": "versions_2_3.html#autoid_226", "isFile": false, "children": [ ] @@ -4276,7 +4349,7 @@ var toc = { , { "title": "Differences between the Preview 12 and Preview 11\n releases", -"url": "versions_2_3.html#autoid_234", +"url": "versions_2_3.html#autoid_227", "isFile": false, "children": [ ] @@ -4284,7 +4357,7 @@ var toc = { , { "title": "Differences between the Preview 11 and Preview 10\n releases", -"url": "versions_2_3.html#autoid_235", +"url": "versions_2_3.html#autoid_228", "isFile": false, "children": [ ] @@ -4292,7 +4365,7 @@ var toc = { , { "title": "Differences between the Preview 10 and Preview 9\n releases", -"url": "versions_2_3.html#autoid_236", +"url": "versions_2_3.html#autoid_229", "isFile": false, "children": [ ] @@ -4300,7 +4373,7 @@ var toc = { , { "title": "Differences between the Preview 9 and Preview 8\n releases", -"url": "versions_2_3.html#autoid_237", +"url": "versions_2_3.html#autoid_230", "isFile": false, "children": [ ] @@ -4308,7 +4381,7 @@ var toc = { , { "title": "Differences between the Preview 8 and Preview 7\n releases", -"url": "versions_2_3.html#autoid_238", +"url": "versions_2_3.html#autoid_231", "isFile": false, "children": [ ] @@ -4316,7 +4389,7 @@ var toc = { , { "title": "Differences between the Preview 7 and Preview 6\n releases", -"url": "versions_2_3.html#autoid_239", +"url": "versions_2_3.html#autoid_232", "isFile": false, "children": [ ] @@ -4324,7 +4397,7 @@ var toc = { , { "title": "Differences between the Preview 6 and Preview 5\n releases", -"url": "versions_2_3.html#autoid_240", +"url": "versions_2_3.html#autoid_233", "isFile": false, "children": [ ] @@ -4332,7 +4405,7 @@ var toc = { , { "title": "Differences between the Preview 5 and Preview 4\n releases", -"url": "versions_2_3.html#autoid_241", +"url": "versions_2_3.html#autoid_234", "isFile": false, "children": [ ] @@ -4340,7 +4413,7 @@ var toc = { , { "title": "Differences between the Preview 4 and Preview 3\n releases", -"url": "versions_2_3.html#autoid_242", +"url": "versions_2_3.html#autoid_235", "isFile": false, "children": [ ] @@ -4348,7 +4421,7 @@ var toc = { , { "title": "Differences between the Preview 3 and Preview 2\n releases", -"url": "versions_2_3.html#autoid_243", +"url": "versions_2_3.html#autoid_236", "isFile": false, "children": [ ] @@ -4356,7 +4429,7 @@ var toc = { , { "title": "Differences between the Preview 2 and Preview 1\n releases", -"url": "versions_2_3.html#autoid_244", +"url": "versions_2_3.html#autoid_237", "isFile": false, "children": [ ] @@ -4373,7 +4446,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_2_8.html#autoid_245", +"url": "versions_2_2_8.html#autoid_238", "isFile": false, "children": [ ] @@ -4381,7 +4454,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_2_8.html#autoid_246", +"url": "versions_2_2_8.html#autoid_239", "isFile": false, "children": [ ] @@ -4389,7 +4462,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_2_8.html#autoid_247", +"url": "versions_2_2_8.html#autoid_240", "isFile": false, "children": [ ] @@ -4404,7 +4477,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_2_7.html#autoid_248", +"url": "versions_2_2_7.html#autoid_241", "isFile": false, "children": [ ] @@ -4419,7 +4492,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_2_6.html#autoid_249", +"url": "versions_2_2_6.html#autoid_242", "isFile": false, "children": [ ] @@ -4427,7 +4500,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_2_6.html#autoid_250", +"url": "versions_2_2_6.html#autoid_243", "isFile": false, "children": [ ] @@ -4435,7 +4508,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_2_6.html#autoid_251", +"url": "versions_2_2_6.html#autoid_244", "isFile": false, "children": [ ] @@ -4450,7 +4523,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_2_5.html#autoid_252", +"url": "versions_2_2_5.html#autoid_245", "isFile": false, "children": [ ] @@ -4465,7 +4538,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_2_4.html#autoid_253", +"url": "versions_2_2_4.html#autoid_246", "isFile": false, "children": [ ] @@ -4473,7 +4546,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_2_4.html#autoid_254", +"url": "versions_2_2_4.html#autoid_247", "isFile": false, "children": [ ] @@ -4488,7 +4561,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_2_3.html#autoid_255", +"url": "versions_2_2_3.html#autoid_248", "isFile": false, "children": [ ] @@ -4496,7 +4569,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_2_3.html#autoid_256", +"url": "versions_2_2_3.html#autoid_249", "isFile": false, "children": [ ] @@ -4511,7 +4584,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_2_2.html#autoid_257", +"url": "versions_2_2_2.html#autoid_250", "isFile": false, "children": [ ] @@ -4526,7 +4599,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_2_1.html#autoid_258", +"url": "versions_2_2_1.html#autoid_251", "isFile": false, "children": [ ] @@ -4534,7 +4607,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_2_1.html#autoid_259", +"url": "versions_2_2_1.html#autoid_252", "isFile": false, "children": [ ] @@ -4549,7 +4622,7 @@ var toc = { "children": [ { "title": "Non backward-compatible changes!", -"url": "versions_2_2.html#autoid_260", +"url": "versions_2_2.html#autoid_253", "isFile": false, "children": [ ] @@ -4557,7 +4630,7 @@ var toc = { , { "title": "Changes in FTL (FreeMarker Template Language)", -"url": "versions_2_2.html#autoid_261", +"url": "versions_2_2.html#autoid_254", "isFile": false, "children": [ ] @@ -4565,7 +4638,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_2.html#autoid_262", +"url": "versions_2_2.html#autoid_255", "isFile": false, "children": [ ] @@ -4573,7 +4646,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_2.html#autoid_263", +"url": "versions_2_2.html#autoid_256", "isFile": false, "children": [ ] @@ -4581,12 +4654,12 @@ var toc = { , { "title": "The history of the releases before the final version", -"url": "versions_2_2.html#autoid_264", +"url": "versions_2_2.html#autoid_257", "isFile": false, "children": [ { "title": "Differences between the final and RC2 releases", -"url": "versions_2_2.html#autoid_265", +"url": "versions_2_2.html#autoid_258", "isFile": false, "children": [ ] @@ -4594,7 +4667,7 @@ var toc = { , { "title": "Differences between the RC2 and RC1 releases", -"url": "versions_2_2.html#autoid_266", +"url": "versions_2_2.html#autoid_259", "isFile": false, "children": [ ] @@ -4602,7 +4675,7 @@ var toc = { , { "title": "Differences between the Preview 2 and RC1 releases", -"url": "versions_2_2.html#autoid_267", +"url": "versions_2_2.html#autoid_260", "isFile": false, "children": [ ] @@ -4610,7 +4683,7 @@ var toc = { , { "title": "Differences between the Preview 1 and Preview 2\n releases", -"url": "versions_2_2.html#autoid_268", +"url": "versions_2_2.html#autoid_261", "isFile": false, "children": [ ] @@ -4627,7 +4700,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_1_5.html#autoid_269", +"url": "versions_2_1_5.html#autoid_262", "isFile": false, "children": [ ] @@ -4642,7 +4715,7 @@ var toc = { "children": [ { "title": "Changes on the Java side", -"url": "versions_2_1_4.html#autoid_270", +"url": "versions_2_1_4.html#autoid_263", "isFile": false, "children": [ ] @@ -4657,7 +4730,7 @@ var toc = { "children": [ { "title": "Changes on the FTL side", -"url": "versions_2_1_3.html#autoid_271", +"url": "versions_2_1_3.html#autoid_264", "isFile": false, "children": [ ] @@ -4665,7 +4738,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_1_3.html#autoid_272", +"url": "versions_2_1_3.html#autoid_265", "isFile": false, "children": [ ] @@ -4680,7 +4753,7 @@ var toc = { "children": [ { "title": "Changes in FTL (FreeMarker Template Language)", -"url": "versions_2_1_2.html#autoid_273", +"url": "versions_2_1_2.html#autoid_266", "isFile": false, "children": [ ] @@ -4688,7 +4761,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_1_2.html#autoid_274", +"url": "versions_2_1_2.html#autoid_267", "isFile": false, "children": [ ] @@ -4703,7 +4776,7 @@ var toc = { "children": [ { "title": "Changes in FTL (FreeMarker Template Language)", -"url": "versions_2_1_1.html#autoid_275", +"url": "versions_2_1_1.html#autoid_268", "isFile": false, "children": [ ] @@ -4711,7 +4784,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_1_1.html#autoid_276", +"url": "versions_2_1_1.html#autoid_269", "isFile": false, "children": [ ] @@ -4726,7 +4799,7 @@ var toc = { "children": [ { "title": "Changes in FTL (FreeMarker Template Language)", -"url": "versions_2_1.html#autoid_277", +"url": "versions_2_1.html#autoid_270", "isFile": false, "children": [ ] @@ -4734,7 +4807,7 @@ var toc = { , { "title": "Changes on the Java side", -"url": "versions_2_1.html#autoid_278", +"url": "versions_2_1.html#autoid_271", "isFile": false, "children": [ ] @@ -4742,7 +4815,7 @@ var toc = { , { "title": "Other changes", -"url": "versions_2_1.html#autoid_279", +"url": "versions_2_1.html#autoid_272", "isFile": false, "children": [ ] @@ -4750,7 +4823,7 @@ var toc = { , { "title": "Differences between the RC1 and final release", -"url": "versions_2_1.html#autoid_280", +"url": "versions_2_1.html#autoid_273", "isFile": false, "children": [ ] @@ -4773,7 +4846,7 @@ var toc = { "children": [ { "title": "Bugfixes", -"url": "versions_2_0.html#autoid_281", +"url": "versions_2_0.html#autoid_274", "isFile": false, "children": [ ] @@ -4781,7 +4854,7 @@ var toc = { , { "title": "Changes to the Template language", -"url": "versions_2_0.html#autoid_282", +"url": "versions_2_0.html#autoid_275", "isFile": false, "children": [ ] @@ -4789,7 +4862,7 @@ var toc = { , { "title": "Changes to the API", -"url": "versions_2_0.html#autoid_283", +"url": "versions_2_0.html#autoid_276", "isFile": false, "children": [ ] @@ -4797,7 +4870,7 @@ var toc = { , { "title": "Miscellany", -"url": "versions_2_0.html#autoid_284", +"url": "versions_2_0.html#autoid_277", "isFile": false, "children": [ ] @@ -4812,7 +4885,7 @@ var toc = { "children": [ { "title": "Bug Fixes", -"url": "versions_2_0RC3.html#autoid_285", +"url": "versions_2_0RC3.html#autoid_278", "isFile": false, "children": [ ] @@ -4820,7 +4893,7 @@ var toc = { , { "title": "Changes to the Template Language", -"url": "versions_2_0RC3.html#autoid_286", +"url": "versions_2_0RC3.html#autoid_279", "isFile": false, "children": [ ] @@ -4828,7 +4901,7 @@ var toc = { , { "title": "API changes", -"url": "versions_2_0RC3.html#autoid_287", +"url": "versions_2_0RC3.html#autoid_280", "isFile": false, "children": [ ] @@ -4843,7 +4916,7 @@ var toc = { "children": [ { "title": "Changes to Template Language", -"url": "versions_2_0RC2.html#autoid_288", +"url": "versions_2_0RC2.html#autoid_281", "isFile": false, "children": [ ] @@ -4851,7 +4924,7 @@ var toc = { , { "title": "API Changes", -"url": "versions_2_0RC2.html#autoid_289", +"url": "versions_2_0RC2.html#autoid_282", "isFile": false, "children": [ ] @@ -4866,7 +4939,7 @@ var toc = { "children": [ { "title": "Support for Numerical operations, both arithmetic and\n boolean, as well as numerical ranges.", -"url": "versions_2_0RC1.html#autoid_290", +"url": "versions_2_0RC1.html#autoid_283", "isFile": false, "children": [ ] @@ -4874,7 +4947,7 @@ var toc = { , { "title": "API Changes", -"url": "versions_2_0RC1.html#autoid_291", +"url": "versions_2_0RC1.html#autoid_284", "isFile": false, "children": [ ] @@ -4882,7 +4955,7 @@ var toc = { , { "title": "Syntactical Miscellany", -"url": "versions_2_0RC1.html#autoid_292", +"url": "versions_2_0RC1.html#autoid_285", "isFile": false, "children": [ ]
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/1be96ba0/docs/versions_2_0.html ---------------------------------------------------------------------- diff --git a/docs/versions_2_0.html b/docs/versions_2_0.html index 1af3686..9156903 100644 --- a/docs/versions_2_0.html +++ b/docs/versions_2_0.html @@ -1,4 +1,22 @@ <!doctype html> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <!-- Generated by FreeMarker/Docgen from DocBook --> <html lang="en" class="page-type-section"> <head prefix="og: http://ogp.me/ns#"> @@ -13,16 +31,7 @@ <meta property="og:url" content="http://freemarker.org/docs/versions_2_0.html"> <link rel="canonical" href="http://freemarker.org/docs/versions_2_0.html"> <link rel="icon" href="favicon.png" type="image/png"> -<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:500,700,400,300|Droid+Sans+Mono"> -<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1491668137263"> -<script> -(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ -(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), -m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) -})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); -ga('create', 'UA-55420501-1', 'auto'); -ga('send', 'pageview'); -</script> +<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1508116788890"> </head> <body itemscope itemtype="https://schema.org/Code"> <meta itemprop="url" content="http://freemarker.org/docs/"> @@ -31,24 +40,24 @@ ga('send', 'pageview'); <!--[if lte IE 9]> <div style="background-color: #C00; color: #fff; padding: 12px 24px;">Please use a modern browser to view this website.</div> <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="http://freemarker.org" role="banner"> <img itemprop="image" src="logo.png" alt="FreeMarker"> -</a><ul class="tabs"><li><a href="http://freemarker.org/">Home</a></li><li class="current"><a href="index.html">Manual</a></li><li><a class="external" href="api/index.html">Java API</a></li></ul><ul class="secondary-tabs"><li><a class="tab icon-heart" href="http://freemarker.org/contribute.html" title="Contribute"><span>Contribute</span></a></li><li><a class="tab icon-bug" href="https://issues.apache.org/jira/browse/FREEMARKER/" title="Report a Bug"><span>Report a Bug</span></a></li><li><a class="tab icon-download" href="http://freemarker.org/freemarkerdownload.html" title="Download"><span>Download</span></a></li></ul></div></div><div class="header-bottom-bg"><div class="site-width search-row"><a href="index.html" class="navigation-header">Manual</a><div class="navigation-header"></div><form method="get" class="search-form" action="search-results.html"><fieldset><legend class="sr-only">Search form</legend><label for="search-field" class="sr-only">Search query</label><input id="searc h-field" name="q" type="search" class="search-input" placeholder="Search" spellcheck="false" autocorrect="off" autocomplete="off"><button type="submit" class="search-btn"><span class="sr-only">Search</span></button></fieldset></form></div><div class="site-width breadcrumb-row"><ul class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList"><li class="step-0" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="index.html"><span itemprop="name">Apache FreeMarker Manual</span></a></li><li class="step-1" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="app.html"><span itemprop="name">Appendixes</span></a></li><li class="step-2" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="app_versions.html"><span itemprop="name">Version history</span></a></li><li class="step-3" itemprop="itemListEl ement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="versions_2_0.html"><span itemprop="name">2.0</span></a></li></ul><div class="bookmarks" title="Bookmarks"><span class="sr-only">Bookmarks:</span><ul class="bookmark-list"><li><a href="alphaidx.html">Alpha. index</a></li><li><a href="gloss.html">Glossary</a></li><li><a href="dgui_template_exp.html#exp_cheatsheet">Expressions</a></li><li><a href="ref_builtins_alphaidx.html">?builtins</a></li><li><a href="ref_directive_alphaidx.html">#directives</a></li><li><a href="ref_specvar.html">.spec_vars</a></li><li><a href="app_faq.html">FAQ</a></li></ul></div></div></div> <div class="main-content site-width"> +</a><ul class="tabs"><li><a href="http://freemarker.org/">Home</a></li><li class="current"><a href="index.html">Manual</a></li><li><a class="external" href="api/index.html">Java API</a></li></ul><ul class="secondary-tabs"><li><a class="tab icon-heart" href="http://freemarker.org/contribute.html" title="Contribute"><span>Contribute</span></a></li><li><a class="tab icon-bug" href="https://issues.apache.org/jira/browse/FREEMARKER/" title="Report a Bug"><span>Report a Bug</span></a></li><li><a class="tab icon-download" href="http://freemarker.org/freemarkerdownload.html" title="Download"><span>Download</span></a></li></ul></div></div><div class="header-bottom-bg"><div class="site-width search-row"><a href="toc.html" class="navigation-header">Manual</a><div class="navigation-header"></div></div><div class="site-width breadcrumb-row"><ul class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList"><li class="step-0" itemprop="itemListElement" itemscope itemtype="http://schema. org/ListItem"><a class="label" itemprop="item" href="toc.html"><span itemprop="name">Apache FreeMarker Manual</span></a></li><li class="step-1" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="app.html"><span itemprop="name">Appendixes</span></a></li><li class="step-2" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="app_versions.html"><span itemprop="name">Version history</span></a></li><li class="step-3" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="versions_2_0.html"><span itemprop="name">2.0</span></a></li></ul><div class="bookmarks" title="Bookmarks"><span class="sr-only">Bookmarks:</span><ul class="bookmark-list"><li><a href="alphaidx.html">Alpha. index</a></li><li><a href="gloss.html">Glossary</a></li><li><a href="dgui_template_exp.html#exp_cheatsheet">Expressions</a></li><li><a hr ef="ref_builtins_alphaidx.html">?builtins</a></li><li><a href="ref_directive_alphaidx.html">#directives</a></li><li><a href="ref_specvar.html">.spec_vars</a></li><li><a href="app_faq.html">FAQ</a></li></ul></div></div></div> <div class="main-content site-width"> <div class="content-wrapper"> <div id="table-of-contents-wrapper" class="col-left"> <script>var breadcrumb = ["Apache FreeMarker Manual","Appendixes","Version history","2.0"];</script> - <script src="toc.js?1491668137263"></script> - <script src="docgen-resources/main.min.js?1491668137263"></script> + <script src="toc.js?1508116788890"></script> + <script src="docgen-resources/main.min.js?1508116788890"></script> </div> <div class="col-right"><div class="page-content"><div class="page-title"><div class="pagers top"><a class="paging-arrow previous" href="versions_2_01.html"><span>Previous</span></a><a class="paging-arrow next" href="versions_2_0RC3.html"><span>Next</span></a></div><div class="title-wrapper"> <h1 class="content-header header-section1" id="versions_2_0" itemprop="headline">2.0</h1> </div></div><div class="page-menu"> <div class="page-menu-title">Page Contents</div> -<ul><li><a class="page-menu-link" href="#autoid_281" data-menu-target="autoid_281">Bugfixes</a></li><li><a class="page-menu-link" href="#autoid_282" data-menu-target="autoid_282">Changes to the Template language</a></li><li><a class="page-menu-link" href="#autoid_283" data-menu-target="autoid_283">Changes to the API</a></li><li><a class="page-menu-link" href="#autoid_284" data-menu-target="autoid_284">Miscellany</a></li></ul> </div><p>FreeMarker 2.0 final was released on 18 April 2002. The changes +<ul><li><a class="page-menu-link" href="#autoid_274" data-menu-target="autoid_274">Bugfixes</a></li><li><a class="page-menu-link" href="#autoid_275" data-menu-target="autoid_275">Changes to the Template language</a></li><li><a class="page-menu-link" href="#autoid_276" data-menu-target="autoid_276">Changes to the API</a></li><li><a class="page-menu-link" href="#autoid_277" data-menu-target="autoid_277">Miscellany</a></li></ul> </div><p>FreeMarker 2.0 final was released on 18 April 2002. The changes with respect to the previous release, 2.0 RC3 are fairly minor.</p> -<h2 class="content-header header-section2" id="autoid_281">Bugfixes</h2> +<h2 class="content-header header-section2" id="autoid_274">Bugfixes</h2> <ul> @@ -72,7 +81,7 @@ ga('send', 'pageview'); -<h2 class="content-header header-section2" id="autoid_282">Changes to the Template language</h2> +<h2 class="content-header header-section2" id="autoid_275">Changes to the Template language</h2> <ul> @@ -95,7 +104,7 @@ ga('send', 'pageview'); -<h2 class="content-header header-section2" id="autoid_283">Changes to the API</h2> +<h2 class="content-header header-section2" id="autoid_276">Changes to the API</h2> <ul> @@ -124,7 +133,7 @@ ga('send', 'pageview'); -<h2 class="content-header header-section2" id="autoid_284">Miscellany</h2> +<h2 class="content-header header-section2" id="autoid_277">Miscellany</h2> <p>The ant build script build.xml now contains a target that @@ -139,7 +148,7 @@ ga('send', 'pageview'); </div> <div class="site-footer"><div class="site-width"><div class="footer-top"><div class="col-left sitemap"><div class="column"><h3 class="column-header">Overview</h3><ul><li><a href="http://freemarker.org/">What is FreeMarker?</a></li><li><a href="http://freemarker.org/freemarkerdownload.html">Download</a></li><li><a href="app_versions.html">Version history</a></li><li><a href="http://freemarker.org/history.html">About us</a></li><li><a itemprop="license" href="app_license.html">License</a></li></ul></div><div class="column"><h3 class="column-header">Handy stuff</h3><ul><li><a href="http://freemarker-online.kenshoo.com/">Try template online</a></li><li><a href="dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="ref_directive_alphaidx.html">#directives</a></li><li><a href="ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href ="https://github.com/freemarker/freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="http://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="http://freemarker.org/mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/freemarker/freemarker">Github</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="http://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated"> Last generated: -<time itemprop="dateModified" datetime="2017-04-08T16:15:37Z" title="Saturday, April 8, 2017 4:15:37 PM GMT">2017-04-08 16:15:37 GMT</time>, for Freemarker 2.3.26 </p> +<time itemprop="dateModified" datetime="2017-10-16T01:19:48Z" title="Monday, October 16, 2017 1:19:48 AM GMT">2017-10-16 01:19:48 GMT</time>, for Freemarker 2.3.27 </p> <p class="copyright"> © <span itemprop="copyrightYear">1999</span>â2017 <a itemtype="http://schema.org/Organization" itemprop="copyrightHolder" href="http://apache.org/">The Apache Software Foundation</a>. Apache FreeMarker, FreeMarker, Apache Incubator, Apache, the Apache FreeMarker logo are trademarks of The Apache Software Foundation. </p> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/1be96ba0/docs/versions_2_01.html ---------------------------------------------------------------------- diff --git a/docs/versions_2_01.html b/docs/versions_2_01.html index 70aa26a..1dd2eb3 100644 --- a/docs/versions_2_01.html +++ b/docs/versions_2_01.html @@ -1,4 +1,22 @@ <!doctype html> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <!-- Generated by FreeMarker/Docgen from DocBook --> <html lang="en" class="page-type-section"> <head prefix="og: http://ogp.me/ns#"> @@ -13,16 +31,7 @@ <meta property="og:url" content="http://freemarker.org/docs/versions_2_01.html"> <link rel="canonical" href="http://freemarker.org/docs/versions_2_01.html"> <link rel="icon" href="favicon.png" type="image/png"> -<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:500,700,400,300|Droid+Sans+Mono"> -<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1491668137263"> -<script> -(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ -(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), -m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) -})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); -ga('create', 'UA-55420501-1', 'auto'); -ga('send', 'pageview'); -</script> +<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1508116788890"> </head> <body itemscope itemtype="https://schema.org/Code"> <meta itemprop="url" content="http://freemarker.org/docs/"> @@ -31,12 +40,12 @@ ga('send', 'pageview'); <!--[if lte IE 9]> <div style="background-color: #C00; color: #fff; padding: 12px 24px;">Please use a modern browser to view this website.</div> <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="http://freemarker.org" role="banner"> <img itemprop="image" src="logo.png" alt="FreeMarker"> -</a><ul class="tabs"><li><a href="http://freemarker.org/">Home</a></li><li class="current"><a href="index.html">Manual</a></li><li><a class="external" href="api/index.html">Java API</a></li></ul><ul class="secondary-tabs"><li><a class="tab icon-heart" href="http://freemarker.org/contribute.html" title="Contribute"><span>Contribute</span></a></li><li><a class="tab icon-bug" href="https://issues.apache.org/jira/browse/FREEMARKER/" title="Report a Bug"><span>Report a Bug</span></a></li><li><a class="tab icon-download" href="http://freemarker.org/freemarkerdownload.html" title="Download"><span>Download</span></a></li></ul></div></div><div class="header-bottom-bg"><div class="site-width search-row"><a href="index.html" class="navigation-header">Manual</a><div class="navigation-header"></div><form method="get" class="search-form" action="search-results.html"><fieldset><legend class="sr-only">Search form</legend><label for="search-field" class="sr-only">Search query</label><input id="searc h-field" name="q" type="search" class="search-input" placeholder="Search" spellcheck="false" autocorrect="off" autocomplete="off"><button type="submit" class="search-btn"><span class="sr-only">Search</span></button></fieldset></form></div><div class="site-width breadcrumb-row"><ul class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList"><li class="step-0" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="index.html"><span itemprop="name">Apache FreeMarker Manual</span></a></li><li class="step-1" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="app.html"><span itemprop="name">Appendixes</span></a></li><li class="step-2" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="app_versions.html"><span itemprop="name">Version history</span></a></li><li class="step-3" itemprop="itemListEl ement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="versions_2_01.html"><span itemprop="name">2.01</span></a></li></ul><div class="bookmarks" title="Bookmarks"><span class="sr-only">Bookmarks:</span><ul class="bookmark-list"><li><a href="alphaidx.html">Alpha. index</a></li><li><a href="gloss.html">Glossary</a></li><li><a href="dgui_template_exp.html#exp_cheatsheet">Expressions</a></li><li><a href="ref_builtins_alphaidx.html">?builtins</a></li><li><a href="ref_directive_alphaidx.html">#directives</a></li><li><a href="ref_specvar.html">.spec_vars</a></li><li><a href="app_faq.html">FAQ</a></li></ul></div></div></div> <div class="main-content site-width"> +</a><ul class="tabs"><li><a href="http://freemarker.org/">Home</a></li><li class="current"><a href="index.html">Manual</a></li><li><a class="external" href="api/index.html">Java API</a></li></ul><ul class="secondary-tabs"><li><a class="tab icon-heart" href="http://freemarker.org/contribute.html" title="Contribute"><span>Contribute</span></a></li><li><a class="tab icon-bug" href="https://issues.apache.org/jira/browse/FREEMARKER/" title="Report a Bug"><span>Report a Bug</span></a></li><li><a class="tab icon-download" href="http://freemarker.org/freemarkerdownload.html" title="Download"><span>Download</span></a></li></ul></div></div><div class="header-bottom-bg"><div class="site-width search-row"><a href="toc.html" class="navigation-header">Manual</a><div class="navigation-header"></div></div><div class="site-width breadcrumb-row"><ul class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList"><li class="step-0" itemprop="itemListElement" itemscope itemtype="http://schema. org/ListItem"><a class="label" itemprop="item" href="toc.html"><span itemprop="name">Apache FreeMarker Manual</span></a></li><li class="step-1" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="app.html"><span itemprop="name">Appendixes</span></a></li><li class="step-2" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="app_versions.html"><span itemprop="name">Version history</span></a></li><li class="step-3" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="versions_2_01.html"><span itemprop="name">2.01</span></a></li></ul><div class="bookmarks" title="Bookmarks"><span class="sr-only">Bookmarks:</span><ul class="bookmark-list"><li><a href="alphaidx.html">Alpha. index</a></li><li><a href="gloss.html">Glossary</a></li><li><a href="dgui_template_exp.html#exp_cheatsheet">Expressions</a></li><li><a href="ref_builtins_alphaidx.html">?builtins</a></li><li><a href="ref_directive_alphaidx.html">#directives</a></li><li><a href="ref_specvar.html">.spec_vars</a></li><li><a href="app_faq.html">FAQ</a></li></ul></div></div></div> <div class="main-content site-width"> <div class="content-wrapper"> <div id="table-of-contents-wrapper" class="col-left"> <script>var breadcrumb = ["Apache FreeMarker Manual","Appendixes","Version history","2.01"];</script> - <script src="toc.js?1491668137263"></script> - <script src="docgen-resources/main.min.js?1491668137263"></script> + <script src="toc.js?1508116788890"></script> + <script src="docgen-resources/main.min.js?1508116788890"></script> </div> <div class="col-right"><div class="page-content"><div class="page-title"><div class="pagers top"><a class="paging-arrow previous" href="versions_2_1.html"><span>Previous</span></a><a class="paging-arrow next" href="versions_2_0.html"><span>Next</span></a></div><div class="title-wrapper"> <h1 class="content-header header-section1" id="versions_2_01" itemprop="headline">2.01</h1> @@ -51,7 +60,7 @@ ga('send', 'pageview'); </div> <div class="site-footer"><div class="site-width"><div class="footer-top"><div class="col-left sitemap"><div class="column"><h3 class="column-header">Overview</h3><ul><li><a href="http://freemarker.org/">What is FreeMarker?</a></li><li><a href="http://freemarker.org/freemarkerdownload.html">Download</a></li><li><a href="app_versions.html">Version history</a></li><li><a href="http://freemarker.org/history.html">About us</a></li><li><a itemprop="license" href="app_license.html">License</a></li></ul></div><div class="column"><h3 class="column-header">Handy stuff</h3><ul><li><a href="http://freemarker-online.kenshoo.com/">Try template online</a></li><li><a href="dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="ref_directive_alphaidx.html">#directives</a></li><li><a href="ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href ="https://github.com/freemarker/freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="http://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="http://freemarker.org/mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/freemarker/freemarker">Github</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="http://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated"> Last generated: -<time itemprop="dateModified" datetime="2017-04-08T16:15:37Z" title="Saturday, April 8, 2017 4:15:37 PM GMT">2017-04-08 16:15:37 GMT</time>, for Freemarker 2.3.26 </p> +<time itemprop="dateModified" datetime="2017-10-16T01:19:48Z" title="Monday, October 16, 2017 1:19:48 AM GMT">2017-10-16 01:19:48 GMT</time>, for Freemarker 2.3.27 </p> <p class="copyright"> © <span itemprop="copyrightYear">1999</span>â2017 <a itemtype="http://schema.org/Organization" itemprop="copyrightHolder" href="http://apache.org/">The Apache Software Foundation</a>. Apache FreeMarker, FreeMarker, Apache Incubator, Apache, the Apache FreeMarker logo are trademarks of The Apache Software Foundation. </p> http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/1be96ba0/docs/versions_2_0RC1.html ---------------------------------------------------------------------- diff --git a/docs/versions_2_0RC1.html b/docs/versions_2_0RC1.html index aa7b25c..8ee2c2c 100644 --- a/docs/versions_2_0RC1.html +++ b/docs/versions_2_0RC1.html @@ -1,4 +1,22 @@ <!doctype html> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <!-- Generated by FreeMarker/Docgen from DocBook --> <html lang="en" class="page-type-section"> <head prefix="og: http://ogp.me/ns#"> @@ -13,16 +31,7 @@ <meta property="og:url" content="http://freemarker.org/docs/versions_2_0RC1.html"> <link rel="canonical" href="http://freemarker.org/docs/versions_2_0RC1.html"> <link rel="icon" href="favicon.png" type="image/png"> -<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:500,700,400,300|Droid+Sans+Mono"> -<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1491668137263"> -<script> -(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ -(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), -m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) -})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); -ga('create', 'UA-55420501-1', 'auto'); -ga('send', 'pageview'); -</script> +<link rel="stylesheet" type="text/css" href="docgen-resources/docgen.min.css?1508116788890"> </head> <body itemscope itemtype="https://schema.org/Code"> <meta itemprop="url" content="http://freemarker.org/docs/"> @@ -31,19 +40,19 @@ ga('send', 'pageview'); <!--[if lte IE 9]> <div style="background-color: #C00; color: #fff; padding: 12px 24px;">Please use a modern browser to view this website.</div> <![endif]--><div class="header-top-bg"><div class="site-width header-top"><a class="logo" href="http://freemarker.org" role="banner"> <img itemprop="image" src="logo.png" alt="FreeMarker"> -</a><ul class="tabs"><li><a href="http://freemarker.org/">Home</a></li><li class="current"><a href="index.html">Manual</a></li><li><a class="external" href="api/index.html">Java API</a></li></ul><ul class="secondary-tabs"><li><a class="tab icon-heart" href="http://freemarker.org/contribute.html" title="Contribute"><span>Contribute</span></a></li><li><a class="tab icon-bug" href="https://issues.apache.org/jira/browse/FREEMARKER/" title="Report a Bug"><span>Report a Bug</span></a></li><li><a class="tab icon-download" href="http://freemarker.org/freemarkerdownload.html" title="Download"><span>Download</span></a></li></ul></div></div><div class="header-bottom-bg"><div class="site-width search-row"><a href="index.html" class="navigation-header">Manual</a><div class="navigation-header"></div><form method="get" class="search-form" action="search-results.html"><fieldset><legend class="sr-only">Search form</legend><label for="search-field" class="sr-only">Search query</label><input id="searc h-field" name="q" type="search" class="search-input" placeholder="Search" spellcheck="false" autocorrect="off" autocomplete="off"><button type="submit" class="search-btn"><span class="sr-only">Search</span></button></fieldset></form></div><div class="site-width breadcrumb-row"><ul class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList"><li class="step-0" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="index.html"><span itemprop="name">Apache FreeMarker Manual</span></a></li><li class="step-1" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="app.html"><span itemprop="name">Appendixes</span></a></li><li class="step-2" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="app_versions.html"><span itemprop="name">Version history</span></a></li><li class="step-3" itemprop="itemListEl ement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="versions_2_0RC1.html"><span itemprop="name">2.0 RC1</span></a></li></ul><div class="bookmarks" title="Bookmarks"><span class="sr-only">Bookmarks:</span><ul class="bookmark-list"><li><a href="alphaidx.html">Alpha. index</a></li><li><a href="gloss.html">Glossary</a></li><li><a href="dgui_template_exp.html#exp_cheatsheet">Expressions</a></li><li><a href="ref_builtins_alphaidx.html">?builtins</a></li><li><a href="ref_directive_alphaidx.html">#directives</a></li><li><a href="ref_specvar.html">.spec_vars</a></li><li><a href="app_faq.html">FAQ</a></li></ul></div></div></div> <div class="main-content site-width"> +</a><ul class="tabs"><li><a href="http://freemarker.org/">Home</a></li><li class="current"><a href="index.html">Manual</a></li><li><a class="external" href="api/index.html">Java API</a></li></ul><ul class="secondary-tabs"><li><a class="tab icon-heart" href="http://freemarker.org/contribute.html" title="Contribute"><span>Contribute</span></a></li><li><a class="tab icon-bug" href="https://issues.apache.org/jira/browse/FREEMARKER/" title="Report a Bug"><span>Report a Bug</span></a></li><li><a class="tab icon-download" href="http://freemarker.org/freemarkerdownload.html" title="Download"><span>Download</span></a></li></ul></div></div><div class="header-bottom-bg"><div class="site-width search-row"><a href="toc.html" class="navigation-header">Manual</a><div class="navigation-header"></div></div><div class="site-width breadcrumb-row"><ul class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList"><li class="step-0" itemprop="itemListElement" itemscope itemtype="http://schema. org/ListItem"><a class="label" itemprop="item" href="toc.html"><span itemprop="name">Apache FreeMarker Manual</span></a></li><li class="step-1" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="app.html"><span itemprop="name">Appendixes</span></a></li><li class="step-2" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="app_versions.html"><span itemprop="name">Version history</span></a></li><li class="step-3" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a class="label" itemprop="item" href="versions_2_0RC1.html"><span itemprop="name">2.0 RC1</span></a></li></ul><div class="bookmarks" title="Bookmarks"><span class="sr-only">Bookmarks:</span><ul class="bookmark-list"><li><a href="alphaidx.html">Alpha. index</a></li><li><a href="gloss.html">Glossary</a></li><li><a href="dgui_template_exp.html#exp_cheatsheet">Expressions</a></li><l i><a href="ref_builtins_alphaidx.html">?builtins</a></li><li><a href="ref_directive_alphaidx.html">#directives</a></li><li><a href="ref_specvar.html">.spec_vars</a></li><li><a href="app_faq.html">FAQ</a></li></ul></div></div></div> <div class="main-content site-width"> <div class="content-wrapper"> <div id="table-of-contents-wrapper" class="col-left"> <script>var breadcrumb = ["Apache FreeMarker Manual","Appendixes","Version history","2.0 RC1"];</script> - <script src="toc.js?1491668137263"></script> - <script src="docgen-resources/main.min.js?1491668137263"></script> + <script src="toc.js?1508116788890"></script> + <script src="docgen-resources/main.min.js?1508116788890"></script> </div> <div class="col-right"><div class="page-content"><div class="page-title"><div class="pagers top"><a class="paging-arrow previous" href="versions_2_0RC2.html"><span>Previous</span></a><a class="paging-arrow next" href="app_install.html"><span>Next</span></a></div><div class="title-wrapper"> <h1 class="content-header header-section1" id="versions_2_0RC1" itemprop="headline">2.0 RC1</h1> </div></div><div class="page-menu"> <div class="page-menu-title">Page Contents</div> -<ul><li><a class="page-menu-link" href="#autoid_290" data-menu-target="autoid_290">Support for Numerical operations, both arithmetic and -boolean, as well as numerical ranges.</a></li><li><a class="page-menu-link" href="#autoid_291" data-menu-target="autoid_291">API Changes</a></li><li><a class="page-menu-link" href="#autoid_292" data-menu-target="autoid_292">Syntactical Miscellany</a></li></ul> </div><p>The first public release of FreeMarker 2.0 was on 18 March 2002. +<ul><li><a class="page-menu-link" href="#autoid_283" data-menu-target="autoid_283">Support for Numerical operations, both arithmetic and +boolean, as well as numerical ranges.</a></li><li><a class="page-menu-link" href="#autoid_284" data-menu-target="autoid_284">API Changes</a></li><li><a class="page-menu-link" href="#autoid_285" data-menu-target="autoid_285">Syntactical Miscellany</a></li></ul> </div><p>The first public release of FreeMarker 2.0 was on 18 March 2002. Here is a summary of the changes in the Lazarus release, with respect to the last stable release of FreeMarker Classic.</p><p><em>NOTA BENE</em>:</p><p>Despite the changes delineated above, the Lazarus release is almost entirely backward-compatible with FreeMarker Classic. We @@ -66,7 +75,7 @@ boolean, as well as numerical ranges.</a></li><li><a class="page-menu-link" href -<h2 class="content-header header-section2" id="autoid_290">Support for Numerical operations, both arithmetic and +<h2 class="content-header header-section2" id="autoid_283">Support for Numerical operations, both arithmetic and boolean, as well as numerical ranges.</h2> @@ -167,7 +176,7 @@ boolean, as well as numerical ranges.</a></li><li><a class="page-menu-link" href -<h2 class="content-header header-section2" id="autoid_291">API Changes</h2> +<h2 class="content-header header-section2" id="autoid_284">API Changes</h2> <ul> @@ -223,7 +232,7 @@ boolean, as well as numerical ranges.</a></li><li><a class="page-menu-link" href -<h2 class="content-header header-section2" id="autoid_292">Syntactical Miscellany</h2> +<h2 class="content-header header-section2" id="autoid_285">Syntactical Miscellany</h2> <ul> @@ -260,7 +269,7 @@ boolean, as well as numerical ranges.</a></li><li><a class="page-menu-link" href </div> <div class="site-footer"><div class="site-width"><div class="footer-top"><div class="col-left sitemap"><div class="column"><h3 class="column-header">Overview</h3><ul><li><a href="http://freemarker.org/">What is FreeMarker?</a></li><li><a href="http://freemarker.org/freemarkerdownload.html">Download</a></li><li><a href="app_versions.html">Version history</a></li><li><a href="http://freemarker.org/history.html">About us</a></li><li><a itemprop="license" href="app_license.html">License</a></li></ul></div><div class="column"><h3 class="column-header">Handy stuff</h3><ul><li><a href="http://freemarker-online.kenshoo.com/">Try template online</a></li><li><a href="dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="ref_directive_alphaidx.html">#directives</a></li><li><a href="ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href ="https://github.com/freemarker/freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="http://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="http://freemarker.org/mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/freemarker/freemarker">Github</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="http://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"> <p class="last-generated"> Last generated: -<time itemprop="dateModified" datetime="2017-04-08T16:15:37Z" title="Saturday, April 8, 2017 4:15:37 PM GMT">2017-04-08 16:15:37 GMT</time>, for Freemarker 2.3.26 </p> +<time itemprop="dateModified" datetime="2017-10-16T01:19:48Z" title="Monday, October 16, 2017 1:19:48 AM GMT">2017-10-16 01:19:48 GMT</time>, for Freemarker 2.3.27 </p> <p class="copyright"> © <span itemprop="copyrightYear">1999</span>â2017 <a itemtype="http://schema.org/Organization" itemprop="copyrightHolder" href="http://apache.org/">The Apache Software Foundation</a>. Apache FreeMarker, FreeMarker, Apache Incubator, Apache, the Apache FreeMarker logo are trademarks of The Apache Software Foundation. </p>
