- Timestamp:
- Feb 21, 2006, 12:33:57 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/livwww
r418 r422 17 17 18 18 force=0 19 nodoc=0 19 20 20 21 if [ "$1" = "-f" ]; then … … 22 23 optsvn="" 23 24 shift 25 elif [ "$1" = "-nodoc" ]; then 26 nodoc=1 27 optsvn="--force" 28 shift 24 29 else 25 30 optsvn="--force" 26 31 fi 27 32 28 /sbin/ifconfig | grep -q 10.32>&1 > /dev/null33 /sbin/ifconfig | egrep -q '10\.3' 2>&1 > /dev/null 29 34 if [ $? = 0 ]; then 30 35 DESTMACH=mondo.hpintelco.org … … 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 -
trunk/website/latest-news.html
r387 r422 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.