tshrinivasan / OCR4wikisource

OCR for WikiSource using Google Drive OCR
GNU General Public License v2.0
33 stars 24 forks source link

the 257 line of wikisource_uploader need mediawiki syntax change #123

Open tha-uzhavan opened 2 months ago

tha-uzhavan commented 2 months ago

The above mentioned existing line is //line_to_add = "https://" + wiki_url + "/wiki/Index:" + filename//.

If you change as bellow, "line_to_add = "# [[Index:" + filename"]]

the internal link appears as in the wikisource user's sub page: https://ta.wikisource.org/s/bcbi.

According to wiki syntax, if you use "https://", that is external link (single square bracket). The double square brackets are used for internal links.