Changeset 307

Show
Ignore:
Timestamp:
02/17/08 10:57:39 (5 months ago)
Author:
ingy
Message:
...
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/core/Kwiki/lib/Kwiki/Command/V2.pm

    r193 r307  
    161161 
    162162sub handle_update { 
    163     die; 
    164163    chdir io->dir(shift || '.')->assert->open . ''; 
    165164    die "Can't update non Kwiki directory!\n" 
  • trunk/src/ingy/modules.mk

    r278 r307  
    44        Document/AST \ 
    55        Document/Emitter \ 
    6         Document/Parser \ 
    7         Document/Viewer \ 
    86        IO \ 
    97        IO/All \ 
     
    3735        Document/Receiver.pm \ 
    3836        Document/Tools.pm \ 
    39         Document/Parser.pm \ 
    40         Document/Receiver.pm \ 
    41         Document/Tools.pm \ 
    4237        IO/All.pm \ 
    4338        Module/Compile.pm \ 
     
    5348        Test/Base.pm \ 
    5449        WikiText/Creole.pm \ 
    55         WikiText/Creole.pm \ 
    5650        Test/YAML.pm \ 
    5751        YAML/Base.pm \ 
     
    6559 
    6660INGY_LEVEL_3 = \ 
    67         Document/AST/Tree.pm \ 
    68         Document/AST/Wikibyte.pm \ 
    69         Document/Parser/Creole.pm \ 
    70         Document/Viewer/HTML.pm \ 
    7161        Document/AST/Tree.pm \ 
    7262        Document/Emitter/HTML.pm \ 
     
    9787        Test/Base/Filter.pm \ 
    9888        WikiText/Creole/Parser.pm \ 
    99         WikiText/Creole/Parser.pm \ 
    10089        YAML/Dumper/Base.pm \ 
    10190        YAML/Loader/Base.pm \ 
  • trunk/src/plugins/modules.mk

    r228 r307  
    242242        Kwiki/Users/TypeKey.pm \ 
    243243        Kwiki/Formatter/Socialtext.pm \ 
     244        Kwiki/Theme/OSCON2008.pm \ 
    244245        Kwiki/Theme/OSCON.pm \ 
    245246