Differences from version 1 to 8



@@ -1,26 +1,12 @@

 ^If you port content from another CMS you can add your technique here.^
+{maketoc}
 
-!Importing Blog Posts from Typepad
-TypePad won't let you do a database dump of your blog posts, but it will let you dump all your posts and related comments via a custom index template. For this example, we start with a blog by a single author and we create a custom template that generates a text document which we can easily convert into a php hash, which we will then process to push the posts into our bitweaver install.
+!!Import Scripts and Tutorials
+((Importing Blog Posts from Typepad))
+Includes templates, scripts and step by step instructions for exporting data from Typepad and importing it into bitweaver BlogsPackage.
+
+
+!!Additional Tools
+[http://search.cpan.org/~diberri/HTML-WikiConverter-0.61/lib/HTML/WikiConverter.pm|Convert HTML to Tikiwiki Syntax]
+CPAN has a perl script: [http://search.cpan.org/~diberri/HTML-WikiConverter-0.61/lib/HTML/WikiConverter.pm|HTML-WikiConverter], which you can use to convert HTML content to Tikiwiki syntax. This is especially useful for importing hundreds of html pages into WikiPackage, or any package that you want to use Tikiwiki syntax in. There is also an [http://diberri.dyndns.org/wikipedia/html2wiki/index.html|online version of the script] if you just need to convert a few pages.
 
-!!Step 1. The TypePad Template
-First thing to do is in TypePad create a new index template. This index file will generate a text file that looks similar to a php hash. Note that because we can't escape quotes in our blog posts text we don't use quotes for our hash, we use %QUOTE%. In the next step we will escape all quotes in our content and then convert the %QUOTE% tags to real quotes. Also worth nothing, in this example, we push TypePad categories into Tags. This assumes you are using the TagsPackage. You could use a similar technique with PigeonholesPackage.
-{code}
-$typepadHash = array(<MTBlogIfArchives archive_type="Individual"><MTEntries all="1">
- array(
- %QUOTE%title%QUOTE% => %QUOTE%<$MTEntryTitle encode_xml="0"$>%QUOTE%,
- %QUOTE%date%QUOTE% => %QUOTE%<MTIfNonEmpty tag="MTEntryDate" format="%a, %d %b %Y %H:%M:%S %z" language="en_US"><$MTEntryDate format="%a, %d %b %Y %H:%M:%S %z" language="en_US"$></MTIfNonEmpty>%QUOTE%,
- %QUOTE%data%QUOTE% => %QUOTE%<MTWeblogIfFullRSSContent><MTWeblogOwnerHas field="feeds_full_content"><$MTEntryBody encode_xml="0"$></MTWeblogOwnerHas></MTWeblogIfFullRSSContent>%QUOTE%,
- %QUOTE%comments%QUOTE% => array(
- <MTComments>
- array(
- %QUOTE%anon_name%QUOTE% => %QUOTE%<$MTCommentAuthor$>%QUOTE%,
- %QUOTE%date%QUOTE% => %QUOTE%<$MTCommentDate format="%a, %d %b %Y %H:%M:%S %z" language="en_US">%QUOTE%,
- %QUOTE%data%QUOTE% => %QUOTE%<$MTCommentBody$>%QUOTE%,
- ),
- </MTComments>
- ),
- %QUOTE%tags%QUOTE% => %QUOTE%<MTEntryCategories><$MTCategoryLabel encode_xml="0"$></MTEntryCategories>%QUOTE%,
- ),</MTEntries></MTBlogIfArchives>
-);
-{/code}
Page History
Date/CommentUserIPVersion
12 May 2007 (22:36 UTC)
add html-tikiwiki converter
Will68.174.111.478
Current • Source
Will68.174.111.477
View • Compare • Difference • Source
xing194.152.164.456
View • Compare • Difference • Source
xing194.152.164.455
View • Compare • Difference • Source
xing194.152.164.454
View • Compare • Difference • Source
Will68.174.111.473
View • Compare • Difference • Source
Will68.174.111.472
View • Compare • Difference • Source
Will68.174.111.471
View • Compare • Difference • Source