From marketing at lovinglearning.co.nz Thu May 5 11:18:14 2011 From: marketing at lovinglearning.co.nz (John Curwood) Date: Fri, 6 May 2011 06:18:14 +1200 Subject: [Booki-dev] Booki.cc front page broken Message-ID: Hi, This morning while I was checking the create account problem, I went to www.booki.cc and got the following error on the front Page. TemplateSyntaxError at / Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' not found. Further Down the Page was... Template error In template /var/www/bookicc/templates/portal/frontpage.html, error at line 83 Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' not found. 73 74 {% for activity in activity_history %} 75
76
77 {{activity.user}} 78
79
80 {{ activity.user }}    {{ activity.modified| timesince}} {% trans "ago" %}
81
82 {% if activity.kind == 1 %} 83 {% trans "Created new chapter" %} "{{activity.chapter.title}}". I hope this helps Cheers, John -------------- next part -------------- An HTML attachment was scrubbed... URL: From adam at flossmanuals.net Thu May 5 11:56:36 2011 From: adam at flossmanuals.net (adam) Date: Thu, 05 May 2011 20:56:36 +0200 Subject: [Booki-dev] Booki.cc front page broken In-Reply-To: References: Message-ID: <4DC2F2E4.7020900@flossmanuals.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 thanks it was a chapter made with (I htink) hebrew chars in the url-title... needs to be reported as a bug...i will write it up adam On 05/05/2011 08:18 PM, John Curwood wrote: > Hi, > > This morning while I was checking the create account problem, I went to > www.booki.cc and got the following error on the front Page. > > TemplateSyntaxError at / > > Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with > arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' > not found. > Further Down the Page was... > > Template error > > In template /var/www/bookicc/templates/portal/frontpage.html, error at > line 83 > > Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with > arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' > not found. > > 73 > 74 {% for activity in activity_history %} > 75
> 76
> 77 alt="{{activity.user}}"> > 78
> 79
> 80 {{ > activity.user }}    {{ activity.modified|timesince}} {% > trans "ago" %}
> 81
> 82 {% if activity.kind == 1 %} > 83 {% trans "Created new chapter" %} "{{activity.chapter.title}}". > > I hope this helps > > Cheers, > > John > > > > _______________________________________________ > Booki-dev mailing list > Booki-dev at lists.flossmanuals.net > http://lists.flossmanuals.net/listinfo.cgi/booki-dev-flossmanuals.net - -- - -- Adam Hyde Founder FLOSS Manuals Project Manager Booki Book Sprint Facilitator +49 01774935122 Please note: I am not usually online on weekends unless facilitating a Book Sprint -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJNwvLfAAoJENaIz+he8+X+wdEIALN2wawu6yJG0l73SJQPxAXf sfg71aayLqsGaXOcweXsVXmJWIwAZe+iMTPrRlSep1rMjdr0imfy7reNrnHmGRiX t+VpMJsf+wSDV2QDY5MXqVaD3/MB2kYmb7dnz0RsuQb/TVsA4ax7EkeuiVPqJjTE 3GW5AgMR3CQFSiOEIL3lbahNLrVC6aQRR3zg3OxpxPckUUNesc5ALIZsdv3DdJjR K8XaglLoiHfey9w+gYJ4k6UooJP0xtaKanMpj87PDJOIsIUGqI5LN+icGakkseL1 MCKzKL4MZeGirbHJehq9u3KlRUyAnCowh3ztp/mE32zUmZjttRb88w0SUFrrhU4= =pgyD -----END PGP SIGNATURE----- From marketing at lovinglearning.co.nz Mon May 9 03:48:49 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 09 May 2011 22:48:49 +1200 Subject: [Booki-dev] Editing an image on front page of PDF Message-ID: <4DC7C691.6000507@lovinglearning.co.nz> Hey Guys, I've had a question from the support forum about changing the appearance of the generated PDF front page. I've pointed the person towards adjusting the CSS for exporting the book, however to answer them fully is there a way to add images and other design elements to that page? I can see where the heading can be altered, but what about the pages background? I appreciate what you can give me, and if there is a way to do this it could make for a good tutorial. Cheers, John From marketing at lovinglearning.co.nz Mon May 9 03:53:06 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 09 May 2011 22:53:06 +1200 Subject: [Booki-dev] Installation on WIndows? Message-ID: <4DC7C792.9010908@lovinglearning.co.nz> I've had another question from the forum asking how booki could be installed on windows. I've asked for some more information around why they would want to install it on windows, what do they hope to achieve? Are they wanting to do dev? In the meantime is it even possible? I know you can set up an Apache server on a windows computer, but is it possible to put all the Booki components on top of that? Cheers, John From marketing at lovinglearning.co.nz Mon May 9 03:56:52 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 09 May 2011 22:56:52 +1200 Subject: [Booki-dev] Linking between Booki Chapters Message-ID: <4DC7C874.8000005@lovinglearning.co.nz> I've got one more question from the forum, (from the same guy) They are wanting to create links between booki chapters, looking at indexing and the like. I've given them the short answer on adding an absolute hyperlink between chapters, but ofcourse this would get broken if the book ever gets moved. Is there any protocol around creating relative links between chapters that would hold up after moving/exporting? Cheers, John This one could also make a good tutorial. From marketing at lovinglearning.co.nz Wed May 11 11:31:35 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Thu, 12 May 2011 06:31:35 +1200 Subject: [Booki-dev] Installation on WIndows? In-Reply-To: <4DC7C792.9010908@lovinglearning.co.nz> References: <4DC7C792.9010908@lovinglearning.co.nz> Message-ID: <4DCAD607.1060708@lovinglearning.co.nz> Some more information about the Windows question, the person on the forum has a slow internet connection and finds it dificult to use the online versions. They would like to be able to have a local install of booki on their windows computer that word run faster. Can this be done? Cheers, John On 9/05/11 10:53 PM, JohnCurwood wrote: > I've had another question from the forum asking how booki could be > installed on windows. I've asked for some more information around why > they would want to install it on windows, what do they hope to > achieve? Are they wanting to do dev? > > In the meantime is it even possible? > > I know you can set up an Apache server on a windows computer, but is > it possible to put all the Booki components on top of that? > > Cheers, > > John > > _______________________________________________ > Booki-dev mailing list > Booki-dev at lists.flossmanuals.net > http://lists.flossmanuals.net/listinfo.cgi/booki-dev-flossmanuals.net > > From adam at flossmanuals.net Tue May 17 23:29:09 2011 From: adam at flossmanuals.net (adam) Date: Wed, 18 May 2011 08:29:09 +0200 Subject: [Booki-dev] que manager Message-ID: <4DD36735.5060708@flossmanuals.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hey i am having to restart the booki server once a week or so since it freezes. This might be a coincidence but it seems to have been like this since Luka and I bumped up the max memory allocation for Objavi. So I would say we need to get the que manager Aco is implementing for Booki also working for Objavi as soon as possible....(assuming this will manage the memory allocation better) adam - -- - -- Adam Hyde Founder FLOSS Manuals Project Manager Booki Book Sprint Facilitator +49 01774935122 Please note: I am not usually online on weekends unless facilitating a Book Sprint -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJN02c0AAoJENaIz+he8+X+lLsIAJk7PfWfDE179nXOXL0Xyfyr 1h+wWOW+PR5JHq8rSTewzdRdV1c/T9CCmOMbffPVpq9Oph7oiRkPAqkzNSId40WV HRRnm5iUF5M1f3KBXm6R2vY7pQ1bzejTXgChoDkDD+ck2ssZI1iaGot+ennO/UHb kzUdSclW6wFJqTUgRyxA/uueB/+5qsIRWGeyTD47JYsiojlW7oGy8OWgYAAGlDSH dfMZGqMEOQTRWCvZrg95eUJ44gmUfq8vVWX0p37t4GWhTkt0jRPoRt5BJjCvScSg XxxmMrP+pZSkY1Dzy9JRJWTEgk42vKPyQck5bi3mYdPvcm1M5CeWlodGKtKPWl4= =H+0J -----END PGP SIGNATURE----- From marketing at lovinglearning.co.nz Sun May 22 20:24:27 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 23 May 2011 15:24:27 +1200 Subject: [Booki-dev] get booki plugin Message-ID: <4DD9D36B.6060105@lovinglearning.co.nz> Hi Adam, I've been having trouble putting the Memorize activity manual on FM's front page. I've tried using the get booki plugin 3 time without success, the screen just sits there saying processing.... My browser is Firefox 3.6.17, running on OSX 10.4 in case that has any significance. Cheers, John From marketing at lovinglearning.co.nz Thu May 5 11:18:14 2011 From: marketing at lovinglearning.co.nz (John Curwood) Date: Fri, 6 May 2011 06:18:14 +1200 Subject: [Booki-dev] Booki.cc front page broken Message-ID: Hi, This morning while I was checking the create account problem, I went to www.booki.cc and got the following error on the front Page. TemplateSyntaxError at / Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' not found. Further Down the Page was... Template error In template /var/www/bookicc/templates/portal/frontpage.html, error at line 83 Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' not found. 73 74 {% for activity in activity_history %} 75
76
77 {{activity.user}} 78
79
80 {{ activity.user }}    {{ activity.modified| timesince}} {% trans "ago" %}
81
82 {% if activity.kind == 1 %} 83 {% trans "Created new chapter" %} "{{activity.chapter.title}}". I hope this helps Cheers, John -------------- next part -------------- An HTML attachment was scrubbed... URL: From adam at flossmanuals.net Thu May 5 11:56:36 2011 From: adam at flossmanuals.net (adam) Date: Thu, 05 May 2011 20:56:36 +0200 Subject: [Booki-dev] Booki.cc front page broken In-Reply-To: References: Message-ID: <4DC2F2E4.7020900@flossmanuals.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 thanks it was a chapter made with (I htink) hebrew chars in the url-title... needs to be reported as a bug...i will write it up adam On 05/05/2011 08:18 PM, John Curwood wrote: > Hi, > > This morning while I was checking the create account problem, I went to > www.booki.cc and got the following error on the front Page. > > TemplateSyntaxError at / > > Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with > arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' > not found. > Further Down the Page was... > > Template error > > In template /var/www/bookicc/templates/portal/frontpage.html, error at > line 83 > > Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with > arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' > not found. > > 73 > 74 {% for activity in activity_history %} > 75
> 76
> 77 alt="{{activity.user}}"> > 78
> 79
> 80 {{ > activity.user }}    {{ activity.modified|timesince}} {% > trans "ago" %}
> 81
> 82 {% if activity.kind == 1 %} > 83 {% trans "Created new chapter" %} "{{activity.chapter.title}}". > > I hope this helps > > Cheers, > > John > > > > _______________________________________________ > Booki-dev mailing list > Booki-dev at lists.flossmanuals.net > http://lists.flossmanuals.net/listinfo.cgi/booki-dev-flossmanuals.net - -- - -- Adam Hyde Founder FLOSS Manuals Project Manager Booki Book Sprint Facilitator +49 01774935122 Please note: I am not usually online on weekends unless facilitating a Book Sprint -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJNwvLfAAoJENaIz+he8+X+wdEIALN2wawu6yJG0l73SJQPxAXf sfg71aayLqsGaXOcweXsVXmJWIwAZe+iMTPrRlSep1rMjdr0imfy7reNrnHmGRiX t+VpMJsf+wSDV2QDY5MXqVaD3/MB2kYmb7dnz0RsuQb/TVsA4ax7EkeuiVPqJjTE 3GW5AgMR3CQFSiOEIL3lbahNLrVC6aQRR3zg3OxpxPckUUNesc5ALIZsdv3DdJjR K8XaglLoiHfey9w+gYJ4k6UooJP0xtaKanMpj87PDJOIsIUGqI5LN+icGakkseL1 MCKzKL4MZeGirbHJehq9u3KlRUyAnCowh3ztp/mE32zUmZjttRb88w0SUFrrhU4= =pgyD -----END PGP SIGNATURE----- From marketing at lovinglearning.co.nz Mon May 9 03:48:49 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 09 May 2011 22:48:49 +1200 Subject: [Booki-dev] Editing an image on front page of PDF Message-ID: <4DC7C691.6000507@lovinglearning.co.nz> Hey Guys, I've had a question from the support forum about changing the appearance of the generated PDF front page. I've pointed the person towards adjusting the CSS for exporting the book, however to answer them fully is there a way to add images and other design elements to that page? I can see where the heading can be altered, but what about the pages background? I appreciate what you can give me, and if there is a way to do this it could make for a good tutorial. Cheers, John From marketing at lovinglearning.co.nz Mon May 9 03:53:06 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 09 May 2011 22:53:06 +1200 Subject: [Booki-dev] Installation on WIndows? Message-ID: <4DC7C792.9010908@lovinglearning.co.nz> I've had another question from the forum asking how booki could be installed on windows. I've asked for some more information around why they would want to install it on windows, what do they hope to achieve? Are they wanting to do dev? In the meantime is it even possible? I know you can set up an Apache server on a windows computer, but is it possible to put all the Booki components on top of that? Cheers, John From marketing at lovinglearning.co.nz Mon May 9 03:56:52 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 09 May 2011 22:56:52 +1200 Subject: [Booki-dev] Linking between Booki Chapters Message-ID: <4DC7C874.8000005@lovinglearning.co.nz> I've got one more question from the forum, (from the same guy) They are wanting to create links between booki chapters, looking at indexing and the like. I've given them the short answer on adding an absolute hyperlink between chapters, but ofcourse this would get broken if the book ever gets moved. Is there any protocol around creating relative links between chapters that would hold up after moving/exporting? Cheers, John This one could also make a good tutorial. From marketing at lovinglearning.co.nz Wed May 11 11:31:35 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Thu, 12 May 2011 06:31:35 +1200 Subject: [Booki-dev] Installation on WIndows? In-Reply-To: <4DC7C792.9010908@lovinglearning.co.nz> References: <4DC7C792.9010908@lovinglearning.co.nz> Message-ID: <4DCAD607.1060708@lovinglearning.co.nz> Some more information about the Windows question, the person on the forum has a slow internet connection and finds it dificult to use the online versions. They would like to be able to have a local install of booki on their windows computer that word run faster. Can this be done? Cheers, John On 9/05/11 10:53 PM, JohnCurwood wrote: > I've had another question from the forum asking how booki could be > installed on windows. I've asked for some more information around why > they would want to install it on windows, what do they hope to > achieve? Are they wanting to do dev? > > In the meantime is it even possible? > > I know you can set up an Apache server on a windows computer, but is > it possible to put all the Booki components on top of that? > > Cheers, > > John > > _______________________________________________ > Booki-dev mailing list > Booki-dev at lists.flossmanuals.net > http://lists.flossmanuals.net/listinfo.cgi/booki-dev-flossmanuals.net > > From adam at flossmanuals.net Tue May 17 23:29:09 2011 From: adam at flossmanuals.net (adam) Date: Wed, 18 May 2011 08:29:09 +0200 Subject: [Booki-dev] que manager Message-ID: <4DD36735.5060708@flossmanuals.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hey i am having to restart the booki server once a week or so since it freezes. This might be a coincidence but it seems to have been like this since Luka and I bumped up the max memory allocation for Objavi. So I would say we need to get the que manager Aco is implementing for Booki also working for Objavi as soon as possible....(assuming this will manage the memory allocation better) adam - -- - -- Adam Hyde Founder FLOSS Manuals Project Manager Booki Book Sprint Facilitator +49 01774935122 Please note: I am not usually online on weekends unless facilitating a Book Sprint -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJN02c0AAoJENaIz+he8+X+lLsIAJk7PfWfDE179nXOXL0Xyfyr 1h+wWOW+PR5JHq8rSTewzdRdV1c/T9CCmOMbffPVpq9Oph7oiRkPAqkzNSId40WV HRRnm5iUF5M1f3KBXm6R2vY7pQ1bzejTXgChoDkDD+ck2ssZI1iaGot+ennO/UHb kzUdSclW6wFJqTUgRyxA/uueB/+5qsIRWGeyTD47JYsiojlW7oGy8OWgYAAGlDSH dfMZGqMEOQTRWCvZrg95eUJ44gmUfq8vVWX0p37t4GWhTkt0jRPoRt5BJjCvScSg XxxmMrP+pZSkY1Dzy9JRJWTEgk42vKPyQck5bi3mYdPvcm1M5CeWlodGKtKPWl4= =H+0J -----END PGP SIGNATURE----- From marketing at lovinglearning.co.nz Sun May 22 20:24:27 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 23 May 2011 15:24:27 +1200 Subject: [Booki-dev] get booki plugin Message-ID: <4DD9D36B.6060105@lovinglearning.co.nz> Hi Adam, I've been having trouble putting the Memorize activity manual on FM's front page. I've tried using the get booki plugin 3 time without success, the screen just sits there saying processing.... My browser is Firefox 3.6.17, running on OSX 10.4 in case that has any significance. Cheers, John From marketing at lovinglearning.co.nz Thu May 5 11:18:14 2011 From: marketing at lovinglearning.co.nz (John Curwood) Date: Fri, 6 May 2011 06:18:14 +1200 Subject: [Booki-dev] Booki.cc front page broken Message-ID: Hi, This morning while I was checking the create account problem, I went to www.booki.cc and got the following error on the front Page. TemplateSyntaxError at / Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' not found. Further Down the Page was... Template error In template /var/www/bookicc/templates/portal/frontpage.html, error at line 83 Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' not found. 73 74 {% for activity in activity_history %} 75
76
77 {{activity.user}} 78
79
80 {{ activity.user }}    {{ activity.modified| timesince}} {% trans "ago" %}
81
82 {% if activity.kind == 1 %} 83 {% trans "Created new chapter" %} "{{activity.chapter.title}}". I hope this helps Cheers, John -------------- next part -------------- An HTML attachment was scrubbed... URL: From adam at flossmanuals.net Thu May 5 11:56:36 2011 From: adam at flossmanuals.net (adam) Date: Thu, 05 May 2011 20:56:36 +0200 Subject: [Booki-dev] Booki.cc front page broken In-Reply-To: References: Message-ID: <4DC2F2E4.7020900@flossmanuals.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 thanks it was a chapter made with (I htink) hebrew chars in the url-title... needs to be reported as a bug...i will write it up adam On 05/05/2011 08:18 PM, John Curwood wrote: > Hi, > > This morning while I was checking the create account problem, I went to > www.booki.cc and got the following error on the front Page. > > TemplateSyntaxError at / > > Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with > arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' > not found. > Further Down the Page was... > > Template error > > In template /var/www/bookicc/templates/portal/frontpage.html, error at > line 83 > > Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with > arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' > not found. > > 73 > 74 {% for activity in activity_history %} > 75
> 76
> 77 alt="{{activity.user}}"> > 78
> 79
> 80 {{ > activity.user }}    {{ activity.modified|timesince}} {% > trans "ago" %}
> 81
> 82 {% if activity.kind == 1 %} > 83 {% trans "Created new chapter" %} "{{activity.chapter.title}}". > > I hope this helps > > Cheers, > > John > > > > _______________________________________________ > Booki-dev mailing list > Booki-dev at lists.flossmanuals.net > http://lists.flossmanuals.net/listinfo.cgi/booki-dev-flossmanuals.net - -- - -- Adam Hyde Founder FLOSS Manuals Project Manager Booki Book Sprint Facilitator +49 01774935122 Please note: I am not usually online on weekends unless facilitating a Book Sprint -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJNwvLfAAoJENaIz+he8+X+wdEIALN2wawu6yJG0l73SJQPxAXf sfg71aayLqsGaXOcweXsVXmJWIwAZe+iMTPrRlSep1rMjdr0imfy7reNrnHmGRiX t+VpMJsf+wSDV2QDY5MXqVaD3/MB2kYmb7dnz0RsuQb/TVsA4ax7EkeuiVPqJjTE 3GW5AgMR3CQFSiOEIL3lbahNLrVC6aQRR3zg3OxpxPckUUNesc5ALIZsdv3DdJjR K8XaglLoiHfey9w+gYJ4k6UooJP0xtaKanMpj87PDJOIsIUGqI5LN+icGakkseL1 MCKzKL4MZeGirbHJehq9u3KlRUyAnCowh3ztp/mE32zUmZjttRb88w0SUFrrhU4= =pgyD -----END PGP SIGNATURE----- From marketing at lovinglearning.co.nz Mon May 9 03:48:49 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 09 May 2011 22:48:49 +1200 Subject: [Booki-dev] Editing an image on front page of PDF Message-ID: <4DC7C691.6000507@lovinglearning.co.nz> Hey Guys, I've had a question from the support forum about changing the appearance of the generated PDF front page. I've pointed the person towards adjusting the CSS for exporting the book, however to answer them fully is there a way to add images and other design elements to that page? I can see where the heading can be altered, but what about the pages background? I appreciate what you can give me, and if there is a way to do this it could make for a good tutorial. Cheers, John From marketing at lovinglearning.co.nz Mon May 9 03:53:06 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 09 May 2011 22:53:06 +1200 Subject: [Booki-dev] Installation on WIndows? Message-ID: <4DC7C792.9010908@lovinglearning.co.nz> I've had another question from the forum asking how booki could be installed on windows. I've asked for some more information around why they would want to install it on windows, what do they hope to achieve? Are they wanting to do dev? In the meantime is it even possible? I know you can set up an Apache server on a windows computer, but is it possible to put all the Booki components on top of that? Cheers, John From marketing at lovinglearning.co.nz Mon May 9 03:56:52 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 09 May 2011 22:56:52 +1200 Subject: [Booki-dev] Linking between Booki Chapters Message-ID: <4DC7C874.8000005@lovinglearning.co.nz> I've got one more question from the forum, (from the same guy) They are wanting to create links between booki chapters, looking at indexing and the like. I've given them the short answer on adding an absolute hyperlink between chapters, but ofcourse this would get broken if the book ever gets moved. Is there any protocol around creating relative links between chapters that would hold up after moving/exporting? Cheers, John This one could also make a good tutorial. From marketing at lovinglearning.co.nz Wed May 11 11:31:35 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Thu, 12 May 2011 06:31:35 +1200 Subject: [Booki-dev] Installation on WIndows? In-Reply-To: <4DC7C792.9010908@lovinglearning.co.nz> References: <4DC7C792.9010908@lovinglearning.co.nz> Message-ID: <4DCAD607.1060708@lovinglearning.co.nz> Some more information about the Windows question, the person on the forum has a slow internet connection and finds it dificult to use the online versions. They would like to be able to have a local install of booki on their windows computer that word run faster. Can this be done? Cheers, John On 9/05/11 10:53 PM, JohnCurwood wrote: > I've had another question from the forum asking how booki could be > installed on windows. I've asked for some more information around why > they would want to install it on windows, what do they hope to > achieve? Are they wanting to do dev? > > In the meantime is it even possible? > > I know you can set up an Apache server on a windows computer, but is > it possible to put all the Booki components on top of that? > > Cheers, > > John > > _______________________________________________ > Booki-dev mailing list > Booki-dev at lists.flossmanuals.net > http://lists.flossmanuals.net/listinfo.cgi/booki-dev-flossmanuals.net > > From adam at flossmanuals.net Tue May 17 23:29:09 2011 From: adam at flossmanuals.net (adam) Date: Wed, 18 May 2011 08:29:09 +0200 Subject: [Booki-dev] que manager Message-ID: <4DD36735.5060708@flossmanuals.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hey i am having to restart the booki server once a week or so since it freezes. This might be a coincidence but it seems to have been like this since Luka and I bumped up the max memory allocation for Objavi. So I would say we need to get the que manager Aco is implementing for Booki also working for Objavi as soon as possible....(assuming this will manage the memory allocation better) adam - -- - -- Adam Hyde Founder FLOSS Manuals Project Manager Booki Book Sprint Facilitator +49 01774935122 Please note: I am not usually online on weekends unless facilitating a Book Sprint -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJN02c0AAoJENaIz+he8+X+lLsIAJk7PfWfDE179nXOXL0Xyfyr 1h+wWOW+PR5JHq8rSTewzdRdV1c/T9CCmOMbffPVpq9Oph7oiRkPAqkzNSId40WV HRRnm5iUF5M1f3KBXm6R2vY7pQ1bzejTXgChoDkDD+ck2ssZI1iaGot+ennO/UHb kzUdSclW6wFJqTUgRyxA/uueB/+5qsIRWGeyTD47JYsiojlW7oGy8OWgYAAGlDSH dfMZGqMEOQTRWCvZrg95eUJ44gmUfq8vVWX0p37t4GWhTkt0jRPoRt5BJjCvScSg XxxmMrP+pZSkY1Dzy9JRJWTEgk42vKPyQck5bi3mYdPvcm1M5CeWlodGKtKPWl4= =H+0J -----END PGP SIGNATURE----- From marketing at lovinglearning.co.nz Sun May 22 20:24:27 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 23 May 2011 15:24:27 +1200 Subject: [Booki-dev] get booki plugin Message-ID: <4DD9D36B.6060105@lovinglearning.co.nz> Hi Adam, I've been having trouble putting the Memorize activity manual on FM's front page. I've tried using the get booki plugin 3 time without success, the screen just sits there saying processing.... My browser is Firefox 3.6.17, running on OSX 10.4 in case that has any significance. Cheers, John From marketing at lovinglearning.co.nz Thu May 5 11:18:14 2011 From: marketing at lovinglearning.co.nz (John Curwood) Date: Fri, 6 May 2011 06:18:14 +1200 Subject: [Booki-dev] Booki.cc front page broken Message-ID: Hi, This morning while I was checking the create account problem, I went to www.booki.cc and got the following error on the front Page. TemplateSyntaxError at / Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' not found. Further Down the Page was... Template error In template /var/www/bookicc/templates/portal/frontpage.html, error at line 83 Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' not found. 73 74 {% for activity in activity_history %} 75
76
77 {{activity.user}} 78
79
80 {{ activity.user }}    {{ activity.modified| timesince}} {% trans "ago" %}
81
82 {% if activity.kind == 1 %} 83 {% trans "Created new chapter" %} "{{activity.chapter.title}}". I hope this helps Cheers, John -------------- next part -------------- An HTML attachment was scrubbed... URL: From adam at flossmanuals.net Thu May 5 11:56:36 2011 From: adam at flossmanuals.net (adam) Date: Thu, 05 May 2011 20:56:36 +0200 Subject: [Booki-dev] Booki.cc front page broken In-Reply-To: References: Message-ID: <4DC2F2E4.7020900@flossmanuals.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 thanks it was a chapter made with (I htink) hebrew chars in the url-title... needs to be reported as a bug...i will write it up adam On 05/05/2011 08:18 PM, John Curwood wrote: > Hi, > > This morning while I was checking the create account problem, I went to > www.booki.cc and got the following error on the front Page. > > TemplateSyntaxError at / > > Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with > arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' > not found. > Further Down the Page was... > > Template error > > In template /var/www/bookicc/templates/portal/frontpage.html, error at > line 83 > > Caught NoReverseMatch while rendering: Reverse for 'view_chapter' with > arguments '(u'netizen-marathon-2010', u'')' and keyword arguments '{}' > not found. > > 73 > 74 {% for activity in activity_history %} > 75
> 76
> 77 alt="{{activity.user}}"> > 78
> 79
> 80 {{ > activity.user }}    {{ activity.modified|timesince}} {% > trans "ago" %}
> 81
> 82 {% if activity.kind == 1 %} > 83 {% trans "Created new chapter" %} "{{activity.chapter.title}}". > > I hope this helps > > Cheers, > > John > > > > _______________________________________________ > Booki-dev mailing list > Booki-dev at lists.flossmanuals.net > http://lists.flossmanuals.net/listinfo.cgi/booki-dev-flossmanuals.net - -- - -- Adam Hyde Founder FLOSS Manuals Project Manager Booki Book Sprint Facilitator +49 01774935122 Please note: I am not usually online on weekends unless facilitating a Book Sprint -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJNwvLfAAoJENaIz+he8+X+wdEIALN2wawu6yJG0l73SJQPxAXf sfg71aayLqsGaXOcweXsVXmJWIwAZe+iMTPrRlSep1rMjdr0imfy7reNrnHmGRiX t+VpMJsf+wSDV2QDY5MXqVaD3/MB2kYmb7dnz0RsuQb/TVsA4ax7EkeuiVPqJjTE 3GW5AgMR3CQFSiOEIL3lbahNLrVC6aQRR3zg3OxpxPckUUNesc5ALIZsdv3DdJjR K8XaglLoiHfey9w+gYJ4k6UooJP0xtaKanMpj87PDJOIsIUGqI5LN+icGakkseL1 MCKzKL4MZeGirbHJehq9u3KlRUyAnCowh3ztp/mE32zUmZjttRb88w0SUFrrhU4= =pgyD -----END PGP SIGNATURE----- From marketing at lovinglearning.co.nz Mon May 9 03:48:49 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 09 May 2011 22:48:49 +1200 Subject: [Booki-dev] Editing an image on front page of PDF Message-ID: <4DC7C691.6000507@lovinglearning.co.nz> Hey Guys, I've had a question from the support forum about changing the appearance of the generated PDF front page. I've pointed the person towards adjusting the CSS for exporting the book, however to answer them fully is there a way to add images and other design elements to that page? I can see where the heading can be altered, but what about the pages background? I appreciate what you can give me, and if there is a way to do this it could make for a good tutorial. Cheers, John From marketing at lovinglearning.co.nz Mon May 9 03:53:06 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 09 May 2011 22:53:06 +1200 Subject: [Booki-dev] Installation on WIndows? Message-ID: <4DC7C792.9010908@lovinglearning.co.nz> I've had another question from the forum asking how booki could be installed on windows. I've asked for some more information around why they would want to install it on windows, what do they hope to achieve? Are they wanting to do dev? In the meantime is it even possible? I know you can set up an Apache server on a windows computer, but is it possible to put all the Booki components on top of that? Cheers, John From marketing at lovinglearning.co.nz Mon May 9 03:56:52 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 09 May 2011 22:56:52 +1200 Subject: [Booki-dev] Linking between Booki Chapters Message-ID: <4DC7C874.8000005@lovinglearning.co.nz> I've got one more question from the forum, (from the same guy) They are wanting to create links between booki chapters, looking at indexing and the like. I've given them the short answer on adding an absolute hyperlink between chapters, but ofcourse this would get broken if the book ever gets moved. Is there any protocol around creating relative links between chapters that would hold up after moving/exporting? Cheers, John This one could also make a good tutorial. From marketing at lovinglearning.co.nz Wed May 11 11:31:35 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Thu, 12 May 2011 06:31:35 +1200 Subject: [Booki-dev] Installation on WIndows? In-Reply-To: <4DC7C792.9010908@lovinglearning.co.nz> References: <4DC7C792.9010908@lovinglearning.co.nz> Message-ID: <4DCAD607.1060708@lovinglearning.co.nz> Some more information about the Windows question, the person on the forum has a slow internet connection and finds it dificult to use the online versions. They would like to be able to have a local install of booki on their windows computer that word run faster. Can this be done? Cheers, John On 9/05/11 10:53 PM, JohnCurwood wrote: > I've had another question from the forum asking how booki could be > installed on windows. I've asked for some more information around why > they would want to install it on windows, what do they hope to > achieve? Are they wanting to do dev? > > In the meantime is it even possible? > > I know you can set up an Apache server on a windows computer, but is > it possible to put all the Booki components on top of that? > > Cheers, > > John > > _______________________________________________ > Booki-dev mailing list > Booki-dev at lists.flossmanuals.net > http://lists.flossmanuals.net/listinfo.cgi/booki-dev-flossmanuals.net > > From adam at flossmanuals.net Tue May 17 23:29:09 2011 From: adam at flossmanuals.net (adam) Date: Wed, 18 May 2011 08:29:09 +0200 Subject: [Booki-dev] que manager Message-ID: <4DD36735.5060708@flossmanuals.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hey i am having to restart the booki server once a week or so since it freezes. This might be a coincidence but it seems to have been like this since Luka and I bumped up the max memory allocation for Objavi. So I would say we need to get the que manager Aco is implementing for Booki also working for Objavi as soon as possible....(assuming this will manage the memory allocation better) adam - -- - -- Adam Hyde Founder FLOSS Manuals Project Manager Booki Book Sprint Facilitator +49 01774935122 Please note: I am not usually online on weekends unless facilitating a Book Sprint -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJN02c0AAoJENaIz+he8+X+lLsIAJk7PfWfDE179nXOXL0Xyfyr 1h+wWOW+PR5JHq8rSTewzdRdV1c/T9CCmOMbffPVpq9Oph7oiRkPAqkzNSId40WV HRRnm5iUF5M1f3KBXm6R2vY7pQ1bzejTXgChoDkDD+ck2ssZI1iaGot+ennO/UHb kzUdSclW6wFJqTUgRyxA/uueB/+5qsIRWGeyTD47JYsiojlW7oGy8OWgYAAGlDSH dfMZGqMEOQTRWCvZrg95eUJ44gmUfq8vVWX0p37t4GWhTkt0jRPoRt5BJjCvScSg XxxmMrP+pZSkY1Dzy9JRJWTEgk42vKPyQck5bi3mYdPvcm1M5CeWlodGKtKPWl4= =H+0J -----END PGP SIGNATURE----- From marketing at lovinglearning.co.nz Sun May 22 20:24:27 2011 From: marketing at lovinglearning.co.nz (JohnCurwood) Date: Mon, 23 May 2011 15:24:27 +1200 Subject: [Booki-dev] get booki plugin Message-ID: <4DD9D36B.6060105@lovinglearning.co.nz> Hi Adam, I've been having trouble putting the Memorize activity manual on FM's front page. I've tried using the get booki plugin 3 time without success, the screen just sits there saying processing.... My browser is Firefox 3.6.17, running on OSX 10.4 in case that has any significance. Cheers, John