aboutsummaryrefslogtreecommitdiff
path: root/webgui
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-22 00:49:16 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-22 00:49:16 +0000
commit7ca94fb84f967fcfc741b7aa3662356e4fc0241f (patch)
treeca2c417b1dac7a8e6b19af73c47223008c48685e /webgui
parent9e45c04c45aef1fa71815c61512c354d0d5ee3e3 (diff)
downloadthermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar.gz
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar.bz2
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar.xz
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.zip
First stab at threepenny gui
Diffstat (limited to 'webgui')
-rw-r--r--webgui/LICENSE27
-rw-r--r--webgui/Setup.hs2
l---------webgui/shell.nix1
-rw-r--r--webgui/src/Main.hs78
-rw-r--r--webgui/thermoprint-webgui.cabal30
-rw-r--r--webgui/thermoprint-webgui.nix17
6 files changed, 155 insertions, 0 deletions
diff --git a/webgui/LICENSE b/webgui/LICENSE
new file mode 100644
index 0000000..4ad71e2
--- /dev/null
+++ b/webgui/LICENSE
@@ -0,0 +1,27 @@
1Statement of Purpose
2
3The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").
4
5Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.
6
7For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.
8
91. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:
10
11the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;
12moral rights retained by the original author(s) and/or performer(s);
13publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;
14rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;
15rights protecting the extraction, dissemination, use and reuse of data in a Work;
16database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and
17other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.
182. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.
19
203. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.
21
224. Limitations and Disclaimers.
23
24No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.
25Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
26Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
27Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. \ No newline at end of file
diff --git a/webgui/Setup.hs b/webgui/Setup.hs
new file mode 100644
index 0000000..9a994af
--- /dev/null
+++ b/webgui/Setup.hs
@@ -0,0 +1,2 @@
1import Distribution.Simple
2main = defaultMain
diff --git a/webgui/shell.nix b/webgui/shell.nix
new file mode 120000
index 0000000..314b0bf
--- /dev/null
+++ b/webgui/shell.nix
@@ -0,0 +1 @@
../shell.nix \ No newline at end of file
diff --git a/webgui/src/Main.hs b/webgui/src/Main.hs
new file mode 100644
index 0000000..d96083e
--- /dev/null
+++ b/webgui/src/Main.hs
@@ -0,0 +1,78 @@
1module Main (main) where
2
3import qualified Graphics.UI.Threepenny as UI
4import Graphics.UI.Threepenny.Core
5
6import Thermoprint.Client
7
8import qualified Options.Applicative as Opt
9import System.Environment
10
11import Data.ByteString (ByteString)
12import qualified Data.ByteString as BS
13import qualified Data.ByteString.Char8 as CBS
14
15import Control.Applicative
16import Control.Monad
17import Data.Maybe
18import Data.Monoid
19import Text.Read
20
21main :: IO ()
22main = config >>= Opt.execParser . opts >>= flip startGUI setup
23 where
24 opts config = Opt.info (Opt.helper <*> config)
25 ( Opt.fullDesc
26 <> Opt.progDesc "Run a webgui to Thermoprint.Client"
27 )
28
29config :: IO (Opt.Parser Config)
30config = do
31 p <- fromMaybe 8023 . (readMaybe =<<) <$> lookupEnv portEnv
32 a <- fromMaybe "localhost" <$> lookupEnv hostEnv
33 return $ (\port addr -> defaultConfig { jsPort = port, jsAddr = addr })
34 <$> optional (Opt.option Opt.auto $ port p)
35 <*> optional (fmap CBS.pack $ Opt.strOption $ addr a)
36 where
37 port def = Opt.long "port"
38 <> Opt.short 'p'
39 <> Opt.metavar "PORT"
40 <> Opt.help ("Port to bind to; default read from $" <> portEnv)
41 <> Opt.value def
42 <> Opt.showDefault
43 addr def = Opt.long "addr"
44 <> Opt.short 'a'
45 <> Opt.metavar "HOST"
46 <> Opt.help ("Host to listen on; default read from $" <> hostEnv)
47 <> Opt.value def
48 <> Opt.showDefault
49 hostEnv = "ADDR"
50 portEnv = "PORT"
51
52setup :: Window -> UI ()
53setup window = void $ do
54 return window # set UI.title "Thermoprint"
55
56 title <- UI.input
57 # set UI.id_ "title"
58 content <- UI.textarea
59 # set UI.id_ "content"
60 draftTable <- UI.table
61
62 saveBtn <- UI.button #+ [string "Save"]
63 discBtn <- UI.button #+ [string "Discard"]
64 prntBtn <- UI.button #+ [string "Print"]
65
66 getBody window #+ [ row [ column [ UI.h1 #+ [string "Current draft"]
67 , row [UI.label # set text "Title" # set UI.for "title", element title]
68 , element content
69 , row [ element saveBtn
70 , element prntBtn
71 , element discBtn
72 ]
73 ]
74 , column [ UI.h1 #+ [string "Saved drafts"]
75 , element draftTable
76 ]
77 ]
78 ]
diff --git a/webgui/thermoprint-webgui.cabal b/webgui/thermoprint-webgui.cabal
new file mode 100644
index 0000000..51a302a
--- /dev/null
+++ b/webgui/thermoprint-webgui.cabal
@@ -0,0 +1,30 @@
1-- Initial thermoprint-webgui.cabal generated by cabal init. For further
2-- documentation, see http://haskell.org/cabal/users-guide/
3
4name: thermoprint-webgui
5version: 0.0.0
6synopsis: Threepenny interface for thermoprint-spec compliant servers
7-- description:
8homepage: http://dirty-haskell.org/tags/thermoprint.html
9license: PublicDomain
10license-file: LICENSE
11author: Gregor Kleen
12maintainer: aethoago@141.li
13-- copyright:
14category: Web
15build-type: Simple
16-- extra-source-files:
17cabal-version: >=1.10
18
19executable thermoprint-webgui
20 main-is: Main.hs
21 -- other-modules:
22 -- other-extensions:
23 build-depends: base >=4.8 && <4.9
24 , thermoprint-bbcode >=1.0.0 && <2
25 , thermoprint-client ==0.0.*
26 , threepenny-gui >=0.6.0 && <1
27 , optparse-applicative >=0.12.1 && <1
28 , bytestring >=0.10.6 && <1
29 hs-source-dirs: src
30 default-language: Haskell2010 \ No newline at end of file
diff --git a/webgui/thermoprint-webgui.nix b/webgui/thermoprint-webgui.nix
new file mode 100644
index 0000000..0450eae
--- /dev/null
+++ b/webgui/thermoprint-webgui.nix
@@ -0,0 +1,17 @@
1{ mkDerivation, base, bytestring, optparse-applicative, stdenv
2, thermoprint-bbcode, thermoprint-client, threepenny-gui
3}:
4mkDerivation {
5 pname = "thermoprint-webgui";
6 version = "0.0.0";
7 src = ./.;
8 isLibrary = false;
9 isExecutable = true;
10 executableHaskellDepends = [
11 base bytestring optparse-applicative thermoprint-bbcode
12 thermoprint-client threepenny-gui
13 ];
14 homepage = "http://dirty-haskell.org/tags/thermoprint.html";
15 description = "Threepenny interface for thermoprint-spec compliant servers";
16 license = stdenv.lib.licenses.publicDomain;
17}