Commit Graph

38 Commits

Author SHA1 Message Date
Daniel Lim 50e7831a08 removed unnecessary comment 2018-10-22 09:12:11 -04:00
Daniel Lim 274b97759f pass command line args to wkhtmltopdf to enable better formatting 2018-10-17 11:08:28 -04:00
Craig Davis a1174e1732
Fix incorrect wkhtmltopdf command 2017-10-19 16:59:16 -07:00
Craig Davis 845ea8a276
Force wkhtmltopdf to render with dpi of 300 2017-10-19 16:53:27 -07: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 fe9e5625b6
Update Travis for PHP7, update tooling 2017-10-16 16:00:50 -07:00
Craig Davis 668fe916a9 Release 2.0.9 2015-03-16 07:23:51 -06:00
Aleksandr Bogdanov 5736f432be Merge branch 'resource-ordering' 2015-03-15 12:21:21 +01:00
Aleksandr Bogdanov 8908b79f2a Sorting the resources by name to work around CSS ordering issues 2015-03-15 12:20:46 +01:00
Aleksandr Bogdanov 0c9543b04e Checking if --template has a directory separator. Closes #7 2015-03-15 10:55:33 +01:00
oflannabhra 5b817f37a8 added optional argument to override output filename 2015-01-20 22:51:12 -05:00
Ahmad Nazir Raja 6d3df93df6 Fixed the file with php-cs-fixer 2014-05-16 00:23:05 +02:00
Ahmad Nazir Raja 67c5b83e30 Using the bootswatch 'readable' template. 2014-05-16 00:07:39 +02:00
Ahmad Nazir Raja d20e265313 Merge remote-tracking branch 'upstream/master' into bootswatch 2014-05-15 23:50:51 +02:00
Ahmad Nazir Raja cf6c1b0051 Refactored the code so that any type of asset can be grouped and rendered. 2014-05-15 23:47:35 +02: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 2c5d98f166 Change template list to DirectoryIterator. Closes #24
The glob directory iterator is not compatible with the phar file. The
DirectoryIterator appears to be able to handle it in both dev mode and
deployed phar.
2014-04-28 10:09:45 -05:00
Craig Davis 746db2a89e Remove default value for refresh option, fixes #22
The default value was making the refresh option have a value even if
the input option was omitted from the command. I believe this is a bug
in Symfony Command. I’ve removed the default value, and now the `-r`
option requires a value.
2014-04-13 12:56:33 -05:00
Craig Davis 5203a5681c Fix directory path building to allow an absolute path. Closes #16 2014-03-24 10:25:18 -05:00
Craig Davis 5d3e062b96 Fix error handling in the generateHtml method of the html command to throw exceptions 2014-03-24 10:22:07 -05:00
Craig Davis 738f5b2b76 Add optional value to the --refresh option. Closes #15 2014-03-24 09:33:27 -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 7103ee343e Add a new check for the mbstring dependency. Closes #20 2014-03-24 08:02:05 -05:00
Craig Davis 483c262619 Add 'stats' command
Very, very rudimentary frequency analysis of the resume text.
2014-01-12 20:32:21 -07: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 6c70c5b8e1 Code formatting and general cleaning.
* Update descriptions of templates
* Fix a couple of references to the FogBugz
2014-01-12 15:31:27 -07:00
Craig Davis 7625c260cf Update sniff violations 2014-01-12 15:23:20 -07:00
Craig Davis fa4e2f9e15 Fix assetic incompatibility with PHAR by changing to streams library 2014-01-12 15:11:40 -07:00
Craig Davis b87c193db5 Improve class handling in PDF
* Update phar
* Fix several sniff errors
* Remove unused converter file
* Update README with better quickstart information
2014-01-12 14:33:43 -07:00
Craig Davis d225525927 Update phar file with latest build
* Update `ouput` to be a folder instead of a filename
2014-01-12 13:42:25 -07:00
Craig Davis 4e3254ac98 Add functioning PDF comment
This brings us to be functionally complete. The phar build is remaining.
2014-01-12 13:16:11 -07:00
Craig Davis 31ce19507b Fix html formatting issue with MarkdownExtra 2014-01-12 11:03:18 -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 842fae2b6f Add initial html command processing
This command is going to be quite similar to the pdf command, and we’ll
need to abstract and extend this soon.
2014-01-12 09:55:31 -07:00
Craig Davis 8f43dc5c29 Add templates command as warmup for other commands
* Add descriptions to the templates
* Update twig formatters and fix some output bugs
2014-01-12 08:57:39 -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