| | 1386 | # html: file(1) magic for HTML (HyperText Markup Language) docs |
| | 1387 | # |
| | 1388 | # from Daniel Quinlan <quinlan@yggdrasil.com> |
| | 1389 | # |
| | 1390 | 0 string \<!DOCTYPE\ HTML text/html |
| | 1391 | 0 string \<!DOCTYPE\ html text/html |
| | 1392 | 0 string \<HEAD text/html |
| | 1393 | 0 string \<head text/html |
| | 1394 | 0 string \<TITLE text/html |
| | 1395 | 0 string \<title text/html |
| | 1396 | 0 string \<html text/html |
| | 1397 | 0 string \<HTML text/html |
| | 1398 | 0 string \<!-- text/html |
| | 1399 | 0 string \<h1 text/html |
| | 1400 | 0 string \<H1 text/html |
| | 1401 | |
| | 1402 | #------------------------------------------------------------------------------ |
| | 1403 | # mail.news: file(1) magic for mail and news |
| | 1404 | # |
| | 1405 | # There are tests to ascmagic.c to cope with mail and news. |
| | 1406 | 0 string Relay-Version: message/rfc822 |
| | 1407 | 0 string #!\ rnews message/rfc822 |
| | 1408 | 0 string N#!\ rnews message/rfc822 |
| | 1409 | 0 string Forward\ to message/rfc822 |
| | 1410 | 0 string Pipe\ to message/rfc822 |
| | 1411 | 0 string Return-Path: message/rfc822 |
| | 1412 | 0 string Received: message/rfc822 |
| | 1413 | 0 string Path: message/news |
| | 1414 | 0 string Xref: message/news |
| | 1415 | 0 string From: message/rfc822 |
| | 1416 | 0 string Article message/news |
| | 1417 | |
| | 1418 | # Acrobat |
| | 1419 | # (due to clamen@cs.cmu.edu) |
| | 1420 | 0 string %PDF- application/pdf |
| | 1421 | |
| | 1422 | # ZIP archiver |
| | 1423 | 0 string PK application/x-zip |
| | 1424 | |
| | 1425 | #------------------------------------------------------------------------------ |
| | 1426 | # msword: file(1) magic for MS Word files |
| | 1427 | # |
| | 1428 | # Contributor claims: |
| | 1429 | # Reversed-engineered MS Word magic numbers |
| | 1430 | # |
| | 1431 | |
| | 1432 | 0 string \376\067\0\043 application/msword |
| | 1433 | #0 string \320\317\021\340\241\261 application/msword |
| | 1434 | 0 string \333\245-\0\0\0 application/msword |
| | 1435 | |
| | 1436 | #------------------------------------------------------------------------------ |
| 1539 | | # html: file(1) magic for HTML (HyperText Markup Language) docs |
| 1540 | | # |
| 1541 | | # from Daniel Quinlan <quinlan@yggdrasil.com> |
| 1542 | | # |
| 1543 | | 0 string \<HEAD text/html |
| 1544 | | 0 string \<head text/html |
| 1545 | | 0 string \<TITLE text/html |
| 1546 | | 0 string \<title text/html |
| 1547 | | 0 string \<html text/html |
| 1548 | | 0 string \<HTML text/html |
| 1549 | | 0 string \<!-- text/html |
| 1550 | | 0 string \<h1 text/html |
| 1551 | | 0 string \<H1 text/html |
| 1552 | | |
| 1553 | | #------------------------------------------------------------------------------ |
| 1639 | | # mail.news: file(1) magic for mail and news |
| 1640 | | # |
| 1641 | | # There are tests to ascmagic.c to cope with mail and news. |
| 1642 | | 0 string Relay-Version: message/rfc822 |
| 1643 | | 0 string #!\ rnews message/rfc822 |
| 1644 | | 0 string N#!\ rnews message/rfc822 |
| 1645 | | 0 string Forward\ to message/rfc822 |
| 1646 | | 0 string Pipe\ to message/rfc822 |
| 1647 | | 0 string Return-Path: message/rfc822 |
| 1648 | | 0 string Received: message/rfc822 |
| 1649 | | 0 string Path: message/news |
| 1650 | | 0 string Xref: message/news |
| 1651 | | 0 string From: message/rfc822 |
| 1652 | | 0 string Article message/news |
| 1653 | | #------------------------------------------------------------------------------ |
| 1654 | | # msword: file(1) magic for MS Word files |
| 1655 | | # |
| 1656 | | # Contributor claims: |
| 1657 | | # Reversed-engineered MS Word magic numbers |
| 1658 | | # |
| 1659 | | |
| 1660 | | 0 string \376\067\0\043 application/msword |
| 1661 | | #0 string \320\317\021\340\241\261 application/msword |
| 1662 | | 0 string \333\245-\0\0\0 application/msword |
| 1663 | | |
| 1664 | | |
| 1665 | | |
| 1666 | | #------------------------------------------------------------------------------ |