Commit Graph

7 Commits

Author SHA1 Message Date
Garrett Rolfs a70478e4c7 Update theme-readtheorg-local.setup to be fully local
setup/theme-readtheorg-local.setup had two entries where the javascript
libraries were being sourced from the web. The following were downloaded:

    https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
    https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js

and placed in styles/lib/js. The versions were located in GitHub and the
corresponding license files contents were placed in the directory using the
same convention as stickytableheaders. Here are the license URLs:

    https://github.com/twbs/bootstrap/blob/v3.3.4/LICENSE
    https://github.com/jquery/jquery/blob/2.1.3/MIT-LICENSE.txt

setup/theme-readtheorg-local.setup was updated to reference styles/lib/js in
place of the URLs.
2020-01-10 23:32:45 +01:00
Fabrice Niessen c504da9a14 Add usage of the HTTPS URL to the SETUPFILE 2018-11-29 21:12:53 +01:00
Fabrice Niessen 6d7e68afd6 Remove useless white line 2015-05-12 23:07:09 +02:00
Matt Price dffa04246b reverted local paths to original local links 2015-05-06 17:06:05 -04:00
Matt Price 339c2fd554 added sticky table header to all existing themes 2015-05-06 17:03:21 -04:00
Fabrice Niessen 62b7ac527a Add htmlize.css 2015-04-23 14:34:45 +02:00
Fabrice Niessen 5192a8db09 Add local version of links for ReadTheOrg setupfile 2015-04-22 13:28:56 +02:00