Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Cloogle
cloogle.org
Commits
31d5bd05
Verified
Commit
31d5bd05
authored
Mar 01, 2017
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to new location
parent
c3c854d4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
13 deletions
+13
-13
.gitmodules
.gitmodules
+2
-2
README.md
README.md
+3
-3
frontend/index.html
frontend/index.html
+5
-5
stats/package.json
stats/package.json
+3
-3
No files found.
.gitmodules
View file @
31d5bd05
[submodule "CleanTypeUnifier"]
path = backend/CleanTypeUnifier
url = https://github.com/c
amilstaps
/CleanTypeUnifier
url = https://github.com/c
lean-cloogle
/CleanTypeUnifier
[submodule "backend/CleanPrettyPrint"]
path = backend/CleanPrettyPrint
url = https://github.com/c
amilstaps
/CleanPrettyPrint.git
url = https://github.com/c
lean-cloogle
/CleanPrettyPrint.git
[submodule "backend/clean-platform"]
path = backend/clean-platform
url = https://gitlab.science.ru.nl/clean-and-itasks/clean-platform.git
README.md
View file @
31d5bd05
...
...
@@ -8,9 +8,9 @@ Use any of the available frontends:
-
Web app at
[
cloogle.org
](
https://cloogle.org/
)
.
-
The
`!cloogle`
bang on DuckDuckGo.
-
[
@CloogleBot
](
https://telegram.me/CloogleBot
)
on Telegram (see
[
camilstaps/CloogleBot
](
https://github.com/c
amilstaps
/CloogleBot
)
).
-
[
KDercksen/
cloogle-cli
](
https://github.com/
KDercksen
/cloogle-cli
)
, a command
line
interface to the api.
[
camilstaps/CloogleBot
](
https://github.com/c
lean-cloogle
/CloogleBot
)
).
-
[
cloogle-cli
](
https://github.com/
clean-cloogle
/cloogle-cli
)
, a command
line
interface to the api.
-
The
`:Cloogle`
command in
[
camilstaps/vim-clean
](
https://github.com/camilstaps/vim-clean
)
.
-
An email to
`query@cloogle.org`
with the query in the subject (see
...
...
frontend/index.html
View file @
31d5bd05
...
...
@@ -14,7 +14,7 @@
</head>
<body>
<p>
<a
href=
"https://github.com/
dopefishh
/cloogle"
>
<a
href=
"https://github.com/
clean-cloogle
/cloogle"
>
<img
src=
"logo.jpg"
alt=
"follow link for the sourcecode"
/>
</a>
</p>
...
...
@@ -54,18 +54,18 @@
<ul>
<li>
The
<code>
!cloogle
</code>
bang on
<a
href=
"https://duckduckgo.com/"
>
DuckDuckGo
</a></li>
<li><a
href=
"https://telegram.me/CloogleBot"
>
@CloogleBot
</a>
on Telegram
</li>
<li><a
href=
"https://github.com/
KDercksen
/cloogle-cli"
>
cloogle-cli
</a>
, a command line application
</li>
<li><a
href=
"https://github.com/
clean-cloogle
/cloogle-cli"
>
cloogle-cli
</a>
, a command line application
</li>
<li>
The
<code>
:Cloogle
</code>
command in Vim, if you use
<a
href=
"https://github.com/camilstaps/vim-clean"
>
vim-clean
</a></li>
<li>
An email to
<a
href=
"mailto:query@cloogle.org"
>
query@cloogle.org
</a>
, with the query in the subject
</li>
</ul>
</div>
<div
id=
"contributetext"
style=
"display:none;"
>
<p>
Development takes place on
<a
href=
"https://github.com/
dopefishh
/cloogle"
>
GitHub
</a>
.
Please read the
<a
href=
"https://github.com/
dopefishh
/cloogle/blob/master/CONTRIBUTING.md"
>
contributing guidelines
</a>
first.
Development takes place on
<a
href=
"https://github.com/
clean-cloogle
/cloogle"
>
GitHub
</a>
.
Please read the
<a
href=
"https://github.com/
clean-cloogle
/cloogle/blob/master/CONTRIBUTING.md"
>
contributing guidelines
</a>
first.
</p>
<p>
For bug reports, open an issue in the
<a
href=
"https://github.com/
dopefishh
/cloogle/issues"
>
issue tracker
</a>
.
For bug reports, open an issue in the
<a
href=
"https://github.com/
clean-cloogle
/cloogle/issues"
>
issue tracker
</a>
.
</p>
</div>
<form
id=
"search_form"
action=
"#"
>
...
...
stats/package.json
View file @
31d5bd05
...
...
@@ -13,12 +13,12 @@
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/
dopefishh
/cloogle.git"
"url"
:
"git+https://github.com/
clean-cloogle
/cloogle.git"
},
"author"
:
[
"Mart Lubbers"
,
"Camil Staps"
],
"license"
:
"GPL-3.0"
,
"bugs"
:
{
"url"
:
"https://github.com/
dopefishh
/cloogle/issues"
"url"
:
"https://github.com/
clean-cloogle
/cloogle/issues"
},
"homepage"
:
"https://github.com/
dopefishh
/cloogle#readme"
"homepage"
:
"https://github.com/
clean-cloogle
/cloogle#readme"
}
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