MIME_Type_PlainDetect.git
7 years agoAdd README master github/master
Christian Weiske [Wed, 3 Aug 2016 07:55:29 +0000 (09:55 +0200)]
Add README

8 years agoAdd the browsable source in composer metadata v0.0.4
Christophe Coevoet [Fri, 6 Nov 2015 10:54:38 +0000 (11:54 +0100)]
Add the browsable source in composer metadata

This would allow packagist to link to the source (which cannot be guessed as the repo is not registered from Github but your own repo)

8 years agoLoad pear/mime_type from packagist rather than PEAR for composer
Christophe Coevoet [Fri, 6 Nov 2015 10:08:07 +0000 (11:08 +0100)]
Load pear/mime_type from packagist rather than PEAR for composer

Loading PEAR packages with composer is slow as hell
(and requires users to register the pear repository).
As the package is available on Packagist directly, using it is better.

10 years agocomposer.json
Christian Weiske [Thu, 15 May 2014 20:19:14 +0000 (22:19 +0200)]
composer.json

10 years agorelease 0.0.3; List required MIME_Type dependency System_Command v0.0.3
Christian Weiske [Fri, 2 May 2014 04:31:09 +0000 (06:31 +0200)]
release 0.0.3; List required MIME_Type dependency System_Command

11 years agofix dependencies, release 0.0.2 v0.0.2
Christian Weiske [Sun, 10 Jun 2012 13:13:07 +0000 (15:13 +0200)]
fix dependencies, release 0.0.2

11 years agomove package to zustellzentrum.cweiske.de pear channel
Christian Weiske [Tue, 5 Jun 2012 12:04:01 +0000 (14:04 +0200)]
move package to zustellzentrum.cweiske.de pear channel

11 years agoignore dist folder
Christian Weiske [Tue, 5 Jun 2012 11:45:39 +0000 (13:45 +0200)]
ignore dist folder

11 years agoexample file
Christian Weiske [Tue, 5 Jun 2012 11:45:00 +0000 (13:45 +0200)]
example file

11 years agouse pear data_dir if installed via package
Christian Weiske [Tue, 5 Jun 2012 11:44:31 +0000 (13:44 +0200)]
use pear data_dir if installed via package

11 years agopackage.xml
Christian Weiske [Tue, 5 Jun 2012 11:44:03 +0000 (13:44 +0200)]
package.xml

11 years agoxml file without header
Christian Weiske [Tue, 5 Jun 2012 11:43:48 +0000 (13:43 +0200)]
xml file without header

11 years agodetect php
Christian Weiske [Tue, 5 Jun 2012 11:43:33 +0000 (13:43 +0200)]
detect php

11 years agophp with css style in it
Christian Weiske [Tue, 5 Jun 2012 11:43:14 +0000 (13:43 +0200)]
php with css style in it

11 years agomove mime detection code in separate file that can be included
Christian Weiske [Fri, 25 May 2012 05:45:51 +0000 (07:45 +0200)]
move mime detection code in separate file that can be included

11 years agosupport several test files
Christian Weiske [Thu, 24 May 2012 19:36:24 +0000 (21:36 +0200)]
support several test files

11 years agoall tests pass now
Christian Weiske [Thu, 24 May 2012 19:30:45 +0000 (21:30 +0200)]
all tests pass now

11 years agodetect typoscript
Christian Weiske [Thu, 24 May 2012 15:15:17 +0000 (17:15 +0200)]
detect typoscript

11 years agomore detection tests
Christian Weiske [Thu, 24 May 2012 15:11:32 +0000 (17:11 +0200)]
more detection tests

11 years agoinitial commit: mime detection for programming files
Christian Weiske [Wed, 16 May 2012 11:57:01 +0000 (13:57 +0200)]
initial commit: mime detection for programming files