Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C56417650 for ; Tue, 7 Oct 2014 09:44:34 +0000 (UTC) Received: (qmail 79196 invoked by uid 500); 7 Oct 2014 09:44:34 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 79114 invoked by uid 500); 7 Oct 2014 09:44:34 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 78916 invoked by uid 500); 7 Oct 2014 09:44:33 -0000 Delivered-To: apmail-incubator-sis-commits@incubator.apache.org Received: (qmail 78913 invoked by uid 99); 7 Oct 2014 09:44:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2014 09:44:33 +0000 Date: Tue, 7 Oct 2014 09:44:33 +0000 (UTC) From: "Martin Desruisseaux (JIRA)" To: sis-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (SIS-182) More dynamic table of content for the web site MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Martin Desruisseaux created SIS-182: --------------------------------------- Summary: More dynamic table of content for the web site Key: SIS-182 URL: https://issues.apache.org/jira/browse/SIS-182 Project: Spatial Information Systems Issue Type: Improvement Components: Web site Reporter: Martin Desruisseaux Priority: Minor Consider moving the Table Of Content in a HTML frame on the left side, to be always visible. The highlighted item should change when the user scroll down the page. This can be done using the Tocify plugin: * http://gregfranko.com/jquery.tocify.js/ * http://errietta.me/blog/tocify-scrollspy/ Note that Tocify generate the TOC dynamically by scanning the HTML page. Given the size of that page, it may not be desirable. Instead, we may want a static TOC with only the "scrollspy" feature of Tocify. * http://www.tutorialspoint.com/bootstrap/bootstrap_scrollspy_plugin.htm -- This message was sent by Atlassian JIRA (v6.3.4#6332)