]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/aggregate_generates_long_filenames.mdwn
done with commit da9e1ea667f82d5fca916
[git.ikiwiki.info.git] / doc / bugs / aggregate_generates_long_filenames.mdwn
index cb5e6df73b09ee9087a571dcfb772631af8e8c3d..40decb392b97533a833dec37768399bfa417a8cc 100644 (file)
@@ -1,4 +1,4 @@
-the [[pluhins/aggregate]] plugin mashes the `title` of an aggregated post into a filename.  This results in long filenames.  I have hit a filesystem length limitation on several occasions.  Some (ab)uses of RSS, e.g., twitter,
+the [[plugins/aggregate]] plugin mashes the `title` of an aggregated post into a filename.  This results in long filenames.  I have hit a filesystem length limitation on several occasions.  Some (ab)uses of RSS, e.g., twitter,
 generate long titles.  Especially once you throw escaping into the mix:
 
     $ ikiwiki --setup testsetup --aggregate --refresh
@@ -7,4 +7,7 @@ generate long titles.  Especially once you throw escaping into the mix:
     $ echo $?
     25
 
+It would also appear this abrubtly terminates aggregate processing (if not ikiwiki itself).  Only after moving my test repo to `/tmp` to shorten the filename did I see newer RSS feeds (from a totally different source) picked up.
+
+
 -- [[Jon]]