X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 7369FDC36E8 for ; Sat, 29 Sep 2012 21:46:25 +0000 (UTC) Received: by pbbrp8 with SMTP id rp8so7471163pbb.13 for ; Sat, 29 Sep 2012 14:46:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:reply-to:to:subject:date:user-agent:cc:mime-version :content-type:content-transfer-encoding:message-id; bh=nm44ZH5TgWLX1xu+E2L9raYQkaWRQzJIyLCi6n6S45M=; b=v6lcyVZYBxzcfn+NQkZeVIucMbtYdp8g4DOD5AewwNZAVcHayiw33RRqsIBBiQHpDI Mlblwli+f7rQX250h/F/S3KRiuAsiumLWWa5vc0eiLB2LMXjbNX04APHB1bkBE9jylAf KYG9uw9xRU2QQkVsul6wO5w3ho/FnB4uMn1W3cBkUxse/W1UfkgZQzxwwKVcai7UuO4m uA+R7ceDL6XXZHfLp+q0RiTPIhhxlA1qkU7Zj+dDC71Ut7jKuaepUQuL+2irvLPRDNMO BRj9O/ZCVGwxgA4H79XCMCTcNfj6gse/1GhZB7TmUYElfNeHifqZWXWSlZbRnuf2XNKR Ynlg== Received: by 10.68.235.106 with SMTP id ul10mr30720430pbc.83.1348955184346; Sat, 29 Sep 2012 14:46:24 -0700 (PDT) Received: from microknoppix.localnet ([117.227.56.106]) by mx.google.com with ESMTPS id gj9sm7727363pbc.16.2012.09.29.14.46.20 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 29 Sep 2012 14:46:23 -0700 (PDT) From: "V.Krishn" Reply-To: vkrishn4@gmail.com To: "alpine-devel" Subject: [alpine-devel] jqMobile skin for ACF Date: Sun, 30 Sep 2012 03:14:11 +0530 User-Agent: KMail/1.13.7 (Linux/3.3.7-64; KDE/4.7.4; x86_64; ; ) Cc: ttrask01@yahoo.com X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201209300314.11714.vkrishn4@gmail.com> Hi, I have been trying to get jqMobile skin working in ACF. This skin uses jquery-mobile framework. Past efforts can be seen here: http://dpaste.org/3sbEN/ http://dpaste.org/PT0ip/ <- instruction on how to install Present changes: 1. Improved table styles 2. Added/improved page transition effect for error,descr and command result 3. Implemented simple div wrapping rule for subpages/modules (avoiding data-* attributes). Once installed some changes can be seen here: https://localhost/cgi-bin/acf/alpine-baselayout/interfaces/read https://localhost/cgi-bin/acf/apk-tools/apk/loaded https://localhost/cgi-bin/acf/apk-tools/apk/expert Efforts have been make to keep changes minimal, and avoid the use of data-* attributes. NOTE: Present installation codes and src codes are experimental and should only be testing in clean/fresh install of alpine. -------------------------- Some suggested acf changes (to alpine team) for next release of alpine. These may help in cleaning the page structure. 1. All module page having a title should begin with H3 2. Any sub-title after H3 should be wrapped with
...
3. Any sub-title after H4 should be wrapped with
...
Note: class name here is suggestive. 4. dl,dt,dd - elements should be properly nested. 5. Avoid table where possible. 6. Avoid inline styling of elements. 7. Validate page against XHTML 1.0 transitional or strict Suggestions and comments are welcomed. -- Regards. V.Krishn --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---