The Imperial Library of Trantor (also known as Galactic Library) is a repository management system of ebooks on ePub format.
This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
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
adduser Use gopass for request password 2012-08-30 21:11:26 +02:00
css Upgrade to bootstrap 2.1.0 2012-08-31 00:17:58 +02:00
img Add favicon 2012-09-03 13:52:48 +02:00
js Upgrade to bootstrap 2.1.0 2012-08-31 00:17:58 +02:00
templates New database squema 2012-09-12 00:19:19 +02:00
.gitignore Sessions with gorilla 2012-08-18 02:06:43 +02:00
admin.go New database squema 2012-09-12 00:19:19 +02:00
config.go Don't need ':' for port configuration 2012-08-31 01:00:08 +02:00
database.go New database squema 2012-09-12 00:19:19 +02:00
LICENSE Move templates 2012-08-15 15:11:52 +02:00
reader.go New database squema 2012-09-12 00:19:19 +02:00
search.go New database squema 2012-09-12 00:19:19 +02:00
session.go Add notifications 2012-08-19 02:29:34 +02:00
template.go Move constants to a config file 2012-08-22 19:48:02 +02:00
trantor.go New database squema 2012-09-12 00:19:19 +02:00
upload.go New database squema 2012-09-12 00:19:19 +02:00