diff --git a/README.md b/README.md index 70d8ff4..916e3b9 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,5 @@ This is simple and within limitations works. The browser isn't live (at least no Copyright © 2019 FIXME -Distributed under the GNU Lesser General Public Licence 3.0 or (at +Distributed under the [GNU Lesser General Public Licence 3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) or (at your option) any later version, following the license of SwingBox. diff --git a/doc/intro.md b/doc/intro.md index 0f67068..f36183c 100644 --- a/doc/intro.md +++ b/doc/intro.md @@ -1,3 +1,3 @@ # Introduction to swingbox-clj -TODO: write [great documentation](http://jacobian.org/writing/what-to-write/) +At this stage, a static HTML display of data from a Clojure session. An actually working browser might come later, but no promises. diff --git a/project.clj b/project.clj index 30d2c68..f3be606 100644 --- a/project.clj +++ b/project.clj @@ -1,10 +1,9 @@ (defproject swingbox-clj "0.1.0-SNAPSHOT" - :description "FIXME: write description" + :description "A Clojure library designed to allow opening HTML windows from Clojure." :url "http://example.com/FIXME" - :license {:name "Eclipse Public License" - :url "http://www.eclipse.org/legal/epl-v10.html"} + :license {:name "GNU Lesser General Public Licence 3.0" + :url "https://www.gnu.org/licenses/lgpl-3.0.en.html"} :dependencies [[org.clojure/clojure "1.8.0"] [hiccup "1.0.5"] [markdown-clj "0.9.99" :exclusions [com.keminglabs/cljx]] - [net.sf.cssbox/swingbox "1.0"] - ]) + [net.sf.cssbox/swingbox "1.0"]])