Corrected minor documentation and license detail
This commit is contained in:
parent
5d286f98d7
commit
d71cc7a121
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"]])
|
||||
|
|
Loading…
Reference in a new issue