Las Zenow
9d1f1ad5c0
Move all the code to a lib folder
2016-05-02 21:41:40 -04:00
Las Zenow
6c08f284b9
Use diferent titles per page
...
* Related: #7
2016-01-28 18:13:26 -05:00
Las Zenow
08ccdaf27d
Move to gitlab
2015-04-21 21:32:01 -04:00
Las Zenow
c132c0fdf6
Refactor templates to make take care of fmt
2014-08-30 01:25:16 -05:00
Las Zenow
93d31b53fe
Move the query parsing to the database
...
This implies to move the tokeinzation as well.
2014-07-02 20:58:00 -05:00
Las Zenow
30af19cd62
Tockenize converting to ascii
2014-06-30 18:33:35 -05:00
Las Zenow
59eaa4e2aa
Refactor database
2014-06-29 19:41:29 -05:00
Las Zenow
41b376992a
Database stops being a global variable
...
With it now every handler creates it's own copy of the session.
2013-09-23 16:27:31 +02:00
Las Zenow
e9dba080a7
Add selector for number of items per page on search view
2013-08-31 01:45:15 +02:00
Las Zenow
56964ec45f
Add rss feed
2013-08-31 00:38:32 +02:00
Las Zenow
206775fa6a
Store statistics on mongodb
2013-04-22 23:28:00 +02:00
Las Zenow
840fd3ed47
New database squema
...
The collection new is removed, now the books have a field "active" set to true
if the book was aproved.
For update the database:
db.books.update({}, {$set: {active: true}}, true, true)
2012-09-12 00:19:19 +02:00
Las Zenow
ea906a7681
Search was not scrolling fine
2012-08-24 20:18:16 +02:00
Las Zenow
e5d96ef7b7
Move constants to a config file
2012-08-22 19:48:02 +02:00
Las Zenow
5d19d3c72f
Optimice the partial queries
2012-08-21 11:25:02 +02:00
Las Zenow
e68f41445e
Add notifications
2012-08-19 02:29:34 +02:00
Las Zenow
c513344169
Sessions with gorilla
2012-08-18 02:06:43 +02:00
Las Zenow
1006f4c5b9
Allow search on all the fields
2012-08-15 15:39:52 +02:00
Las Zenow
9f1204db35
Run go fmt
2012-08-15 15:12:59 +02:00
Las Zenow
3db6231762
Use clousures for the http handlers
2012-08-15 13:58:16 +02:00
Las Zenow
b70ddd81ab
10 items per page on search
2012-07-30 23:59:55 +02:00
Las Zenow
c64226ffb9
Basic search and display working
2012-07-30 23:23:38 +02:00