Get rid of old cake plugin stuff. Newer versions of cake will have a slightly different plugin arch that breaks this. Will work on a better way to do this later.

This commit is contained in:
Anthony Grimes 2011-10-11 16:52:34 -05:00
parent ffa1fbe793
commit cedbcee434

View file

@ -121,13 +121,6 @@
[:td {:class "dep-version"} (second %)]])
deps)]]))))
(defn cake-plugins-html [tasks]
(when tasks
(html [:div {:class "plugins"}
[:h3 "cake plugin namespaces"]
[:ul
(map #(vector :li %) tasks)]])))
;; # Load Optional Resources
;; Use external Javascript and CSS in your documentation. For example:
;; To format Latex math equations, download the
@ -166,8 +159,7 @@
[:br]
(md (:description project-info))]
(dependencies-html (:dependencies project-info))
(dependencies-html (:dev-dependencies project-info) "dev dependencies")
(cake-plugins-html (:tasks project-info))]
(dependencies-html (:dev-dependencies project-info) "dev dependencies")]
[:td {:class "codes"
:style "text-align: center; vertical-align: middle;color: #666;padding-right:20px"}
[:br]