File: README.source

package info (click to toggle)
graphite-web 0.9.12%2Bdebian-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,464 kB
  • ctags: 3,343
  • sloc: python: 6,713; sh: 79; makefile: 44
file content (28 lines) | stat: -rw-r--r-- 872 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
graphite-web source for Debian
------------------------------

The included thirdparty python libraries are removed:

 # rm -f webapp/graphite/thirdparty

See: https://bugs.launchpad.net/graphite/+bug/1077338

The included *.swf files are removed, source missing:

 # rm webapp/content/js/ext/resources/*.swf

# Removed examples/ directory from ExtJS, Icons not needed, CC-BY-3.0

 # rm -rf webapp/content/js/ext/examples

The included JS files are removed and symlink to Debian JS packages:

 # rm webapp/content/js/jquery.js
 # rm webapp/content/js/window/prototype.js
 # rm -r webapp/content/js/scriptaculous
 # rm webapp/content/js/window/effects.js
 # rm webapp/content/js/jquery.flot.crosshair.js
 # rm webapp/content/js/jquery.flot.js
 # rm webapp/content/js/jquery.flot.selection.js

 -- Jonas Genannt <jonas.genannt@capi2name.de>  Sat, 09 Mar 2013 15:55:45 +0100