ngs_server 0.1 → 0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/ngs_server +72 -50
- data/ext/bamtools/extconf.rb +3 -3
- data/ext/vcftools/Makefile +28 -0
- data/ext/vcftools/README.txt +36 -0
- data/ext/vcftools/cpp/.svn/all-wcprops +125 -0
- data/ext/vcftools/cpp/.svn/dir-prop-base +6 -0
- data/ext/vcftools/cpp/.svn/entries +708 -0
- data/ext/vcftools/cpp/.svn/text-base/Makefile.svn-base +46 -0
- data/ext/vcftools/cpp/.svn/text-base/dgeev.cpp.svn-base +146 -0
- data/ext/vcftools/cpp/.svn/text-base/dgeev.h.svn-base +43 -0
- data/ext/vcftools/cpp/.svn/text-base/output_log.cpp.svn-base +79 -0
- data/ext/vcftools/cpp/.svn/text-base/output_log.h.svn-base +34 -0
- data/ext/vcftools/cpp/.svn/text-base/parameters.cpp.svn-base +535 -0
- data/ext/vcftools/cpp/.svn/text-base/parameters.h.svn-base +154 -0
- data/ext/vcftools/cpp/.svn/text-base/vcf_entry.cpp.svn-base +497 -0
- data/ext/vcftools/cpp/.svn/text-base/vcf_entry.h.svn-base +190 -0
- data/ext/vcftools/cpp/.svn/text-base/vcf_entry_getters.cpp.svn-base +421 -0
- data/ext/vcftools/cpp/.svn/text-base/vcf_entry_setters.cpp.svn-base +482 -0
- data/ext/vcftools/cpp/.svn/text-base/vcf_file.cpp.svn-base +495 -0
- data/ext/vcftools/cpp/.svn/text-base/vcf_file.h.svn-base +184 -0
- data/ext/vcftools/cpp/.svn/text-base/vcf_file_diff.cpp.svn-base +1282 -0
- data/ext/vcftools/cpp/.svn/text-base/vcf_file_filters.cpp.svn-base +1215 -0
- data/ext/vcftools/cpp/.svn/text-base/vcf_file_format_convert.cpp.svn-base +1138 -0
- data/ext/vcftools/cpp/.svn/text-base/vcf_file_index.cpp.svn-base +171 -0
- data/ext/vcftools/cpp/.svn/text-base/vcf_file_output.cpp.svn-base +3012 -0
- data/ext/vcftools/cpp/.svn/text-base/vcftools.cpp.svn-base +107 -0
- data/ext/vcftools/cpp/.svn/text-base/vcftools.h.svn-base +25 -0
- data/ext/vcftools/cpp/Makefile +46 -0
- data/ext/vcftools/cpp/dgeev.cpp +146 -0
- data/ext/vcftools/cpp/dgeev.h +43 -0
- data/ext/vcftools/cpp/output_log.cpp +79 -0
- data/ext/vcftools/cpp/output_log.h +34 -0
- data/ext/vcftools/cpp/parameters.cpp +535 -0
- data/ext/vcftools/cpp/parameters.h +154 -0
- data/ext/vcftools/cpp/vcf_entry.cpp +497 -0
- data/ext/vcftools/cpp/vcf_entry.h +190 -0
- data/ext/vcftools/cpp/vcf_entry_getters.cpp +421 -0
- data/ext/vcftools/cpp/vcf_entry_setters.cpp +482 -0
- data/ext/vcftools/cpp/vcf_file.cpp +495 -0
- data/ext/vcftools/cpp/vcf_file.h +184 -0
- data/ext/vcftools/cpp/vcf_file_diff.cpp +1282 -0
- data/ext/vcftools/cpp/vcf_file_filters.cpp +1215 -0
- data/ext/vcftools/cpp/vcf_file_format_convert.cpp +1138 -0
- data/ext/vcftools/cpp/vcf_file_index.cpp +171 -0
- data/ext/vcftools/cpp/vcf_file_output.cpp +3012 -0
- data/ext/vcftools/cpp/vcftools.cpp +107 -0
- data/ext/vcftools/cpp/vcftools.h +25 -0
- data/ext/vcftools/examples/.svn/all-wcprops +185 -0
- data/ext/vcftools/examples/.svn/dir-prop-base +6 -0
- data/ext/vcftools/examples/.svn/entries +1048 -0
- data/ext/vcftools/examples/.svn/prop-base/perl-api-1.pl.svn-base +5 -0
- data/ext/vcftools/examples/.svn/text-base/annotate-test.vcf.svn-base +37 -0
- data/ext/vcftools/examples/.svn/text-base/annotate.out.svn-base +23 -0
- data/ext/vcftools/examples/.svn/text-base/annotate.txt.svn-base +7 -0
- data/ext/vcftools/examples/.svn/text-base/annotate2.out.svn-base +52 -0
- data/ext/vcftools/examples/.svn/text-base/annotate3.out.svn-base +23 -0
- data/ext/vcftools/examples/.svn/text-base/cmp-test-a-3.3.vcf.svn-base +12 -0
- data/ext/vcftools/examples/.svn/text-base/cmp-test-a.vcf.svn-base +12 -0
- data/ext/vcftools/examples/.svn/text-base/cmp-test-b-3.3.vcf.svn-base +12 -0
- data/ext/vcftools/examples/.svn/text-base/cmp-test-b.vcf.svn-base +12 -0
- data/ext/vcftools/examples/.svn/text-base/cmp-test.out.svn-base +53 -0
- data/ext/vcftools/examples/.svn/text-base/concat-a.vcf.svn-base +21 -0
- data/ext/vcftools/examples/.svn/text-base/concat-b.vcf.svn-base +13 -0
- data/ext/vcftools/examples/.svn/text-base/concat-c.vcf.svn-base +19 -0
- data/ext/vcftools/examples/.svn/text-base/concat.out.svn-base +39 -0
- data/ext/vcftools/examples/.svn/text-base/invalid-4.0.vcf.svn-base +31 -0
- data/ext/vcftools/examples/.svn/text-base/isec-n2-test.vcf.out.svn-base +19 -0
- data/ext/vcftools/examples/.svn/text-base/merge-test-a.vcf.svn-base +17 -0
- data/ext/vcftools/examples/.svn/text-base/merge-test-b.vcf.svn-base +17 -0
- data/ext/vcftools/examples/.svn/text-base/merge-test-c.vcf.svn-base +15 -0
- data/ext/vcftools/examples/.svn/text-base/merge-test.vcf.out.svn-base +31 -0
- data/ext/vcftools/examples/.svn/text-base/perl-api-1.pl.svn-base +46 -0
- data/ext/vcftools/examples/.svn/text-base/query-test.out.svn-base +6 -0
- data/ext/vcftools/examples/.svn/text-base/shuffle-test.vcf.svn-base +12 -0
- data/ext/vcftools/examples/.svn/text-base/subset.SNPs.out.svn-base +10 -0
- data/ext/vcftools/examples/.svn/text-base/subset.indels.out.svn-base +18 -0
- data/ext/vcftools/examples/.svn/text-base/subset.vcf.svn-base +21 -0
- data/ext/vcftools/examples/.svn/text-base/valid-3.3.vcf.svn-base +30 -0
- data/ext/vcftools/examples/.svn/text-base/valid-4.0.vcf.stats.svn-base +104 -0
- data/ext/vcftools/examples/.svn/text-base/valid-4.0.vcf.svn-base +34 -0
- data/ext/vcftools/examples/.svn/text-base/valid-4.1.vcf.svn-base +37 -0
- data/ext/vcftools/examples/annotate-test.vcf +37 -0
- data/ext/vcftools/examples/annotate.out +23 -0
- data/ext/vcftools/examples/annotate.txt +7 -0
- data/ext/vcftools/examples/annotate2.out +52 -0
- data/ext/vcftools/examples/annotate3.out +23 -0
- data/ext/vcftools/examples/cmp-test-a-3.3.vcf +12 -0
- data/ext/vcftools/examples/cmp-test-a.vcf +12 -0
- data/ext/vcftools/examples/cmp-test-b-3.3.vcf +12 -0
- data/ext/vcftools/examples/cmp-test-b.vcf +12 -0
- data/ext/vcftools/examples/cmp-test.out +53 -0
- data/ext/vcftools/examples/concat-a.vcf +21 -0
- data/ext/vcftools/examples/concat-b.vcf +13 -0
- data/ext/vcftools/examples/concat-c.vcf +19 -0
- data/ext/vcftools/examples/concat.out +39 -0
- data/ext/vcftools/examples/invalid-4.0.vcf +31 -0
- data/ext/vcftools/examples/isec-n2-test.vcf.out +19 -0
- data/ext/vcftools/examples/merge-test-a.vcf +17 -0
- data/ext/vcftools/examples/merge-test-b.vcf +17 -0
- data/ext/vcftools/examples/merge-test-c.vcf +15 -0
- data/ext/vcftools/examples/merge-test.vcf.out +31 -0
- data/ext/vcftools/examples/perl-api-1.pl +46 -0
- data/ext/vcftools/examples/query-test.out +6 -0
- data/ext/vcftools/examples/shuffle-test.vcf +12 -0
- data/ext/vcftools/examples/subset.SNPs.out +10 -0
- data/ext/vcftools/examples/subset.indels.out +18 -0
- data/ext/vcftools/examples/subset.vcf +21 -0
- data/ext/vcftools/examples/valid-3.3.vcf +30 -0
- data/ext/vcftools/examples/valid-4.0.vcf +34 -0
- data/ext/vcftools/examples/valid-4.0.vcf.stats +104 -0
- data/ext/vcftools/examples/valid-4.1.vcf +37 -0
- data/ext/vcftools/extconf.rb +2 -0
- data/ext/vcftools/perl/.svn/all-wcprops +149 -0
- data/ext/vcftools/perl/.svn/entries +844 -0
- data/ext/vcftools/perl/.svn/prop-base/fill-aa.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/fill-an-ac.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/fill-ref-md5.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/tab-to-vcf.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/test.t.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/vcf-annotate.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/vcf-compare.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/vcf-concat.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/vcf-convert.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/vcf-fix-newlines.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/vcf-isec.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/vcf-merge.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/vcf-query.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/vcf-shuffle-cols.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/vcf-sort.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/vcf-stats.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/vcf-subset.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/vcf-to-tab.svn-base +5 -0
- data/ext/vcftools/perl/.svn/prop-base/vcf-validator.svn-base +5 -0
- data/ext/vcftools/perl/.svn/text-base/ChangeLog.svn-base +84 -0
- data/ext/vcftools/perl/.svn/text-base/FaSlice.pm.svn-base +214 -0
- data/ext/vcftools/perl/.svn/text-base/Makefile.svn-base +12 -0
- data/ext/vcftools/perl/.svn/text-base/Vcf.pm.svn-base +2853 -0
- data/ext/vcftools/perl/.svn/text-base/VcfStats.pm.svn-base +681 -0
- data/ext/vcftools/perl/.svn/text-base/fill-aa.svn-base +103 -0
- data/ext/vcftools/perl/.svn/text-base/fill-an-ac.svn-base +56 -0
- data/ext/vcftools/perl/.svn/text-base/fill-ref-md5.svn-base +204 -0
- data/ext/vcftools/perl/.svn/text-base/tab-to-vcf.svn-base +92 -0
- data/ext/vcftools/perl/.svn/text-base/test.t.svn-base +376 -0
- data/ext/vcftools/perl/.svn/text-base/vcf-annotate.svn-base +1099 -0
- data/ext/vcftools/perl/.svn/text-base/vcf-compare.svn-base +1193 -0
- data/ext/vcftools/perl/.svn/text-base/vcf-concat.svn-base +310 -0
- data/ext/vcftools/perl/.svn/text-base/vcf-convert.svn-base +180 -0
- data/ext/vcftools/perl/.svn/text-base/vcf-fix-newlines.svn-base +97 -0
- data/ext/vcftools/perl/.svn/text-base/vcf-isec.svn-base +660 -0
- data/ext/vcftools/perl/.svn/text-base/vcf-merge.svn-base +577 -0
- data/ext/vcftools/perl/.svn/text-base/vcf-query.svn-base +272 -0
- data/ext/vcftools/perl/.svn/text-base/vcf-shuffle-cols.svn-base +89 -0
- data/ext/vcftools/perl/.svn/text-base/vcf-sort.svn-base +79 -0
- data/ext/vcftools/perl/.svn/text-base/vcf-stats.svn-base +160 -0
- data/ext/vcftools/perl/.svn/text-base/vcf-subset.svn-base +206 -0
- data/ext/vcftools/perl/.svn/text-base/vcf-to-tab.svn-base +112 -0
- data/ext/vcftools/perl/.svn/text-base/vcf-validator.svn-base +145 -0
- data/ext/vcftools/perl/ChangeLog +84 -0
- data/ext/vcftools/perl/FaSlice.pm +214 -0
- data/ext/vcftools/perl/Makefile +12 -0
- data/ext/vcftools/perl/Vcf.pm +2853 -0
- data/ext/vcftools/perl/VcfStats.pm +681 -0
- data/ext/vcftools/perl/fill-aa +103 -0
- data/ext/vcftools/perl/fill-an-ac +56 -0
- data/ext/vcftools/perl/fill-ref-md5 +204 -0
- data/ext/vcftools/perl/tab-to-vcf +92 -0
- data/ext/vcftools/perl/test.t +376 -0
- data/ext/vcftools/perl/vcf-annotate +1099 -0
- data/ext/vcftools/perl/vcf-compare +1193 -0
- data/ext/vcftools/perl/vcf-concat +310 -0
- data/ext/vcftools/perl/vcf-convert +180 -0
- data/ext/vcftools/perl/vcf-fix-newlines +97 -0
- data/ext/vcftools/perl/vcf-isec +660 -0
- data/ext/vcftools/perl/vcf-merge +577 -0
- data/ext/vcftools/perl/vcf-query +286 -0
- data/ext/vcftools/perl/vcf-shuffle-cols +89 -0
- data/ext/vcftools/perl/vcf-sort +79 -0
- data/ext/vcftools/perl/vcf-stats +160 -0
- data/ext/vcftools/perl/vcf-subset +206 -0
- data/ext/vcftools/perl/vcf-to-tab +112 -0
- data/ext/vcftools/perl/vcf-validator +145 -0
- data/ext/vcftools/website/.svn/all-wcprops +41 -0
- data/ext/vcftools/website/.svn/entries +238 -0
- data/ext/vcftools/website/.svn/prop-base/VCF-poster.pdf.svn-base +5 -0
- data/ext/vcftools/website/.svn/prop-base/favicon.ico.svn-base +5 -0
- data/ext/vcftools/website/.svn/prop-base/favicon.png.svn-base +5 -0
- data/ext/vcftools/website/.svn/text-base/Makefile.svn-base +6 -0
- data/ext/vcftools/website/.svn/text-base/README.svn-base +2 -0
- data/ext/vcftools/website/.svn/text-base/VCF-poster.pdf.svn-base +0 -0
- data/ext/vcftools/website/.svn/text-base/default.css.svn-base +250 -0
- data/ext/vcftools/website/.svn/text-base/favicon.ico.svn-base +0 -0
- data/ext/vcftools/website/.svn/text-base/favicon.png.svn-base +0 -0
- data/ext/vcftools/website/Makefile +6 -0
- data/ext/vcftools/website/README +2 -0
- data/ext/vcftools/website/VCF-poster.pdf +0 -0
- data/ext/vcftools/website/default.css +250 -0
- data/ext/vcftools/website/favicon.ico +0 -0
- data/ext/vcftools/website/favicon.png +0 -0
- data/ext/vcftools/website/img/.svn/all-wcprops +53 -0
- data/ext/vcftools/website/img/.svn/entries +300 -0
- data/ext/vcftools/website/img/.svn/prop-base/bg.gif.svn-base +5 -0
- data/ext/vcftools/website/img/.svn/prop-base/bgcode.gif.svn-base +5 -0
- data/ext/vcftools/website/img/.svn/prop-base/bgcontainer.gif.svn-base +5 -0
- data/ext/vcftools/website/img/.svn/prop-base/bgul.gif.svn-base +5 -0
- data/ext/vcftools/website/img/.svn/prop-base/header.gif.svn-base +5 -0
- data/ext/vcftools/website/img/.svn/prop-base/li.gif.svn-base +5 -0
- data/ext/vcftools/website/img/.svn/prop-base/quote.gif.svn-base +5 -0
- data/ext/vcftools/website/img/.svn/prop-base/search.gif.svn-base +5 -0
- data/ext/vcftools/website/img/.svn/text-base/bg.gif.svn-base +0 -0
- data/ext/vcftools/website/img/.svn/text-base/bgcode.gif.svn-base +0 -0
- data/ext/vcftools/website/img/.svn/text-base/bgcontainer.gif.svn-base +0 -0
- data/ext/vcftools/website/img/.svn/text-base/bgul.gif.svn-base +0 -0
- data/ext/vcftools/website/img/.svn/text-base/header.gif.svn-base +0 -0
- data/ext/vcftools/website/img/.svn/text-base/li.gif.svn-base +0 -0
- data/ext/vcftools/website/img/.svn/text-base/quote.gif.svn-base +0 -0
- data/ext/vcftools/website/img/.svn/text-base/search.gif.svn-base +0 -0
- data/ext/vcftools/website/img/bg.gif +0 -0
- data/ext/vcftools/website/img/bgcode.gif +0 -0
- data/ext/vcftools/website/img/bgcontainer.gif +0 -0
- data/ext/vcftools/website/img/bgul.gif +0 -0
- data/ext/vcftools/website/img/header.gif +0 -0
- data/ext/vcftools/website/img/li.gif +0 -0
- data/ext/vcftools/website/img/quote.gif +0 -0
- data/ext/vcftools/website/img/search.gif +0 -0
- data/ext/vcftools/website/src/.svn/all-wcprops +53 -0
- data/ext/vcftools/website/src/.svn/entries +300 -0
- data/ext/vcftools/website/src/.svn/text-base/docs.inc.svn-base +202 -0
- data/ext/vcftools/website/src/.svn/text-base/index.inc.svn-base +52 -0
- data/ext/vcftools/website/src/.svn/text-base/index.php.svn-base +80 -0
- data/ext/vcftools/website/src/.svn/text-base/license.inc.svn-base +27 -0
- data/ext/vcftools/website/src/.svn/text-base/links.inc.svn-base +13 -0
- data/ext/vcftools/website/src/.svn/text-base/options.inc.svn-base +654 -0
- data/ext/vcftools/website/src/.svn/text-base/perl_module.inc.svn-base +249 -0
- data/ext/vcftools/website/src/.svn/text-base/specs.inc.svn-base +18 -0
- data/ext/vcftools/website/src/docs.inc +202 -0
- data/ext/vcftools/website/src/index.inc +52 -0
- data/ext/vcftools/website/src/index.php +80 -0
- data/ext/vcftools/website/src/license.inc +27 -0
- data/ext/vcftools/website/src/links.inc +13 -0
- data/ext/vcftools/website/src/options.inc +654 -0
- data/ext/vcftools/website/src/perl_module.inc +249 -0
- data/ext/vcftools/website/src/specs.inc +18 -0
- data/lib/config.ru +9 -0
- data/lib/ngs_server/add.rb +9 -0
- data/lib/ngs_server/version.rb +1 -1
- data/lib/ngs_server.rb +55 -3
- data/ngs_server.gemspec +5 -2
- metadata +296 -6
@@ -0,0 +1,238 @@
|
|
1
|
+
10
|
2
|
+
|
3
|
+
dir
|
4
|
+
620
|
5
|
+
https://vcftools.svn.sourceforge.net/svnroot/vcftools/website
|
6
|
+
https://vcftools.svn.sourceforge.net/svnroot/vcftools
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
2011-10-06T16:08:21.100852Z
|
11
|
+
620
|
12
|
+
auton1
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
9c269a97-bb8f-4c93-a6da-4cfa3dbe9892
|
28
|
+
|
29
|
+
VCF-poster.pdf
|
30
|
+
file
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
2011-10-07T08:38:41.000000Z
|
36
|
+
31404b2f99c5785e065c260c69023e14
|
37
|
+
2010-09-13T11:07:24.066539Z
|
38
|
+
285
|
39
|
+
petulda
|
40
|
+
has-props
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
88443
|
62
|
+
|
63
|
+
src
|
64
|
+
dir
|
65
|
+
|
66
|
+
favicon.png
|
67
|
+
file
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
2011-10-07T08:38:41.000000Z
|
73
|
+
39753452f1149ef8039e333e4db0beb7
|
74
|
+
2010-10-31T12:29:40.184822Z
|
75
|
+
320
|
76
|
+
petulda
|
77
|
+
has-props
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
3906
|
99
|
+
|
100
|
+
default.css
|
101
|
+
file
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
2011-10-07T08:38:41.000000Z
|
107
|
+
707f389a2dcddf875b5991c55123cc14
|
108
|
+
2010-10-31T12:29:40.184822Z
|
109
|
+
320
|
110
|
+
petulda
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
4336
|
133
|
+
|
134
|
+
img
|
135
|
+
dir
|
136
|
+
|
137
|
+
Makefile
|
138
|
+
file
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
2011-10-07T08:38:41.000000Z
|
144
|
+
b294ffb633ff14b110d4be39e23f73ab
|
145
|
+
2011-01-27T18:26:06.900845Z
|
146
|
+
429
|
147
|
+
auton1
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
178
|
170
|
+
|
171
|
+
README
|
172
|
+
file
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
2011-10-07T08:38:41.000000Z
|
178
|
+
5252f0b45f3d41116d8d07b0fda09508
|
179
|
+
2010-11-06T20:57:39.024218Z
|
180
|
+
331
|
181
|
+
petulda
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
97
|
204
|
+
|
205
|
+
favicon.ico
|
206
|
+
file
|
207
|
+
|
208
|
+
|
209
|
+
|
210
|
+
|
211
|
+
2011-10-07T08:38:41.000000Z
|
212
|
+
65ef0ba13ca22ae0575d6b6ead0e5eb9
|
213
|
+
2010-10-31T12:29:40.184822Z
|
214
|
+
320
|
215
|
+
petulda
|
216
|
+
has-props
|
217
|
+
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
|
225
|
+
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
894
|
238
|
+
|
Binary file
|
@@ -0,0 +1,250 @@
|
|
1
|
+
/*#############################################################
|
2
|
+
Name: Transparentia
|
3
|
+
Date: 2006-08-20
|
4
|
+
Description: Simple, lightweight and slightly blue.
|
5
|
+
Author: Viktor Persson
|
6
|
+
URL: http://templates.arcsin.se
|
7
|
+
|
8
|
+
Feel free to use and modify but please provide credits.
|
9
|
+
#############################################################*/
|
10
|
+
|
11
|
+
/* standard elements */
|
12
|
+
* {
|
13
|
+
margin: 0;
|
14
|
+
padding: 0;
|
15
|
+
}
|
16
|
+
a {
|
17
|
+
color: #36C;
|
18
|
+
}
|
19
|
+
a:hover {
|
20
|
+
color: #06F;
|
21
|
+
}
|
22
|
+
body {
|
23
|
+
background: #EEE url(img/bg.gif);
|
24
|
+
color: #444;
|
25
|
+
/*font: normal 62.5% "Lucida Sans Unicode",sans-serif;*/
|
26
|
+
font: normal 75% "Lucida Sans Unicode",sans-serif;
|
27
|
+
margin: 0;
|
28
|
+
}
|
29
|
+
input {
|
30
|
+
color: #555;
|
31
|
+
font: normal 1.1em "Lucida Sans Unicode",sans-serif;
|
32
|
+
}
|
33
|
+
p,cite,code {
|
34
|
+
/*font-size: 1.2em;*/
|
35
|
+
padding-bottom: 1.2em;
|
36
|
+
}
|
37
|
+
h1 {
|
38
|
+
font-size: 1.4em;
|
39
|
+
margin-bottom: 6px;
|
40
|
+
}
|
41
|
+
li {
|
42
|
+
/*font-size: 1.2em;*/
|
43
|
+
}
|
44
|
+
code {
|
45
|
+
background: url(img/bgcode.gif);
|
46
|
+
border: 1px solid #F0F0F0;
|
47
|
+
border-left: 6px solid #39F;
|
48
|
+
color: #555;
|
49
|
+
display: block;
|
50
|
+
font: normal 1.1em "Lucida Sans Unicode",serif;
|
51
|
+
margin-bottom: 12px;
|
52
|
+
padding: 8px 10px;
|
53
|
+
white-space: pre;
|
54
|
+
}
|
55
|
+
cite {
|
56
|
+
background: url(img/quote.gif) no-repeat;
|
57
|
+
color: #666;
|
58
|
+
display: block;
|
59
|
+
font: normal 1.3em "Lucida Sans Unicode",serif;
|
60
|
+
padding-left: 28px;
|
61
|
+
}
|
62
|
+
h1,h2,h3 {
|
63
|
+
color: #367EA6;
|
64
|
+
padding-top: 6px;
|
65
|
+
}
|
66
|
+
.codebox {
|
67
|
+
background: #EEEEEE;
|
68
|
+
border: 1px solid #DDD;
|
69
|
+
padding: 1px;
|
70
|
+
padding-left: 18px;
|
71
|
+
/*font-size: 1.1em;*/
|
72
|
+
/*font-size: 12px;*/
|
73
|
+
margin-bottom: 1.2em;
|
74
|
+
/* Not such a good idea after all: want to have links inside
|
75
|
+
white-space: pre; /* To allow multiple lines without <br>*/
|
76
|
+
}
|
77
|
+
.codebox A {
|
78
|
+
text-decoration: none;
|
79
|
+
}
|
80
|
+
|
81
|
+
/* misc */
|
82
|
+
.clearer {
|
83
|
+
clear: both;
|
84
|
+
}
|
85
|
+
|
86
|
+
/* structure */
|
87
|
+
.container {
|
88
|
+
background: url(img/bgcontainer.gif) repeat-y;
|
89
|
+
margin: 0 auto;
|
90
|
+
padding-bottom: 6px;
|
91
|
+
width: 800px;
|
92
|
+
}
|
93
|
+
.header {
|
94
|
+
background: url(img/header.gif) repeat-x;
|
95
|
+
}
|
96
|
+
|
97
|
+
/* title */
|
98
|
+
.title {
|
99
|
+
text-align: center;
|
100
|
+
margin-bottom: 1em;
|
101
|
+
}
|
102
|
+
.title a {
|
103
|
+
color: #FFF;
|
104
|
+
font: normal 3em Verdana,sans-serif;
|
105
|
+
height: 150px;
|
106
|
+
line-height: 150px;
|
107
|
+
text-decoration: none;
|
108
|
+
}
|
109
|
+
|
110
|
+
/* navigation */
|
111
|
+
.navigation {
|
112
|
+
margin-bottom: 4px;
|
113
|
+
}
|
114
|
+
.navigation a {
|
115
|
+
background-color: #4A91C3;
|
116
|
+
color: #FFF;
|
117
|
+
float: left;
|
118
|
+
font: bold 1.2em "Trebuchet MS",sans-serif;
|
119
|
+
padding: 8px 0;
|
120
|
+
width: 19%;
|
121
|
+
border-right: 1px solid #FFF;
|
122
|
+
text-align: center;
|
123
|
+
text-decoration: none;
|
124
|
+
}
|
125
|
+
.navigation a:hover {
|
126
|
+
background-color: #000;
|
127
|
+
color: #FFF;
|
128
|
+
}
|
129
|
+
|
130
|
+
/* main */
|
131
|
+
.main {
|
132
|
+
clear: both;
|
133
|
+
padding: 8px 18px;
|
134
|
+
}
|
135
|
+
|
136
|
+
/* main left */
|
137
|
+
.sidenav h1,.sidenav ul {
|
138
|
+
padding-left: 12px;
|
139
|
+
}
|
140
|
+
.sidenav {
|
141
|
+
background: #EEE;
|
142
|
+
border: 1px solid #E5E5E5;
|
143
|
+
float: left;
|
144
|
+
width: 200px;
|
145
|
+
}
|
146
|
+
.sidenav h1 {
|
147
|
+
color: #666;
|
148
|
+
font-size: 1.2em;
|
149
|
+
height: 20px;
|
150
|
+
margin-top: 1.2em;
|
151
|
+
}
|
152
|
+
.sidenav ul {
|
153
|
+
border-top: 1px solid #FAFAFA;
|
154
|
+
background: url(img/bgul.gif) repeat-x;
|
155
|
+
margin: 0;
|
156
|
+
padding: 0;
|
157
|
+
}
|
158
|
+
.sidenav li {
|
159
|
+
border: 1px solid #FAFAFA;
|
160
|
+
border-top: none;
|
161
|
+
list-style: none;
|
162
|
+
margin: 0;
|
163
|
+
}
|
164
|
+
.sidenav li a {
|
165
|
+
color: #777;
|
166
|
+
display: block;
|
167
|
+
font-size: 0.9em;
|
168
|
+
padding: 3px 6px 3px 14px;
|
169
|
+
text-decoration: none;
|
170
|
+
}
|
171
|
+
.sidenav li a:hover {
|
172
|
+
color: #111;
|
173
|
+
}
|
174
|
+
|
175
|
+
/* content */
|
176
|
+
.content {
|
177
|
+
float: right;
|
178
|
+
width: 553px;
|
179
|
+
}
|
180
|
+
.content .item {
|
181
|
+
padding: 6px 12px;
|
182
|
+
border: 1px solid #EEE;
|
183
|
+
background: #FFF;
|
184
|
+
margin-bottom: 8px;
|
185
|
+
}
|
186
|
+
.content .descr {
|
187
|
+
color: #333;
|
188
|
+
margin-bottom: 6px;
|
189
|
+
}
|
190
|
+
.content li {
|
191
|
+
list-style: url(img/li.gif);
|
192
|
+
margin-left: 18px;
|
193
|
+
}
|
194
|
+
|
195
|
+
/* search form */
|
196
|
+
form {
|
197
|
+
padding: 0 0 6px 8px;
|
198
|
+
}
|
199
|
+
.styled {
|
200
|
+
border: 1px solid #DDD;
|
201
|
+
padding: 4px;
|
202
|
+
}
|
203
|
+
.button {
|
204
|
+
background: url(img/search.gif) no-repeat left bottom;
|
205
|
+
border: none;
|
206
|
+
height: 27px;
|
207
|
+
width: 27px;
|
208
|
+
}
|
209
|
+
|
210
|
+
/* footer */
|
211
|
+
.footer {
|
212
|
+
background: #FFF;
|
213
|
+
border: 1px solid #EEE;
|
214
|
+
color: #666;
|
215
|
+
font-size: 0.5em;
|
216
|
+
margin: 0 auto;
|
217
|
+
text-align: center;
|
218
|
+
padding: 6px;
|
219
|
+
width: 753px;
|
220
|
+
}
|
221
|
+
.footer a {
|
222
|
+
color: #36C;
|
223
|
+
text-decoration: none;
|
224
|
+
}
|
225
|
+
.footer a:hover {
|
226
|
+
color: #06F;
|
227
|
+
text-decoration: underline;
|
228
|
+
}
|
229
|
+
|
230
|
+
|
231
|
+
/* Custom styles */
|
232
|
+
ul.faq {
|
233
|
+
list-style-type: none;
|
234
|
+
margin: 0px;
|
235
|
+
padding: 0px;
|
236
|
+
}
|
237
|
+
ul.faq li {
|
238
|
+
list-style: none;
|
239
|
+
}
|
240
|
+
.cmd {
|
241
|
+
text-align: center;
|
242
|
+
color: #367EA6;
|
243
|
+
font-style: italic;
|
244
|
+
}
|
245
|
+
.Q {
|
246
|
+
color: #367EA6;
|
247
|
+
font-weight: bold;
|
248
|
+
}
|
249
|
+
|
250
|
+
|
Binary file
|
Binary file
|
Binary file
|