mlern
2c77af7895
Fix a misspelling with the path to store elixir-data
2020-09-27 11:08:11 -07:00
Maxime Chretien
f32b5b21f2
README: Update CentOS dependencies
...
Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
2020-07-02 16:37:11 +02:00
Maxime Chretien
4cbc349b49
README: Update lighthttpd conf
...
Not tested but it should work
Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
2020-06-11 15:13:05 +02:00
Maxime Chretien
086250fb03
web : Add autocompletion for ident search bar
...
To do that we use a slightly modified version of the script found here:
https://github.com/autocompletejs/autocomplete.js/tree/2.7
This code is under MIT licence so it's compatible with Elixir's licence
The server answers requests from the script via a new interface:
https://elixir.bootlin.com/acp?q= <query>&f=<family>&p=<project>
And this is handled by autocomplete.py
The script creates and uses a tmp file to store idents for each project
in order to reduce the time needed to answer a request.
Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
2020-06-11 14:38:44 +02:00
Maxime Chretien
f1329027bd
README: Add some informations
...
Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
2020-06-08 15:56:02 +02:00
Maxime Chretien
acc02a4f14
README: Update default and min threads number
...
Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
2020-06-08 15:37:59 +02:00
Michael Opdenacker
100ef94665
Merge pull request #152 from MaximeChretien/db-creation-speed
...
Update.py : Improve threading
2020-06-05 10:30:51 +02:00
Maxime Chretien
f6838a3889
README & scripts : Update for threads argument of update.py
...
Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
2020-06-03 10:07:09 +02:00
Maxime Chretien
5626c39546
Add support for old Linux versions
...
This add support for linux 0.01 to 2.6.12-rc1
Some versions are missing like 0.02 to 0.10 (not included) but it looks like
they have been deleted over time.
Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
2020-06-02 13:46:14 +02:00
Maxime Chretien
0fb351fc6b
README: Update ctags link to refer to official repo
...
Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
2020-05-27 10:21:33 +02:00
Michael Opdenacker
4c23138b32
Merge pull request #138 from MaximeChretien/ctags-upstream
...
script.sh: Adapt to universal-ctags Kconfig parser
2020-05-27 09:39:20 +02:00
Michael Opdenacker
26dea97750
v2.0 release
...
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2020-05-27 09:07:35 +02:00
Maxime Chretien
6d30f73935
README: Update ctags version number
...
Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
2020-05-26 13:32:19 +02:00
Chris White
5e7cab18ca
Added/updated copyright notices; whitespace fixes
...
No functional changes
2020-05-23 15:14:21 -04:00
Michael Opdenacker
d3ba0cea3b
Documentation updates
...
- Mention to mark the universal-ctags modified package as "hold"
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2020-05-22 18:43:37 +02:00
Michael Opdenacker
cc3cdfa93c
Add missing dependency for universal-ctags
...
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2020-05-22 18:31:26 +02:00
Maxime Chretien
410a7055b4
README: Add custom ctags informations and families support
...
Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
2020-05-22 10:29:24 +02:00
Michael Opdenacker
99d5ef7c84
Fix minor typo in documentation
...
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2020-05-22 10:28:08 +02:00
Maxime Chretien
92aaafcd5d
README: Update informations about pygments installation
...
The file has been updated to enable Kconfig highlighting for file with
names like Kconfig.x86, Kconfig.debug, Kconfig-nommu, ...
Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
2020-05-20 12:14:34 +02:00
Michael Opdenacker
a73cfcc3d0
Add details about DTS syntax highlighting
...
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2020-04-24 15:47:31 +02:00
Maxime Chretien
2864ae1731
README: Update apache configuration
...
Allow apache to use encoded slashes
Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
2020-04-21 16:13:02 +02:00
Michael Opdenacker
24da3e66dd
Improve REST API documentation
...
- Using "API" instead of "api"
- Putting the REST API doc in the right place in the document
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2020-04-21 11:30:24 +02:00
Michael Opdenacker
f597fce20d
Add contribution guidelines
...
- Coding style
- How to send patches
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2020-04-21 09:47:12 +02:00
Carmeli Tamir
c9db61ccc2
Reordered sections
2020-04-18 11:12:02 -04:00
Carmeli Tamir
b3ec8a87a1
Added table of contents
2020-04-18 10:58:08 -04:00
Carmeli Tamir
a62164a95f
Converted MD to AsciiDoc
2020-04-18 10:46:44 -04:00