Can Admin be a site without widgets then? Then I can implement all functionality, that will work even if Aiki crash, because I will use json-rpc for all functions (I don't need this old array editor, I don't even like to store data as serialized array it should be json or not even array should be split into relational database so it can guard integrity of data for me).
I can implement Admin Panel as one file + json-rpc, I think that I can make it into one widget, since there is limit, I came to it when writing Content-Editor for CKGSB site (commercial site that use Aiki), but hopefully I only need to remove inline css, which I use because Aiki don't refresh CSS if I change something (because url stays the same). Conclusion Admin Panel = one file + json-rpc - no widgets, they too small. The only thing I will need is $db var that I can access. Maybe I won't need $membership since I will want to use direct access to users and use my own login system, without php sessions (using local storage and fallback to cookies), so the whole login/logout issue with librarian SystemGOD and normal user will not be visible because you will not be login to Aiki when editing. On Tue, 27 Mar 2012 21:14:49 +0200 Roger Martín <[email protected]> wrote: > hi, > > my two cents: > > Site: a output of you database. > A site can be you frontpage, backstage, a rss feed, or a channel. > For example in openclipart.org sites can be: > - www.openclipart.org > - www.openicon.org a subset of all icons with menus, categories and > menus to find icons. > - www.openclipart.org/librarian, a intranet for manage cliparts, > comments, users. > -.www.openclipart.org/inkscape. Api for inkscape. > > Views: a adaption or version of a site. > - www.openclipart.org/mobil a mobile version, with some menus > deleted, without big images. > - www.opencliparr.org/bluemarine. A new theme for openclipart. > Sites don't shared widgets. View yes. > > Apps: > (tip: remove captcha from apps) > A visual interface (or web page) with a objective/rol 'per se' (it's > not add-on) and independent of data (common to all site): > - admin aiki has a interface, a rol, and is the same for openclipart, > ,myeshop or myblog, books site, music site. > - install aik > - upgrade aiki,. > - tools.. > Apps can be sites. Using widgets or not is a problem of > implementation: installer can't use widgets, for upgrade is better > don't use widgets, tools need run even aiki is crash,...Admin can use > widget. > > > Extensions > A way to add new features you can (and must) use in code. You can do > more thing in aiki widget. > captcha, web2date, multi-upload, > > Plugin > A way to add new features to your site without touching the code. > Aiki do more thing. > > > Roger -- Jakub Jankiewicz twitter: @jcubic www: http://jcubic.pl _______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

