Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
cloogle.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cloogle
cloogle.org
Commits
3d677a36
Commit
3d677a36
authored
Feb 13, 2017
by
Mart Lubbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change add-library to CONTRIBUTING.md'
parent
5fad3f28
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
15 deletions
+22
-15
CONTRIBUTING.md
CONTRIBUTING.md
+22
-0
README.md
README.md
+0
-15
No files found.
CONTRIBUTING.md
View file @
3d677a36
...
...
@@ -7,6 +7,7 @@ contributing to avoid wasting your or our time.
1.
[
Bug reports
](
#1-bug-reports
)
2.
[
Submitting patches
](
#2-submitting-patches
)
3.
[
I just want to add library X
](
#3-i-just-want-to-add-library-x
)
---
...
...
@@ -49,3 +50,24 @@ We will take immediate action.
### Other stuff
-
Add yourself to the authors list in
`README.md`
## 3. I just want to add library X
If the library is not well known it is adviced to first open an issue to see
whether it is suitable to be indexed by cloogle.
To add a library you have to add it in to the following three places:
-
`backend/Dockerfile`
In this file you have to add the download of the library. E.g. add a line
to get the files to the docker (e.g. with subversion, git, mercurial etc.)
to `/opt/clean/lib`.
-
`frontend/Dockerfile`
In this file do the same as in the backend to make the files through the
web frontend.
-
`backend/builddb.icl`
Add your library to the `zero` instance of `CLI` to get it indexed.
See
[
this
](
https://github.com/dopefishh/cloogle/commit/2b44a070fa802d290ebce13ab3689fc895aa5d9c
)
commit for an example.
README.md
View file @
3d677a36
...
...
@@ -150,21 +150,6 @@ realtime usage chart is shown.
For longterm statistics you can see
[
cloogle.org/stats/longterm.html
](
https://cloogle.org/stats/longterm.html
)
.
## How to add new libraries
To add a library you have to add it in to the following places:
-
`backend/Dockerfile`
In this file you have to add the download of the library. E.g. add the
`subversion checkout` or `git clone` to `/opt/clean/lib`.
-
`frontend/Dockerfile`
In this file do the same as in the backend to make the files through the
web frontend.
-
`backend/builddb.icl`
Add your library to the `zero` instance of `CLI` to get it indexed.
## Authors
Maintainers:
...
...
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