X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=README;h=14d7b0e48adcf346e0d52d1b3c67ca47814e40f5;hb=c6ef4812dcac2b6aafcc8665c7376320dc4c6400;hp=60e9b98c6e59f2f63da7ae834927c9e2317857f6;hpb=acd9f408bd1a096c69c0e94bf0ddf3433f34955a;p=MojoFacets.git diff --git a/README b/README index 60e9b98..14d7b0e 100644 --- a/README +++ b/README @@ -18,6 +18,11 @@ Start with: LANG=hr_HR.utf8 ./script/mojo_facets daemon --reload +Changing tabular data: + +Just double click on any table cell and click outside or focus out to save change. + + Data action and changes: There are two kinds of audit log in MojoFacets: @@ -53,6 +58,10 @@ element from your dataset. If you want to create or update values, you will have to use $update hash to set new values. +If you want to report something from your dataset (also called reduce in map/reduce +terminology) you can use $out hash to store values which will be used to generate +new dataset using $key and $value for column names. + All values are repetable, but if you create just a scalar, magic(tm) inside MojoFacets will try to upgrade it to [ $scalar ] so you don't have to do it explicitly.