#8558 BLOC 8.2.0 (: Help activity does not display pictures unless XO is online

Zarro Boogs per Child bugtracker at laptop.org
Fri Sep 19 14:24:53 EDT 2008


#8558: Help activity does not display pictures unless XO is online
-----------------------------+----------------------------------------------
   Reporter:  mikus          |       Owner:  isforinsects        
       Type:  defect         |      Status:  new                 
   Priority:  blocker        |   Milestone:  8.2.0 (was Update.2)
  Component:  help-activity  |     Version:  not specified       
 Resolution:                 |    Keywords:  blocks:8.2.0        
Next_action:  code           |    Verified:  0                   
  Blockedby:                 |    Blocking:                      
-----------------------------+----------------------------------------------

Comment(by isforinsects):

 I need a script that can be enacted on 20+ html files that replaces:

 http://en.flossmanuals.net/floss/pub/$foo

 with:

 ./$foo




 From mchua:

 #!/bin/bash
    for file in *; do
    mv $file $file.old
    sed 's/FINDSTRING/REPLACESTRING/g' $file.old > $file
    rm -f $file.old
    done

 My version:

 #!/bin/bash
    for file in *; do
    mv $file $file.old
    sed 's,http://en.flossmanuals.net/floss/pub/,./,g' $file.old > $file
    rm -f $file.old
    done

-- 
Ticket URL: <http://dev.laptop.org/ticket/8558#comment:4>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list