]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - student/krauspe1/index.mdwn
lectures: minor update of link to LinuxDays 2023 presentation listing.
[edu/osp-wiki.git] / student / krauspe1 / index.mdwn
index cf2ee040e2a044c81a872ee1fda872ebbdb50823..697b02e01842ba9d763696fb501ed71f0728c076 100644 (file)
@@ -1,27 +1,31 @@
 [[!meta title="Kraus Petr"]]
 
-**Project name and homepage:** [Example project][h]
+**Project name and homepage:** [LibreOffice](http://www.libreoffice.org/)
 
 Assignment
 ==========
+I chose from the list of ["Easy hacks"][easyhacks]:
 
-Description of my planned/completed work for the project
+[Bug 42781:][bug1] Fix some of the warnings generated by LibreOffice in Visual studio c++ compiler (to have warningless compilation and perhaps uncover hidden bugs.)
+
+and/or in case of trouble with that one:
+
+[Bug 57950:][bug2] Replace usage of append() on string object with operator+() to improve readability of code.
 
 Links documenting the results of my work
 ========================================
 
-Here, I’ll add links similar to the examples below and describe what is being linked.
-
-* [My communication with developers in a public mailing list archive](http://groups.google.com/group/comp.os.minix/browse_thread/thread/e3df794a2bce97da/2194d253268b0a1b?#2194d253268b0a1b)
-* [Version control repository with the actual state of my work](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary)
-* [My commit in the project repository](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)
-* [Additional supporting material](http://lwn.net/Articles/385586/)
+* My patches bugzilla page: [Bug 42781][bug1]
+* My patches gerrit page: [1][gerrit1], [2][gerrit2], [3][gerrit3]
+* My patches in a public mailing list(generated by gerrit): [1][ml1], [2][ml2], [3][ml3]
+* Project repository with my patches included: <http://cgit.freedesktop.org/libreoffice/core/>
+* My commits in the project repository: [1][c1], [2][c2], [3][c3]
 
 Presentation
 ============
 
-* [[Presentation of the aim of my work in PDF or OpenDocument format (upload it as an Attachment to this page)|prezentace1.pdf]]
-* [[Presentation of the results of my work|prezentace2.pdf]]
+* Presentation of the aim of my work(czech): [[PDF|prezentace1-krauspe1.pdf]] and [[ODP|prezentace1-krauspe1.odp]]
+* Presentation of the results of my work: [[PDF|prezentace2-krauspe1.pdf]] and [[ODP|prezentace2-krauspe1.odp]]
 
 Ohloh
 =====
@@ -30,6 +34,16 @@ Ohloh
     <img alt='Ohloh profile for krOoze' border='0' height='35' src='https://www.ohloh.net/accounts/238093/widgets/account_detailed.gif' width='230' />
 </a>
 
-
-[h]: http://www.example.com/
-[w]:https://www.ohloh.net/accounts/krauspe1/widgets
+[homepage]: http://www.libreoffice.org/ "http://www.libreoffice.org/"
+[easyhacks]: https://wiki.documentfoundation.org/Development/Easy_Hacks#Fix_Windows_build_warnings_.28from_any_platform.29 "https://wiki.documentfoundation.org/Development/Easy_Hacks#Fix_Windows_build_warnings_.28from_any_platform.29"
+[bug1]: https://bugs.freedesktop.org/show_bug.cgi?id=42781 "https://bugs.freedesktop.org/show_bug.cgi?id=42781"
+[bug2]: https://bugs.freedesktop.org/show_bug.cgi?id=57950 "https://bugs.freedesktop.org/show_bug.cgi?id=57950"
+[ml1]: http://lists.freedesktop.org/archives/libreoffice/2013-March/048717.html "http://lists.freedesktop.org/archives/libreoffice/2013-March/048717.html"
+[ml2]: http://lists.freedesktop.org/archives/libreoffice/2013-April/049310.html "http://lists.freedesktop.org/archives/libreoffice/2013-April/049310.html"
+[ml3]: http://lists.freedesktop.org/archives/libreoffice/2013-April/049317.html "http://lists.freedesktop.org/archives/libreoffice/2013-April/049317.html"
+[gerrit1]: https://gerrit.libreoffice.org/3066 "https://gerrit.libreoffice.org/3066"
+[gerrit2]: https://gerrit.libreoffice.org/3203 "https://gerrit.libreoffice.org/3203"
+[gerrit3]: https://gerrit.libreoffice.org/3204 "https://gerrit.libreoffice.org/3204"
+[c1]: http://cgit.freedesktop.org/libreoffice/core/commit/?id=00e9accbc591791b6529105807a2944cd92dde78 "http://cgit.freedesktop.org/libreoffice/core/commit/?id=00e9accbc591791b6529105807a2944cd92dde78"
+[c2]: http://cgit.freedesktop.org/libreoffice/core/commit/?id=8dd4db783ffe5a11b5bf427014a2f8524cc87cad "http://cgit.freedesktop.org/libreoffice/core/commit/?id=8dd4db783ffe5a11b5bf427014a2f8524cc87cad"
+[c3]: http://cgit.freedesktop.org/libreoffice/core/commit/?id=f5928f09ad53de2c4683000619d29be140a97be8 "http://cgit.freedesktop.org/libreoffice/core/commit/?id=f5928f09ad53de2c4683000619d29be140a97be8"