Hello,
Say I have three versions of a project, in project.xml
<versions>
<version>
<id>1.0</id><name>1.0</name><tag>MYPROJECT_1_0</tag>
</version>
<version>
<id>1.1</id><name>1.1</name><tag>MYPROJECT_1_1</tag>
</version>
<version>
<id>1.2</id><name>1.2</name><tag>MYPROJECT_1_2</tag>
</version>
</versions>
I would like to publish and deploy the entire site for each version, at
e.g.
> http://.../myproject/1.0/index.html
> http://.../myproject/1.1/index.html
> http://.../myproject/1.2/index.html
And it would be nice to have a navigation menu item like
Versions
+- 1.0
+- 1.1
+- 1.2
linking to the other published versions' index.html.
Have there been any projects that have implemented such an idea?
michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]