Hi All, The migration is almost complete:
http://beta.openscenegraph.org I've also changed all the Center macro, for those with curiosity: mkdir -p $TMP trac-admin . wiki dump $TMP for file in $TMP/*; do sed -i -e 's/\[\[Center(begin)\]\]/{{{\n#!div style="text-align: center"\n/g' -e 's/\[\[Center(end)\]\]/\n}}}/g' $file done trac-admin . wiki load $TMP Now I'm going to have a little break, then update macro permissions, configure properly the plugins, and ftp (but this one won't work until tomorrow because I need the UPV to open the 21 port). then a little bit of testing... cross your fingers. Cheers, Jose-Luis H. On Sun, Feb 8, 2009 at 11:35 AM, Robert Osfield <[email protected]> wrote: > Hi Jose, > > On Sun, Feb 8, 2009 at 8:45 AM, Jose Luis Hidalgo > <[email protected]> wrote: >> 2nd step: The server is going down for several minutes while I sync >> the copy on the new one... > > Just checked openscenegraph.org, nice front page notification and link > to old.openscenegraph.org ;-) > > Robert. > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > -- Jose L. Hidalgo Valiño (PpluX) ---- http://www.pplux.com ---- _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

