<div dir="ltr"><div><div><div><div><div><div>Thank you Tamara. The following does just what I am looking for.<br><br>version=pmwiki-2.2.51 urlencoded=1<br>text=%0aHello, World%0a<br><br></div>I also realized that the symbol % needs to be replaced by the hex code %25.<br>
</div>I am well on my way to mapping my page content to pmwiki pages. Here is an example page that I just put together using a text editor.<br><br><a href="http://ediblelandscape.org/pmwiki.php?n=Plants.Plant167">http://ediblelandscape.org/pmwiki.php?n=Plants.Plant167</a><br>
<br></div>In that example, a cell in my spreadsheet contained the species name "Rosa woodsii". I have a script written in VBA (Excel spreadsheet) that writes this to a text file<br></div>%0a(:Species: Rosa woodsii:)%0a<br>
</div>Each row in my spreadsheet contains the content for each page. Each cell is assigned to a PageTextVariable, and each of these goes to the location on the page I previously defined in the page template for the skin. With a click of a button, I can generate all the pages for my site, and with a few more clicks the pages are uploaded to my site via ftp. A simple Content Management System using a spreadsheet and FileZilla. I really like PMWiki, but I like the ability to backup the content of the site in form that is independent of PMWiki and is portable between different platforms.<br>
<br></div>-Mark<br><div><div><div><br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 31, 2013 at 6:40 PM, Tamara Temple <span dir="ltr"><<a href="mailto:tamouse.lists@gmail.com" target="_blank">tamouse.lists@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Mark Lee <<a href="mailto:mark.lee.phd@gmail.com">mark.lee.phd@gmail.com</a>> wrote:<br>
> Or to put it another way, if I use a text editor, such as vi or notepad on windows, what is the smallest text file I<br>
> can ftp to my pmwiki space that will print "hello world" when I visit the page with my browser?<br>
<br>
</div>That would be:<br>
<br>
Main.HelloWorld:<br>
-----------<br>
version=pmwiki-2.2.51 urlencoded=1<br>
text=%0a! Hello, World!%0a<br>
<br>
In your pmwiki installation, you'll find a directory called wiki.d/ --<br>
this is where wiki pages live. Upload the file above to this directory,<br>
and point your browser at it, like:<br>
<br>
  <a href="http://www.example.com/pmwiki.php?n=Main.HelloWorld" target="_blank">http://www.example.com/pmwiki.php?n=Main.HelloWorld</a><br>
<br>
assuming you haven't really done much configuration yet. (Obviously,<br>
substitute <a href="http://www.example.com" target="_blank">www.example.com</a> for your server's address, and the<br>
appropriate path to pmwiki.php.)<br>
<br>
</blockquote></div><br></div>