Changeset 420 in MondoRescue
- Timestamp:
- Feb 21, 2006, 11:55:55 AM (19 years ago)
- Location:
- branches/stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/tools/livwww
r417 r420 17 17 18 18 force=0 19 nodoc=0 19 20 20 21 if [ "$1" = "-f" ]; then 21 22 force=1 22 23 optsvn="" 24 shift 25 elif [ "$1" = "-nodoc" ]; then 26 nodoc=1 27 optsvn="--force" 23 28 shift 24 29 else … … 64 69 $TOOLHOME/expandver $LOCALDIR/top.shtml $LOCALDOC/mondorescue-howto.sgml $LOCALDOC/*.8 65 70 66 cd $LOCALDOC 67 make -f Makefile.howto 68 make -f Makefile.man 69 mv $LOCALDOC $LOCALDIR/docs 70 # 71 # Man pages corrections 72 # 73 perl -pi -e 's~/man8/~/docs/~g' $LOCALDIR/docs/*.8.html 74 perl -pi -e 's~<A HREF[=./A-z0-9"]*/man1/[^<]*>([A-z0-9]*)</A>~$1~g' $LOCALDIR/docs/*.8.html 75 perl -pi -e 's~/index.html~/index.shtml~' $LOCALDIR/docs/*.8.html 71 if [ $nodoc -eq 0 ]; then 72 cd $LOCALDOC 73 make -f Makefile.howto 74 make -f Makefile.man 75 mv $LOCALDOC $LOCALDIR/docs 76 # 77 # Man pages corrections 78 # 79 perl -pi -e 's~/man8/~/docs/~g' $LOCALDIR/docs/*.8.html 80 perl -pi -e 's~<A HREF[=./A-z0-9"]*/man1/[^<]*>([A-z0-9]*)</A>~$1~g' $LOCALDIR/docs/*.8.html 81 perl -pi -e 's~/index.html~/index.shtml~' $LOCALDIR/docs/*.8.html 82 fi 76 83 find $LOCALDIR -type d | xargs chmod 755 77 84 find $LOCALDIR -type f | xargs chmod 644 -
branches/stable/website/latest-news.html
r385 r420 1 <p><B>2006-02-05</B> Mondorescue has been officially referenced by the HP OpenSource Portal: 1 <p><B>2006-02-21 </B>Mondo Rescue has a new Web site</p> 2 <p>Thanks to <a href="http://www.73lab.com">Ayo</a>'s authorization, and after 2 weeks of hard work, we are proud to announce that we now have a new and updated Web site. We hope it will be useful and wait for your feedback.</p> 3 <p>You may find it at <a href="http://www.mondorescue.org">http://www.mondorescue.org</a> (IP: 213.30.161.23)</p> 4 <p><B>2006-02-05 </B>Mondo Rescue referenced by HP</p> 5 <p>Mondorescue has been officially referenced by the HP OpenSource Portal: 2 6 <a href="http://opensource.hp.com/index.php">http://opensource.hp.com/index.php</a> (look in the "Recently released" area)</p> 3 <p><B>2006-02-02</B> In our always increasing set of services :-) I'd like to announce the 7 <p><B>2006-02-02 </B>Mondo Rescue rsync server available</p> 8 <p>In our always increasing set of services :-) I'd like to announce the 4 9 availability of an rsync mirror service for mondo-rescue. 5 10 6 11 Try rsync rsync.mondorescue.org::</p> 7 <p><B>2006-02-01</B> Things are progressing. I've gathered all the packages that were originally on <a href="http://www.mondorescue.org">http://www.mondorescue.org</a> and also added Mike's SuSE RPMs 12 <p><B>2006-02-01 </B>Mondo Rescue ftp server available</p> 13 <p>Things are progressing. I've gathered all the packages that were originally on <a href="http://www.mondorescue.org">http://www.mondorescue.org</a> and also added Mike's SuSE RPMs 8 14 + all the latest packages I've produced and put them on a new ftp server 9 15 accessible at <a href="ftp://ftp.mondorescue.org">ftp://ftp.mondorescue.org</a>
Note:
See TracChangeset
for help on using the changeset viewer.