symblog-docs
symblog-docs copied to clipboard
Additional Chapters
Are you interested in any contributed chapters? I have a non-pushed branch that integrates the FOSUserBundle for the user stuff along with changes to the existing stuff to make use of the real users now. Do you want a chapter on that?
Hi, Yes definitely interested. I'm currently working on the user security chapter (chapter 7) so I could merge our 2 chapters together.
How does that sound?
Sounds great, I haven't written any documentation, just some notes on what I did. http://symblog.gxsnmp.org/ has what I have done code wise working, basic FOS integration it all works :)
Looking good! Would you be able to push your changes up to GitHub?
On 02/21/2012 05:06 PM, Darren Rees wrote:
Looking good! Would you be able to push your changes up to GitHub?
Reply to this email directly or view it on GitHub: https://github.com/dsyph3r/symblog-docs/issues/15#issuecomment-4090132
If I can figure out how... I made a branch (I think) and did a commit, then trying to push says it's up to date, but the branch nor the changes are there?
On 02/21/2012 05:06 PM, Darren Rees wrote:
Looking good! Would you be able to push your changes up to GitHub?
Reply to this email directly or view it on GitHub: https://github.com/dsyph3r/symblog-docs/issues/15#issuecomment-4090132
https://[email protected]/centove/symblog.git - userbundle branch has the base FOSUserBundle changes. Fugly as hell in the browser, no css magic just raw make links and stuff work.
Okay, here are the relevant code chunks that I was thinking on dividing the chapter up on: https://github.com/centove/symblog/commit/ffcc48f0646aea9c1a22aca026f9eb083a880d38 -- Base UserBundle install.
https://github.com/centove/symblog/commit/7bb232133f25b102fe526a0b1d40e623ac1f559c -- Add a 'display name field'
Next would be linking the blog entity to the user entry
Then the comments entity - allowing for anon comments.
Then would be talking about roles, and adding the ability to add Blogs
Then a new 'role' of moderator to make use of the approved field in the comments.
Probably talk about testing all this gibberish next.
Sound like a plan? https://github.com/centove/symblog-docs/commit/aa943b9b9d8d2a6b6374c953b3d9d916a9e8d523 -- My outline
Did you ever get round to finishing the chapter's? Seems like the author dropped off the face of the earth with no warning?