Las Zenow
6a3da59c75
Port the web to bootstrap5
...
So it is responsive in phones.
2021-05-01 11:08:35 +00:00
Las Zenow
c770a4d202
Comment out most visited/download
...
It doesn't work and we don't display them in the front page since a
while.
2021-02-09 18:59:07 +00:00
Las Zenow
6684e1b96a
Add a mirror notice in the footer
2020-03-23 19:13:58 +00:00
Kittenoncatnip
4903f722b5
Update index.html
2019-03-02 23:47:24 +00:00
Kittenoncatnip
968dd9f845
Update index.html
2019-03-02 23:31:17 +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
f4690b2bba
Move files to a local folder
2014-08-21 19:57:38 -05:00
Las Zenow
aebea27517
Fixing index style
2013-11-17 19:39:16 +01:00
Las Zenow
ea3d88bb70
Fix a english mistake
2013-09-02 23:53:44 +02:00
Las Zenow
0f81282ad9
Align the news correctly
2013-08-31 02:15:33 +02:00
Las Zenow
134faea3ef
Add a link to the list of last books added
2013-08-31 02:04:06 +02:00
Las Zenow
56964ec45f
Add rss feed
2013-08-31 00:38:32 +02:00
Las Zenow
54763b04df
Print out the news in the front page
2013-07-18 11:42:46 +02:00
Las Zenow
61764d51b3
Update about page with status, bitcoin and pgp
2013-07-16 01:24:39 +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
cd9b518284
Displaying most viewed and downloaded books on the front page
2012-10-24 23:22:39 +02:00
Las Zenow
61d301df5b
Display the thumbnails properly on the front page
2012-09-09 13:54:51 +02:00
Las Zenow
3146c64166
Display the images rounded
2012-09-09 01:19:06 +02:00
Las Zenow
fa6c681120
Use responsive design
2012-08-30 21:33:32 +02:00
Las Zenow
88b4809e99
Use Ids for address no titles
2012-08-21 21:22:56 +02:00
Las Zenow
e365103370
Add tags to front page
2012-08-20 17:19:27 +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