Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
slackbuilds:repository [2015/03/30 12:36] Giuseppe Di Terlizzislackbuilds:repository [2015/03/30 12:41] Giuseppe Di Terlizzi
Line 11: Line 11:
 $parent_dir    = dirname("/$current_dir"); $parent_dir    = dirname("/$current_dir");
 $excluded_file = array(basename($_SERVER['PHP_SELF']), '.htaccess', 'index.php'); $excluded_file = array(basename($_SERVER['PHP_SELF']), '.htaccess', 'index.php');
-$url_path      = 'http://lotar.altervista.org/slackbuils'; //rtrim(dirname($_SERVER['SCRIPT_NAME']), '/');+$url_path      = 'http://lotar.altervista.org/slackbuilds'; //rtrim(dirname($_SERVER['SCRIPT_NAME']), '/');
  
 $page_title    = ""; $page_title    = "";
Line 36: Line 36:
 } }
  
-echo "<h2>$page_title</h2>";+echo "<h4>$page_title</h4>";
  
 if ($readme) { if ($readme) {
-   echo '<blockquote style="font-size:1em; white-space:pre; font-family:monospace">';+   echo '<style="white-space:pre; font-family:monospace">';
    echo preg_replace("/^($package:)/m", '', $readme);    echo preg_replace("/^($package:)/m", '', $readme);
    //echo $readme;    //echo $readme;
-   echo '</blockquote>';+   echo '</p>';
 } }
  
  • slackbuilds/repository.txt
  • Last modified: 9 years ago
  • by Giuseppe Di Terlizzi