diff --git a/README.md b/README.md index e0ae639..f0932a0 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,6 @@ StaticDelegate can be extended to give convenient static access to an instance o a class, as long as there is some way of retrieving the instance. Two static classes are supplied - ConfigFacade, and DatabaseConnectionManagerFacade. -Headlinks is a small class for managing Javascript and CSS links. It adds the -time stamp of the file modification to the file name, causing the users browser -to reload the file if it has changed. Dependencies can be defined between files, -to not only make sure that a dependency is included as well, but also included -beforehand. To use this you will need to use mod_rewrite or equivalent with -something like the contents of src/Headlinks.htaccess. - SimpleTemplate is a class to help with rendering simple templates in the form of PHP code. It does not try to be a templating engine, however for basic separation of view and model it does the job. diff --git a/assets/jquery/jquery.js b/assets/jquery/jquery.js deleted file mode 100644 index e69de29..0000000 diff --git a/assets/jquery/themes/base/jquery-ui.css b/assets/jquery/themes/base/jquery-ui.css deleted file mode 100644 index e69de29..0000000 diff --git a/assets/jquery/ui/jquery-ui.js b/assets/jquery/ui/jquery-ui.js deleted file mode 100644 index e69de29..0000000 diff --git a/assets/style.css b/assets/style.css deleted file mode 100644 index e69de29..0000000 diff --git a/assets/test.1.2.3.js b/assets/test.1.2.3.js deleted file mode 100644 index e69de29..0000000 diff --git a/testHeadlinks.php b/testHeadlinks.php deleted file mode 100644 index 80fa2a5..0000000 --- a/testHeadlinks.php +++ /dev/null @@ -1,25 +0,0 @@ - array( 'assets/jquery/ui/jquery-ui.js' ), - 'assets/jquery/ui/jquery-ui.js' => array( 'assets/jquery/jquery.js', 'assets/jquery/themes/base/jquery-ui.css' ), - 'assets/jquery/themes/base/jquery-ui.css' => array( 'assets/jquery/ui/jquery-ui.js' ), - 'assets/test.1.2.3.js' => array( 'assets/jquery/jquery.js', 'assets/jquery/ui/jquery-ui.js' ), - ) -); -$headlinks->addFile( 'assets/moment.js' ); -$headlinks->addFile( '$jquery-ui' ); -$headlinks->addFile( 'assets/style.css' ); -$headlinks->addFile( 'assets/test.1.2.3.js' ); -?> - - - - getLinks(); ?> - - -

This is a test

- Load again - -