Changeset 39

Show
Ignore:
Timestamp:
07/25/09 23:48:12 (3 years ago)
Author:
sven
Message:

Added stuff that i've written month ago ;-)
* A small C++ library (to be extended) for punch card handling in C++
* geshi.php: Fix to detect .cc files as cpp
* documentation: A README for th punch card project with up to date
infos

-- sven @ workstation

Files:
11 added
4 modified

Legend:

Unmodified
Added
Removed
  •  

    • Property svn:ignore set to
      .directory
  • documentation/geshi.php

    r30 r39  
    13431343                'cdfg' => array('cdfg'), 
    13441344                'cobol' => array('cbl'), 
    1345                 'cpp' => array('cpp', 'hpp', 'C', 'H', 'CPP', 'HPP'), 
     1345                'cpp' => array('cpp', 'hpp', 'C', 'H', 'CPP', 'HPP', 'cc'), 
    13461346                'csharp' => array('cs'), 
    13471347                'css' => array('css'), 
  • documentation/index.php

    r37 r39  
    3232  $file_path = realpath('../'.$filename); 
    3333  $extension = substr(strrchr($file_path, '.'),1); 
    34   $good_extensions = array('c', 'cpp', 'pl', 'htm', 'txt'); 
     34  $good_extensions = array('c', 'cc', 'h', 'cpp', 'pl', 'htm', 'html', 'txt'); 
    3535 
    3636  #var_dump($extension, $filename, $file_path, $jail_dir, $good_extensions, in_array($extension, $good_extensions)); exit(); 
     
    141141        ), 
    142142        'The Punch Card Project' => array( 
    143                 'Start' => $doc.'/punch-card.htm', 
     143                'Start' => 'punch-card/README.htm', 
    144144                'Device Drivers' => array( 
    145145                        'Overview' => 'punch-card/driver/README.htm', 
  • punch-card

    • Property svn:ignore set to
      .directory
© 2008 - 2010 Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License