From: John C. <joh...@ua...> - 2004-07-08 14:24:14
|
Reini, That worked great. I'm still a little foggy on the regexp option, as the page does say that no regexp are used :-) Perhaps a RenameHowTo page is in order. I did find one bug, however. I had a Chapter04 page and needed to rename it to Chapter04/Part01. Well, it deleted both pages. So I would say that renameing to a subpage doesn't work (at least a subpage of itself). Thanks, John -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Reini Urban Sent: Thursday, July 08, 2004 4:42 AM To: php...@li... Subject: Re: [Phpwiki-talk] <div> tag for plugins? First rename "chapter1/*" from "chapter1/" to "chapter01/". Then rename "chapter01/*" from "part" to "part0". PS: The new regex option will help in the second step. "(\d)" => "0\1" if the parts are named like "part<number>" -- ------------------------------------- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. |