From: Alex Sadleir Date: Fri, 27 Dec 2013 09:08:53 +0000 Subject: add additional filters/wordcloud/sqlite X-Git-Url: https://maxious.lambdacomplex.org/git/?p=dcaas.git&a=commitdiff&h=25d83d434e9951065675f81622f5bb58796ff527 --- add additional filters/wordcloud/sqlite --- --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,7 @@ [submodule "js/dynatable"] path = js/dynatable url = https://github.com/JangoSteve/jquery-dynatable.git +[submodule "lib/tag-cloud"] + path = lib/tag-cloud + url = https://github.com/lotsofcode/tag-cloud.git --- a/README.md +++ b/README.md --- a/css/bootstrap-theme.css +++ b/css/bootstrap-theme.css --- a/css/bootstrap-theme.min.css +++ b/css/bootstrap-theme.min.css --- a/css/bootstrap.css +++ b/css/bootstrap.css --- a/css/bootstrap.min.css +++ b/css/bootstrap.min.css --- a/data/DCaaS+Catalogue+September+2013 PublicDCaaS_AFI_Part_3_Sec_5_Service_.csv +++ b/data/DCaaS+Catalogue+September+2013 PublicDCaaS_AFI_Part_3_Sec_5_Service_.csv --- a/data/xls2csv.py +++ b/data/xls2csv.py --- a/fonts/glyphicons-halflings-regular.svg +++ b/fonts/glyphicons-halflings-regular.svg --- a/index.php +++ b/index.php @@ -1,96 +1,14 @@ + - - - - - - - - +includeHeader("title"); +$cloud = new lotsofcode\TagCloud\TagCloud(); +$cloud->addTag("tag-cloud"); +$cloud->addTag("programming"); +echo $cloud->render(); +includeFooter(); +?> - Starter Template for Bootstrap - - - - - - - - - - - - - - - - - - - -
- -
-
-
-

Bootstrap starter template

-

Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.

- - \n"; -} else { -echo " \n"; - } - $row++; -} - fclose($handle); -} -?> -
".implode($data,"")."
".implode($data,"")."
-
- -
- - - - - - - - - - - - --- a/js/bootstrap.js +++ b/js/bootstrap.js --- a/js/bootstrap.min.js +++ b/js/bootstrap.min.js --- /dev/null +++ b/lib/tag-cloud