Re: Book software like on book.cakephp.org

2010-11-28 Thread Saša
Oh, how cool is that? Thank you William!

-s

On 16 Nov., 20:04, William Golden  wrote:
> Check outhttps://github.com/cakephp/cookbook
>
> On Nov 16, 12:43 pm, cricket  wrote:
>
> > On Mon, Nov 15, 2010 at 10:18 AM, Saša  wrote:
> > > Hey guys,
>
> > > (Maybe a little off-topic)
>
> > > I was just browsing 
> > > throughhttp://book.cakephp.org/view/875/x1-3-Collection
> > > and marveling at the implementation of the book software. Is this
> > > open? And if not do you know of any similar web apps that allow a
> > > community of contributors to create a book together? I would like to
> > > be able to auto generate a nightly PDF from the book pages.
>
> > > Will I need to implement this from scratch?
>
> > I recall seeing mention on the list that the code and data for the
> > manual can be downloaded, but from where I don't know. Myself and
> > others haven't been able to log in for some time now, although that's
> > apparently being fixed.
>
> > Personally, I find the manual/cookbook to be sorely in need of some
> > sprucing up and have been pondering for a while now jumping in to do
> > just that. While it's gotten a lot better it's still not organised in
> > a practical way, IMHO. I find it cumbersome to drill down through many
> > levels every time I'm looking for something, usually to learn that the
> > page I need is in fact buried several levels down in an adjacent
> > branch. That may be due, in part, to the "many hands" approach to
> > building it.
>
> > It would also benefit from making proper use of slugs. The request,
> > "/view/875/x1-3-Collection" doesn't use the slug to best advantage.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Book software like on book.cakephp.org

2010-11-17 Thread William Golden
Check out https://github.com/cakephp/cookbook


On Nov 16, 12:43 pm, cricket  wrote:
> On Mon, Nov 15, 2010 at 10:18 AM, Saša  wrote:
> > Hey guys,
>
> > (Maybe a little off-topic)
>
> > I was just browsing throughhttp://book.cakephp.org/view/875/x1-3-Collection
> > and marveling at the implementation of the book software. Is this
> > open? And if not do you know of any similar web apps that allow a
> > community of contributors to create a book together? I would like to
> > be able to auto generate a nightly PDF from the book pages.
>
> > Will I need to implement this from scratch?
>
> I recall seeing mention on the list that the code and data for the
> manual can be downloaded, but from where I don't know. Myself and
> others haven't been able to log in for some time now, although that's
> apparently being fixed.
>
> Personally, I find the manual/cookbook to be sorely in need of some
> sprucing up and have been pondering for a while now jumping in to do
> just that. While it's gotten a lot better it's still not organised in
> a practical way, IMHO. I find it cumbersome to drill down through many
> levels every time I'm looking for something, usually to learn that the
> page I need is in fact buried several levels down in an adjacent
> branch. That may be due, in part, to the "many hands" approach to
> building it.
>
> It would also benefit from making proper use of slugs. The request,
> "/view/875/x1-3-Collection" doesn't use the slug to best advantage.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Book software like on book.cakephp.org

2010-11-16 Thread cricket
On Mon, Nov 15, 2010 at 10:18 AM, Saša  wrote:
> Hey guys,
>
> (Maybe a little off-topic)
>
> I was just browsing through http://book.cakephp.org/view/875/x1-3-Collection
> and marveling at the implementation of the book software. Is this
> open? And if not do you know of any similar web apps that allow a
> community of contributors to create a book together? I would like to
> be able to auto generate a nightly PDF from the book pages.
>
> Will I need to implement this from scratch?

I recall seeing mention on the list that the code and data for the
manual can be downloaded, but from where I don't know. Myself and
others haven't been able to log in for some time now, although that's
apparently being fixed.

Personally, I find the manual/cookbook to be sorely in need of some
sprucing up and have been pondering for a while now jumping in to do
just that. While it's gotten a lot better it's still not organised in
a practical way, IMHO. I find it cumbersome to drill down through many
levels every time I'm looking for something, usually to learn that the
page I need is in fact buried several levels down in an adjacent
branch. That may be due, in part, to the "many hands" approach to
building it.

It would also benefit from making proper use of slugs. The request,
"/view/875/x1-3-Collection" doesn't use the slug to best advantage.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Book software like on book.cakephp.org

2010-11-16 Thread Zaky Katalan-Ezra
In Linux create a script with this line
wkhtmltopdf http://book.cakephp.org/complete/876/The-Manual cakemanual.pdf
and run it every night via cron.

On Mon, Nov 15, 2010 at 5:18 PM, Saša  wrote:

> Hey guys,
>
> (Maybe a little off-topic)
>
> I was just browsing through
> http://book.cakephp.org/view/875/x1-3-Collection
> and marveling at the implementation of the book software. Is this
> open? And if not do you know of any similar web apps that allow a
> community of contributors to create a book together? I would like to
> be able to auto generate a nightly PDF from the book pages.
>
> Will I need to implement this from scratch?
>
> -sasa
>
> Check out the new CakePHP Questions site http://cakeqs.org and help others
> with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to cake-php@googlegroups.com
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.comFor
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>



-- 
Regards,
Zaky Katalan-Ezra
QA Administrator
www.IGeneriX.com
Sites.IGeneriX.com
054-7762312

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Book software like on book.cakephp.org

2010-11-15 Thread Saša
Hey guys,

(Maybe a little off-topic)

I was just browsing through http://book.cakephp.org/view/875/x1-3-Collection
and marveling at the implementation of the book software. Is this
open? And if not do you know of any similar web apps that allow a
community of contributors to create a book together? I would like to
be able to auto generate a nightly PDF from the book pages.

Will I need to implement this from scratch?

-sasa

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en