Startpage >> PmWiki >> PageFileFormat

Page File Format

PmWiki.PageFileFormat History

Hide minor edits - Show changes to output

August 31, 2011, at 11:59 AM by Blahma -
Changed lines 1-109 from:
THX that's a great aswner!
to:
(:Summary:Create wiki formatted pages in bulk and for upload to your pmwiki site:)
You may have many documents that you would like to use a local program to format in a format PmWiki can display.

You could open each document and copy/paste the content to new pmwiki pages or you could format the document in advance and upload it using a FTP client.

Only two lines are necessary in a PmWiki page file:

->[@
version=pmwiki-2.1.0 urlencoded=1
text=Markup text
@]

"version=" tells PmWiki that the values are urlencoded. The actual value doesn't matter, as long as "urlencoded=1" appears somewhere in the line.

"text=" ''needs'' to have the markup text with newlines converted to "%0a" and percent signs converted to "%25".

-> In addition, ''PmWiki writes'' 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.

In order to let the [@(:pagelist :)@] markup work, make sure the filename begins with an uppercase letter.

In order to have the [@(:pagelist link= ... :)@] markup on other pages list this page, a third attribute is required:

->[@
targets=GroupName1.Pagename1,GroupName2.Pagename2,...
@]

"targets=" is a comma delimited list of all links from the current page.

----

Keys you could see in a raw PmWiki file:

:'''version''': Version of PmWiki used to create the file %comment% More??? (ordered, urlencoded)%%
:'''agent''': Author's browser when saving the page
:'''author''': Last author to save page
:'''charset''': The character encoding of the page text, may be used by future upgrades
:'''csum''': Change summary
:'''ctime''': Page creation time
:'''host''': Host created this page
:'''name''': Name of the page (e.g., [@Main.WikiSandbox@])
:'''rev''': Number of times the page has been edited
:'''targets''': Targets for links in the page
:'''text''': The page's wiki markup
:'''time''': Time the page was last saved (seconds since 1 Jan 1970 00:00 UTC)
:'''title''': Page title set via [@(:title The Page Title:)@].
:'''newline''': Character used for newlines (deprecated)
:'''passwdedit''': encrypted version of the password
:'''updatedto''': The version to which PmWiki has been updated to by [@upgrades.php@] (only on [[SiteAdmin.Status]])

Below these you will see information used to keep track of the page's revision history.

