diff --git a/docs/menu.md b/docs/menu.md new file mode 100644 index 0000000..e8e496f --- /dev/null +++ b/docs/menu.md @@ -0,0 +1,7 @@ +# Interactive Menus +## Markup Language Introduction +For interactive menus the FOpen Interactive Markup language is used, a comepletely ad-hoc declarative solution. While the older consumer alternatives for HD physical media used technologies like Java (BD-J on Blu-ray) and Web-Based Technologies (HDi on HD DVD), they all come with different costs and disadvantages: + +- BD-J uses a complex Java ME platform +- Web Technologies rapidly evolve, making web-based menus too dependent on web engines + diff --git a/mkdocs.yml b/mkdocs.yml index 01b5502..43febae 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,4 +2,5 @@ site_name: FOpen Drive Documentation theme: readthedocs nav: - - File System: fs.md \ No newline at end of file + - File System: fs.md + - Interactive Menus: menu.md \ No newline at end of file