<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://pool.wiki.guifi.net/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://pool.wiki.guifi.net/w/index.php?action=history&amp;feed=atom&amp;title=Trantor%2Fen</id>
		<title>Trantor/en - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://pool.wiki.guifi.net/w/index.php?action=history&amp;feed=atom&amp;title=Trantor%2Fen"/>
		<link rel="alternate" type="text/html" href="http://pool.wiki.guifi.net/w/index.php?title=Trantor/en&amp;action=history"/>
		<updated>2026-07-29T07:34:27Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.22.0</generator>

	<entry>
		<id>http://pool.wiki.guifi.net/w/index.php?title=Trantor/en&amp;diff=3595&amp;oldid=prev</id>
		<title>Al: 2 revisions: Importing all articles from english wiki</title>
		<link rel="alternate" type="text/html" href="http://pool.wiki.guifi.net/w/index.php?title=Trantor/en&amp;diff=3595&amp;oldid=prev"/>
				<updated>2015-07-22T22:58:09Z</updated>
		
		<summary type="html">&lt;p&gt;2 revisions: Importing all articles from english wiki&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 22:58, 22 July 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Al</name></author>	</entry>

	<entry>
		<id>http://pool.wiki.guifi.net/w/index.php?title=Trantor/en&amp;diff=3594&amp;oldid=prev</id>
		<title>Al: Al moved page Trantor to Trantor/en</title>
		<link rel="alternate" type="text/html" href="http://pool.wiki.guifi.net/w/index.php?title=Trantor/en&amp;diff=3594&amp;oldid=prev"/>
				<updated>2014-03-03T14:23:27Z</updated>
		
		<summary type="html">&lt;p&gt;Al moved page &lt;a href=&quot;/wiki/Trantor&quot; class=&quot;mw-redirect&quot; title=&quot;Trantor&quot;&gt;Trantor&lt;/a&gt; to &lt;a href=&quot;/wiki/Trantor/en&quot; title=&quot;Trantor/en&quot;&gt;Trantor/en&lt;/a&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 14:23, 3 March 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Al</name></author>	</entry>

	<entry>
		<id>http://pool.wiki.guifi.net/w/index.php?title=Trantor/en&amp;diff=3593&amp;oldid=prev</id>
		<title>Al: Created page with &quot;Imperial Library of Trantor  The Imperial Library of Trantor (also known as Galactic Library) is a repository management system of ebooks on ePub format.  You can check out th...&quot;</title>
		<link rel="alternate" type="text/html" href="http://pool.wiki.guifi.net/w/index.php?title=Trantor/en&amp;diff=3593&amp;oldid=prev"/>
				<updated>2012-08-31T00:07:46Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Imperial Library of Trantor  The Imperial Library of Trantor (also known as Galactic Library) is a repository management system of ebooks on ePub format.  You can check out th...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Imperial Library of Trantor&lt;br /&gt;
&lt;br /&gt;
The Imperial Library of Trantor (also known as Galactic Library) is a repository management system of ebooks on ePub format.&lt;br /&gt;
&lt;br /&gt;
You can check out the main development branch from Gitorious at:&lt;br /&gt;
&lt;br /&gt;
https://gitorious.org/trantor/&lt;br /&gt;
&lt;br /&gt;
(We still in pre-beta fase)&lt;br /&gt;
&lt;br /&gt;
== Dependences ==&lt;br /&gt;
&lt;br /&gt;
In order to run Trantor, you need to install the following packages:&lt;br /&gt;
&lt;br /&gt;
* Go language&lt;br /&gt;
* Epub development library&lt;br /&gt;
* Mongodb&lt;br /&gt;
* Imagemagick (for resize covers)&lt;br /&gt;
* Bazaar&lt;br /&gt;
* Mercurial&lt;br /&gt;
* Git (necessary only if you want to deal with the repository)&lt;br /&gt;
&lt;br /&gt;
Under Debian Wheezy you can simply run:&lt;br /&gt;
&lt;br /&gt;
 aptitude install golang-go git mercurial bzr libepub-dev mongodb imagemagick&lt;br /&gt;
&lt;br /&gt;
Yo also need to install go dependences:&lt;br /&gt;
&lt;br /&gt;
 go get labix.org/v2/mgo/bson labix.org/v2/mgo/ code.google.com/p/gorilla/sessions&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== For admins (&amp;quot;for developers&amp;quot; below) ===&lt;br /&gt;
&lt;br /&gt;
Now you can install Trantor itself:&lt;br /&gt;
&lt;br /&gt;
 go get git.gitorious.org/trantor/trantor.git&lt;br /&gt;
&lt;br /&gt;
You can run trantor in /srv/www/trantor i.e. For this:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /srv/www/trantor&lt;br /&gt;
&lt;br /&gt;
 cd /srv/www/trantor&lt;br /&gt;
&lt;br /&gt;
 ln -s /usr/lib/go/src/pkg/git.gitorious.org/trantor/trantor.git/templates/ templates&lt;br /&gt;
 ln -s /usr/lib/go/src/pkg/git.gitorious.org/trantor/trantor.git/css/ css&lt;br /&gt;
 ln -s /usr/lib/go/src/pkg/git.gitorious.org/trantor/trantor.git/js/ js&lt;br /&gt;
 ln -s /usr/lib/go/src/pkg/git.gitorious.org/trantor/trantor.git/img/ img&lt;br /&gt;
&lt;br /&gt;
Now you can run it:&lt;br /&gt;
 /usr/lib/go/bin/trantor.git&lt;br /&gt;
&lt;br /&gt;
Go to your browser to: http://localhost:8080&lt;br /&gt;
&lt;br /&gt;
=== For developers ===&lt;br /&gt;
&lt;br /&gt;
Login to gitorius: https://gitorious.org/login&lt;br /&gt;
and clone your own Trantor: https://gitorious.org/trantor/trantor/clone&lt;br /&gt;
&lt;br /&gt;
In your shell&lt;br /&gt;
 git clone git://gitorious.org/~yourname/trantor/yournames-trantor.git &lt;br /&gt;
 cd yournames-trantor&lt;br /&gt;
&lt;br /&gt;
You can edit config.go if you want to change the port and other configuration, by default is 8080&lt;br /&gt;
&lt;br /&gt;
Now you can compile Trantor:&lt;br /&gt;
 go build&lt;br /&gt;
&lt;br /&gt;
Now you can run it:&lt;br /&gt;
 ./yourname-trantor&lt;br /&gt;
&lt;br /&gt;
Go to your browser to: http://localhost:8080&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
Please, report bugs to zenow@tormail.org&lt;br /&gt;
&lt;br /&gt;
== Patches ==&lt;br /&gt;
Make your enhacements and sent it by git:&lt;br /&gt;
&lt;br /&gt;
 git commit -m &amp;quot;comment&amp;quot;&lt;br /&gt;
 git push&lt;br /&gt;
&lt;br /&gt;
Go to &amp;quot;merge-requests&amp;quot;&lt;br /&gt;
 https://gitorious.org/trantor/yournames-trantor/merge_requests/new&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation manual]]&lt;br /&gt;
&lt;br /&gt;
[[es:Trantor]]&lt;/div&gt;</summary>
		<author><name>Al</name></author>	</entry>

	</feed>