!![[#creating]] Creating a Page for Distribution

A simple way to create a wikipage file to use for distribution (for example with a recipe or a skin) is to create the page with PmWiki and then use a text editor to delete all lines but ''version'', ''text'', and ''ctime''. Example:

->[@
version=pmwiki-2.1.0 ordered=1 urlencoded=1
text=This is a line.%0aThis is another.
ctime=1142030000
@]

!! Keeping track of page history

Inside of a page file, PmWiki stores the latest version of the markup text, and uses this to render the page. The page history is kept as a sequence of differences between the latest version of the page and each previous version.

PmWiki normally puts the page history at the end of each page file in reverse chronological sequence, and sets the "ordered=1" items in the header. If an operation needs only the most recent version of a page, then PmWiki will stop reading and processing a page file at the point where the history begins, potentially saving a lot of time and memory. If the "ordered=1" flag isn't present, PmWiki makes no assumptions about the ordering of items in the pagefile and processes the entire file.

!! Load pages from text files
See [[Cookbook: Import text]]. {Cookbook/ImportText$:Summary}

!! Unix utility to extract wiki text

The following unix script (tested on MacOSX) will extract and decode the current text from a wiki file:

->[@
#!/bin/tcsh
# wtext - extract wiki text
#
# wtext wikifile > output

set fn = "$1"
if ("$fn" == "") then
echo "need input file parameter"
exit 999
endif
if (! -f $fn) then
echo "$fn does not exist"
exit 999
endif
rm sedin.$$ >& /dev/null
set ch = `grep ^newline= $fn | cut -d= -f2`
if ("$ch" == "") set ch = "%0a"
cat <<eof > sedin.$$
s/^text=//
s/$ch/\
/g
s/%3c/</g
s/%25/%/g
eof
grep "^text=" "$1" | sed -f sedin.$$
rm sedin.$$ >& /dev/null
@]

----


!!See also
* [[Cookbook:AdminByShell]] [-A collection of ways to assist sysadmin of pmwiki using shell tools-]
* [[Cookbook:PageTopStore]] [-A PageStore alternative which doesn't mangle page contents when viewed outside PmWiki-]
July 19, 2011, at 08:55 PM by Tayten - eERRUiPzlfVVmaECxs
Changed line 1 from:
More posts of this quality. Not the usual c***, pelsae
to:
THX that's a great aswner!
July 19, 2011, at 08:49 PM by Banjo - EADSDIuyNkkdv
Changed line 1 from:
Slam dunkin like Shaquille O'Neal, if he wrote informative atrilces.
to:
More posts of this quality. Not the usual c***, pelsae
July 19, 2011, at 08:24 PM by Missy - bLMCmEKxI
Changed line 1 from:
Ya learn something new evedryay. It's true I guess!
to:
Slam dunkin like Shaquille O'Neal, if he wrote informative atrilces.
July 19, 2011, at 07:40 PM by Trixie - AdZGFZoUW
Changed line 1 from:
Umm, are you really just giving this info out for nohitng?
to:
Ya learn something new evedryay. It's true I guess!
July 19, 2011, at 07:38 PM by Tailynn - icWEWVEOaJofhmOr
Changed line 1 from:
I thank you hbumly for sharing your wisdom JJWY
to:
Umm, are you really just giving this info out for nohitng?
July 19, 2011, at 07:23 PM by Dillian - POLTKYJyzaISOzbu
Changed line 1 from:
That's not just the best anwser. It's the bestest answer!
to:
I thank you hbumly for sharing your wisdom JJWY
July 19, 2011, at 07:22 PM by Jayvee - NxMojpMfy
Changed line 1 from:
I have been so bweiledred in the past but now it all makes sense!
to:
That's not just the best anwser. It's the bestest answer!
July 19, 2011, at 07:14 PM by Buff - JXvsjjuvrgcrEmSZL
Changed line 1 from:
Well macaadima nuts, how about that.
to:
I have been so bweiledred in the past but now it all makes sense!
July 19, 2011, at 07:07 PM by Kaylan - apBpUflZnsnqzg
Changed line 1 from:
Furarlez? That's marvelously good to know.
to:
Well macaadima nuts, how about that.
July 19, 2011, at 07:07 PM by Veruca - PQVQmbHhay
Changed line 1 from:
HHIS I slhoud have thought of that!
to:
Furarlez? That's marvelously good to know.
July 19, 2011, at 07:04 PM by Lucy - KrWSRnEtVXEFKKRsR
Changed line 1 from:
Grade A stuff. I'm unquestoinbaly in your debt.
to:
HHIS I slhoud have thought of that!
July 19, 2011, at 06:56 PM by Jodi - klVISpCkWWSssp
Changed line 1 from:
You're on top of the game. Thanks for sarhing.
to:
Grade A stuff. I'm unquestoinbaly in your debt.
July 19, 2011, at 06:52 PM by Jessalyn - bdutqRRXMPt
Changed line 1 from:
I really wish there were more aitrcels like this on the web.
to:
You're on top of the game. Thanks for sarhing.
July 19, 2011, at 06:52 PM by Neveah - gcBAEMwquTvFQRGzGOS
Changed line 1 from:
Now I'm like, well duh! Truly tnahfkul for your help.
to:
I really wish there were more aitrcels like this on the web.
July 19, 2011, at 06:37 PM by Honney - UCRUxzPPZkuJ
Changed line 1 from:
Too many cpomliments too little space, thanks!
to:
Now I'm like, well duh! Truly tnahfkul for your help.
July 19, 2011, at 06:33 PM by Etta - aodDdWDtlLa
Changed line 1 from:
What a great resuocre this text is.
to:
Too many cpomliments too little space, thanks!
July 19, 2011, at 06:30 PM by Finch - rPnIHvOMlOHiJyRRKsV
Changed line 1 from:
Your story was really informative, tahnks!
to:
What a great resuocre this text is.
July 19, 2011, at 06:30 PM by Satchell - nobCUlsImqz
Changed line 1 from:
I thank you humbly for sharing your wisodm JJWY
to:
Your story was really informative, tahnks!
July 19, 2011, at 06:21 PM by Quiana - AvWkdENPUHO
Changed line 1 from:
Smack-dab what I was looikng for-ty!
to:
I thank you humbly for sharing your wisodm JJWY
July 19, 2011, at 06:19 PM by Carlee - aZaasPQDQjF
Changed line 1 from:
Good pntois all around. Truly appreciated.
to:
Smack-dab what I was looikng for-ty!
July 19, 2011, at 06:16 PM by Dollie - RZQgchjgyqZMWdls
Changed lines 1-5 from:
<<<<<<<
Hey hey hey, take a gnader at what' you've done
=======
Well done artcile that. I'll make sure to use it wisely.
>>>>>>>
to:
Good pntois all around. Truly appreciated.
July 19, 2011, at 06:09 PM by Kevlyn - CPtJJlIawEQv
Changed lines 1-5 from:
Well done artcile that. I'll make sure to use it wisely.
to:
<<<<<<<
Hey hey hey, take a gnader at what' you've done
=======
Well done artcile that. I'll make sure to use it wisely.
>>>>>>>
July 19, 2011, at 06:09 PM by Rusty - qgreRFre
Changed line 1 from:
Heck yeah bay-bee keep them cmonig!
to:
Well done artcile that. I'll make sure to use it wisely.
July 19, 2011, at 06:05 PM by Isabella - aGYCoorDCkoYKT
Changed line 1 from:
Articles like this are an expamle of quick, helpful answers.
to:
Heck yeah bay-bee keep them cmonig!
July 19, 2011, at 06:05 PM by Zarya - AKHjHGSlsDtWjG
Changed line 1 from:
What a great resuorce this text is.
to:
Articles like this are an expamle of quick, helpful answers.
July 19, 2011, at 06:02 PM by Darrance - NpYNukgeuxnWBu
Changed line 1 from:
Help, I've been infomred and I can't become ignorant.
to:
What a great resuorce this text is.
July 19, 2011, at 05:59 PM by Tessica - AbwQwIkJtC
Changed line 1 from:
At last! Someone who understadns! Thanks for posting!
to:
Help, I've been infomred and I can't become ignorant.
July 19, 2011, at 05:55 PM by Dilly - igoxTtbFLwNB
Changed line 1 from:
That's 2 cleevr by half and 2x2 clever 4 me. Thanks!
to:
At last! Someone who understadns! Thanks for posting!
July 19, 2011, at 05:54 PM by Karson - qcYlmgBnwgZmsI
Changed line 1 from:
I went to tons of links before this, what was I thnkinig?
to:
That's 2 cleevr by half and 2x2 clever 4 me. Thanks!
July 19, 2011, at 05:53 PM by Kayo - mdNSctFXlcdEHS
Changed line 1 from:
For the love of God, keep wriintg these articles.
to:
I went to tons of links before this, what was I thnkinig?
July 19, 2011, at 05:51 PM by Amory - VSujcwgkEHNopEFCCXf
Changed line 1 from:
Never would have thunk I would find this so inidspenasble.
to:
For the love of God, keep wriintg these articles.
July 19, 2011, at 05:49 PM by Cyelii - VEfuKUsgmkhyiZpffGQ
Changed line 1 from:
This information is off the hziool!
to:
Never would have thunk I would find this so inidspenasble.
July 19, 2011, at 05:49 PM by Tallin - aHfBMjxxMRWsj
Changed line 1 from:
And I was just wondenrig about that too!
to:
This information is off the hziool!
July 19, 2011, at 05:41 PM by Nikki - dbzssUieBVvmGpuhPC
Changed line 1 from:
Now I feel stupid. That's claered it up for me
to:
And I was just wondenrig about that too!
July 19, 2011, at 05:39 PM by Melly - sMKAFgUblcaIfS
Changed line 1 from:
Great common sense here. Wish I'd thohugt of that.
to:
Now I feel stupid. That's claered it up for me
July 19, 2011, at 05:34 PM by Deandra - KjiyzwKaocRdUGJSQqo
Changed line 1 from:
Whoa, tghins just got a whole lot easier.
to:
Great common sense here. Wish I'd thohugt of that.
July 19, 2011, at 05:30 PM by Vlora - yEiOZAuu
Changed line 1 from:
A good many vlauables you've given me.
to:
Whoa, tghins just got a whole lot easier.
July 19, 2011, at 05:21 PM by Jeannie - pkttEVoORmd
Changed line 1 from:
Now that’s sutble! Great to hear from you.
to:
A good many vlauables you've given me.
July 19, 2011, at 05:19 PM by Candy - poPuWywMdAVFRvywQ
Changed line 1 from:
Great tnhiikng! That really breaks the mold!
to:
Now that’s sutble! Great to hear from you.
July 19, 2011, at 05:17 PM by Kevrel - tIGlwfsN
Changed line 1 from:
The forum is a brighter place tnhkas to your posts. Thanks!
to:
Great tnhiikng! That really breaks the mold!
July 19, 2011, at 05:14 PM by Nelle - CEiMOKcvCNdmI
Changed line 1 from:
Gosh, I wish I would have had that information ealreir!
to:
The forum is a brighter place tnhkas to your posts. Thanks!
July 19, 2011, at 05:13 PM by Jhett - ZtLRIKCyvYPtyoK
Changed line 1 from:
Shoot, so that's that one spupoess.
to:
Gosh, I wish I would have had that information ealreir!
July 19, 2011, at 05:09 PM by Marge - DApgGgdzSp
Changed line 1 from:
Cool! That's a clever way of lokoing at it!
to:
Shoot, so that's that one spupoess.
July 19, 2011, at 05:07 PM by Cornelia - urSTOSznMtbZWdcW
Changed line 1 from:
So true. Honesty and everything rceoignzed.
to:
Cool! That's a clever way of lokoing at it!
July 19, 2011, at 04:59 PM by Rowdy - nymuPFdZNbKLaVIbeV
Changed line 1 from:
Learning a ton from these neat artciles.
to:
So true. Honesty and everything rceoignzed.
July 19, 2011, at 04:59 PM by Makailee - brDrYiqmpVpovqniEI
Changed line 1 from:
I'm shocked that I found this info so ealsiy.
to:
Learning a ton from these neat artciles.
July 19, 2011, at 04:57 PM by Dweezil - drVWBRmhdctoBDxZuw
Changed line 1 from:
Thank God! Someone with brains sepaks!
to:
I'm shocked that I found this info so ealsiy.
July 19, 2011, at 04:56 PM by Elora - bRIjDgdyY
Changed line 1 from:
The purchases I make are etnriley based on these articles.
to:
Thank God! Someone with brains sepaks!
July 19, 2011, at 04:54 PM by Loree - UkGxcTONX
Changed line 1 from:
That's more than ssneible! That's a great post!
to:
The purchases I make are etnriley based on these articles.
July 19, 2011, at 04:54 PM by Tori - kxhUsWCUaqcqc
Changed line 1 from:
Big help, big help. And supetrlaive news of course.
to:
That's more than ssneible! That's a great post!
July 19, 2011, at 04:53 PM by Hank - GTXwkTpUrwUxPy
Changed line 1 from:
Yo, good looikn out! Gonna make it work now.
to:
Big help, big help. And supetrlaive news of course.
July 19, 2011, at 04:50 PM by Wilhelmina - VdViLTEfnlAQzHUlO
Changed line 1 from:
Super jaezzd about getting that know-how.
to:
Yo, good looikn out! Gonna make it work now.
July 19, 2011, at 04:39 PM by Lorren - rAEyCckF
Changed line 1 from:
In awe of that aswner! Really cool!
to:
Super jaezzd about getting that know-how.
July 19, 2011, at 04:27 PM by Youngy - NzGjbkVQdGaCKbOeaZ
Changed line 1 from:
It’s really great that people are sharing this inofrmtaion.
to:
In awe of that aswner! Really cool!
July 19, 2011, at 04:17 PM by Snowy - eILxkMdhLKlNRAWU
Changed line 1 from:
I might be beating a dead horse, but thank you for potsnig this!
to:
It’s really great that people are sharing this inofrmtaion.
July 19, 2011, at 04:12 PM by Cassara - HBUIOTczzFxFdPNrE
Changed line 1 from:
Hey, kliler job on that one you guys!
to:
I might be beating a dead horse, but thank you for potsnig this!
July 19, 2011, at 03:59 PM by Tess - nuypgCyKEx
Changed line 1 from:
Woot, I will cretanliy put this to good use!
to:
Hey, kliler job on that one you guys!
July 19, 2011, at 03:59 PM by Lavinia - KlkdWGClJyW
Changed line 1 from:
I can't beelive I've been going for years without knowing that.
to:
Woot, I will cretanliy put this to good use!
July 19, 2011, at 03:56 PM by Kasara - ZkNOuFbuBPkZdfvJG
Changed line 1 from:
Hahhhaaa. I’m not too bright today. Great post!
to:
I can't beelive I've been going for years without knowing that.
July 19, 2011, at 03:43 PM by Cannon - PwdbUZsyLniUqVMgUC
Changed line 1 from:
This is the prefect way to break down this information.
to:
Hahhhaaa. I’m not too bright today. Great post!
July 18, 2011, at 09:01 PM by Janisa - qgtMHtKlspTIyYCJOjo
Changed line 1 from:
Hey, that post leaves me feeilng foolish. Kudos to you!
to:
This is the prefect way to break down this information.
July 18, 2011, at 08:38 PM by Tina - zoyStanIEkMDtBKHKf
Changed line 1 from:
Smack-dab what I was lkooing for—ty!
to:
Hey, that post leaves me feeilng foolish. Kudos to you!
July 18, 2011, at 08:26 PM by Xadrian - sXrEhYWjv
Changed line 1 from:
Whoever wrote this, you know how to make a good atirlce.
to:
Smack-dab what I was lkooing for—ty!
July 18, 2011, at 06:17 PM by Bones - tAaCKYSv
Changed line 1 from:
You've hit the ball out the park! Inrcedbile!
to:
Whoever wrote this, you know how to make a good atirlce.
July 18, 2011, at 03:45 PM by Tibbie - caCnYKjcHQXKhZMMP
Changed line 1 from:
Knocked my socks off with knowlegde!
to:
You've hit the ball out the park! Inrcedbile!
July 18, 2011, at 03:00 PM by Ireland - JSixCzwcxmjzFly
Changed line 1 from:
Wonderful explanation of facts aivlabale here.
to:
Knocked my socks off with knowlegde!
July 18, 2011, at 01:43 PM by Peggy - GptZdZuVQQXeTf
Changed line 1 from:
So excited I found this article as it made things much queickr!
to:
Wonderful explanation of facts aivlabale here.
July 18, 2011, at 01:22 PM by Turk - nunxfAHfWTXyTlD
Changed line 1 from:
What a neat atircle. I had no inkling.
to:
So excited I found this article as it made things much queickr!
July 18, 2011, at 01:10 PM by Sondi - NnmcMgBDcfOMWKMfvp
Changed line 1 from:
IJWTS wow! Why can't I think of tnihgs like that?
to:
What a neat atircle. I had no inkling.
July 18, 2011, at 12:32 PM by Jesslyn - xtZfLTaAj
Changed line 1 from:
This info is the cat’s pajmaas!
to:
IJWTS wow! Why can't I think of tnihgs like that?
July 18, 2011, at 11:58 AM by Justus - GIchEgaasR
Changed line 1 from:
What an awesmoe way to explain this—now I know everything!
to:
This info is the cat’s pajmaas!
July 18, 2011, at 11:58 AM by Kerriann - lFykaPVHuAzH
Changed line 1 from:
Never seen a btteer post! ICOCBW
to:
What an awesmoe way to explain this—now I know everything!
July 18, 2011, at 11:54 AM by Madge - YJpVnWWyLoXgk
Changed line 1 from:
You really saved my skin with this infomrtaoin. Thanks!
to:
Never seen a btteer post! ICOCBW
July 18, 2011, at 11:45 AM by Mahalia - GqICMePdXdnjmTQ
Changed line 1 from:
I reockn you are quite dead on with that.
to:
You really saved my skin with this infomrtaoin. Thanks!
July 18, 2011, at 11:40 AM by Regina - sXeqTnYT
Changed line 1 from:
Kudos! What a neat way of thniknig about it.
to:
I reockn you are quite dead on with that.
July 18, 2011, at 11:35 AM by Belle - GGtQYTJd
Changed line 1 from:
Thanks for shanirg. Always good to find a real expert.
to:
Kudos! What a neat way of thniknig about it.
July 18, 2011, at 11:33 AM by Alexavia - UwlAnJZR
Changed line 1 from:
Geez, that's unbelibveale. Kudos and such.
to:
Thanks for shanirg. Always good to find a real expert.
July 18, 2011, at 11:31 AM by Jaycee - bMorjkmaBNd
Changed line 1 from:
Right on—this hlpeed me sort things right out.
to:
Geez, that's unbelibveale. Kudos and such.
July 18, 2011, at 10:29 AM by Seston - KqpMBJfHJuwGYhALB
Changed line 1 from:
Yo, that's what's up truhtuflly.
to:
Right on—this hlpeed me sort things right out.
July 18, 2011, at 10:05 AM by Tawny - SIhJMvjD
Changed line 1 from:
Now that’s sbulte! Great to hear from you.
to:
Yo, that's what's up truhtuflly.
July 18, 2011, at 09:41 AM by Vicki - vzPZdBYJq
Changed line 1 from:
This has made my day. I wish all postigns were this good.
to:
Now that’s sbulte! Great to hear from you.
July 18, 2011, at 08:52 AM by Leaidan - daqOjBRlmHw
Changed line 1 from:
A mnitue saved is a minute earned, and this saved hours!
to:
This has made my day. I wish all postigns were this good.
July 18, 2011, at 08:42 AM by Maralynn - UcvZdBbcCSf
Changed line 1 from:
Super informative wiritng; keep it up.
to:
A mnitue saved is a minute earned, and this saved hours!
July 18, 2011, at 08:40 AM by Lyza - MwTXXsFGZafnL
Changed line 1 from:
Thanks for writing such an easy-to-undestrand article on this topic.
to:
Super informative wiritng; keep it up.
July 18, 2011, at 08:35 AM by Janesa - YEKgKoejIvjCU
Changed line 1 from:
Do you have more great aritcels like this one?
to:
Thanks for writing such an easy-to-undestrand article on this topic.
July 18, 2011, at 08:31 AM by Gracyn - xkZOdZzpyKI
Changed line 1 from:
TYVM you've slveod all my problems
to:
Do you have more great aritcels like this one?
July 18, 2011, at 08:17 AM by Sherlyn - ucaQnjioEmdYUAdvO
Changed line 1 from:
I was raelly confused, and this answered all my questions.
to:
TYVM you've slveod all my problems
July 18, 2011, at 08:06 AM by Roxie - pxoMHmZI
Changed line 1 from:
IJWTS wow! Why can't I think of thgnis like that?
to:
I was raelly confused, and this answered all my questions.
July 18, 2011, at 07:58 AM by Charleigh - HgDIiLiJndEXunhomC
Changed line 1 from:
Well done atrilce that. I'll make sure to use it wisely.
to:
IJWTS wow! Why can't I think of thgnis like that?
July 18, 2011, at 07:39 AM by Gytha - wjNlyLIR
Changed line 1 from:
Big help, big help. And superlaitve news of course.
to:
Well done atrilce that. I'll make sure to use it wisely.
July 18, 2011, at 07:17 AM by Dell - vGlwynOUNQl
Changed line 1 from:
That's 2 clveer by half and 2x2 clever 4 me. Thanks!
to:
Big help, big help. And superlaitve news of course.
July 18, 2011, at 06:42 AM by Neveah - HvCoSzHJLvM
Changed line 1 from:
Alakazaam—information found, porlbem solved, thanks!
to:
That's 2 clveer by half and 2x2 clever 4 me. Thanks!
July 18, 2011, at 06:41 AM by Adonica - UcWIzFewCdXNgcZ
Changed line 1 from:
What a neat article. I had no iklnnig.
to:
Alakazaam—information found, porlbem solved, thanks!
July 18, 2011, at 06:25 AM by Joyce - ABsqTEviaVhbyh
Changed line 1 from:
Check that off the list of things I was cofunsed about.
to:
What a neat article. I had no iklnnig.
July 18, 2011, at 06:23 AM by Dina - kWvNMeYEqJiYol
Changed line 1 from:
I have been so bweildreed in the past but now it all makes sense!
to:
Check that off the list of things I was cofunsed about.
July 18, 2011, at 06:21 AM by Keys - WyetjMeGIkaVIzP
Changed line 1 from:
Going to put this artilce to good use now.
to:
I have been so bweildreed in the past but now it all makes sense!
July 18, 2011, at 06:10 AM by Jennabel - sUNCPxjBi
Changed line 1 from:
Good point. I hadn't touhhgt about it quite that way. :)
to:
Going to put this artilce to good use now.
July 18, 2011, at 05:57 AM by Robinson - lnhLOmpeHNbrYgc
Changed line 1 from:
Whoa, things just got a whole lot eiaser.
to:
Good point. I hadn't touhhgt about it quite that way. :)
July 18, 2011, at 05:06 AM by Jaxon - CwggQPeleCVOyJXFs
Changed line 1 from:
Keep it coming, witrers, this is good stuff.
to:
Whoa, things just got a whole lot eiaser.
July 18, 2011, at 05:05 AM by Dragon - vAGlhXuQUQynG
Changed line 1 from:
This makes everything so cmoptleely painless.
to:
Keep it coming, witrers, this is good stuff.
July 18, 2011, at 04:17 AM by Sharleena - MDrZQqhmz
Changed line 1 from:
Created the greatest atrceils, you have.
to:
This makes everything so cmoptleely painless.
July 18, 2011, at 03:59 AM by Dany - xjhMYlsENqHOhMvJMI
Changed line 1 from:
There is a critical shotarge of informative articles like this.
to:
Created the greatest atrceils, you have.
July 18, 2011, at 03:05 AM by Aundre - KhHsgNxdiVpUrECbT
Changed line 1 from:
Super jazzed about gtetnig that know-how.
to:
There is a critical shotarge of informative articles like this.
July 18, 2011, at 02:57 AM by Linx - SAaVyjoTb
Changed line 1 from:
There is a ciritcal shortage of informative articles like this.
to:
Super jazzed about gtetnig that know-how.
July 18, 2011, at 02:53 AM by Cheyanna - LlFaobXh
Changed line 1 from:
So excited I found this atcrile as it made things much quicker!
to:
There is a ciritcal shortage of informative articles like this.
July 18, 2011, at 02:33 AM by Pait - ERukOQVpwJhKet
Changed line 1 from:
You’re a real deep thinker. Thanks for sarihng.
to:
So excited I found this atcrile as it made things much quicker!
July 18, 2011, at 01:50 AM by Elly - TlOELdXVQpOBQk
Changed line 1 from:
Knolwegde wants to be free, just like these articles!
to:
You’re a real deep thinker. Thanks for sarihng.
July 18, 2011, at 01:18 AM by Anjii - LhglchuDF
Changed line 1 from:
Thanks for sharing. What a plseaure to read!
to:
Knolwegde wants to be free, just like these articles!
July 18, 2011, at 12:56 AM by Amber - BMYdFKAVHW
Changed line 1 from:
Tip top stuff. I'll exepct more now.
to:
Thanks for sharing. What a plseaure to read!
July 18, 2011, at 12:42 AM by Benon - LCFSoVfO
Changed line 1 from:
At last, smoeone comes up with the "right" answer!
to:
Tip top stuff. I'll exepct more now.
July 18, 2011, at 12:26 AM by Amber - GsXXweZJUXkNnlAPMuZ
Changed line 1 from:
Wondreufl explanation of facts available here.
to:
At last, smoeone comes up with the "right" answer!
July 17, 2011, at 11:56 PM by Emmy - whwFKNqlocMdtcekUsZ
Changed line 1 from:
Wow, that’s a really cvleer way of thinking about it!
to:
Wondreufl explanation of facts available here.
July 17, 2011, at 11:31 PM by Mira - rwkLnyknbiTxFQJx
Changed line 1 from:
Thanks for sharing. What a pleausre to read!
to:
Wow, that’s a really cvleer way of thinking about it!
July 17, 2011, at 10:52 PM by Bobbo - tmxixdNKV
Changed line 1 from:
Great stuff, you hepeld me out so much!
to:
Thanks for sharing. What a pleausre to read!
July 17, 2011, at 10:06 PM by Allie - vcJhfCpdvGvsdqUOTo
Changed line 1 from:
I'm out of legaue here. Too much brain power on display!
to:
Great stuff, you hepeld me out so much!
July 17, 2011, at 09:40 PM by Karsen - lRaGjuGuM
Changed line 1 from:
Do you have more great atricels like this one?
to:
I'm out of legaue here. Too much brain power on display!
July 17, 2011, at 09:11 PM by Crissy - wMbcnnpiuRUtQz
Changed line 1 from:
Now we know who the sneilsbe one is here. Great post!
to:
Do you have more great atricels like this one?
July 17, 2011, at 08:57 PM by Janesa - ZyNYBwQuQoWFJj
Changed line 1 from:
I was ralely confused, and this answered all my questions.
to:
Now we know who the sneilsbe one is here. Great post!
July 17, 2011, at 08:20 PM by Bette - nlRERTChSWRXSTSSvZc
Changed line 1 from:
Good point. I hadn't thuoght about it quite that way. :)
to:
I was ralely confused, and this answered all my questions.
July 09, 2011, at 09:37 PM by Lorena - iqsWxbNRLvCSYL
Changed line 1 from:
It's spooky how celver some ppl are. Thanks!
to:
Good point. I hadn't thuoght about it quite that way. :)
July 09, 2011, at 08:58 PM by Chasmine - bzhnMWSOeX
Changed line 1 from:
This atricle went ahead and made my day.
to:
It's spooky how celver some ppl are. Thanks!
July 09, 2011, at 07:13 PM by Lark - FHSrtOHzLQqRQH
Changed line 1 from:
Your asnwer was just what I needed. It’s made my day!
to:
This atricle went ahead and made my day.
July 09, 2011, at 06:06 PM by Davian - qrxDVAXOWKRArGmcJo
Changed line 1 from:
Posts like this brighten up my day. Thanks for tkaing the time.
to:
Your asnwer was just what I needed. It’s made my day!
July 09, 2011, at 05:23 PM by Amber - uYNqFtmWIALiCsLI
Changed line 1 from:
Wow! Great tinhking! JK
to:
Posts like this brighten up my day. Thanks for tkaing the time.
July 09, 2011, at 05:23 PM by Sonny - JurKmDvzuUZLZizDXZ
Changed line 1 from:
Hey, subtle must be your mdidle name. Great post!
to:
Wow! Great tinhking! JK
July 09, 2011, at 04:19 PM by Johnelle - HDkLniiydFKkgcs
Changed line 1 from:
IMHO you've got the right asnewr!
to:
Hey, subtle must be your mdidle name. Great post!
July 09, 2011, at 03:31 PM by Maud - WswMEroaMceo
Changed line 1 from:
You're the gerastet! JMHO
to:
IMHO you've got the right asnewr!
July 09, 2011, at 02:48 PM by Marv - ZsmkArvWKBlkuYlgS
Changed line 1 from:
Hahahaha. I’m not too birght today. Great post!
to:
You're the gerastet! JMHO
July 09, 2011, at 02:37 PM by Kaeden - TOPFcKIGqgYj
Changed line 1 from:
This forum nedeed shaking up and you’ve just done that. Great post!
to:
Hahahaha. I’m not too birght today. Great post!
July 09, 2011, at 02:06 PM by Bobbi - WxRHBQIgSvjeRrmxh
Changed line 1 from:
Thanks for sharing. Always good to find a real exrpet.
to:
This forum nedeed shaking up and you’ve just done that. Great post!
July 09, 2011, at 01:51 PM by Cheyanna - FHREsXTTJHlLCgwt
Changed line 1 from:
That’s more than senisble! That’s a great post!
to:
Thanks for sharing. Always good to find a real exrpet.
July 09, 2011, at 01:39 PM by Libby - qNOAouKZAQF
Changed line 1 from:
Your article perfectly shows what I nedeed to know, thanks!
to:
That’s more than senisble! That’s a great post!
July 09, 2011, at 01:27 PM by Janine - HeZVmSQoGi
Changed line 1 from:
Franlky I think that's absolutely good stuff.
to:
Your article perfectly shows what I nedeed to know, thanks!
July 08, 2011, at 09:18 PM by Judith - UzHKTjwBSHv
Changed line 1 from:
Begun, the great internet edcuaiton has.
to:
Franlky I think that's absolutely good stuff.
July 08, 2011, at 05:51 PM by Norm - VpaRfQAtMA
Changed line 1 from:
Wow! Great thiknnig! JK
to:
Begun, the great internet edcuaiton has.
July 08, 2011, at 05:28 PM by Rennifer - ofMXFOUeDGbLVDnMI
Changed line 1 from:
Wonerdful explanation of facts available here.
to:
Wow! Great thiknnig! JK
July 08, 2011, at 05:00 PM by Happy - yxoqqkxvBLUooYJ
Changed line 1 from:
Ppl like you get all the brains. I just get to say tkhnas for he answer.
to:
Wonerdful explanation of facts available here.
July 08, 2011, at 02:22 PM by Luella - DZNFnjQlfRPMeAmgiAa
Changed line 1 from:
Geez, that's ubnleievable. Kudos and such.
to:
Ppl like you get all the brains. I just get to say tkhnas for he answer.
July 08, 2011, at 01:56 PM by Fidelia - BvvLUCtVbKuasCq
Changed line 1 from:
BION I'm imprseesd! Cool post!
to:
Geez, that's ubnleievable. Kudos and such.
July 08, 2011, at 01:04 PM by Shermaine - KBCzSLhSxXAOphKIVPm
Changed line 1 from:
I have been so bewdilered in the past but now it all makes sense!
to:
BION I'm imprseesd! Cool post!
July 08, 2011, at 11:26 AM by Aspen - DzNEtbpmhbNLMvaYSZK
Changed line 1 from:
YMMD with that asnewr! TX
to:
I have been so bewdilered in the past but now it all makes sense!
July 08, 2011, at 11:03 AM by Rosie - UkKdQPLYCnsGSGgmh
Changed line 1 from:
I’m not wohtry to be in the same forum. ROTFL
to:
YMMD with that asnewr! TX
July 08, 2011, at 10:32 AM by Demarlo - UyfAjfaupnYLbteWK
Changed line 1 from:
I really ndeeed to find this info, thank God!
to:
I’m not wohtry to be in the same forum. ROTFL
July 08, 2011, at 04:18 AM by Demelza - dDObavUHSzfxGA
Changed line 1 from:
Heck yeah this is exactly what I neeedd.
to:
I really ndeeed to find this info, thank God!
July 08, 2011, at 04:07 AM by Jessalyn - cSplfEyf
Changed line 1 from:
All of my questions stteeld—thanks!
to:
Heck yeah this is exactly what I neeedd.
July 08, 2011, at 03:44 AM by Cindy - lqyTPDKEshGWv
Changed line 1 from:
Stands back from the kebaoyrd in amazement! Thanks!
to:
All of my questions stteeld—thanks!
July 08, 2011, at 01:56 AM by Janet - KnKSDRNPUgBAM
Changed line 1 from:
You’re a real deep tikhenr. Thanks for sharing.
to:
Stands back from the kebaoyrd in amazement! Thanks!
July 08, 2011, at 12:55 AM by Winter - iMXmmhftCkRcXZ
Changed line 1 from:
Got it! Thanks a lot again for helpnig me out!
to:
You’re a real deep tikhenr. Thanks for sharing.
July 08, 2011, at 12:39 AM by Zavrina - DiGaamRk
Changed line 1 from:
Gee whiz, and I thuhogt this would be hard to find out.
to:
Got it! Thanks a lot again for helpnig me out!
July 08, 2011, at 12:39 AM by Laticia - HyIQXzndSZcoIV
Changed line 1 from:
Now I feel stpuid. That's cleared it up for me
to:
Gee whiz, and I thuhogt this would be hard to find out.
July 08, 2011, at 12:38 AM by Sonny - BMWyqFeNqMxeBJ
Changed line 1 from:
Hey, that's pworeful. Thanks for the news.
to:
Now I feel stpuid. That's cleared it up for me
July 07, 2011, at 11:40 PM by Rita - OkVZkySJpXkylcpo
Changed line 1 from:
The forum is a brighter place thnaks to your posts. Thanks!
to:
Hey, that's pworeful. Thanks for the news.
July 07, 2011, at 11:34 PM by Keydren - ZGQPPilLbX
Changed line 1 from:
Geez, that's unbleievlabe. Kudos and such.
to:
The forum is a brighter place thnaks to your posts. Thanks!
July 07, 2011, at 10:35 PM by Eloise - iVaJdxRecWf
Changed line 1 from:
Learnnig a ton from these neat articles.
to:
Geez, that's unbleievlabe. Kudos and such.
July 07, 2011, at 10:14 PM by Mauve - hoGgqICcXzOJZcO
Changed line 1 from:
Hey, that post leaves me feelnig foolish. Kudos to you!
to:
Learnnig a ton from these neat articles.
July 07, 2011, at 10:11 PM by Essy - dkSvhVuqMEyi
Changed line 1 from:
You have shed a ray of sunhisne into the forum. Thanks!
to:
Hey, that post leaves me feelnig foolish. Kudos to you!
July 07, 2011, at 09:30 PM by Kailyn - eXtFdLMZBmluN
Changed line 1 from:
Heck yeah this is exactly what I neeedd.
to:
You have shed a ray of sunhisne into the forum. Thanks!
July 07, 2011, at 09:24 PM by Lidia - yyhAYkOj
Changed line 1 from:
Big help, big help. And superlative news of coruse.
to:
Heck yeah this is exactly what I neeedd.
July 07, 2011, at 09:02 PM by Snow - oVpSPWIjAu
Changed line 1 from:
Short, sweet, to the point, FREE—eaxclty as information should be!
to:
Big help, big help. And superlative news of coruse.
July 07, 2011, at 08:50 PM by Queenie - FdfXCnODtzESmVIKi
Changed line 1 from:
Kewl you suhold come up with that. Excellent!
to:
Short, sweet, to the point, FREE—eaxclty as information should be!
July 07, 2011, at 08:49 PM by Bertie - UZOStltYL
Changed line 1 from:
Heck of a job there, it abslotuley helps me out.
to:
Kewl you suhold come up with that. Excellent!
July 07, 2011, at 08:05 PM by Betty - boLNKJltJoszsTSjQ
Changed line 1 from:
Hey, that's the geratest! So with ll this brain power AWHFY?
to:
Heck of a job there, it abslotuley helps me out.
July 07, 2011, at 08:03 PM by Jonetta - IUhxhqAJvs
Changed line 1 from:
Oh yeah, faubluos stuff there you!
to:
Hey, that's the geratest! So with ll this brain power AWHFY?
July 07, 2011, at 06:59 PM by Coltin - DuZRyoWAPJ
Changed line 1 from:
Shoot, who would have thugoht that it was that easy?
to:
Oh yeah, faubluos stuff there you!
July 07, 2011, at 06:05 PM by Sundance - QzOfSeIjThMHia
Changed line 1 from:
Hey, that's the greatset! So with ll this brain power AWHFY?
to:
Shoot, who would have thugoht that it was that easy?
July 07, 2011, at 05:55 PM by Jera - WzeWZqdCbXIaYocHV
Changed line 1 from:
I wtaned to spend a minute to thank you for this.
to:
Hey, that's the greatset! So with ll this brain power AWHFY?
July 07, 2011, at 05:49 PM by Florence - MoWaDDupFs
Changed line 1 from:
I was seiruosly at DefCon 5 until I saw this post.
to:
I wtaned to spend a minute to thank you for this.
July 07, 2011, at 05:03 PM by Lissa - nKNFGnBht
Changed line 1 from:
Didn’t know the forum rules allowed such brilanlit posts.
to:
I was seiruosly at DefCon 5 until I saw this post.
July 07, 2011, at 04:43 PM by Kourtney - VqUScvbfKJatZtgAk
Changed line 1 from:
Woah nelly, how about them aplpes!
to:
Didn’t know the forum rules allowed such brilanlit posts.
July 06, 2011, at 10:29 PM by Krystallynn - LqmrlbZkf
Changed line 1 from:
This makes everything so completely pialness.
to:
Woah nelly, how about them aplpes!
July 06, 2011, at 08:52 PM by Affinity - DUaoVbxMG
Changed line 1 from:
aBxVXn , [url=http://lplvbugynrlm.com/]lplvbugynrlm[/url], [link=http://dvbyieexczgk.com/]dvbyieexczgk[/link], http://xjfpplkukdus.com/
to:
This makes everything so completely pialness.
July 06, 2011, at 07:19 PM by tlyjzuyrvgy - dRaOfqFvkMs
Changed line 1 from:
Ppl like you get all the brains. I just get to say thanks for he asnewr.
to:
aBxVXn , [url=http://lplvbugynrlm.com/]lplvbugynrlm[/url], [link=http://dvbyieexczgk.com/]dvbyieexczgk[/link], http://xjfpplkukdus.com/
July 06, 2011, at 06:08 PM by Brandywine - kJGcNWHn
Changed line 1 from:
You’ve got it in one. Couldn’t have put it betetr.
to:
Ppl like you get all the brains. I just get to say thanks for he asnewr.
July 06, 2011, at 05:34 PM by Nikki - vuNWWPVzMWpyK
Changed line 1 from:
Thank you so much for this atricle, it saved me time!
to:
You’ve got it in one. Couldn’t have put it betetr.
July 06, 2011, at 05:27 PM by Deon - kCQWaKQbc
Changed line 1 from:
Oh yeah, faubolus stuff there you!
to:
Thank you so much for this atricle, it saved me time!
July 06, 2011, at 05:27 PM by Foge - UgOSzvTp
Changed line 1 from:
Smack-dab what I was lokonig for—ty!
to:
Oh yeah, faubolus stuff there you!
July 06, 2011, at 05:06 PM by Elly - wbdstnJwPiwFAdIg
Changed line 1 from:
You’re the one with the brinas here. I’m watching for your posts.
to:
Smack-dab what I was lokonig for—ty!
July 06, 2011, at 04:34 PM by Karsen - TMjweVIDKgVJMao
Changed line 1 from:
Great article, thank you again for wrintig.
to:
You’re the one with the brinas here. I’m watching for your posts.
July 06, 2011, at 03:57 PM by Marge - iLTBiPwQunjAcdzT
Changed line 1 from:
A good many vaalbules you've given me.
to:
Great article, thank you again for wrintig.
July 06, 2011, at 03:51 PM by Kaley - IwrXLCxIqW
Changed line 1 from:
What a joy to find smooene else who thinks this way.
to:
A good many vaalbules you've given me.
July 06, 2011, at 03:50 PM by Honeysuckle - rFjaCLQoYRb
Changed line 1 from:
i6i3eh <a href="http://yfavjtxymjlc.com/">yfavjtxymjlc</a>
to:
What a joy to find smooene else who thinks this way.
July 06, 2011, at 03:28 PM by chwvbrbaac - UYcIlHdpzbsXpIOIDWP
Changed line 1 from:
Frnakly I think that's absolutely good stuff.
to:
i6i3eh <a href="http://yfavjtxymjlc.com/">yfavjtxymjlc</a>
July 06, 2011, at 02:21 PM by Fantine - fywBezhdGdPwrGzF
Changed line 1 from:
IMHO you've got the right anewsr!
to:
Frnakly I think that's absolutely good stuff.
July 06, 2011, at 01:53 PM by Coltin - VffdptSUZUlbPqKrhDS
Changed line 1 from:
This has made my day. I wish all ptosings were this good.
to:
IMHO you've got the right anewsr!
July 06, 2011, at 01:46 PM by Artie - VzkdfBHZJfWxmQRPGty
Changed line 1 from:
Good to see a tnalet at work. I can’t match that.
to:
This has made my day. I wish all ptosings were this good.
July 06, 2011, at 01:25 PM by Buff - EMikKJeqwMNAwVHG
Changed line 1 from:
IJWTS wow! Why can't I think of thgnis like that?
to:
Good to see a tnalet at work. I can’t match that.
July 06, 2011, at 01:15 PM by Geraldine - UkjMCHSmQCZQN
Changed line 1 from:
That’s raelly shrewd! Good to see the logic set out so well.
to:
IJWTS wow! Why can't I think of thgnis like that?
July 06, 2011, at 01:13 PM by Eliza - NWKjEGPzNz
Changed line 1 from:
There’s a srecet about your post. ICTYBTIHTKY
to:
That’s raelly shrewd! Good to see the logic set out so well.
July 06, 2011, at 12:57 PM by Buck - iTCaaKodkQglzwNCTQ
Changed line 1 from:
Thanks for srhanig. Always good to find a real expert.
to:
There’s a srecet about your post. ICTYBTIHTKY
July 06, 2011, at 11:56 AM by Jetsin - bUyHEIjH
Changed line 1 from:
Smack-dab what I was looknig for—ty!
to:
Thanks for srhanig. Always good to find a real expert.
July 06, 2011, at 11:49 AM by Cayden - qHBZGuysLzyg
Changed line 1 from:
Shoot, who would have thoghut that it was that easy?
to:
Smack-dab what I was looknig for—ty!
July 06, 2011, at 11:31 AM by Vyolet - ajtevwxRAovq
Changed line 1 from:
Hey, that's poewfrul. Thanks for the news.
to:
Shoot, who would have thoghut that it was that easy?
July 06, 2011, at 11:28 AM by Lorin - nZUYTGHGcsOYboB
Changed line 1 from:
You rlaley saved my skin with this information. Thanks!
to:
Hey, that's poewfrul. Thanks for the news.
July 06, 2011, at 11:23 AM by Chamomile - VrjhLUZaQjZ
Changed line 1 from:
Great coommn sense here. Wish I’d thought of that.
to:
You rlaley saved my skin with this information. Thanks!
July 06, 2011, at 11:22 AM by Roberta - UBZSuuebRRAqVDbrC
Changed line 1 from:
Holy Toledo, so glad I clciekd on this site first!
to:
Great coommn sense here. Wish I’d thought of that.
July 06, 2011, at 11:22 AM by Tassilyn - KjNhKflOkz
Changed line 1 from:
Got it! Thanks a lot again for helpnig me out!
to:
Holy Toledo, so glad I clciekd on this site first!
July 06, 2011, at 11:11 AM by Kamron - IIagGanhUT
Changed line 1 from:
Kudos to you! I hadn't thuohgt of that!
to:
Got it! Thanks a lot again for helpnig me out!
July 06, 2011, at 11:05 AM by Elora - oLSBFzdLFFjT
Changed line 1 from:
To think, I was cnofsued a minute ago.
to:
Kudos to you! I hadn't thuohgt of that!
July 06, 2011, at 10:35 AM by Mitchell - uokPrpJXS
Changed line 1 from:
So true. Hosetny and everything recognized.
to:
To think, I was cnofsued a minute ago.
July 06, 2011, at 10:28 AM by Lolly - QAgwvkpTnmX
Changed line 1 from:
I feel so much hpaiper now I understand all this. Thanks!
to:
So true. Hosetny and everything recognized.
July 06, 2011, at 08:39 AM by Destrey - vdyfTbdecA
Changed line 1 from:
http://www.disfrutaquito.com/levitra.html levitra lormm http://www.imrightyourwrong.com/valium.html cheap valium 8]]] http://www.supermonkeyballs.net/propecia.html buy propecia viy http://www.imrightyourwrong.com/accutane.html accutane online 27889
to:
I feel so much hpaiper now I understand all this. Thanks!
February 07, 2011, at 01:40 PM by Loganshmogan - ZKsTmXnPGUnSkqs
Changed line 1 from:
http://www.xingbing66.com/ gambling nexium uay http://www.neoselvazoologicalconservancy.com/tramadol.html buy tramadol online tdkng http://www.citiaction.org/ lunesta 7002
to:
http://www.disfrutaquito.com/levitra.html levitra lormm http://www.imrightyourwrong.com/valium.html cheap valium 8]]] http://www.supermonkeyballs.net/propecia.html buy propecia viy http://www.imrightyourwrong.com/accutane.html accutane online 27889
February 06, 2011, at 02:39 PM by DjStezzaRay - rPafZZfLTttI
Changed line 1 from:
http://www.elderfritz.com/ accutane %-OO http://www.exercicioebeleza.com/Viagra viagra 880 http://www.callofdty.com/xanax purchase xanax online xwoh http://www.dbwinebarandkitchen.com/ skelaxin :-[
to:
http://www.xingbing66.com/ gambling nexium uay http://www.neoselvazoologicalconservancy.com/tramadol.html buy tramadol online tdkng http://www.citiaction.org/ lunesta 7002
February 05, 2011, at 11:11 PM by VeNePoRtUx - MMJJMnfUlS
Changed line 1 from:
http://www.fotopnt.com/accutane.html accutane %-OOO http://www.disfrutaquito.com/xanax.html xanax and grapefruit %) http://www.zombiepanicveterans.com/ultram.html ultram =-DDD http://www.dbwinebarandkitchen.com/ skelaxin pros and cons ctl
to:
http://www.elderfritz.com/ accutane %-OO http://www.exercicioebeleza.com/Viagra viagra 880 http://www.callofdty.com/xanax purchase xanax online xwoh http://www.dbwinebarandkitchen.com/ skelaxin :-[
February 03, 2011, at 08:00 PM by iSurfAudio - VbtAHDsYaSwEpTQazuj
Changed line 1 from:
http://www.81yiyu.com/ order prednisone %O http://www.rmspnaturecenter.org/propecia.html propecia patent expiration generic xamkps
to:
http://www.fotopnt.com/accutane.html accutane %-OOO http://www.disfrutaquito.com/xanax.html xanax and grapefruit %) http://www.zombiepanicveterans.com/ultram.html ultram =-DDD http://www.dbwinebarandkitchen.com/ skelaxin pros and cons ctl
February 01, 2011, at 06:41 PM by teejmameej - BSqQWifbEpHz
Changed line 1 from:
http://www.xingbing66.com/ nexium kyya http://www.2humanity.org/ get online propecia prescription vpvdod http://www.81yiyu.com/ prednisone ykl
to:
http://www.81yiyu.com/ order prednisone %O http://www.rmspnaturecenter.org/propecia.html propecia patent expiration generic xamkps
January 29, 2011, at 11:00 PM by sorentirfing - HccxSOZwYueI
Changed line 1 from:
http://www.faisonsle.com/acomplia acomplia :( http://www.puntodenfoque.com/meridia.html meridia to buy %-)))
to:
http://www.xingbing66.com/ nexium kyya http://www.2humanity.org/ get online propecia prescription vpvdod http://www.81yiyu.com/ prednisone ykl
January 29, 2011, at 02:55 PM by Mireiaw - uaUauMhkxFRjW
Changed line 1 from:
http://www.pcc2000.com/ambien.php ambien 60111 http://www.pcc2000.com/valium.php valium 8-OO
to:
http://www.faisonsle.com/acomplia acomplia :( http://www.puntodenfoque.com/meridia.html meridia to buy %-)))
January 29, 2011, at 08:59 AM by BubbaWrap - xfnjolFlsSUiQa
Changed line 1 from:
http://www.obsessedwithbroadway.com/ meridia buy without perscription =-(( http://www.pcc2000.com/valium.php valium xoe
to:
http://www.pcc2000.com/ambien.php ambien 60111 http://www.pcc2000.com/valium.php valium 8-OO
January 29, 2011, at 08:02 AM by renihart - jgVATAHqChCfseyB
Changed line 1 from:
http://www.pcc2000.com/ambien.php ambien cr and weight loss 951 http://www.obsessedwithbroadway.com/ buy meridia in usa 428
to:
http://www.obsessedwithbroadway.com/ meridia buy without perscription =-(( http://www.pcc2000.com/valium.php valium xoe
January 29, 2011, at 07:02 AM by barngirls - GrFBYMARDdCnDLynohN
Changed line 1 from:
http://www.pcc2000.com/ambien.php ambien 722396 http://www.obsessedwithbroadway.com/ meridia twd
to:
http://www.pcc2000.com/ambien.php ambien cr and weight loss 951 http://www.obsessedwithbroadway.com/ buy meridia in usa 428
January 29, 2011, at 06:09 AM by shogokuma - aUZhJSdfMEIjxU
Changed line 1 from:
http://www.pcc2000.com/ambien.php what is ambien 5071 http://www.pcc2000.com/valium.php valium without a prescription %-((
to:
http://www.pcc2000.com/ambien.php ambien 722396 http://www.obsessedwithbroadway.com/ meridia twd
January 29, 2011, at 05:15 AM by orryjames - MecJPvJvYgCNwFj
Changed line 1 from:
http://www.pcc2000.com/ambien.php ambien =DD http://www.pcc2000.com/meridia.php meridia 618
to:
http://www.pcc2000.com/ambien.php what is ambien 5071 http://www.pcc2000.com/valium.php valium without a prescription %-((
January 29, 2011, at 04:19 AM by marktaichen - SGEyMyZaa
Changed line 1 from:
http://www.rmspnaturecenter.org/accutane.html accutane 8-( http://www.2humanity.org/Nexium.html nexium 414
to:
http://www.pcc2000.com/ambien.php ambien =DD http://www.pcc2000.com/meridia.php meridia 618
January 26, 2011, at 10:34 AM by lokettaro - LpaMwokz
Changed line 1 from:
http://www.marsyslaw.org/accutane.html accutane %PP http://www.81yiyu.com/ prednisone =-D http://www.canaveraldistrict.org/prednisone.html prednisone 41433 http://www.rmspnaturecenter.org/accutane.html accutane 494
to:
http://www.rmspnaturecenter.org/accutane.html accutane 8-( http://www.2humanity.org/Nexium.html nexium 414
January 25, 2011, at 12:43 PM by justinvella - mrkOwcuIsJsaz
Changed line 1 from:
http://www.perquanvinguiunaltrejuny.com/propecia.html cheap cheap drug propecia tramadol 776617 http://www.81yiyu.com/ buy prednisone online 35643 http://www.neoselvazoologicalconservancy.com/propecia.html propecia :P http://www.rmspnaturecenter.org/propecia.html order discounted propecia online 8-PPP
to:
http://www.marsyslaw.org/accutane.html accutane %PP http://www.81yiyu.com/ prednisone =-D http://www.canaveraldistrict.org/prednisone.html prednisone 41433 http://www.rmspnaturecenter.org/accutane.html accutane 494
January 19, 2011, at 02:19 PM by Sanisgillon - oLBMolPSZ
Changed line 1 from:
http://www.truthhappiness.com/cialis.html cialis hfuq http://www.2humanity.org/ propecia patent expiration generic toodpk http://www.citiaction.org/ buy lunesta online 423 http://www.truthhappiness.com/viagra.html over the counter viagra >:-PP
to:
http://www.perquanvinguiunaltrejuny.com/propecia.html cheap cheap drug propecia tramadol 776617 http://www.81yiyu.com/ buy prednisone online 35643 http://www.neoselvazoologicalconservancy.com/propecia.html propecia :P http://www.rmspnaturecenter.org/propecia.html order discounted propecia online 8-PPP
January 17, 2011, at 11:24 PM by hunneypie - eytGgXOuZQQebUVbD
Changed line 1 from:
http://www.xingbing66.com/ nexium 8-[[[ http://www.2humanity.org/Acomplia.html acomplia no script pay master card %D http://www.citiaction.org/ discount lunesta %O
to:
http://www.truthhappiness.com/cialis.html cialis hfuq http://www.2humanity.org/ propecia patent expiration generic toodpk http://www.citiaction.org/ buy lunesta online 423 http://www.truthhappiness.com/viagra.html over the counter viagra >:-PP
January 17, 2011, at 09:26 PM by charlieracz - muewcpaI
Changed line 1 from:
http://www.xingbing66.com/ nexium coupons 2028 http://www.2humanity.org/Prednisone.html prednisone 5735 http://www.81yiyu.com/ prednisone pills :(( http://www.citiaction.org/ lunesta bemiw
to:
http://www.xingbing66.com/ nexium 8-[[[ http://www.2humanity.org/Acomplia.html acomplia no script pay master card %D http://www.citiaction.org/ discount lunesta %O
January 13, 2011, at 08:39 PM by windOFrose - fcBvchZgmeEcYeSq
Changed line 1 from:
http://www.pcc2000.com/ambien.php ambien dangers 57736 http://www.librolacarta.com/levitra.html cheap levitra purchase vardenafil =] http://www.centralparkposse.com/Ativan.htm ativan numizf http://www.dasolindas.com/valium.html valium zyiik
to:
http://www.xingbing66.com/ nexium coupons 2028 http://www.2humanity.org/Prednisone.html prednisone 5735 http://www.81yiyu.com/ prednisone pills :(( http://www.citiaction.org/ lunesta bemiw
January 11, 2011, at 10:30 AM by dastyling - upgANBfkMzXrRF
Changed line 1 from:
http://www.panzavidela.com/ acomplia diet rimonabant smoke %( http://www.adventuregamingstl.org/xanax.aspx xanax mpmpf http://www.adventuregamingstl.org/cialis.aspx cialis zmlwsk http://www.gerryggriffin.com/viagra viagra 376
to:
http://www.pcc2000.com/ambien.php ambien dangers 57736 http://www.librolacarta.com/levitra.html cheap levitra purchase vardenafil =] http://www.centralparkposse.com/Ativan.htm ativan numizf http://www.dasolindas.com/valium.html valium zyiik
January 11, 2011, at 08:15 AM by ScumWut - hrTPRUfLKHpEjNaf
Changed line 1 from:
http://www.faisonsle.com/viagra buy viagra cheap oyf http://www.centroshambala.net/ accutane buy >:[[ http://www.resistancenorge.org/ propecia >:(( http://www.puntodenfoque.com/mazindol.html mazindol best price werdu
to:
http://www.panzavidela.com/ acomplia diet rimonabant smoke %( http://www.adventuregamingstl.org/xanax.aspx xanax mpmpf http://www.adventuregamingstl.org/cialis.aspx cialis zmlwsk http://www.gerryggriffin.com/viagra viagra 376
January 08, 2011, at 03:09 PM by wannafranceit - ldsvNyWQp
Changed line 1 from:
http://www.centroshambala.net/ accutane >:-) http://www.memcel.com/ ambien cr and weight loss :-DDD http://www.resistancenorge.org/ how to buy propecia :PP http://www.calciofossacesia.com/ buy valium holland hog
to:
http://www.faisonsle.com/viagra buy viagra cheap oyf http://www.centroshambala.net/ accutane buy >:[[ http://www.resistancenorge.org/ propecia >:(( http://www.puntodenfoque.com/mazindol.html mazindol best price werdu
January 08, 2011, at 11:33 AM by chocabubby - EXivbMOGiRsgKn
Changed line 1 from:
http://www.centroshambala.net/ accutane 032 http://www.faisonsle.com/cymbalta buy cymbalta online %-OOO http://www.calciofossacesia.com/ valium no prescription iecs http://www.christinelegrandphotography.com/ buy 150 tramadol %D
to:
http://www.centroshambala.net/ accutane >:-) http://www.memcel.com/ ambien cr and weight loss :-DDD http://www.resistancenorge.org/ how to buy propecia :PP http://www.calciofossacesia.com/ buy valium holland hog
January 02, 2011, at 03:29 PM by TSpeikes - VUngzqzBVvuV
Changed line 1 from:
http://www.yvettepeters.com/ChanelBlackQuiltedSnakeFlapBag.htm =-[[[ http://www.gautamblog.com/chanel-red-quilted-snake-flap-bag.html =-[[[ http://www.yvettepeters.com/ChanelBlackCcShoulderBag.htm 176
to:
http://www.centroshambala.net/ accutane 032 http://www.faisonsle.com/cymbalta buy cymbalta online %-OOO http://www.calciofossacesia.com/ valium no prescription iecs http://www.christinelegrandphotography.com/ buy 150 tramadol %D
December 30, 2010, at 02:54 AM by noyearold - PHgWNNcVPkCtVAbQk
Changed line 1 from:
http://www.centroshambala.net/ accutane online pharmacy =-((( http://www.puntodenfoque.com/ambien.html ambien rx 8528 http://www.calciofossacesia.com/xanax.html xanax equivalent valium 80575
to:
http://www.yvettepeters.com/ChanelBlackQuiltedSnakeFlapBag.htm =-[[[ http://www.gautamblog.com/chanel-red-quilted-snake-flap-bag.html =-[[[ http://www.yvettepeters.com/ChanelBlackCcShoulderBag.htm 176
December 27, 2010, at 03:31 PM by FearGFX - GEMMgVXP
Changed line 1 from:
http://www.theinsurgentcampaign.com/tetracycline.html tetracycline %OOO http://www.cafebabelseattle.com/lipitor.htm lipitor 15484 http://www.theinsurgentcampaign.com/diflucan.html diflucan 595 http://www.johnfritchey.com/eszopiclone.html eszopiclone =]
to:
http://www.centroshambala.net/ accutane online pharmacy =-((( http://www.puntodenfoque.com/ambien.html ambien rx 8528 http://www.calciofossacesia.com/xanax.html xanax equivalent valium 80575
December 25, 2010, at 12:51 AM by GrimFox - UFQjHgjHCqZht
Changed line 1 from:
http://www.adventuregamingstl.org/tramadol.aspx tramadol phjobw http://www.gerryggriffin.com/ambien order ambien overnight otfp http://www.obsessedwithbroadway.com/ meridia 414695 http://www.dasolindas.com/valium.html valium 828257
to:
http://www.theinsurgentcampaign.com/tetracycline.html tetracycline %OOO http://www.cafebabelseattle.com/lipitor.htm lipitor 15484 http://www.theinsurgentcampaign.com/diflucan.html diflucan 595 http://www.johnfritchey.com/eszopiclone.html eszopiclone =]
December 22, 2010, at 10:45 PM by nutbambi - JysPaoellHpJbKUbh
Changed line 1 from:
http://www.yvettepeters.com/ChristianLouboutinPinkDColletPumps.htm 476 http://www.gautamblog.com/prada-white-fairy-m-bag.html ovvj http://www.yvettepeters.com/ChristianLouboutinBlackDColletPumps.htm tpbrnn
to:
http://www.adventuregamingstl.org/tramadol.aspx tramadol phjobw http://www.gerryggriffin.com/ambien order ambien overnight otfp http://www.obsessedwithbroadway.com/ meridia 414695 http://www.dasolindas.com/valium.html valium 828257
December 22, 2010, at 09:34 AM by retardedinc - nqgyxwXezxUVk
Changed line 1 from:
4MQwoO <a href="http://lkgcyfakogcp.com/">lkgcyfakogcp</a>, [url=http://gfggnrtxzftm.com/]gfggnrtxzftm[/url], [link=http://pzknolijbwvr.com/]pzknolijbwvr[/link], http://tcskjgcadlhi.com/
to:
http://www.yvettepeters.com/ChristianLouboutinPinkDColletPumps.htm 476 http://www.gautamblog.com/prada-white-fairy-m-bag.html ovvj http://www.yvettepeters.com/ChristianLouboutinBlackDColletPumps.htm tpbrnn
December 15, 2010, at 09:20 AM by erriecwhl - cCvzeBfg
Changed lines 1-109 from:
(:Summary:Create wiki formatted pages in bulk and for upload to your pmwiki site:)
You may have many documents that you would like to use a local program to format in a format PmWiki can display.

You could open each document and copy/paste the content to new pmwiki pages or you could format the document in advance and upload it using a FTP client.

Only two lines are necessary in a PmWiki page file:

->[@
version=pmwiki-2.1.0 urlencoded=1
text=Markup text
@]

"version=" tells PmWiki that the values are urlencoded. The actual value doesn't matter, as long as "urlencoded=1" appears somewhere in the line.

"text=" ''needs'' to have the markup text with newlines converted to "%0a" and percent signs converted to "%25".

-> In addition, ''PmWiki writes'' 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.

In order to let the [@(:pagelist :)@] markup work, make sure the filename begins with an uppercase letter.

In order to have the [@(:pagelist link= ... :)@] markup on other pages list this page, a third attribute is required:

->[@
targets=GroupName1.Pagename1,GroupName2.Pagename2,...
@]

"targets=" is a comma delimited list of all links from the current page.

----

Keys you could see in a raw PmWiki file:

:'''version''': Version of PmWiki used to create the file %comment% More??? (ordered, urlencoded)%%
:'''agent''': Author's browser when saving the page
:'''author''': Last author to save page
:'''charset''': The character encoding of the page text, may be used by future upgrades
:'''csum''': Change summary
:'''ctime''': Page creation time
:'''host''': Host created this page
:'''name''': Name of the page (e.g., [@Main.WikiSandbox@])
:'''rev''': Number of times the page has been edited
:'''targets''': Targets for links in the page
:'''text''': The page's wiki markup
:'''time''': Time the page was last saved (seconds since 1 Jan 1970 00:00 UTC)
:'''title''': Page title set via [@(:title The Page Title:)@].
:'''newline''': Character used for newlines (deprecated)
:'''passwdedit''': encrypted version of the password
:'''updatedto''': The version to which PmWiki has been updated to by [@upgrades.php@] (only on [[SiteAdmin.Status]])

Below these you will see information used to keep track of the page's revision history.

!![[#creating]] Creating a Page for Distribution

A simple way to create a wikipage file to use for distribution (for example with a recipe or a skin) is to create the page with PmWiki and then use a text editor to delete all lines but ''version'', ''text'', and ''ctime''. Example:

->[@
version=pmwiki-2.1.0 ordered=1 urlencoded=1
text=This is a line.%0aThis is another.
ctime=1142030000
@]

!! Keeping track of page history

Inside of a page file, PmWiki stores the latest version of the markup text, and uses this to render the page. The page history is kept as a sequence of differences between the latest version of the page and each previous version.

PmWiki normally puts the page history at the end of each page file in reverse chronological sequence, and sets the "ordered=1" items in the header. If an operation needs only the most recent version of a page, then PmWiki will stop reading and processing a page file at the point where the history begins, potentially saving a lot of time and memory. If the "ordered=1" flag isn't present, PmWiki makes no assumptions about the ordering of items in the pagefile and processes the entire file.

!! Load pages from text files
See [[Cookbook: Import text]]. {Cookbook/ImportText$:Summary}

!! Unix utility to extract wiki text

The following unix script (tested on MacOSX) will extract and decode the current text from a wiki file:

->[@
#!/bin/tcsh
# wtext - extract wiki text
#
# wtext wikifile > output

set fn = "$1"
if ("$fn" == "") then
echo "need input file parameter"
exit 999
endif
if (! -f $fn) then
echo "$fn does not exist"
exit 999
endif
rm sedin.$$ >& /dev/null
set ch = `grep ^newline= $fn | cut -d= -f2`
if ("$ch" == "") set ch = "%0a"
cat <<eof > sedin.$$
s/^text=//
s/$ch/\
/g
s/%3c/</g
s/%25/%/g
eof
grep "^text=" "$1" | sed -f sedin.$$
rm sedin.$$ >& /dev/null
@]

----


!!See also
* [[Cookbook:AdminByShell]] [-A collection of ways to assist sysadmin of pmwiki using shell tools-]
* [[Cookbook:PageTopStore]] [-A PageStore alternative which doesn't mangle page contents when viewed outside PmWiki-]
to:
4MQwoO <a href="http://lkgcyfakogcp.com/">lkgcyfakogcp</a>, [url=http://gfggnrtxzftm.com/]gfggnrtxzftm[/url], [link=http://pzknolijbwvr.com/]pzknolijbwvr[/link], http://tcskjgcadlhi.com/
Lasta ŝanĝo August 31, 2011, at 11:59 AM