Public Discussions > General Discussion

EDM/2 Wiki Issue

<< < (2/2)

Martin Iturbide:
Hello

1) Netlabs TRAC: I noticed that Netlabs TRAC script was updated to 1.6 (latest) and looks very good and works fine for the quick testing I made.
Check it out at: http://trac.netlabs.org/

2) EDM/2 is still broken. It is loading some pages without the style and main page does not work, but I hope it get fixed soon.
- http://www.edm2.com/index.php/GpiCloseFigure

3) The Netlabs wiki is also partially broken. I'm not sure if the script is getting updated too.
- http://wiki.netlabs.org/index.php/Main_Page

4) Old Project Pages Web Script The project pages (xxxx.netlabs.org/en/site/index.xml) are broken. But I don't mind if those got archived/removed/sunset, because a long time ago I copied that pages information to the Netlabs wiki or to the project TRAC pages. I have no problem here, let me know any comments.
- ex: http://warpin.netlabs.org/en/site/index.xml

I wish good luck to Adrian who is migrating the server, and I guess also updating the scripts.
- http://blog.netlabs.org/?p=2203

Just in case I have this page with the Netlab's Services - http://wiki.netlabs.org/index.php/List_of_Netlabs_Services

Regards

Tom:

--- Quote from: Martin Iturbide on October 05, 2024, 02:55:02 pm ---Hello

1) Netlabs TRAC: I noticed that Netlabs TRAC script was updated to 1.6 (latest) and looks very good and works fine for the quick testing I made.
Check it out at: http://trac.netlabs.org/

2) EDM/2 is still broken. It is loading some pages without the style and main page does not work, but I hope it get fixed soon.
- http://www.edm2.com/index.php/GpiCloseFigure

3) The Netlabs wiki is also partially broken. I'm not sure if the script is getting updated too.
- http://wiki.netlabs.org/index.php/Main_Page

4) Old Project Pages Web Script The project pages (xxxx.netlabs.org/en/site/index.xml) are broken. But I don't mind if those got archived/removed/sunset, because a long time ago I copied that pages information to the Netlabs wiki or to the project TRAC pages. I have no problem here, let me know any comments.
- ex: http://warpin.netlabs.org/en/site/index.xml

I wish good luck to Adrian who is migrating the server, and I guess also updating the scripts.
- http://blog.netlabs.org/?p=2203

Just in case I have this page with the Netlab's Services - http://wiki.netlabs.org/index.php/List_of_Netlabs_Services

Regards

--- End quote ---

And now also the os2world.com wiki has problems:

MediaWiki internal error.

Original exception: [dfee6984310eb0a11c629e26] 2024-10-05 21:28:00: Fatal exception of type "Error"

Exception caught inside exception handler.

Set $wgShowExceptionDetails = true; at the bottom of LocalSettings.php to show detailed debugging information.

Martin Iturbide:
Hello


--- Quote from: Tom on October 05, 2024, 11:29:35 pm ---Ans now also the os2world.com wiki has problems....

--- End quote ---

I was updating the OS2World wiki today. It is working now and it is the MediaWiki latest version.

Regards

Martin Iturbide:
Hello

I had offered Adrian to help with the EDM/2 wiki site. But it seems that Adrian had been very busy and he was not able to send me the files (database and files) yet.

I want to try if I can clone the EDM/2 wiki as it is and try to rebuild it, but I need help from someone that knows how to run python stuff.

There is this script: https://github.com/WikiTeam/wikiteam/blob/master/dumpgenerator.py
It runs with Python 2.0 but I can not make it work here.

Supposedly it can dump a MediaWiki site with something like:
-  python dumpgenerator.py --api=http://www.edm2.com/api.php --xml --images

Can someone please give it a try and let me know?

Regards

Dave Yeo:
I got,

--- Code: ---H:\tmp\wikiteam>python2 dumpgenerator.py
Please install the kitchen module.
Please install or update the Requests module.

--- End code ---

So needs some dependencies installed. With pip, this should work but I don't currently have pip installed and forget the installation procedure.

--- Code: ---H:\tmp\wikiteam>python2 pip install --user --upgrade -r requirements.txt
W:\USR\BIN\python2.exe: can't open file 'pip': [Errno 2] No such file or directory

--- End code ---

Big thing is to use python2 rather then python to run it.
Edit: fix typo

Navigation

[0] Message Index

[*] Previous page

Go to full version