]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/commitdiff
(no commit message)
authormakovma3 <makovma3@web>
Thu, 5 Mar 2015 09:29:42 +0000 (10:29 +0100)
committerOSP robot <osp@rtime.felk.cvut.cz>
Thu, 5 Mar 2015 09:29:42 +0000 (10:29 +0100)
student/makovma3/index.mdwn

index 9cbe4b52c6e4994d2f3109374df50e2d031ebd66..eb4ae138a8ae2627a4bd38dcee1f3c182da6b80e 100644 (file)
@@ -11,6 +11,9 @@ What is Jackalope Doctrine DBAL?
 ================================
 Jackalope Doctrine DBAL is a support library for [Doctrine PHPCRODM](https://github.com/doctrine/phpcr-odm) which is used by Symfony Content Management Framework.
 
+About
+=====
+
 Last summer my employer used [Symfony CMF](http://cmf.symfony.com/) to build his own CMS. During development, our designer pasted some text from Photoshop into one of our test pages. Suddenly, whole website broke down like a wall from match boxes.
 
 After digging through the database, I've found out, that the Photoshop uses 0x03 as it's \n character. Also, Symfony CMF uses all text files as XML documents into database. And the 0x03 must not occur within an XML document. There was no check for those characters in Jackalope Doctrine DBAL at that moment, so I've wrote one and it was successfully merged and is still used.
@@ -19,9 +22,9 @@ Links documenting the results of my work
 ======
 
 Here, I'll add links similar to the examples below and describe what
-is being linked. My handle at GitHub is "[Nemrtvej](https://github.com/Nemrtvej)"
+is being linked. My GitHub handle is "[Nemrtvej](https://github.com/Nemrtvej)"
 
-* [[Example] My pull request on GitHub](https://github.com/jackalope/jackalope-doctrine-dbal/pull/143)
+* [My pull request on GitHub](https://github.com/jackalope/jackalope-doctrine-dbal/pull/143)
 
 Presentation
 ==========