6ed4328953
This was part of the Ada Web Server, but it is maintained separated and even needs to be recursively cloned into AWS git repository. Now the AWS template engine is a separate library that AWS will use in the upcoming update. The package description is below. ================================================================ This is the template engine for the Ada Web Server. It is modular and therefore can be split out of AWS and used on its own. As it was designed for generating web pages, it's function is to parse a page template and replace tokens with specified values. This template engine is amazingly fast due to its concurrent cached compiled templates support. WWW: http://docs.adacore.com/aws-docs/templates_parser
69 lines
3.7 KiB
Text
69 lines
3.7 KiB
Text
bin/templates2ada
|
|
bin/templatespp
|
|
include/templates_parser.relocatable/templates_parser-cached_files.adb
|
|
include/templates_parser.relocatable/templates_parser-configuration.ads
|
|
include/templates_parser.relocatable/templates_parser-data.adb
|
|
include/templates_parser.relocatable/templates_parser-debug.ads
|
|
include/templates_parser.relocatable/templates_parser-definitions.adb
|
|
include/templates_parser.relocatable/templates_parser-expr.adb
|
|
include/templates_parser.relocatable/templates_parser-filter.adb
|
|
include/templates_parser.relocatable/templates_parser-input.ads
|
|
include/templates_parser.relocatable/templates_parser-input__standalone.adb
|
|
include/templates_parser.relocatable/templates_parser-macro.adb
|
|
include/templates_parser.relocatable/templates_parser-print_tree.adb
|
|
include/templates_parser.relocatable/templates_parser-query.ads
|
|
include/templates_parser.relocatable/templates_parser-simplifier.adb
|
|
include/templates_parser.relocatable/templates_parser-utils.adb
|
|
include/templates_parser.relocatable/templates_parser-utils.ads
|
|
include/templates_parser.relocatable/templates_parser-xml.ads
|
|
include/templates_parser.relocatable/templates_parser.adb
|
|
include/templates_parser.relocatable/templates_parser.ads
|
|
include/templates_parser.relocatable/templates_parser_tasking.ads
|
|
include/templates_parser.relocatable/templates_parser_tasking__standard_tasking.adb
|
|
include/templates_parser/templates_parser-cached_files.adb
|
|
include/templates_parser/templates_parser-configuration.ads
|
|
include/templates_parser/templates_parser-data.adb
|
|
include/templates_parser/templates_parser-debug.ads
|
|
include/templates_parser/templates_parser-definitions.adb
|
|
include/templates_parser/templates_parser-expr.adb
|
|
include/templates_parser/templates_parser-filter.adb
|
|
include/templates_parser/templates_parser-input.ads
|
|
include/templates_parser/templates_parser-input__standalone.adb
|
|
include/templates_parser/templates_parser-macro.adb
|
|
include/templates_parser/templates_parser-print_tree.adb
|
|
include/templates_parser/templates_parser-query.ads
|
|
include/templates_parser/templates_parser-simplifier.adb
|
|
include/templates_parser/templates_parser-utils.adb
|
|
include/templates_parser/templates_parser-utils.ads
|
|
include/templates_parser/templates_parser-xml.ads
|
|
include/templates_parser/templates_parser.adb
|
|
include/templates_parser/templates_parser.ads
|
|
include/templates_parser/templates_parser_tasking.ads
|
|
include/templates_parser/templates_parser_tasking__standard_tasking.adb
|
|
lib/gnat/templates_parser.gpr
|
|
lib/libtemplates_parser.so
|
|
lib/templates_parser.relocatable/libtemplates_parser-11.9.0w.so
|
|
lib/templates_parser.relocatable/libtemplates_parser.so
|
|
lib/templates_parser.relocatable/templates_parser-configuration__standalone.ali
|
|
lib/templates_parser.relocatable/templates_parser-debug.ali
|
|
lib/templates_parser.relocatable/templates_parser-input__standalone.ali
|
|
lib/templates_parser.relocatable/templates_parser-query.ali
|
|
lib/templates_parser.relocatable/templates_parser-utils.ali
|
|
lib/templates_parser.relocatable/templates_parser-xml.ali
|
|
lib/templates_parser.relocatable/templates_parser.ali
|
|
lib/templates_parser.relocatable/templates_parser_tasking__standard_tasking.ali
|
|
lib/templates_parser/libtemplates_parser.a
|
|
lib/templates_parser/templates_parser-configuration__standalone.ali
|
|
lib/templates_parser/templates_parser-debug.ali
|
|
lib/templates_parser/templates_parser-input__standalone.ali
|
|
lib/templates_parser/templates_parser-query.ali
|
|
lib/templates_parser/templates_parser-utils.ali
|
|
lib/templates_parser/templates_parser-xml.ali
|
|
lib/templates_parser/templates_parser.ali
|
|
lib/templates_parser/templates_parser_tasking__standard_tasking.ali
|
|
share/gpr/templates_parser.gpr
|
|
@dirrm include/templates_parser
|
|
@dirrm include/templates_parser.relocatable
|
|
@dirrm lib/templates_parser
|
|
@dirrm lib/templates_parser.relocatable
|
|
@dirrmtry share/gpr
|