From 75fee9135a47643b5af1d8ec0f250088fd0672c5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 30 Jan 2013 16:47:56 +0400 Subject: [PATCH] minor touchups... Signed-off-by: Alex A. Naanou --- TODO.otl | 6 +++--- index.html | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/TODO.otl b/TODO.otl index 891010a..6a19b71 100755 --- a/TODO.otl +++ b/TODO.otl @@ -14,13 +14,13 @@ [_] template photo page [_] template 3x3 grid [_] template two column text - [_] BUG: href to existing anchors will mess up layout... - | need to find out how can we disable anchor links from actually - | going to the anchor... [_] make layer default state configurable... | e.g. setting "shown"/"hidden" classes in HTML and adding | something like a page reset that will restore the default state, | rather than the current "hideLayers" + [_] BUG: href to existing anchors will mess up layout... + | need to find out how can we disable anchor links from actually + | going to the anchor... [X] BUG: initial load on android does not center on the correct page... | for some odd reason only one of the first and second pages are opened | correctly, any other page results in showing the second page and any diff --git a/index.html b/index.html index 31a0299..9997d74 100755 --- a/index.html +++ b/index.html @@ -251,12 +251,13 @@ $(document).ready(function(){
  • Magazines, Covers, Articles and Pages, fully navigable
  • Three main views: Magazine (under development) Page and Ribbon
  • Fully linkable structure -
  • Full Gesture, Mouse or Keyboard navigation -
  • Special #URLs enable full navigation and control +
  • Full intuitive Gesture, Mouse or Keyboard navigation +
  • Special #URLs enable full link-based navigation and control
  • Bookmarks and bookmark navigation
  • Intuitive navigator widget -
  • Portable to most (all?) mobile platforms (via PhoneGap) -
  • Standalone (via CEF) +
  • Portable to most mobile platforms including: Apple iOS, Android, Windows Phone 7/8, BlackBery, HP webOS and more. +
  • Standalone on main desktop operating systems, including Apple MacOS X and Microsoft Windows +
  • Based on popular, open and easy to learn and use standards (HTML5 layout, SVG vector graphics)
  • Usable from the web (support for engines other than WebKit not here yet)
  • Integrated Editor (under development)