This page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made.
This is the talk page for the MediaWiki page about the Collection extension. It is not a support forum for problems with the extension itself or with the accompanying Python libraries mwlib and mwlib.rl or OCG.
Latest comment: 10 years ago2 comments2 people in discussion
The Article Sources and Contributors section show the oldid link and contributors. It would be helpful to show the timestamp for the modification, like is shown at the bottom on each wiki page (i.e. This page was last modified on 15 January 2015, at 02:01). I'm thinking this would be helpful when you've downloaded and printed the PDF so you can quickly compare whether your printed copy is current with the wiki version. Peculiar Investor (talk) 16:17, 20 January 2015 (UTC)Reply
OTOH, if you are opening the PDF on your PC you can just open the link and see its timestamp; while if you print the PDF you'll usually have a timestamp added by the printer. Nemo14:45, 22 January 2015 (UTC)Reply
File "/usr/local/lib64/python2.6/site-packages/mwlib/apps/make_nuwiki.py", line 192, in make_nuwiki
pool.join(raise_error=True)
File "/usr/local/lib64/python2.6/site-packages/gevent/pool.py", line 98, in join
raise greenlet.exception
RuntimeError: could not get siteinfo
in function system, file /usr/local/lib64/python2.6/site-packages/mwlib/nslave.py, line 64
So it's failing on the start_fetcher.run method, but I can't seem to figure out why. Is this likely some system configuration thing? Wmat (talk) 17:34, 27 February 2015 (UTC)Reply
Latest comment: 8 years ago8 comments4 people in discussion
I'm running the latest version of the extensions on MW1.25alpha and I'm seeing that when I click 'Download as PDF', the licensing information shows License: unknown. I have the following variables configured for the extension, as well as the default for the whole wiki:
According to the ReadMe in the Collections source tree, the license should default to the Rights text in this case. It doesn't. Rendered PDFs and Books still have a License: unknown. Wmat (talk) 15:40, 2 March 2015 (UTC)Reply
Thank you for doing this. This issue is actually a bit worrisome since licensing is an integral part of providing content. So the correct attribution is something that should not be missed. [[kgh]] (talk) 16:29, 2 March 2015 (UTC)Reply
Indeed, I've already argued that the extension should not output at all any content which can't be attributed. Nemo18:03, 2 March 2015 (UTC)Reply
License for all the images is Unknown even though it is clearly mentioned as CC-BY-SA 4.0 and this is also same for images of commons used with InstantCommons 49.207.57.238 (talk) 12:53, 20 March 2017 (UTC)Reply
Can not get my rendering server to work apart from wikipedia.
Hi Felipe. No, my server is running on RHEL 6.5. The strange thing am encountering is its different behavior to different sites, like I mentioned above, it works perfectly fine for Wikipedia, however gives a different error to http://edutechwiki.unige.ch/mediawiki/ and a different one for my site i.e. mw-zip -c http://IP:PortNo/wiki/api.php/ --username=uuu --password=ppp -o test2.zip Test.
Now, this is what's boggling my mind. I have almost gone through every document possible.
we have the similar kind of setup in our RHEL6 server and we render the PDF documents successfully. But, here the issue is the PDF doc could not contain all the embedded JPEG images in the wiki article page and it only intakes .PNG pictures in the PDF document.
Could some one please advise with solution for this issue? It would be really appreciated !
The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.
Hi,
Collection works, but always prints the <yambe:breadcrumb> Tags from my Yambe breadcrumbs extension in the pdf documents.
That's quite strange, because I deactivated it on my print.css:
Latest comment: 10 years ago2 comments2 people in discussion
I've installed Collection on my server. I use my own renderserver. Now, when I want to download a single page as PDF, it always downloads the MainPage, no matter on which page I press "Donwload as PDF".
Is this a bug in the new version? And can you help me to fix this?
Looking forward for a fast answer and have a nice day. 193.73.106.10207:13, 1 April 2015 (UTC)Reply
I have the same issue, it seems side portlet generates stable links (Special:Collection&bookcmd=render_article&arttitle=<The first article, called in wiki>&oldid=<The olddid of the first page called>). If manually construct URL (Special:Collection&bookcmd=render_article&arttitle=Expected_article) rendering works fine. (MediaWiki 1.24) Bezik (talk) 15:52, 15 May 2015 (UTC)Reply
Latest comment: 10 years ago1 comment1 person in discussion
I am in the process of setting up a wiki which requires a login, and uses LDAP authentication.
How do I go about passing the users login details to render server? I'm struggling to extract the details from the login and assign the details "USERNAME:PASSWORD:DOMAIN" to $wgCollectionMWServeCredentials , and unfortunately I do not have access to create a separate user on the LDAP.
Any help would be greatly appreciated
Latest comment: 10 years ago2 comments2 people in discussion
MediaWiki 1.23.9
PHP 5.4.16 (apache2handler)
MySQL 5.6.19-log
Semantic MediaWiki 2.2
When I select create a book nothing happens, I select printable version and the book creator shows up, disable happens normally. I navigate to another page after I have disabled book creator and book creator is enabled, To disable it I have to select printable version.
I do have my own rendering server that is working on a development server
Latest comment: 9 years ago1 comment1 person in discussion
<pre> and <source> blocks do not render correctly in collection PDFs. See Wikipedia:Hello world for an example. All line breaks and indenting inside <pre> and <source> blocks are collapsed (extra white space removed).
The effect is to make printed programming resources nearly useless as code samples. Please correct this rendering. Dave Braunschweig (talk) 13:49, 8 August 2015 (UTC)Reply
Latest comment: 9 years ago2 comments2 people in discussion
Anyone knows if http://tools.pediapress.com/mw-serve/ is still working? I just installed this extension but cannot find the parameter in LocalSettings.php, so I added it myself. However, when I clicked "Download as PDF", it just stayed at 1% and then gave me "Failed to render". Thanks! Netnetjoe (talk) 10:40, 12 August 2015 (UTC)
:You don't need to add it in LocalSettings.php. It works without adding it, because it's the default server.
:Look in Collection.php, there you'll find:
:Reply
/** URL of mw-serve render server */$wgCollectionMWServeURL='http://tools.pediapress.com/mw-serve/';
Zerano8 (talk) 07:37, 8 September 2015 (UTC)
:I experience the same issue. Extension is installed and enabled. Collections can be created and stored. Neither creating PDF nor the presspedia preview is working. While rendering a pdf I get the message: (translated back from German) Book rendering failed: An error occurred while trying to render your book.
:I run the wiki version on a hosted environment: curl is activated on phpinfo. The side is using https.
:Please let me know what might cause this issue and how to solve this. Aonbheannach (talk) 21:17, 4 November 2015 (UTC)Reply
Latest comment: 9 years ago1 comment1 person in discussion
Hi,
how can I hide the Articles Sources and Contributors section in the PDF?
I don't want that informations on the rendered PDF... Zerano8 (talk) 08:19, 8 September 2015 (UTC)
:See here. There are a lot more options. Regards. Felipe (talk) 09:42, 8 September 2015 (UTC)Reply
Latest comment: 9 years ago1 comment1 person in discussion
I have got it all up and running and can get a PDF out but I am having trouble getting images in the PDF at the bundler stage. Parsoid renders the page OK if I point my browser at it but when I manually run mw-ocg-bundler it fails to get images from things like the GraphViz or SyntaxHighight extensions.
Where do we go for help on OCG, given the board description here?
Cheers
Jon Gerdesj (talk) 16:49, 22 September 2015 (UTC)Reply
Latest comment: 9 years ago1 comment1 person in discussion
Is mwlib working with collection 1.26? I just can't make it work, always get the "Book rendering failed: An error occurred while trying to render your book" error. I use the public render server ('http://tools.pediapress.com/mw-serve/'). 89.135.155.145 (talk) 15:19, 16 December 2015 (UTC)
:Hi, I'm using the same version... I can't make it work .. I've tried to build a rendered server on Ubuntu or use the public render server you said.. no matter what I do, I always get the same error 217.12.24.135 (talk) 10:50, 17 February 2016 (UTC)
:Hi again, Better to use a own render service 217.12.24.135 (talk) 13:54, 18 February 2016 (UTC)
:Follow the instructions on http://mwlib.readthedocs.org/en/latest/installation.html#mwlib-install and launch the listener services such as nserve, etc through console or better on startup as a script 217.12.24.135 (talk) 13:55, 18 February 2016 (UTC)
:Now, all of this is working in Ubuntu 64 bits with the last release of Collection extension in mediawiki 1.26 217.12.24.135 (talk) 13:56, 18 February 2016 (UTC)
:our organization is using windows only.So is there anway we can create our render server for windows. Ashni rai (talk) 07:20, 24 October 2016 (UTC)Reply