osm-ToniE / ptna

Public Transport Network Analysis for OSM
GNU General Public License v3.0
21 stars 5 forks source link

automatically split Wiki pages which are too big #11

Closed osm-ToniE closed 6 years ago

osm-ToniE commented 6 years ago

add code to the upload-wiki section of analyze-network.sh so that Wiki pages bigger than 2 MB are split into 2 parts and uploaded separately. The string "- " can be inserted to the Routes file and will be printed in the analysis result, so that the mainatiner of the routes file can specify where to split. The maintaner has to take care for correct linking from the first to the second part then by entering [[xxx/yyy/zzz-2|Teil 2 der Analyse von xxx]]. Use "csplit" to automatically split the result file into max. 2 parts and upload the 2 parts to the Wiki.

osm-ToniE commented 6 years ago

After having moved from OSM-Wiki to a normal Web-Site, this is no longer required