Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
804a61d7
Commit
804a61d7
authored
Jul 18, 2018
by
MMesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use a colorful haskell logo
parent
cb9576c3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
92 additions
and
3 deletions
+92
-3
logo-64x64.png
html/logo-64x64.png
+0
-0
logo-64x64.svg
html/logo-64x64.svg
+89
-0
ihaskell.cabal
ihaskell.cabal
+1
-1
EasyKernel.hs
ipython-kernel/src/IHaskell/IPython/EasyKernel.hs
+1
-1
IPython.hs
src/IHaskell/IPython.hs
+1
-1
No files found.
html/logo-64x64.png
deleted
100644 → 0
View file @
cb9576c3
2.86 KB
html/logo-64x64.svg
0 → 100644
View file @
804a61d7
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc=
"http://purl.org/dc/elements/1.1/"
xmlns:cc=
"http://creativecommons.org/ns#"
xmlns:rdf=
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg=
"http://www.w3.org/2000/svg"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:sodipodi=
"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape=
"http://www.inkscape.org/namespaces/inkscape"
width=
"64"
height=
"64"
viewBox=
"0 0 48.000001 47.999999"
version=
"1.1"
id=
"svg18"
sodipodi:docname=
"haskell_logo.svg"
inkscape:version=
"0.92.3 (unknown)"
>
<metadata
id=
"metadata22"
>
<rdf:RDF>
<cc:Work
rdf:about=
""
>
<dc:format>
image/svg+xml
</dc:format>
<dc:type
rdf:resource=
"http://purl.org/dc/dcmitype/StillImage"
/>
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor=
"#ffffff"
bordercolor=
"#666666"
borderopacity=
"1"
objecttolerance=
"10"
gridtolerance=
"10"
guidetolerance=
"10"
inkscape:pageopacity=
"0"
inkscape:pageshadow=
"2"
inkscape:window-width=
"2495"
inkscape:window-height=
"1416"
id=
"namedview20"
showgrid=
"false"
units=
"px"
inkscape:zoom=
"4.9870803"
inkscape:cx=
"87.017073"
inkscape:cy=
"4.4960944"
inkscape:window-x=
"65"
inkscape:window-y=
"24"
inkscape:window-maximized=
"1"
inkscape:current-layer=
"svg18"
/>
<defs
id=
"defs5"
>
<clipPath
id=
"clip1"
>
<path
d=
"M 0,340.15625 H 481.89062 V 0 H 0 Z m 0,0"
id=
"path2"
inkscape:connector-curvature=
"0"
/>
</clipPath>
</defs>
<g
id=
"surface0"
transform=
"matrix(0.09960767,0,0,0.09960767,-0.1503886,5.8491832)"
>
<g
clip-path=
"url(#clip1)"
id=
"g15"
style=
"clip-rule:nonzero"
>
<path
style=
"fill:#453b61;fill-opacity:1;fill-rule:nonzero;stroke:none"
d=
"M 0,340.15625 113.38672,170.07812 0,0 H 85.039062 L 198.42578,170.07812 85.039062,340.15625 Z m 0,0"
id=
"path7"
inkscape:connector-curvature=
"0"
/>
<path
style=
"fill:#5f5286;fill-opacity:1;fill-rule:nonzero;stroke:none"
d=
"M 113.38672,340.15625 226.77344,170.07812 113.38672,0 h 85.03906 L 425.19531,340.15625 H 340.15625 L 269.29297,233.85937 198.42578,340.15625 Z m 0,0"
id=
"path9"
inkscape:connector-curvature=
"0"
/>
<path
style=
"fill:#8e508a;fill-opacity:1;fill-rule:nonzero;stroke:none"
d=
"m 387.40234,240.94531 -37.79297,-56.6914 132.28125,-0.004 v 56.69531 z m 0,0"
id=
"path11"
inkscape:connector-curvature=
"0"
/>
<path
style=
"fill:#8e508a;fill-opacity:1;fill-rule:nonzero;stroke:none"
d=
"m 330.71094,155.90625 -37.79688,-56.691406 188.97656,-0.0039 v 56.695316 z m 0,0"
id=
"path13"
inkscape:connector-curvature=
"0"
/>
</g>
</g>
</svg>
ihaskell.cabal
View file @
804a61d7
...
@@ -44,7 +44,7 @@ cabal-version: >=1.16
...
@@ -44,7 +44,7 @@ cabal-version: >=1.16
data-files:
data-files:
html/kernel.js
html/kernel.js
html/logo-64x64.
pn
g
html/logo-64x64.
sv
g
flag binPkgDb
flag binPkgDb
default: False
default: False
...
...
ipython-kernel/src/IHaskell/IPython/EasyKernel.hs
View file @
804a61d7
...
@@ -56,7 +56,7 @@ data KernelConfig m output result =
...
@@ -56,7 +56,7 @@ data KernelConfig m output result =
{
{
-- | Info on the language of the kernel.
-- | Info on the language of the kernel.
kernelLanguageInfo
::
LanguageInfo
kernelLanguageInfo
::
LanguageInfo
-- | Write all the files into the kernel directory, including `kernel.js`, `logo-64x64.
pn
g`, and any
-- | Write all the files into the kernel directory, including `kernel.js`, `logo-64x64.
sv
g`, and any
-- other required files. The directory to write to will be passed to this function, and the return
-- other required files. The directory to write to will be passed to this function, and the return
-- value should be the kernelspec to be written to `kernel.json`.
-- value should be the kernelspec to be written to `kernel.json`.
,
writeKernelspec
::
FilePath
->
IO
KernelSpec
,
writeKernelspec
::
FilePath
->
IO
KernelSpec
...
...
src/IHaskell/IPython.hs
View file @
804a61d7
...
@@ -213,7 +213,7 @@ installKernelspec replace opts = void $ do
...
@@ -213,7 +213,7 @@ installKernelspec replace opts = void $ do
SH
.
mkdir_p
kernelDir
SH
.
mkdir_p
kernelDir
SH
.
writefile
filename
$
LT
.
toStrict
$
toLazyText
$
encodeToTextBuilder
$
toJSON
kernelSpec
SH
.
writefile
filename
$
LT
.
toStrict
$
toLazyText
$
encodeToTextBuilder
$
toJSON
kernelSpec
let
files
=
[
"kernel.js"
,
"logo-64x64.
pn
g"
]
let
files
=
[
"kernel.js"
,
"logo-64x64.
sv
g"
]
forM_
files
$
\
file
->
do
forM_
files
$
\
file
->
do
src
<-
liftIO
$
Paths
.
getDataFileName
$
"html/"
++
file
src
<-
liftIO
$
Paths
.
getDataFileName
$
"html/"
++
file
SH
.
cp
(
SH
.
fromText
$
T
.
pack
src
)
(
tmp
SH
.</>
kernelName
SH
.</>
file
)
SH
.
cp
(
SH
.
fromText
$
T
.
pack
src
)
(
tmp
SH
.</>
kernelName
SH
.</>
file
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment