slitaz-forge annotate pkgs/README @ rev 695

ns.slitaz.org: proxy support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 27 11:29:08 2018 +0200 (2018-04-27)
parents 61f1a20681c7
children
rev   line source
pankso@239 1 SliTaz Packages web interface
pankso@239 2 ================================================================================
pankso@239 3
pankso@239 4
paul@307 5 This is a 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
paul@649 11 * Use GET so we can copy paste 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
paul@307 16 * nice URLs to share via copying them from address bar
al@284 17 * improve debug mode
al@293 18 * added progress ticker while page is not complete
al@293 19 * added style highlighting for the receipts
pankso@239 20
pankso@239 21 TODO
pankso@239 22 ----
pankso@239 23
pankso@239 24 * Add package page with all info and an install link
pankso@239 25 (tazpkg:// or tazpkg: works in Midori
al@284 26 * add hint 'You are can search for depends loop, if textfield is empty'...
al@284 27 * caching the footer summary
paul@307 28 * clear the file names, so our goal is a URL like:
al@284 29 http://pkgs.slitaz.org/?package=geany
al@284 30 (form action="$SCRIPT_NAME" -> action="/")
paul@482 31 * standard 4.0 has /usr/lib/slitaz/httphelper (without '.sh')
paul@307 32 * display dependency trees as unordered lists
pankso@239 33
pankso@239 34 ================================================================================