Project

General

Profile

Automated Wiki Page Generation

Added by Dominic Barker over 6 years ago

Hi All,

This is probably a long shot but I was wondering if it is possible to generate a wiki page using information stored in folder in a local area. In the folder are images and text files that I wish to upload onto a sub-page. I would also like the text from the files to be written explicitly to the page. I would like a script to generated the sub-page automatically and fill in.

At the moment my thinking is a python script might be possible but I have no idea how time consuming setting something like this up would be.

If anyone knows if it is possible and how long it would might possibly take that information would be very much appreciated

Cheers
Dom


Replies (3)

RE: Automated Wiki Page Generation - Added by Bernhard Rohloff over 6 years ago

Hi Dominic,

if I understand you correctly, you have a local folder on your computer with text and other stuff and you need to generate a redmine wiki page with it? In this case the REST-Api would be the way to go. Have a look at the User Guide. There you will find all necessary informations. A python script would be my weapon of choice, too. ;-)

Good luck,

Bernhard

RE: Automated Wiki Page Generation - Added by Guillermo ML over 6 years ago

Dominic Barker wrote:

At the moment my thinking is a python script might be possible but I have no idea how time consuming setting something like this up would be.

If you are thinking of using a python script it may help: https://python-redmine.com/resources/wiki_page.html, it is an easy way to create a wiki page and upload a file into the page.

RE: Automated Wiki Page Generation - Added by Dominic Barker over 6 years ago

Thanks for the information guys. Much appreciated.

    (1-3/3)