Mercurial > p > roundup > code
annotate 3rdparty/README.md @ 5729:9ea2ce9d10cf
A few internet references report that etags for the same underlying
resource but with different representation (xml, json ...) should have
different etags.
That is currently not the case. Added code to allow incorporation of
representation info into the etag. By default the representation is
"json", but future patches can pass the representation down and modify
flow to match requested representation.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 25 May 2019 14:23:16 -0400 |
| parents | cf273c668906 |
| children |
| rev | line source |
|---|---|
|
4854
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
1 # 3rd party libraries for some of the trackers |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
2 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
3 The files in theis directory are the sources for files that are used |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
4 by the trackers and optional functionality. It includes unminified |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
5 javascript and source files used to generate javscript and css. |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
6 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
7 ## Bootstrap |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
8 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
9 To build Boostrap, install [nodejs](http://nodejs.org/) and then do |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
10 the following - |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
11 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
12 ``` |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
13 $ sudo npm install -g connect@2.1.3 hogan.js@2.0.0 jshint@0.9.1 recess@1.1.9 uglify-js@1.3.4 |
|
4855
cf273c668906
Add instruction to actually build Bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
4854
diff
changeset
|
14 $ make build |
|
4854
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
15 ``` |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
16 |
|
c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
Pradip Caulagi <caulagi@gmail.com>
parents:
diff
changeset
|
17 The files are now located in docs/assets |
