From 49768b7c10fd6466edcd8262587bf142c919ccb5 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 11 Aug 2014 20:24:46 +0200 Subject: Implemented page categorization functionality * expanded "02_data/pages.xsl" transformation to include pages in subfolders * "03_meta/categories.xsl" transformation generates a categorized view of all pages simmilar to the one provided for tags by "03_meta/tags.xsl" * "99_result/category/category.xsl" transformation generates category overview pages * added basic project related pages inside the "projects" category --- source/00_content/pages/projects/binary_mapping.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 source/00_content/pages/projects/binary_mapping.md (limited to 'source/00_content/pages/projects/binary_mapping.md') diff --git a/source/00_content/pages/projects/binary_mapping.md b/source/00_content/pages/projects/binary_mapping.md new file mode 100644 index 0000000..acf5f47 --- /dev/null +++ b/source/00_content/pages/projects/binary_mapping.md @@ -0,0 +1,5 @@ +# BinaryMapping + +…is a collection of C++ templates which may be used to map binary structures into tuples and various other structures. + +These structures can then be traversed using integrated containers and iterators. This is useful for many kinds of data serialization tasks. -- cgit v1.2.3