X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;h=7aa08fcd43755ee679beacbffb0b1a99168edcac;hb=b819c832cd3efe0a37966196430bcf3ec0aaf0cb;hp=eb38a31b32fa2dbb96b9319a471b693ecf58195e;hpb=3528c308c23c63774cccf92e473abed0d85893e0;p=myslice.git diff --git a/README b/README index eb38a31b..7aa08fcd 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ See the devel/ subdir for more devel-oriented doc. ==================== 1 minute howto -* requirement is to have python + django installed django +* REQUIREMENTS is to have python + django installed django ** should be straightforward ** see devel/django-install.txt in case of trouble @@ -22,7 +22,7 @@ $ manage.py syncdb [ at this point point it *might* be needed to run $ make allst but as far as running a local server is concerned you should be good without that - feedbakc on this is appreciated] + feedback on this is appreciated] * run a local server: $ manage.py runserver 0.0.0.0:8000 @@ -38,6 +38,7 @@ For now there's not much in here; this was the simplest possible way to demonstrate deferring authorization elsewhere * To logout, click on 'logged as *jean*', this shows a confirmation page.. + Right now the UI has 4 views: * the most useful one being the 'Plugin' view which demonstrates all the available plugins @@ -46,9 +47,17 @@ Right now the UI has 4 views: * slice view : only demonstrates how to use URLs to pass arguments along * scroll view : forget about that one, but it does illustrate that some pages can be made public (no need to login) * tab view : a hand-made tab widget - (last three from slice/views.py) + +Third party tools shipped: + +* jquery +* datatables +* bootstrap + +not much effort has been put into coming up with a nice layout and all, feel free to tweak that but it's probably way too early for that + ==================== Contents: 1st level subdirs ========== code from git