Changeset 307
- Timestamp:
- 02/17/08 10:57:39 (5 months ago)
- Files:
-
- trunk/kwiki.org (added)
- trunk/src/core/Kwiki/lib/Kwiki/Command/V2.pm (modified) (1 diff)
- trunk/src/ingy/modules.mk (modified) (5 diffs)
- trunk/src/plugins/modules.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/core/Kwiki/lib/Kwiki/Command/V2.pm
r193 r307 161 161 162 162 sub handle_update { 163 die;164 163 chdir io->dir(shift || '.')->assert->open . ''; 165 164 die "Can't update non Kwiki directory!\n" trunk/src/ingy/modules.mk
r278 r307 4 4 Document/AST \ 5 5 Document/Emitter \ 6 Document/Parser \7 Document/Viewer \8 6 IO \ 9 7 IO/All \ … … 37 35 Document/Receiver.pm \ 38 36 Document/Tools.pm \ 39 Document/Parser.pm \40 Document/Receiver.pm \41 Document/Tools.pm \42 37 IO/All.pm \ 43 38 Module/Compile.pm \ … … 53 48 Test/Base.pm \ 54 49 WikiText/Creole.pm \ 55 WikiText/Creole.pm \56 50 Test/YAML.pm \ 57 51 YAML/Base.pm \ … … 65 59 66 60 INGY_LEVEL_3 = \ 67 Document/AST/Tree.pm \68 Document/AST/Wikibyte.pm \69 Document/Parser/Creole.pm \70 Document/Viewer/HTML.pm \71 61 Document/AST/Tree.pm \ 72 62 Document/Emitter/HTML.pm \ … … 97 87 Test/Base/Filter.pm \ 98 88 WikiText/Creole/Parser.pm \ 99 WikiText/Creole/Parser.pm \100 89 YAML/Dumper/Base.pm \ 101 90 YAML/Loader/Base.pm \ trunk/src/plugins/modules.mk
r228 r307 242 242 Kwiki/Users/TypeKey.pm \ 243 243 Kwiki/Formatter/Socialtext.pm \ 244 Kwiki/Theme/OSCON2008.pm \ 244 245 Kwiki/Theme/OSCON.pm \ 245 246
