Discussions
Activity
Sign In
How it works
Aleksandar Erkalović
Activity
Discussions
1
Comments
206
cant add book to a group
You can have book name in Hebrew. Url name for the book will be in ascii (because some other components in our eco system can not handle unicode names). In your case this is happening because your book has hidden status. If it was not hidden it woul…
Comment by
Aleksandar Erkalović
March 2013
permalink
Removing or modifying shared snippets
Hundreds of snippets? What are you doing with them, if it is not a secret? :) No, when the snippets were created there was no idea of their management or of their content (from the web interface). Clearly, this is something we should put on the road…
Comment by
Aleksandar Erkalović
March 2013
permalink
user control
Hi Randall! You are correct, Django Admin interface is not automatically turned on in Booktype 1.6. If you do want it all you have to do is uncomment couple of lines in $BOOKTYPE_SOURCE/lib/booki/url.py file. It should like like this: # By default D…
Comment by
Aleksandar Erkalović
February 2013
permalink
Booktype - integration support for CMIS (i.e. Alfresco, Sharepoint, etc)
Hi Darren, yes, it would be a good add on. We haven't had that requirements so far. At the moment people are interested to fetch images from other repositories (the plan is to include Media Library from one other Sourcefabric product). Fetching…
Comment by
Aleksandar Erkalović
February 2013
permalink
Problem installing Objavi
You should probably install redis library for Objavi with pip. Redis library which comes with Booktype has been modified to be thread safe, it is not standard redis library and is probably missing VERSION in the version which was modified. Booktype …
Comment by
Aleksandar Erkalović
February 2013
permalink
Can't create book
Hi marcelo, option 2) works without step 3). In settings.py (must restart Apache if you are using it) you must have set OBJAVI_URL = "http://objavi.booktype.pro/" and THIS_BOOKI_SERVER points yo your public IP + port. For instance THIS_BO…
Comment by
Aleksandar Erkalović
February 2013
permalink
Can't create book
Hi Marcelo! You need to install or have access to our book production engine. There are couple of ways how you can do it:1) Order our free Booktype Pro Starter model at http://www.booktype.pro/2) Have Booktype server on public IP with open port 80. …
Comment by
Aleksandar Erkalović
February 2013
permalink
User Info I Can't Find
Hi Gene. You can rename book in the Control Center. Go to "Control Center", "Books", select your book and then in top right corner you will see button "Rename". It was possible to delete person and book but it was tempo…
Comment by
Aleksandar Erkalović
February 2013
permalink
Using AAC as input Stream
Hi Bruno, you should post this question to "Airtime Support" Forum. Not much help on this from us here :) Aco
Comment by
Aleksandar Erkalović
January 2013
permalink
Booktype is very slow : is it normal ?
Ah.... ignore this. I thought I was answering to private e-mail :)
Comment by
Aleksandar Erkalović
January 2013
permalink
Booktype is very slow : is it normal ?
Hi! It happens in certain situations but not that often at all. We do have in roadmap one task to clean this up from time to time in Redis but not sure when it will be. Until then when it gets very very slow just delete the dump (or disable the save…
Comment by
Aleksandar Erkalović
January 2013
permalink
Booktype is very slow : is it normal ?
Hi! It should not be so slow. Was it always so slow or it become slow over time? What you should check is your redis settings. You really don't need to save memory dump to disk, or if you do want that you should not save it so often. So in /et…
Comment by
Aleksandar Erkalović
January 2013
permalink
Booktype and cover images
You want to install it on Windows 7? Booktype and Objavi are not supported on Windows platform. Booktype could work on Windows (there is win32 port of redis, there is win32 postgresql, there is support for needed libraries) but it has not been teste…
Comment by
Aleksandar Erkalović
January 2013
permalink
it's possible to import an epub book uploading a file?
That is correct. For importing from other Booktype instances it goes directly to other Booktype server.
Comment by
Aleksandar Erkalović
January 2013
permalink
Profile pics
Hi, you have your own installation of Booktype or you created free instance on booktype.pro? If you have your own installation then $BOOKTYPEPROJECT/data/profile_images/ directory must be writable by user who is running webserver. Also, PIL (Python …
Comment by
Aleksandar Erkalović
January 2013
permalink
it's possible to import an epub book uploading a file?
Hi Lluis, it is not possible at the moment. There are two components here, one is Booktype (for editing) and Objavi (for publishing and importing). Import is done on the Objavi service and not Booktype so because of the current architecture it is a …
Comment by
Aleksandar Erkalović
January 2013
permalink
HTTP 500 error sending emails from within Booktype
Hi Giovanni, there are couple of bugs which are fixed in devel branch (or Booktype 1.5.4) connected with this issue. One is that Booktype would break if it was not able to send email locally (that is why you get response code 500 for [14/Dec/2012 15…
Comment by
Aleksandar Erkalović
December 2012
permalink
Licenses not showing up predictably in copyright div
Hi Alex, yes, public bug tracker (http://dev.sourcefabric.org/browse/BK) would be the best way to provide feedback. If you have some questions or solutions for other people you can post them here on the forum. There is also #booktype channel on irc.…
Comment by
Aleksandar Erkalović
December 2012
permalink
Licenses not showing up predictably in copyright div
There is a small issue with this and to bypass the problem all CC licenses are marked as CC-BY. CC-BY is also default license in some cases. This will be fixed very soon.
Comment by
Aleksandar Erkalović
December 2012
permalink
Deploying to OPENSHIFT Express - WIP
Yes it would be good to have it. Booktype has one line install for couple of months in beta now. You can check it here - https://github.com/aerkalov/booktype-scrolls/tree/master/scripts/install and the devel docs and github wiki page does mention it…
Comment by
Aleksandar Erkalović
November 2012
permalink
Can I define custom styles in Booktype?
Hi Adam, you can check the Book Design section in the manual for the details: http://en.flossmanuals.net/booktype/css/ . You would need to edit CSS in the publishing wizards and not in the HTML for given chapter. We are aware this is not as nice as …
Comment by
Aleksandar Erkalović
November 2012
permalink
How to export/view an HTML version of my book quickly?
Hi Adam, There is a Draft View with draft image in the background but there is also normal view of the book. For instance, if link to draft version of the site would be http://mybooktype.booktype.pro/my-book/_draft/ then the link to normal html vers…
Comment by
Aleksandar Erkalović
November 2012
permalink
Import epub Book in Booktype
Ok, so i tried the first epub and it works for me. I think the problem might be it is not really URL from where epub could be downloaded by the script. I have copied it to my site here and you can use this url to test it - http://podaci.binarni.org/…
Comment by
Aleksandar Erkalović
October 2012
permalink
Import epub Book in Booktype
Ciao Giacomo, could you give us URL to this existing epub so we can try ourselves? Library which we use for parsing EPUB sometimes breaks and this seems to be the case this time. Aco
Comment by
Aleksandar Erkalović
October 2012
permalink
Missing functionality?
You are not missing anything. Only super user administrator can delete books in the backend editor. We left it that way mainly for the security issue.
Comment by
Aleksandar Erkalović
September 2012
permalink
Examples needed for THIS_BOOKI_SERVER and BOOKI_URL
You need to use existing Objavi server [service used for publishing books] or install it on your own machine. In both cases Objavi is trying to fetch content of the book over http. That is why Objavi must have access to your Booktype server on your …
Comment by
Aleksandar Erkalović
September 2012
permalink
Booktype, Booki, Objavi - CON-FU-SED!
There are two things you can do. If your Booktype is hosted on public IP you can set: OBJAVI_URL = "http://objavi.booktype.pro/objavi.cgi" in settings.py file (depending of how you host it you might need to restart Booktype). The othe…
Comment by
Aleksandar Erkalović
September 2012
permalink
Uploading images to Booktype
Hello Kristin, are you trying to upload images from the "Images and Files" tab in the editing interface or from "Insert image" dialog you get when you are editing chapter and click on the image toolbar? It is hard to say (could b…
Comment by
Aleksandar Erkalović
August 2012
permalink
What does "Set new language" in Settings ?
This is as option which should tell Objavi to use options of "Right To Left" writing and organize books according to language on the Booktype side. It assumes it is english by default and you can ignore this option for now. Devel branch do…
Comment by
Aleksandar Erkalović
August 2012
permalink
Description of book licenses?
Yes, license description is missing in the "create book" dialog but it is visible later, when you are already editing book. Then you can see full description for each license. You can easily change book license at any time. For now this is…
Comment by
Aleksandar Erkalović
August 2012
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Stop following
About
Username
Aleksandar Erkalović
Joined
November 2011
Visits
0
Last Active
July 2016
Roles
Member
Posts
207
Friends
Followed by 4 people
My Badges
Total Points: 80
Top Posters
Albert FR
1978
Martin Konecny
1860
Andrey Podshivalov
1526
Voisses Tech
1423
John Chewter
899
Daniel James
844
Roger Wilco
784
hoerich
627
Paul Baranowski
389
Cliff Wang
339