Changeset 1255

Show
Ignore:
Timestamp:
11/21/08 01:12:16 (12 months ago)
Author:
bsmith
Message:

adding Vanilla+TypePad?-Connect-Comments

Location:
trunk/Vanilla
Files:
7 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Vanilla/README.txt

    r1220 r1255  
    8888         
    8989            delete from mt_objectscore where objectscore_namespace = 'NAMESPACE'; 
    90          
    91      
     90 
     91    12. Vanilla + TypePad Connect Commenting 
     92        - Sample implementation of TypePad Connect Commenting. 
     93        - Abstracting Configuration into Module 
     94        - Option for integrating MT and TP comments 
     95 
     96 
    9297## INSTALLATION ## 
    9398 
  • trunk/Vanilla/plugins/Vanilla/config.yaml

    r1220 r1255  
    386386                wrapper: 
    387387                    label: Wrapper 
     388    vanilla_typepad_connect: 
     389        label: Vanilla + TypePad Connect 
     390        base_path: templates/vanilla+typepad-connect-comments 
     391        order: 512 
     392        notes:  
     393            - Sample implementation of TypePad Connect Commenting. 
     394            - Abstracting Configuration into Module 
     395            - Option for integrating MT and TP comments 
     396        templates: 
     397            index: 
     398                home: 
     399                    label: Homepage 
     400                    outfile: index.html 
     401            individual: 
     402                entry:  
     403                    label: Entry 
     404                    mappings: 
     405                        entry_archive: 
     406                            archive_type: Individual 
     407            module: 
     408                wrapper: 
     409                    label: Wrapper 
     410                typepad_config: 
     411                    label: TypePad Connect Configuration 
     412                typepad_comments: 
     413                    label: TypePad Connect Comments 
     414                tp_and_mt_comments: 
     415                    label: TypePad and Movable Type Comments 
    388416 
    389417