slitaz-forge annotate pkgs/README @ rev 284

pkgs: huge code rewriting; tested on the SliTaz 4.0 but not on the real server; for more info see README
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 16 11:34:57 2012 +0300 (2012-04-16)
parents 7ce141d99f21
children 0a9608f5d6d9
rev   line source
pankso@239 1 SliTaz Packages web interface
pankso@239 2 ================================================================================
pankso@239 3
pankso@239 4
al@261 5 This is TazPKG web interface with a search engine for packages, files,
pankso@239 6 dependencies and more.
pankso@239 7
al@261 8 IN THIS RELEASE
al@261 9 ---------------
al@261 10
al@261 11 * Use GET so we can copy past urls from a browser
al@261 12 * Gettextise the search engine and use PO files
al@284 13 * auto form focus
al@284 14 * CSS3 style effects
al@284 15 * all css now in _standard_ slitaz.css (from website) and pkgs.css
al@284 16 * nice URLs to share via copy them from address bar
al@284 17 * improve debug mode
pankso@239 18
pankso@239 19 TODO
pankso@239 20 ----
pankso@239 21
pankso@239 22 * Add package page with all info and an install link
pankso@239 23 (tazpkg:// or tazpkg: works in Midori
al@284 24 * implement POST method of the form submitting
al@284 25 * implement more nice redirect, than http refresh
al@284 26 * add hint 'You are can search for depends loop, if textfield is empty'...
al@284 27 * add progress ticker while page is not complete
al@284 28 * caching the footer summary
al@284 29 * add style highlighting for the receipts
al@284 30 * clear the file names, so our goal is URL like:
al@284 31 http://pkgs.slitaz.org/?package=geany
al@284 32 (form action="$SCRIPT_NAME" -> action="/")
al@284 33 * standard 4.0 have /usr/lib/slitaz/httphelper (without '.sh')
pankso@239 34
pankso@239 35 ================================================================================