From 663143f35089460e1a34775d19f4423223b81b12 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 24 Jul 2014 20:34:09 +0200 Subject: Implemented basic article tagging facility * articles are tagged by symlinking them to the appropriate "tag" in the "tags" directory * tags are resolved by the article datasource transformation * added tags for the example articles --- ...troduction_to_expressing_and_controlling_object_ownership_in_cpp11.md | 1 + .../2013-04-27_declaring_functions_local_to_a_translation_unit_in_cpp.md | 1 + tags/cpp/2013-10-06_notizen_zu_cpp_und_unicode.md | 1 + ...mapping_binary_structures_as_tuples_using_template_metaprogramming.md | 1 + ...s_in_implicitly_instantiated_class_template_specializations_in_cpp.md | 1 + ...troduction_to_expressing_and_controlling_object_ownership_in_cpp11.md | 1 + .../2013-04-27_declaring_functions_local_to_a_translation_unit_in_cpp.md | 1 + ...mapping_binary_structures_as_tuples_using_template_metaprogramming.md | 1 + ...s_in_implicitly_instantiated_class_template_specializations_in_cpp.md | 1 + tags/german/2013-10-06_notizen_zu_cpp_und_unicode.md | 1 + 10 files changed, 10 insertions(+) create mode 120000 tags/cpp/2013-03-01_introduction_to_expressing_and_controlling_object_ownership_in_cpp11.md create mode 120000 tags/cpp/2013-04-27_declaring_functions_local_to_a_translation_unit_in_cpp.md create mode 120000 tags/cpp/2013-10-06_notizen_zu_cpp_und_unicode.md create mode 120000 tags/cpp/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md create mode 120000 tags/cpp/2014-01-05_disabling_methods_in_implicitly_instantiated_class_template_specializations_in_cpp.md create mode 120000 tags/english/2013-03-01_introduction_to_expressing_and_controlling_object_ownership_in_cpp11.md create mode 120000 tags/english/2013-04-27_declaring_functions_local_to_a_translation_unit_in_cpp.md create mode 120000 tags/english/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md create mode 120000 tags/english/2014-01-05_disabling_methods_in_implicitly_instantiated_class_template_specializations_in_cpp.md create mode 120000 tags/german/2013-10-06_notizen_zu_cpp_und_unicode.md (limited to 'tags') diff --git a/tags/cpp/2013-03-01_introduction_to_expressing_and_controlling_object_ownership_in_cpp11.md b/tags/cpp/2013-03-01_introduction_to_expressing_and_controlling_object_ownership_in_cpp11.md new file mode 120000 index 0000000..43b8cb6 --- /dev/null +++ b/tags/cpp/2013-03-01_introduction_to_expressing_and_controlling_object_ownership_in_cpp11.md @@ -0,0 +1 @@ +../../articles/2013-03-01_introduction_to_expressing_and_controlling_object_ownership_in_cpp11.md \ No newline at end of file diff --git a/tags/cpp/2013-04-27_declaring_functions_local_to_a_translation_unit_in_cpp.md b/tags/cpp/2013-04-27_declaring_functions_local_to_a_translation_unit_in_cpp.md new file mode 120000 index 0000000..4433d6b --- /dev/null +++ b/tags/cpp/2013-04-27_declaring_functions_local_to_a_translation_unit_in_cpp.md @@ -0,0 +1 @@ +../../articles/2013-04-27_declaring_functions_local_to_a_translation_unit_in_cpp.md \ No newline at end of file diff --git a/tags/cpp/2013-10-06_notizen_zu_cpp_und_unicode.md b/tags/cpp/2013-10-06_notizen_zu_cpp_und_unicode.md new file mode 120000 index 0000000..d1d5ff6 --- /dev/null +++ b/tags/cpp/2013-10-06_notizen_zu_cpp_und_unicode.md @@ -0,0 +1 @@ +../../articles/2013-10-06_notizen_zu_cpp_und_unicode.md \ No newline at end of file diff --git a/tags/cpp/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md b/tags/cpp/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md new file mode 120000 index 0000000..244d443 --- /dev/null +++ b/tags/cpp/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md @@ -0,0 +1 @@ +../../articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md \ No newline at end of file diff --git a/tags/cpp/2014-01-05_disabling_methods_in_implicitly_instantiated_class_template_specializations_in_cpp.md b/tags/cpp/2014-01-05_disabling_methods_in_implicitly_instantiated_class_template_specializations_in_cpp.md new file mode 120000 index 0000000..aaa5f45 --- /dev/null +++ b/tags/cpp/2014-01-05_disabling_methods_in_implicitly_instantiated_class_template_specializations_in_cpp.md @@ -0,0 +1 @@ +../../articles/2014-01-05_disabling_methods_in_implicitly_instantiated_class_template_specializations_in_cpp.md \ No newline at end of file diff --git a/tags/english/2013-03-01_introduction_to_expressing_and_controlling_object_ownership_in_cpp11.md b/tags/english/2013-03-01_introduction_to_expressing_and_controlling_object_ownership_in_cpp11.md new file mode 120000 index 0000000..43b8cb6 --- /dev/null +++ b/tags/english/2013-03-01_introduction_to_expressing_and_controlling_object_ownership_in_cpp11.md @@ -0,0 +1 @@ +../../articles/2013-03-01_introduction_to_expressing_and_controlling_object_ownership_in_cpp11.md \ No newline at end of file diff --git a/tags/english/2013-04-27_declaring_functions_local_to_a_translation_unit_in_cpp.md b/tags/english/2013-04-27_declaring_functions_local_to_a_translation_unit_in_cpp.md new file mode 120000 index 0000000..4433d6b --- /dev/null +++ b/tags/english/2013-04-27_declaring_functions_local_to_a_translation_unit_in_cpp.md @@ -0,0 +1 @@ +../../articles/2013-04-27_declaring_functions_local_to_a_translation_unit_in_cpp.md \ No newline at end of file diff --git a/tags/english/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md b/tags/english/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md new file mode 120000 index 0000000..244d443 --- /dev/null +++ b/tags/english/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md @@ -0,0 +1 @@ +../../articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md \ No newline at end of file diff --git a/tags/english/2014-01-05_disabling_methods_in_implicitly_instantiated_class_template_specializations_in_cpp.md b/tags/english/2014-01-05_disabling_methods_in_implicitly_instantiated_class_template_specializations_in_cpp.md new file mode 120000 index 0000000..aaa5f45 --- /dev/null +++ b/tags/english/2014-01-05_disabling_methods_in_implicitly_instantiated_class_template_specializations_in_cpp.md @@ -0,0 +1 @@ +../../articles/2014-01-05_disabling_methods_in_implicitly_instantiated_class_template_specializations_in_cpp.md \ No newline at end of file diff --git a/tags/german/2013-10-06_notizen_zu_cpp_und_unicode.md b/tags/german/2013-10-06_notizen_zu_cpp_und_unicode.md new file mode 120000 index 0000000..d1d5ff6 --- /dev/null +++ b/tags/german/2013-10-06_notizen_zu_cpp_und_unicode.md @@ -0,0 +1 @@ +../../articles/2013-10-06_notizen_zu_cpp_und_unicode.md \ No newline at end of file -- cgit v1.2.3