<div dir="ltr">I have a wiki from another system that I want to recreate in pmwiki. I have the contents of the pages stored in a spreadsheet. I will be writing a script to convert the text files into pmwiki pages. I found this:<div>
<p class="" style="margin-top:1.33em;margin-bottom:0px;color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:19.5px">Only two lines are necessary in a PmWiki page file:</p><div class="" style="margin-top:1.33em;color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:19.5px">
</div><div class="" style="margin-left:40px;color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:19.5px"><pre class="" style="font-size:0.9em;font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace;line-height:1.2em;margin-top:0px;margin-bottom:0px">
version=pmwiki-2.1.0 urlencoded=1
text=Markup text
</pre></div><p class="" style="margin-top:1.33em;margin-bottom:0px;color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:19.5px">"version=" tells PmWiki that the values are urlencoded. The actual value doesn't matter, as long as "urlencoded=1" appears somewhere in the line.</p>
<p class="" style="margin-top:1.33em;margin-bottom:0px;color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:19.5px">"text=" <em>needs</em> to have the markup text with newlines converted to "%0a" and percent signs converted to "%25".</p>
<div class="" style="margin-top:1.33em;color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:19.5px"></div><div class="" style="margin-left:40px;color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:19.5px">
In addition, <em>PmWiki writes</em> pages with '<' encoded as "%3c" (to help with security), but it doesn't require that <'s be encoded that way in order to be able to read the page. More conversions are possible to be added in the future.</div>
</div><div><br></div><div style>Is this all I need to add to the text files? I can't figure it out.</div><div style><br></div><div style>-Mark</div></div>