| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* doc/haunt.texi: Document it.
* haunt/ui/new.scm: New file.
* Makefile.am (SOURCES): Add it.
* README: Mention the new subcommand.
|
| |
|
|
|
|
|
| |
* haunt/ui.scm: Makes publish subcommand more discoverable by adding it
to the list of subcommands displayed by top level --help
|
|
|
|
| |
* haunt/ui.scm: Fix typo.
|
|
|
|
|
|
|
| |
* haunt/ui.scm: Option to display version with single character flag was
missing for the root command...
* haunt/ui/build.scm: ...and was present but undocummented for the build
command.
|
| |
|
| |
|
|
|
|
| |
* haunt/ui.scm (haunt-main): Add CWD to Guile load path.
|
|
|
|
| |
* haunt/ui.scm (haunt-main): Set LC_ALL.
|
|
|
|
| |
* haunt/ui.scm (commands): Add "build".
|
|
|
|
|
| |
* haunt/ui.scm (load-config): Use an absolute path when calling 'load'.
Fix typo in error message.
|
|
|
|
| |
* haunt/ui.scm (run-haunt-command): Remove call to 'haunt-error'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* haunt/ui.scm (%common-options, %default-common-options): New
variables.
(simple-args-fols, show-common-options-help, leave, string->number*,
load-config): New procedures.
(haunt-error): Remove.
(show-version-and-exit): Actually exit. Add 'name' argument.
(haunt-main): Use new 'show-version-and-exit'.
* haunt/ui/serve.scm (show-server-help): Remove.
(show-help): New procedure.
(%options, %default-options): New variables.
(haunt-serve): Use SRFI-37 option processing.
|
|
|
|
|
|
|
|
|
|
|
| |
* haunt/config.scm: Delete.
* haunt/config.scm.in: New file.
* haunt/ui.scm (show-version-and-exit): New procedure.
(program-name): Change default value.
(haunt-main): Add version option.
* haunt/ui/serve.scm (haunt-serve): Likewise.
* configure.ac (AC_CONFIG_FILES): Add 'haunt/config.scm'.
* .gitignore: Ignore 'haunt/config.scm'.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* haunt/config.scm: New file.
* haunt/serve/mime-types.scm: New file.
* haunt/serve/web-server.scm: New file.
* haunt/ui/serve.scm: New file.
* haunt/ui.scm (commands, program-name): New variables.
(show-haunt-help): Display possible commands.
(run-haunt-command): New procedure.
(haunt-main): Run subcommands.
* Makefile.am (SOURCES): Add files.
|
|
|