slitaz-forge view pkgs/README @ rev 592

arm/rpi: add Raspbian dual boot
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 19 16:13:06 2015 +0100 (2015-02-19)
parents f377d5247d0c
children 076f76afc61f
line source
1 SliTaz Packages web interface
2 ================================================================================
5 This is a TazPKG web interface with a search engine for packages, files,
6 dependencies and more.
8 IN THIS RELEASE
9 ---------------
11 * Use GET so we can copy past urls from a browser
12 * Gettextise the search engine and use PO files
13 * auto form focus
14 * CSS3 style effects
15 * all css now in _standard_ slitaz.css (from website) and pkgs.css
16 * nice URLs to share via copying them from address bar
17 * improve debug mode
18 * added progress ticker while page is not complete
19 * added style highlighting for the receipts
21 TODO
22 ----
24 * Add package page with all info and an install link
25 (tazpkg:// or tazpkg: works in Midori
26 * add hint 'You are can search for depends loop, if textfield is empty'...
27 * caching the footer summary
28 * clear the file names, so our goal is a URL like:
29 http://pkgs.slitaz.org/?package=geany
30 (form action="$SCRIPT_NAME" -> action="/")
31 * standard 4.0 has /usr/lib/slitaz/httphelper (without '.sh')
32 * display dependency trees as unordered lists
34 ================================================================================