Update changelog and doc.
This commit is contained in:
@@ -7,7 +7,17 @@ Version 0.6.dev
|
||||
|
||||
Released on 2013-xx-xx.
|
||||
|
||||
- Add support for Python 3.3
|
||||
- Add support for Python 3.3.
|
||||
- Parallel processing (new command-line option ``-n|--ncpu``, uses all cores by
|
||||
default).
|
||||
- Adding keyboard shortcuts for the galleria theme.
|
||||
- Include symlinked directories in the source directory.
|
||||
- New setting to use symbolic links for original files (``orig_link``).
|
||||
- New setting for the video size (``video_size``).
|
||||
- Avoid issues with corrupted exif data.
|
||||
- Add a colored formatter for verbose and debug modes.
|
||||
- ``webm_options`` is now a list with ffmpeg options, to allow better
|
||||
flexibility and compatibility with avconv.
|
||||
|
||||
Version 0.5.1
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
@@ -14,11 +14,11 @@ Init
|
||||
|
||||
Build
|
||||
After adapting the configuration to your needs, put your images in
|
||||
a sub-directory (``pictures`` by default) and run ``sigal build <your images
|
||||
directory>``. The next time you run ``sigal build``, only the new images will
|
||||
be processed. Use the ``-f`` flag to force the reprocessing of all the
|
||||
images. Images that are smaller than the size specified by the ``img_size``
|
||||
setting will not be resized.
|
||||
a sub-directory and run ``sigal build <your images directory>``. The next
|
||||
time you run ``sigal build``, only the new images will be processed. Use the
|
||||
``-f`` flag to force the reprocessing of all the images. Images (resp.
|
||||
videos) that are smaller than the size specified by the ``img_size`` (resp.
|
||||
``video_size``) setting will not be resized.
|
||||
|
||||
Serve
|
||||
To visualize your gallery, you can use ``sigal serve`` which runs a basic
|
||||
@@ -33,7 +33,7 @@ Help of the ``sigal build`` command
|
||||
|
||||
::
|
||||
|
||||
$ sigal build [-h] [-d] [-v] [-f] [-c CONFIG] [-t THEME]
|
||||
$ sigal build [-h] [-d] [-v] [-f] [-c CONFIG] [-t THEME] [-n NCPU]
|
||||
[source] [destination]
|
||||
|
||||
Required arguments:
|
||||
@@ -64,3 +64,6 @@ Optional arguments:
|
||||
|
||||
``-t THEME, --theme THEME``
|
||||
Specify a theme directory, or a theme name for the themes included with Sigal
|
||||
|
||||
``-n NCPU, --ncpu NCPU``
|
||||
Number of cpu to use (default: all)
|
||||
|
||||
Reference in New Issue
Block a user