/[clonezilla-sysresccd]/tags/2.6.0/el-news.php
ViewVC logotype

Contents of /tags/2.6.0/el-news.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 35 - (show annotations)
Mon Mar 22 00:17:03 2010 UTC (14 years ago) by sng
File size: 6023 byte(s)
tagging v. 2.6.0 (for completeness)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <link rel="alternate" type="application/rss+xml" title="RSS" href="http://clonezilla-sysresccd.hellug.gr/clonezilla-sysresccd.rss">
5 <link rel="shortcut icon" href="favicon.ico">
6 <title>Clonezilla-SysRescCD - Τί νέο υπάρχει;</title>
7 <style type="text/css">
8 body { background : url(null) fixed no-repeat; background-color: White; }
9 H1,H2,H3{color: #990000; text-align: left;}
10 H2{margin-top: 2em;}
11 H3{margin-top: 1.5em}
12 li{margin-top: 1em;}
13 a{text-decoration: none;}
14 a:hover{text-decoration: underline;}
15 p,td,table,tr,li{margin-left: 15pt;}
16 .nav{margin-left: 0pt;}
17 .newcode{font-family : "Courier New", Courier, monospace, sans-serif, serif; font-weight: bold; background-color: #F2F2F2; border: solid 1px #DEDEDE;padding: 20pt;}
18 .note{margin-top: 30pt; margin-bottom: 30pt; text-align: center; background-color: #FFEFEF; border: solid 1px; border-color: #FFD5D5;}
19 hr{color: Black; background-color: Black; height: 1px; border: none;}
20 </style>
21 <META NAME="Keywords" CONTENT="multiboot Multi Boot bootable cd rescue clonezilla sysresccd backup restore samba">
22 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
23
24 </head>
25 <body style="margin-left: 40pt; margin-right: 40pt;">
26 <a name="news-top"></a>
27 <H1> Clonezilla-SysRescCD<br>Τί νέο υπάρχει;<br>02/07/2008 - v 2.6.0</H1>
28 <!--site-only--><table border="0" width="100%" style="margin-right: 15pt;"><tr><td><font size="-1">Πνευματικά δικαιώματα: &#169; 2007-2008, Σπύρος Γεωργαράς <a href="mailto:&#115;&#110;&#103;&#064;&#104;&#101;&#108;&#108;&#117;&#103;&#046;&#103;&#114;?subject=About Clonezilla-SysRescCD v 2.6.0">&lt;sng@hellug.gr&gt;</a></font></td><td align="right"><font size="-1"><a href="onepage.php?el" target="_blank" title="Εμφάνιση όλου του δικτυακού τόπου σε μία σελίδα">Μία&nbsp;σελίδα</a></font></td></tr><tr><td><font size="-1">Τελευταία ενημέρωση: 10/09/2008</font></td><td align="right"><font size="-1"><a href="printable.php" target="_blank" title="Εμφάνιση εκτυπώσιμης εκδοχής της σελίδας">Εκτυπώσιμη&nbsp;μορφή</a></font></td></tr><tr><td><font size="-1"></font></td><td align="right"><font size="-1"></font></td></tr><tr><td><font size="-1">&nbsp;</font></td><td align="right"><font size="-1"></font></td></tr><tr><td><font size="-1">Επιλογή γλώσσας: <a href="news.php"><img src="en.png" border="0" width="21" height="14" alt="Αγγλικά"></a>&nbsp;<img src="el.png" border="0" width="21" height="14" alt="Ελληνικά"></font></td><td align="right"><font size="-1"><a href="http://clonezilla-sysresccd.hellug.gr/clonezilla-sysresccd.rss" title="Ροή νέων RSS"><img src="rss-orange-11.png" border="0" width="30" alt="Ροή νέων RSS" height="14"></a></font></td></tr><tr><td><font size="-1">&nbsp;</font></td><td align="right"><font size="-1"></font></td></tr></table><table border="0" width="100%" class="nav"><tr> <td width="33%"><a href="el-intro.html">Προηγούμενο</a></td> <td width="34%" align="center"><a href="el-index.html">Περιεχόμενα</a></td> <td width="33%" align="right"><a href="el-project.html">Επόμενο</a></td> </tr></table><hr style="margin: 0;"><!--end-site-only-->
29
30 <p><br>Η ενότητα δημιουργήθηκε με μετατροπή της <a href="http://clonezilla-sysresccd.hellug.gr/clonezilla-sysresccd.rss">ροής νέων RSS</a> του δικτυακού τόπου σε HTML</p>
31 <!--insertnews-->
32
33 <?php
34 $file = file_get_contents ('/home/projects/clonezilla-sysresccd/public_html/clonezilla-sysresccd.rss');
35 $file = str_replace("<title>","<H2>",$file);
36 $file = str_replace("</title>"," <span class=\"hideprint\">[<a href=\"#news-top\" title=\"μετάβαση στην αρχή της σελίδας\">^</a>]</span></H2>",$file);
37 $file = str_replace("<pubDate>","<p><b>Date: </b>",$file);
38 $file = str_replace("</pubDate>","<br><br>",$file);
39 $file = str_replace("<description><![CDATA[","",$file);
40 $file = str_replace("]]></description>","</p>",$file);
41 $file = str_replace("<item>","",$file);
42 $file = str_replace("</item>","",$file);
43 //$file = str_replace("<rss>","",$file);
44 $file = str_replace("</rss>","",$file);
45 //$file = str_replace("<channel>","",$file);
46 $file = str_replace("</channel>","",$file);
47
48 $eReg = "^" . ".*" . "<" . "/image" . ">";
49 $file = ereg_replace($eReg,"",$file);
50
51
52 $eReg = "<" . "guid" . "[^<]*" . "<" . "/guid" . ">";
53 $file = ereg_replace($eReg,"",$file);
54
55
56 $eReg = "<" . "link" . "[^<]*" . "<" . "/link" . ">";
57 $file = ereg_replace($eReg,"",$file);
58
59 //$file = ereg_replace();
60
61 echo $file;
62 echo "<p></p>";
63 ?>
64
65 <!--site-only--><hr style="margin: 0;"><table border="0" width="100%" class="nav"><tr> <td width="33%"><a href="el-intro.html">Προηγούμενο</a></td> <td width="34%" align="center"><a href="el-index.html">Περιεχόμενα</a></td> <td width="33%" align="right"><a href="el-project.html">Επόμενο</a></td> </tr></table><!--end-site-only-->
66 <!--site-only--><p align="right"> <a href="http://validator.w3.org/check?uri=http://clonezilla-sysresccd.hellug.gr/el-news.php" target="_blank"><img src="valid-html401.png" alt="Valid HTML 4.01 Transitional" height="31" width="88" border="0"></a> <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://clonezilla-sysresccd.hellug.gr/el-news.php" target="_blank"> <img style="border:0;width:88px;height:31px" src="valid-css.png" alt="Valid CSS!" border="0"></a>&nbsp;<a href="http://feedvalidator.org/check.cgi?url=http%3A//clonezilla-sysresccd.hellug.gr/clonezilla-sysresccd.rss" target="_blank"><img src="valid-rss.png" alt="[Valid RSS]" title="Validate my RSS feed" border="0"></a></p><!--end-site-only-->
67 </body>
68 </html>

Properties

Name Value
svn:executable *

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26