]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blob - student/mirteond/index.mdwn
(no commit message)
[edu/osp-wiki.git] / student / mirteond / index.mdwn
1 [[!meta title="Mirtes OndÅ™ej"]]
2
3 **Project name and homepage:** [ApiGen](http://apigen.org/)
4
5 Assignment
6 ======00
7
8 ApiGen is an advanced documentation generator for source code written in PHP similar to JavaDoc for Java. It heavily relies on [TokenReflection library](https://github.com/Andrewsville/PHP-Token-Reflection) from the same authors.
9
10 My goal is to implement a cached backend for TokenReflection library, since it currently uses a memory-based one. It has to parse the source code files again with each request and therefore it's really slow. I need the caching for the purposes of my diploma thesis which also uses TokenReflection library.
11
12 Links documenting the results of my work
13 ======
14
15 Here, I'll add links similar to the examples below and describe what
16 is being linked.
17
18 * [My communication with developers in an issue on GitHub](https://github.com/Andrewsville/PHP-Token-Reflection/issues/47)
19 * [Version control repository with the actual state of my work](https://github.com/ondrejmirtes/PHP-Token-Reflection/tree/cached-backend)
20 * My commit in the project repository
21
22 Presentation
23 ==========
24
25 * [Presentation of the aim of my work in PDF format](https://www.dropbox.com/s/gf1cgf3qawa74bm/Prezentace-1.pdf)
26 * Presentation of the results of my work
27
28 Ohloh
29 =====
30
31 Here, I'll fill in the HTML code of the [Ohloh widget][w] showing my KudoRank.