From ed7695569b6542dc4b0b5f3d6fa4b734680bb339 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 12 May 2010 22:00:29 +0200 Subject: [PATCH] document source data formats --- README | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README b/README index f676698..3745ca1 100644 --- a/README +++ b/README @@ -1,9 +1,16 @@ Mojo Facets - server side facet browsing using Mojolicious and jQuery UI -Put JSON file from Simile Exhibit project in data/ +Data sources: + +Put JSON file from Simile Exhibit project in data/ with extension .js or .json + +Alternative format is pipe (|) separated text files with extension .txt +First column is always header with field names +Multi-line values should be wrapped in ^multi-line-text^ + Start with: -LANG=hr_HR.utf8 ./script/mojo_facets daemon --reload + LANG=hr_HR.utf8 ./script/mojo_facets daemon --reload -- 2.20.1