diff --git a/README b/README deleted file mode 100644 index dffbfc3..0000000 --- a/README +++ /dev/null @@ -1,8 +0,0 @@ -This is the source code for the site and application CM Field Guide. - -The purpose of this application is to detect what platform a website is running on. The application is developed on the Django web application framework and works by running "signatures," which are little Python scripts that test the site for various "tells." - -If you know how to detect a particular CMS or web platform, we invite you to enhance or contribute a signature to improve the accuracy of the application. Writing signatures is easy. See the signatures package for examples. - -Deane and Seth - diff --git a/README.md b/README.md new file mode 100644 index 0000000..677fb90 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# CM Field Guide + +This is the source code for the site and application CM Field Guide. + +The purpose of this application is to detect what platform a website is running on. The application is developed using Django web application framework and works by running "signatures", which are little Python scripts that test the site for various "tells". + +If you know how to detect a particular CMS or web platform, we invite you to enhance or contribute a signature to improve the accuracy of the application. Writing signatures is easy. You can view the signatures package for examples. + +## Deane and Seth +