Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use pandoc to generate local HTML documentation | nodiscc | 2015-04-05 | 1 | -0/+6 |
| | | | | | fixes https://github.com/shaarli/Shaarli/issues/178 run 'make htmldoc' | ||||
* | cleanup: makefile comments | nodiscc | 2015-04-05 | 1 | -21/+18 |
| | |||||
* | Include documentation/wiki locally: | nodiscc | 2015-03-14 | 1 | -0/+13 |
| | | | | | | | * sync current wiki (https://github.com/shaarli/Shaarli/wiki) to the doc/ directory * fix missing logo in README * add link to local documentation in the page footer * add Makefile targets for doc generation by @virtualtam | ||||
* | Code quality: Makefile to run static code checkers | VirtualTam | 2015-03-05 | 1 | -0/+94 |
Relates to #71 Relates to #95 Additions: - Makefile for easy usage, - Composer file to declare dev & test dependencies. Features: - PHP Copy/Paste Detect: detect duplicate code; - PHP Code Sniffer: static analysis, syntax checking, - PHP Mess Detector: static analysis, syntax checking. Signed-off-by: VirtualTam <virtualtam@flibidi.org> |