#8724 NORM 8.2.1: Help instructions fail when following external links
Zarro Boogs per Child
bugtracker at laptop.org
Tue Sep 30 15:35:49 EDT 2008
#8724: Help instructions fail when following external links
-----------------------------+----------------------------------------------
Reporter: mchua | Owner: isforinsects
Type: defect | Status: new
Priority: normal | Milestone: 8.2.1
Component: help-activity | Version: not specified
Resolution: | Keywords:
Next_action: never set | Verified: 0
Blockedby: | Blocking:
-----------------------------+----------------------------------------------
Comment(by mchua):
Can be fixed by placing running this script from within the main Activity
directory (on the same level as the 'help' folder that contains the .html
files).
{{{
#!/bin/bash
for file in test/*; do
mv $file $file.old
cat $file.old | sed 's,<a href="http://.*>\(.*\)</a>,\1,g' > $file
rm -f $file.old
done
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/8724#comment:6>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list