Changeset 1255
- Timestamp:
- 11/21/08 01:12:16 (12 months ago)
- Location:
- trunk/Vanilla
- Files:
-
- 7 added
- 2 modified
-
README.txt (modified) (1 diff)
-
plugins/Vanilla/config.yaml (modified) (1 diff)
-
plugins/Vanilla/templates/vanilla+typepad-connect-comments (added)
-
plugins/Vanilla/templates/vanilla+typepad-connect-comments/entry.mtml (added)
-
plugins/Vanilla/templates/vanilla+typepad-connect-comments/home.mtml (added)
-
plugins/Vanilla/templates/vanilla+typepad-connect-comments/tp_and_mt_comments.mtml (added)
-
plugins/Vanilla/templates/vanilla+typepad-connect-comments/typepad_comments.mtml (added)
-
plugins/Vanilla/templates/vanilla+typepad-connect-comments/typepad_config.mtml (added)
-
plugins/Vanilla/templates/vanilla+typepad-connect-comments/wrapper.mtml (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Vanilla/README.txt
r1220 r1255 88 88 89 89 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 92 97 ## INSTALLATION ## 93 98 -
trunk/Vanilla/plugins/Vanilla/config.yaml
r1220 r1255 386 386 wrapper: 387 387 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 388 416 389 417
