Re: [Pythoncad-developer] Wiki migration
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
From: José A. M. P. <jan...@gm...> - 2010-03-16 17:02:28
|
Hi, I'm glad to tell you that the Wiki of pythoncad has been successfully moved from my machine to Sourceforge. You can find the wiki in http://pythoncad.sourceforge.net/dokuwiki/ The authentication data remains the same. Many thanks to Matteo and Yagnesh for their help. Regards, Jose Antonio 2010/3/14 José Antonio Martín Prieto <jan...@gm...>: > Hi, > I think that this is a good idea. Once I have the rights in the proper > directories, I can migrate the wiki in a very short time. > > Regards, > Jose Antonio > > On Sun, Mar 14, 2010 at 8:50 AM, Yagnesh Desai <yn...@gm...> wrote: >> Dear Jose & Matteo; >> >> Dokuwiki do not use mysql data base as mediawiki hence there >> will be large effort to convert dokuwiki pages to media wiki >> pages. >> >> BUT good news is its very simple to migrate existing dokuwiki >> application to sourceforge.net >> >> I did some testing and found the way host the existing dokuwiki >> application on sourceforge. I used filezilla for the same. >> >> We need to do following >> 1. copy the complete dokuwiki directory from >> existing www folder to /home/groups/p/py/pythoncad/htdocs/ >> >> 2. this is the read only web access. Hence the writable local >> folder /var/www/dokuwiki/data needs to be moved to >> /home/groups/p/py/pythoncad/persistent/ >> >> 3. then config edit needs to be done in /var/www/dokuwiki/conf/dokuwiki.conf >> from >> $conf['savedir'] = './data' >> to >> $conf['savedir'] = '/home/groups/p/py/pythoncad/persistent/data' >> >> for this Jose will need additional rights on the pythoncad project. >> This being custom application backups needs to be managed by >> project team. >> >> End of it we will have all the old pages and translations available on >> the sourceforge. . . >> >> >> >> 2010/3/10 Matteo Boscolo <mat...@bo...>: >>> Hi Jose' .. >>> If the difference are not to much I can help you to build a simple python >>> script that dose that job. >>> >>> If you can tell me which are the difference I can try to build a converter >>> .. >>> >>>>have found a tool to migrate from mediawiki to dokuwiki, but >>>>not the inverse. >>> May be we can see this tool and make it work in reverse mode ... >>> Can you send me the link ?? >>> >>> Regards, >>> Matteo >>> >>> -----Original Message----- >>> From: José Antonio Martín Prieto [mailto:jan...@gm...] >>> Sent: 10 March 2010 16:57 >>> To: pyt...@li... >>> Subject: [Pythoncad-developer] Wiki migration >>> >>> Hi, >>> I have seen that someone has started migrating the wiki to >>> sourceforge. I would like to help with that, but I think that hand >>> copying the contents from one wiki to the other will be a tedious >>> work. >>> I have the source files of the old wiki, and they are all plain text >>> files, with dokuwiki markup. This markup is similar, but not the same, >>> to mediawiki markup. Maybe someone knows a conversion tool or can make >>> one? I >>> >>> Any ideas? >>> >>> Regards, >>> Jose >>> >>> -- >>> "In a world without frontiers, who needs Gates and Windows? >>> >>> ---------------------------------------------------------------------------- >>> -- >>> Download Intel® Parallel Studio Eval >>> Try the new software tools for yourself. Speed compiling, find bugs >>> proactively, and fine-tune applications for parallel performance. >>> See why Intel Parallel Studio got high marks during beta. >>> http://p.sf.net/sfu/intel-sw-dev >>> _______________________________________________ >>> Pythoncad-developer mailing list >>> Pyt...@li... >>> https://lists.sourceforge.net/lists/listinfo/pythoncad-developer >>> >>> >>> ------------------------------------------------------------------------------ >>> Download Intel® Parallel Studio Eval >>> Try the new software tools for yourself. Speed compiling, find bugs >>> proactively, and fine-tune applications for parallel performance. >>> See why Intel Parallel Studio got high marks during beta. >>> http://p.sf.net/sfu/intel-sw-dev >>> _______________________________________________ >>> Pythoncad-developer mailing list >>> Pyt...@li... >>> https://lists.sourceforge.net/lists/listinfo/pythoncad-developer >>> >> >> >> >> -- >> Best regards >> >> Yagnesh Desai >> >> Save a tree...please don't print this e-mail. >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Pythoncad-developer mailing list >> Pyt...@li... >> https://lists.sourceforge.net/lists/listinfo/pythoncad-developer >> > > > > -- > "In a world without frontiers, who needs Gates and Windows? > -- "In a world without frontiers, who needs Gates and Windows? |