Commit Graph

27 Commits

Author SHA1 Message Date
spawnia e436420b96 feat: Add docker build
This adds a Dockerfile which builds a Docker image
with all required dependencies included.
It helps to simplify installation and usage of the tool.
2018-03-14 21:51:38 +01:00
Craig Davis 1686262960 Remove legacy phar file build and update composer tooling (#63)
Simplify the build tooling:
* Remove phar build, update tooling to composer
* Remove legacy version tagging system
* Fix incorrect readme generation
2017-10-19 16:42:54 -07:00
Craig Davis b687052273
Remove php70, update composer contributor list 2017-10-16 16:17:01 -07:00
Craig Davis 0f5c5017ac
Drop PHP5 support and remove from Travis
This is a personal project, and I belive that php 7 is now a
reasonable requirement.
2017-10-16 16:13:01 -07:00
Craig Davis fe9e5625b6
Update Travis for PHP7, update tooling 2017-10-16 16:00:50 -07:00
Erik Waibel 442afa1889 Add new Roboto template and update versions for composer.json (#62)
* New 'roboto' template
* Change refresh rate to use input value
* Ignore Sublime project files
* Update styles - major changes
* Convert roboto styles into 'less' files. Update composer package versions.
2017-10-16 15:40:06 -07:00
Craig Davis 7a6aa684c2 Release 2.0.11 2015-03-19 07:02:21 -06:00
Craig Davis 524401d897 Release 2.0.10 2015-03-17 13:18:38 -06:00
Craig Davis b9ed407b12 Release 2.0.8 : New `readable` theme
Includes support for new /links folder in the template directory
2014-05-17 11:02:23 -05:00
Craig Davis 544717bc0f Release 2.0.7 to close #27
Update dependencies for the simple html dom parser.
2014-05-14 19:57:07 -05:00
Craig Davis c19ecaf71e Update to use sunra/php-simple-html-dom-parser
Remove the simple-html-dom parser that relies on an outdated repo. This
appears to be the most popular repo for the dom library.
2014-05-14 19:50:33 -05:00
Craig Davis 30f7c6f39d Release 2.0.6 2014-04-28 10:12:53 -05:00
Craig Davis cf50e58fd7 Build 2.0.5 2014-04-13 13:26:18 -05:00
Craig Davis 91e97e2354 Release build for path resolution problem, version 2.0.4
This fixes a snippet of code that was trimming leading slashes in
supplied paths.
2014-03-24 10:33:56 -05:00
Craig Davis ca002ff417 Release build 2.0.3 - Add refresh duration value 2014-03-24 09:38:59 -05:00
Craig Davis 15f28357ca Update phar with latest version and build
This adds a new dependencies check that makes sure that `mbstring` is
properly installed.
2014-03-24 08:12:27 -05:00
Craig Davis 518b9ef3e5 Update to use local phpunit and local pake. Update pakefile with improved formatting. 2014-03-10 09:13:05 -05:00
Craig Davis 4ee0b5e692 Fix a spacing issue in the README file and bump the version number for self update testing 2014-01-15 08:36:34 -06:00
Craig Davis 9ebc5d669a Remove need for global phpcs and php-cs-fixer 2014-01-12 19:58:14 -07:00
Craig Davis 62e6377d08 Update the pdf command to fix a problem with the template argument 2014-01-12 17:14:29 -07:00
Craig Davis d5da28b83a Update README to move the todo items into github issues 2014-01-12 16:51:05 -07:00
Craig Davis 44f3649809 Update pake build to keep the composer.json in sync with the git tag and the selfupdate version 2014-01-12 16:14:37 -07:00
Craig Davis 3aef8ccd8c Add missing selfupdate config information 2014-01-12 14:35:35 -07:00
Craig Davis 57fbb3dd8f Html Command outputs formatted document
The section titles aren’t being handled correctly, but otherwise, the
output looks good.
2014-01-12 11:00:45 -07:00
Craig Davis b403d712a1 Add initial command skeleton
* Update dependencies
* Add twig formatters
* Update version command and add version to the package.json
* Update package.json with other project details
2014-01-12 08:05:09 -07:00
Craig Davis 0995f3d061 Initial v2 framework
* Remove vendor library
* Update dependencies
* Add initial commands (not yet updated for this project)
* Move empir and linter into place
* Add pakefile
2014-01-11 15:22:10 -06:00
Craig Davis ae6550dbe6 Add composer.json file in preparation for V2 refactoring
Add changelog and contributors to the README
2014-01-08 08:05:08 -06:00