= PackagePages = == Description == Packages pages into a package. See PackageInstaller. Note that MoinMoin 1.5 already contains this action. == Version History == || '''Action''' || '''Author''' || '''Designed for MoinMoin release...''' || || [[attachment:PackagePages.py]] || AlexanderSchremmer || 1.3 || == Comments == mm, looks like you have an API mismatch between {{{packages.py}}} and {{{action/PackagePages.py}}} on this wiki (I checked 1.5 beta 4) - and it looks rather different than the attached source as well... -- RobertSeeger <> Indeed, I forgot to add a few code bits to packages.py. It will be fixed in my next commit. -- AlexanderSchremmer <> looks better now, but still does crash on this wiki with "Compression requires the (missing) zlib module". I assume this is missing on the server, not the client? -- RobertSeeger <> Yes. Therefore ThomasWaldmann needs to resolve this issue. -- AlexanderSchremmer <> ---- * How do I package ALL pages? * How do I disable this feature for anonymous users? I suggest to add the following: * '''Package by category:''' Collect pages that belong to the category specified * '''Package by sort:''' Package all non-system pages (so this would enable me to migrate the content) -- ThiloPfennig <>