https://bugzilla.wikimedia.org/show_bug.cgi?id=26448
--- Comment #6 from Helder <[email protected]> --- Some notes: on Portuguese Wikibooks, we are using https://pt.wikibooks.org/wiki/Module:Book for a few of the "book management" tasks: * It generates the previous/next links for the navigation bar[1] * It produces the printable version in HTML using Special:ExpandTemplates[2][3] For this, the module parses the collection page of the associated book, e.g. https://pt.wikibooks.org/wiki/Project:Livros/Budismo We used a python script[4] to compare the index (root page) of each book to its collection, so we can keep only the collection pages and possibly deprecate the indexes. I remmember a user from fr.wikibooks was trying to do something similar a while ago[5]. I haven't used Wikisource for a while, so I don't know how things are going over there... [1] Discussed here: https://pt.wikibooks.org/wiki/T%C3%B3pico:Wikilivros_Discuss%C3%A3o:Portal_comunit%C3%A1rio/Navega%C3%A7%C3%A3o_autom%C3%A1tica [2] https://pt.wikibooks.org/wiki/T%C3%B3pico:Wikilivros_Discuss%C3%A3o:Portal_comunit%C3%A1rio/Navega%C3%A7%C3%A3o_autom%C3%A1tica/resposta_%2814%29 [3] https://pt.wikibooks.org/w/index.php?diff=268297&oldid=265600 [4] https://pt.wikibooks.org/w/index.php?oldid=268476#collection.py [5] https://www.mediawiki.org/w/index.php?title=Extension_talk:Scribunto/Lua_reference_manual#getContent_returns_the_unparsed_content.2C_but_how_to_return_the_interpreted_one.3F -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
