We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: a lightweight but powerful documents search engine, written in Rails.
Homepage: http://picolena.devjavu.com/
Clone URL: git://github.com/EricDuminil/picolena.git
eric.duminil@gmail.com (author)
Sat Apr 26 06:06:31 -0700 2008
commit  084df9bb481ff8771fd42a41ab7e70f9f69caaa9
tree    c707ad0daf17e78d3e3c8cdc653593df8e7f7996
parent  98eb60521e6d317b91181273dd2636fc76e09620
picolena / History.txt
100644 69 lines (45 sloc) 1.394 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
== 0.1.7 2008-04-
 
* 1 minor enhancement:
  * added cache highlighting à la Google
 
== 0.1.6 2008-04-25
 
* 1 minor enhancement:
  * replaced index key by Document#probably_unique_id
 
* bug fixes:
  * Added forgotten public/images/flags to generator file
 
== 0.1.5 2008-04-25
 
* 1 major enhancement:
  * yet another Indexer & Index rewrite
 
* 1 minor enhancement:
  * flags to indicate found language
 
* bug fixes:
  * No more (or just less?) index lock errors
 
== 0.1.4 2008-04-23
* 1 minor enhancement:
  * minimal MacOS support
 
== 0.1.3 2008-04-20
 
* 1 bug fix:
  * removed verbose debug info
 
== 0.1.2 2008-04-20
 
* 3 major enhancements:
  * complete Indexer & Index rewrite
  * new DSL syntax
  * multi-threaded Indexer
 
== 0.1.1 2008-04-12
 
* 1 major enhancement:
  * cache à la Google
 
* minor enhancements:
  * easier configuration. Every picolena specific conf files in config/custom
  * lots of refactoring
 
* bug fixes
 
== 0.1.0 2008-04-08
 
* 3 minor enhancements:
  * can now be installed on win32 (doesn't pass every spec though)
  * moved rails_plugins away from lib/ so that they don't get parsed by rdoc/ri
  * shorter and prettier base26_hash id for documents
 
== 0.0.99 2008-04-06
 
* 2 minor enhancements:
  * more complete specs
  * mtime is now indexed and available in queries as "date:20080406"
 
== 0.0.98 2008-03-29
 
* 1 major enhancement:
  * Initial release