Displaying 3 results from an estimated 3 matches for "cw8vds".
2011 Apr 27
2
Omindex: what are the default numbered indexes?
...logy.
The info about the reserved use of values 0-2 was exactly what was needed
allowing a perfectly functional solution but one that creates two
"&COLLAPSE="s in the URL; maybe the other should be an "&xCOLLAPSE="?
First the solution in case it helps someone:
root at CW8vDS:/var/lib/omega/templates# cat inc/duplicatesdropbox
<SELECT NAME=COLLAPSE>
$if{$eq{$cgi{COLLAPSE},},
<OPTION VALUE="" SELECTED>Yes
<OPTION VALUE=1>No
,
<OPTION VALUE="">Yes
<OPTION VALUE=1 SELECTED>No
}
</SELECT>
root at CW8vDS:/var/...
2011 Apr 17
5
For more UI functionality: OmegaScript, C++ or other?
Hello :-)
We have Xapian and Omega working nicely. Now we would like more
functionality at the browser UI, such as being able to specify date ranges
and being able to search the file name including looking only for, say, .odt
files.
Question is whether the best choice for this would be to develop a template
using OmegaScript or to switch to C++ or some other language.
Availability of skills
2011 Apr 17
3
Report for http://trac.xapian.org/wiki/SupportedPlatforms
...0 (Squeeze)
Compiler: gcc version 4.4.5 (Debian 4.4.5-8)
Version: 1.2.4
Status: no known problems
Source: http://oligarchy.co.uk/xapian/1.2.4/xapian-core-1.2.4.tar.gz
Notes / requirements: non-default packages: g++, g++-4.4, libpcre3-dev,
uuid-dev, uuid-runtime, zlib1g-dev
uname -a output:
Linux CW8vDS 2.6.32-5-amd64 #1 SMP Wed Jan 12 03:40:32 UTC 2011 x86_64
GNU/Linux
g++ -v output:
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8'
--with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs
--enable-languages=c,c++,fortra...