aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/aggregate_generates_long_filenames.mdwn
diff options
context:
space:
mode:
authorhttp://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web>2010-11-15 10:08:30 +0000
committerJoey Hess <joey@kitenet.net>2010-11-15 10:08:30 +0000
commit263cfa7d1e938e3b41d1b6826427f0d613b2b97c (patch)
tree5221f5cf869058fa2f8be8be5e4736eda095ce0d /doc/bugs/aggregate_generates_long_filenames.mdwn
parentffeee19216182d633d251852ab62fe79c1367796 (diff)
downloadikiwiki-263cfa7d1e938e3b41d1b6826427f0d613b2b97c.tar
ikiwiki-263cfa7d1e938e3b41d1b6826427f0d613b2b97c.tar.gz
aggregate: too long filenames
Diffstat (limited to 'doc/bugs/aggregate_generates_long_filenames.mdwn')
-rw-r--r--doc/bugs/aggregate_generates_long_filenames.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/aggregate_generates_long_filenames.mdwn b/doc/bugs/aggregate_generates_long_filenames.mdwn
new file mode 100644
index 000000000..cb5e6df73
--- /dev/null
+++ b/doc/bugs/aggregate_generates_long_filenames.mdwn
@@ -0,0 +1,10 @@
+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,
+generate long titles. Especially once you throw escaping into the mix:
+
+ $ ikiwiki --setup testsetup --aggregate --refresh
+ failed to write ./test/lifestream/Hidden_Features_Of_Perl__44___PHP__44___Javascript__44___C__44___C++__44___C__35____44___Java__44___Ruby___46____46____46__._aggregated.ikiwiki-new: File name too long
+ aggregation failed with code 9216
+ $ echo $?
+ 25
+
+-- [[Jon]]