diff options
author | Adrian Kummerlaender | 2014-07-24 20:34:09 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-07-24 20:34:09 +0200 |
commit | 663143f35089460e1a34775d19f4423223b81b12 (patch) | |
tree | 1bc17de3b587c0dfd789a69486da14656fb243ff /tags | |
parent | d3a6e17e32578a2c4c376626cbe5401cb57cd097 (diff) | |
download | blog_content-663143f35089460e1a34775d19f4423223b81b12.tar blog_content-663143f35089460e1a34775d19f4423223b81b12.tar.gz blog_content-663143f35089460e1a34775d19f4423223b81b12.tar.bz2 blog_content-663143f35089460e1a34775d19f4423223b81b12.tar.lz blog_content-663143f35089460e1a34775d19f4423223b81b12.tar.xz blog_content-663143f35089460e1a34775d19f4423223b81b12.tar.zst blog_content-663143f35089460e1a34775d19f4423223b81b12.zip |
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
Diffstat (limited to 'tags')
10 files changed, 10 insertions, 0 deletions
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 |