What I want to do is to create bookmarkable and clickable links. for example
http://example.com/accounts/password/reset/key/2-47k-0ab765eddbf39c6656aa/ Will open the main app with a dialog for reset password http://example.com/accounts/user/voger Will open the main app with a window with the users profile http://example.com/users/voger/posts Will open the main app with a window with voger's posts http://example.com/users/voger/post/123456 Will open the main app with a window displaying the specific post Kind of like the apiviewer does it. I am reading it's code and try to understand how it works. I try to get as much information as and I haven't clarified yet in my mind how to design it. Should the content be somewhere in the HTML minimizing trips to the server and maximizing SEO potential or should I rely in parsing the URL? Should I use the qx.bom.History module or some other library or rely in pure javascript? Also it gets more confusing with the note in the top of Back-Button and Bookmark Support page in the manual http://manual.qooxdoo.org/current/pages/website/back-button_and_bookmark_support.html?highlight=history "This document is outdated and does not reflect the proposed way of working with qx.Website. The history module is still under development. As soon as the module is ready, this document will be updated as well." ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel