aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG23
1 files changed, 16 insertions, 7 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 712181bf..06e22317 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,15 +17,21 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.62.0.orig.tar.gz
* directory shunting ... [some resulting re-initialization necessary]
* markup source directory (src), all shared markup source placed in a
- common directory [instead of being in output files generated
- sub-directory]
+ common directory (instead of being in output files generated
+ sub-directory) [NOTE: New src directory for shared markup source output
+ required]
* images, output images used by html moved, now in image directory instead
- of image_local; system images moved from image to image_sys [to make sure
+ of image_local; system images moved from image to image_sys (to make sure
they are always available, i.e. not written over (by subsequent images
- given same name)]
+ given same name)) [NOTE: Image directories moved and may need to be
+ tended to manually as existing directories are not overwritten,
+ _sisu/image_local is moved to _sisu/image (and old _sisu/image is now
+ _sisu/image_sys) ]
* remote, (put, get) placed in single file (consider separating later)
+ * conf, remote, work on rsync building of basic remote site structure
+
* embedded content, included binaries such as images, audio, video, copy
content associated with document to desired output locations, [decide how
audio, video/multimedia are to be handled, initially just links to content]
@@ -33,15 +39,18 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.62.0.orig.tar.gz
* copy images associated with document along with document, does not take
care of skins though, for all images still need to use -CC
- * sysenv remote placement, and config, define multiple hosts for rsync or scp
- placement of output (one set of displayed urls associated with such output
- files)
+ * sysenv remote placement, and config, able to define multiple hosts for
+ rsync or scp placement of output, for this sisurc.yml remote info given
+ provided as array with '-' separator [old form of notation is also
+ honoured]
* special character exceptions, exception, fix (:code underscore angle bracket
issue)
* pruning
+ * conditionals rearranged, (scope for breakage)
+
* debian/control, added depends on rsync, used extensively (now also
internally)