diff options
author | James Moger <james.moger@gitblit.com> | 2013-03-27 12:46:05 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-03-27 17:22:08 -0400 |
commit | f6b200be4c8b90c26886c6cdd5809abac8c4ac15 (patch) | |
tree | a948dbcf6f24bf884ad95a8d6830b4ec4e1706cf /src/site/resources | |
parent | b79ade104858ce6714a7329b7629b331564a2ea5 (diff) | |
download | gitblit-f6b200be4c8b90c26886c6cdd5809abac8c4ac15.tar.gz gitblit-f6b200be4c8b90c26886c6cdd5809abac8c4ac15.zip |
Reorganized to Apache Standard Directory Layout & integrated Moxie
This is a massive commit which reorganizes the entire project structure
(although it is still monolithic), removes the Build classes, and
switches to Moxie, a smarter Ant build tookit based on the original
Gitblit Build classes.
The Ant build script will likely require additional fine-tuning, but
this is big step forward.
Diffstat (limited to 'src/site/resources')
-rw-r--r-- | src/site/resources/architecture.png | bin | 0 -> 30277 bytes | |||
-rw-r--r-- | src/site/resources/fed_aggregation.png | bin | 0 -> 21532 bytes | |||
-rw-r--r-- | src/site/resources/fed_mirror.png | bin | 0 -> 6897 bytes | |||
-rw-r--r-- | src/site/resources/ldapSample.png | bin | 0 -> 34151 bytes | |||
-rw-r--r-- | src/site/resources/permissions_matrix.png | bin | 0 -> 42519 bytes | |||
-rw-r--r-- | src/site/resources/screenshots.js | 10 | ||||
-rw-r--r-- | src/site/resources/stjude_150x150.gif | bin | 0 -> 7573 bytes |
7 files changed, 10 insertions, 0 deletions
diff --git a/src/site/resources/architecture.png b/src/site/resources/architecture.png Binary files differnew file mode 100644 index 00000000..c6bae52c --- /dev/null +++ b/src/site/resources/architecture.png diff --git a/src/site/resources/fed_aggregation.png b/src/site/resources/fed_aggregation.png Binary files differnew file mode 100644 index 00000000..556d1e47 --- /dev/null +++ b/src/site/resources/fed_aggregation.png diff --git a/src/site/resources/fed_mirror.png b/src/site/resources/fed_mirror.png Binary files differnew file mode 100644 index 00000000..3ad238e6 --- /dev/null +++ b/src/site/resources/fed_mirror.png diff --git a/src/site/resources/ldapSample.png b/src/site/resources/ldapSample.png Binary files differnew file mode 100644 index 00000000..fd8c999a --- /dev/null +++ b/src/site/resources/ldapSample.png diff --git a/src/site/resources/permissions_matrix.png b/src/site/resources/permissions_matrix.png Binary files differnew file mode 100644 index 00000000..d463ae11 --- /dev/null +++ b/src/site/resources/permissions_matrix.png diff --git a/src/site/resources/screenshots.js b/src/site/resources/screenshots.js new file mode 100644 index 00000000..c007e6e1 --- /dev/null +++ b/src/site/resources/screenshots.js @@ -0,0 +1,10 @@ +$(document).ready(function() {
+ $("a[rel=screenshots_group]").fancybox({
+ 'transitionIn' : 'none',
+ 'transitionOut' : 'none',
+ 'titlePosition' : 'over',
+ 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
+ return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' ' + title : '') + '</span>';
+ }
+ });
+});
\ No newline at end of file diff --git a/src/site/resources/stjude_150x150.gif b/src/site/resources/stjude_150x150.gif Binary files differnew file mode 100644 index 00000000..378ab727 --- /dev/null +++ b/src/site/resources/stjude_150x150.gif |