I'm writing ros-distribution-specific wiki pages as shown in the bottom of the post, and I'd like to display by default a page that does not correspond to the latest stable release (in my case i want to display diamondback instead of electric). Is this possible?, and if so, where can I find the relevant documentation?.
TIA.
<<Version()>>
{{{#!wiki version diamondback
<<Include(foo/diamondback)>>
}}}
{{{#!wiki version electric
<<Include(foo/electric)>>
}}}
The default version is currently hardcoded in the javascript. We don't have cycles to rewrite this right now, but would happily accept a patch to the javascript and wiki macro code that would enable more customized setting.
The code for the javascript is here:
http://ros.org/_wiki/common/js/rosversion.js
The code for the version macro is here:
https://code.ros.org/svn/ros/stacks/rosorg/trunk/roswiki/macro/
The version is global (recently changed to Electric).
I don't know any way to override that. Maybe someone else does.
Asked: 2011-10-28 07:08:44 -0500
Seen: 84 times
Last updated: Oct 28 '11
ROS BAG Format - Wiki Spec. Error?
Getting an Internal Server Error while editing the ROSwiki
How to document actionlib interface / Best practice for messages from .action files
Missing links in new camera stack wiki pages
Difference between turtlebot_bringup minimal.launch and turtlebot service?
ROS Wiki crumbtrail navigation is odd
Contributing packages split across multiple Git repositories
ROS Answers is licensed under Creative Commons Attribution 3.0 Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.