Details
-
Type:
Feature Request
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Collaboration, Collaboration > Wiki
-
Environment:All
-
Similar Issues:
Description
When working with WIKI we often need to get a short URLs for WIKI pages, unlike the current functionality which will produce only standard WIKI url.
Say we have an WIKI page URL http://www.liferay.com/community/wiki/-/wiki/Main/Liferay+Core+Development+Guidelines, the WIKI Details page should provide an action link something like "Copy Shortcut URL" which will ideally give a shorter url something like http://<some-encoded-url> instead of the standard long one http://www.liferay.com/community/wiki/-/wiki/Main/Liferay+Core+Development+Guidelines
This will be ideally useful when the users are posting the URLS in their tweets and other places where length of the field is very less.
This quiet similar to how Atlassian Confluence/Twitter which provider shorter url funcitonalities.

Hi Kamesh, interesting.
Some comments here:
This is already invented, as there are many url shorteners online: do you know what's the best way to implement this without having to reinvent the wheel?
Why wiki? You may need it for wikis, but I guess this is interesting for all assets: in case we implement this, we should extend it to all assets in the portal
Thanks for your ideas, man!