Ross Xu wrote: > Thank you, Platonides! > I like your ideas, but I couldn't fully understand. > > Actually, http://myhostname/documentation/ is my MW root. The whole MW is > only used for documentation for Mysoft version 1 right now. > When Mysoft version 2 is available, I want to make the entire contents of > current MW to be a different URL/copy (something like > http://myhostname/Mysoft-v1), and keep http://myhostname/documentation as the > work space for Mysoft version 2. And so forth. > > Note, http://myhostname/Mysoft-v1 is not static, which means people can still > work on it. I don't want to create multiple MW sites under > http://myhostname/. Instead, http://myhostname/documentation/ is the only MW > I want to let people work on. > > Is it still Okay to take advantage of your ideas? > Thanks again, > Ross
That's more complicated, since there's only one main namespace per mediawiki install. You could place all pages about Mysoft-v1 in a Mysoft-v1 namespace or as Mysoft-v1 subpage, and do the same with Mysoft-v2. Then use mod_redirect to point documentation/ Mysoft-v1/ and Mysoft-v2/ to the expected place. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
