1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: jquery-simpletreemenu
Section: web
Priority: optional
Maintainer: François-Régis Vuillemin <frv-debian@miradou.com>
Build-Depends: debhelper (>= 9.0.0), node-uglify
Standards-Version: 3.9.6
Homepage: https://github.com/sfreytag/Simple-Tree-Menu
Vcs-Git: git://anonscm.debian.org/pkg-javascript/jquery-simpletreemenu.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-javascript/jquery-simpletreemenu.git
Package: libjs-jquery-simpletreemenu
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: visually-simple menu inspired by the Mac OS X Finder tree
Simple Tree Menu creates a visually-simple menu inspired by the Mac OS X
Finder tree.
.
It uses a straightforward HTML structure based on <ul> that is the same as
the Son of Suckerfish drop-down menus, so it's easy to learn, and it degrades
gracefully.
.
There's no complex options to pass in and your preferred style can be created
in CSS. The source-code download includes CSS and PNG icons to create that
that Apple Finder look, or you can nest other HTML content to create something
like Google's calendar navigation.
|