diff options
author | http://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web> | 2010-11-15 10:09:41 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-15 10:09:41 +0000 |
commit | 471ac78068532da53e4dad49d52c5ddccfcbff21 (patch) | |
tree | d19acbd1bf5af50af0a6d8bd8b6a1912e8c69c63 | |
parent | 263cfa7d1e938e3b41d1b6826427f0d613b2b97c (diff) |
typo
-rw-r--r-- | doc/bugs/aggregate_generates_long_filenames.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/aggregate_generates_long_filenames.mdwn b/doc/bugs/aggregate_generates_long_filenames.mdwn index cb5e6df73..3d98ee8b2 100644 --- a/doc/bugs/aggregate_generates_long_filenames.mdwn +++ b/doc/bugs/aggregate_generates_long_filenames.mdwn @@ -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 |