zo
bcbf25a6b1
Move project link in footer
2017-05-12 20:57:34 +02:00
zo
317a1c5a4e
Fix double </tr> closing
2017-05-12 20:31:33 +02:00
zo
7b07aa0c9d
Show active project in project menu
2017-05-12 16:14:47 +02:00
zo
e0d5db0ef5
Use pygments syntax highlighter
2017-05-12 16:12:08 +02:00
zo
53aab9601a
Refactor ident results html formating
2017-05-12 16:08:35 +02:00
zo
fed9263dc9
Use html class instead of id
2017-05-12 16:01:12 +02:00
zo
8484750ea2
Refactor html formating
2017-05-12 15:47:24 +02:00
zo
5a746645e6
Improve breadcrumb
2017-05-12 15:36:14 +02:00
zo
0fe583011b
Add dynamic projects list
2017-05-12 15:24:51 +02:00
zo
1e0eb60c24
Improve versions menu
2017-05-12 15:22:46 +02:00
zo
46f7eb7089
Use jinja template engine
2017-05-12 15:19:17 +02:00
zo
49bcc7bf52
Refactor variable's names
2017-05-12 14:49:52 +02:00
zo
dec241a866
Remove free-text search
2017-05-12 13:51:47 +02:00
zo
d6c83c8a6e
Remove extra spaces
2017-05-12 13:36:13 +02:00
Mikaël Bouillot
5064e6c924
Call query through python interface
2017-05-10 21:49:07 +02:00
Mikaël Bouillot
edd43b095c
Switch buffering to StringIO
2017-05-10 21:10:25 +02:00
Mikaël Bouillot
6b10d82124
Add freetext search option for old site
2017-05-10 13:40:37 +02:00
Mikaël Bouillot
c767b2d134
Updated titles and other cosmetic details
2017-05-02 16:02:01 +02:00
Mikaël Bouillot
7db38c24fd
Add support for virtual 'latest' version
...
Fixes #8
2017-05-01 19:14:08 +02:00
Mikaël Bouillot
6c475afb98
Remove italic styling for comments and strings
...
Fixes #9
It seems the italic font can sometimes be rendered at a different
height than the plain typeface, throwing the line number alignment
out of whack.
2017-04-27 20:59:06 +02:00
Mikaël Bouillot
471134bf85
Move version hierarchy logic to script.sh
2017-04-06 21:04:26 +02:00
Mikaël Bouillot
3bd9d72731
Add project selection and freetext search
2017-04-06 18:36:58 +02:00
Mikaël Bouillot
ca335d49ef
Fix redirects for multi-project
2017-04-05 20:56:42 +02:00
Mikaël Bouillot
ec5deff386
Return error on invalid URL
2017-04-05 19:51:54 +02:00
Mikaël Bouillot
68302a8881
Support multiple projects
2017-04-05 19:48:46 +02:00
Mikaël Bouillot
a657388b02
Make base URL point to the current project
2017-04-05 11:06:22 +02:00
Mikaël Bouillot
e594999925
Implement new URL scheme
2017-04-05 10:55:34 +02:00
Mikaël Bouillot
84bd5a0a16
Normalize paths
2017-04-04 15:12:59 +02:00
Mikaël Bouillot
2c3e362833
Expose raw git tags
2017-04-03 19:56:15 +02:00
Mikaël Bouillot
3ef4641fc4
Style string literals
2017-03-23 17:33:32 +01:00
Mikaël Bouillot
0fc96f3ce2
Fix syntax
2017-03-16 15:30:07 +01:00
Mikaël Bouillot
409abbd171
Also return a 404 error for identifiers not defined in current version
2017-03-16 15:12:43 +01:00
Mikaël Bouillot
80e113ab99
Don't deduce type from trailing slash
...
Instead of using a trailing slash in the path to tell trees from blobs,
we actually ask git the type of the object. Also, if the object is a
tree but lacks a trailing slash, we redirect to the correct URL.
Fixes #6
2017-03-09 18:37:40 +01:00
Mikaël Bouillot
832f7c8b6d
Add license
2017-03-09 17:25:42 +01:00
Mikaël Bouillot
f05dd3006a
Change default version to 4.10
2017-02-21 16:56:42 +01:00
Mikaël Bouillot
c4f9ab3b27
Move whitespace padding outside line number link
2017-02-21 11:05:00 +01:00
Mikaël Bouillot
04e13ef92c
Split line numbers and code with a table
...
Fixes #3
2017-02-20 17:50:22 +01:00
Mikaël Bouillot
7b352d401a
Display proper error messages
2017-02-17 16:50:08 +01:00
Mikaël Bouillot
f7a25d1b40
Navigate menu by clicks instead of hover
2017-02-15 20:40:26 +01:00
Mikaël Bouillot
b43bbfe881
Bugfix: spaces around numbers of instances
2017-02-14 18:21:43 +01:00
Mikaël Bouillot
6cae0dd8c3
Silence Git and treat empty responses as errors
2017-02-14 15:26:22 +01:00
Mikaël Bouillot
680cc69e3f
Bugfix: quote ident argument and loosen ident filter
2017-02-13 13:31:01 +01:00
Mikaël Bouillot
7d86ec78af
Dynamic base URL
2017-02-07 16:29:37 +01:00
Mikaël Bouillot
0f0f82642a
Correct path display bug
2017-02-07 15:20:32 +01:00
Mikaël Bouillot
0d8e3b0f18
Replace invalid identifier with empty string
2017-02-07 11:49:35 +01:00
Mikaël Bouillot
e079413ce9
Handle unknown identifiers in the front-end
2017-02-07 11:38:14 +01:00
Mikaël Bouillot
2596af9481
Keep version when navigating through top bar
2017-02-07 11:29:17 +01:00
Mikaël Bouillot
b5dd7053ca
Add freetext search form
2017-02-07 11:23:25 +01:00
Mikaël Bouillot
1eafae2c84
Add ident search field and change a few constants
2017-02-07 10:56:39 +01:00
Mikaël Bouillot
ca61c7f960
Integrate CGI front end
2017-02-06 16:31:43 +01:00