Hi, folks,
For many languages which dose not use Latin characters, the URL of an articles in Wikipedia might be very long. This is the case for Chinese Wikipedia.
So in order to help people on this problem, I create a small project to solve it, and it runs successfully on my local machine. Although I dose not deploy it to a public server yet, I decided to make the code public first. You can get the code at http://github.com/mountain/shortify
It uses API call to get pageId by the title, and then convert pageId by base 36 to the short url. It is quite simple. To reduce the frequency of API call, a simple cache was used. So far, only Chinese and English were supported.
If you think your language need such kind a tool, please help me localize the i18n config file at http://github.com/mountain/shortify/blob/master/config/i18n.js
Comments are welcomed. If you can help setup a server, that would be nice and please contact me separately.
Regards,
Mingli (User:Mountain)