Commit graph

21 commits

Author SHA1 Message Date
Las Zenow
6684e1b96a Add a mirror notice in the footer 2020-03-23 19:13:58 +00:00
Las Zenow
46762ea17b Add basic html/rss support for book lists 2018-04-09 09:49:30 +00:00
Las Zenow
52b9882be9 Convert Id to ID 2017-05-21 10:50:59 +00:00
Las Zenow
7f9c172853 Rename author to authors and subject to tags 2017-05-21 10:47:00 +00:00
Las Zenow
e72de38725 [WIP] migration to psql
TODO:
[ ] stats
[ ] indexes
2017-05-21 10:44:43 +00:00
Las Zenow
f4690b2bba Move files to a local folder 2014-08-21 19:57:38 -05: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
d7b207159b Align correctly the pager info 2013-08-31 01:33:28 +02:00
Las Zenow
56964ec45f Add rss feed 2013-08-31 00:38:32 +02:00
Las Zenow
fb9376ab43 The download path now is '/download/id/epub' 2013-04-15 22:29:57 +02:00
Las Zenow
986f834f46 Put the covers on the database 2013-04-15 22:10:48 +02:00
Las Zenow
93bd567f8d Change the paths stored on the database
The paths in the database now are relative of the config BOOKS_PATH and COVER_PATH

For updating the database this query should be use:
for (var i = db.books.find(); i.hasNext(); ) {
        var book = i.next();
        db.books.update({_id: book["_id"]}, {$set: {path: book["path"].slice(6), cover: book["cover"].slice(7), coversmall: book["coversmall"].slice(7)}});
}
2012-10-28 20:21:46 +01:00
Las Zenow
e7934c0483 Display the lang and editorial on search 2012-09-09 01:26:23 +02:00
Las Zenow
3146c64166 Display the images rounded 2012-09-09 01:19:06 +02:00
Las Zenow
88b4809e99 Use Ids for address no titles 2012-08-21 21:22:56 +02:00
Las Zenow
a95887a996 Add download and read button to search 2012-08-21 21:10:09 +02:00
Las Zenow
c513344169 Sessions with gorilla 2012-08-18 02:06:43 +02:00
Las Zenow
c13899c757 Basic bootstrap design 2012-08-17 08:25:44 +02:00
Las Zenow
2e19245f39 Only show image if exists 2012-08-15 17:12:40 +02:00
Las Zenow
c670645300 The image should be a link on search list 2012-08-15 15:46:43 +02:00
Las Zenow
d924b577d1 Move templates 2012-08-15 15:11:52 +02:00
Renamed from search.html (Browse further)