Yes there are issues with the new book. Images cannot show correctly, e.g. http://www.symfony-project.com/book/trunk/02-Exploring-Symfony-s-Code Above "Figure 2-1 - The MVC pattern"
At http://www.symfony-project.com/book/trunk/07-Inside-the-View-Layer, the list below the first paragraph is rendered as <pre>. And inline tags are not properly escaped, causing problems like: [http://www.symfony-project.com/book/trunk/07-Inside-the-View-Layer] The line reads "add other attributes to the <input> tag" but <input> is rendered as an HTML element. But the main problem is that it's disastrous: "Style sheet and JavaScript inclusions in the response are performed by a filter called sfCommonFilter. It looks for a <head> tag in the response, and adds the <link> and <script> just before the closing ..." (the page dies after <script>) This also affect other page, like [http://www.symfony-project.com/book/ trunk/11-Ajax-Integration]. ("Basic JavaScript helpers output standards-compliant <script> tags in symfony templates") On Jan 30, 11:33 am, "Colin Williams" <[EMAIL PROTECTED]> wrote: > Is it just me or is all the documentation blank? (See the attachment) > > That comes from the 'Read Me First' page; all others are the same. > > On 1/29/07, Fabien POTENCIER < [EMAIL PROTECTED]> wrote: > > > > > > > We are very proud to announce the official release of The Definitive > > Guide to Symfony, a book that myself and Fabien spent the last months > > writing. The 490 pages of this book explain all you need to know from > > starting up symfony to managing a symfony application, with a lot of > > practical examples and expert tips. It is available in bookstores right > > now; if you want to order it online, we suggest our publisher's website > > (http://www.apress.com/book/bookDisplay.html?bID=10222) or amazon.com > > (http://www.amazon.com/dp/1590597869?tag=symfonyprojec-20&camp=14573&c... > > ). > > > The book is released under a GFDL license, which means that anybody can > > download the book's content for free. This shouldn't discourage you from > > buying it though, because the work involved in writing it is really > > worth its price! The documentation section of the symfony project > > website has been updated to allow users to browse this book instead of > > the old documentation. So if you would like to check the book's content > > before actually buying it, head to the documentation section > > (http://www.symfony-project.com/book/trunk). > > > The book's content has been committed to the symfony subversion > > repository (http://www.symfony-project.com/trac/browser/doc/trunk/book), > > which should facilitate typo correction and updates. Additionally, given > > the license of the book, any translation effort lead by the community is > > greatly facilitated. By the way, we enabled Markdown formatting > > (http://www.symfony-project.com/trac/wiki/WikiMarkdown) in the wiki, so > > you can keep the original formatting in translated versions. > > > Some lucky symfonians already received their copy of the book a few days > > ago, but unfortunately we only received ours today. The book is said to > > be quite good, although we would like to check it personally before > > recommending it... That's why we kindly ask all the people who have read > > it to give us their feedback. > > > We also tagged the 1.0 RC1 release today. We are getting very close to a > > 1.0 stable, and currently looking for help in bug-hunting. If you are > > willing to give us a bit of your time, download this release, test it, > > and report any blocking bug that you may notice. > > > We hope you will appreciate our work, and we wish you a very pleasant > > reading. > > -- > "Doh!" - Homer Simpson > > symfony.PNG > 37KViewDownload --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
