summaryrefslogtreecommitdiffstats
path: root/src/site/resources
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-03-27 12:46:05 -0400
committerJames Moger <james.moger@gitblit.com>2013-03-27 17:22:08 -0400
commitf6b200be4c8b90c26886c6cdd5809abac8c4ac15 (patch)
treea948dbcf6f24bf884ad95a8d6830b4ec4e1706cf /src/site/resources
parentb79ade104858ce6714a7329b7629b331564a2ea5 (diff)
downloadgitblit-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.pngbin0 -> 30277 bytes
-rw-r--r--src/site/resources/fed_aggregation.pngbin0 -> 21532 bytes
-rw-r--r--src/site/resources/fed_mirror.pngbin0 -> 6897 bytes
-rw-r--r--src/site/resources/ldapSample.pngbin0 -> 34151 bytes
-rw-r--r--src/site/resources/permissions_matrix.pngbin0 -> 42519 bytes
-rw-r--r--src/site/resources/screenshots.js10
-rw-r--r--src/site/resources/stjude_150x150.gifbin0 -> 7573 bytes
7 files changed, 10 insertions, 0 deletions
diff --git a/src/site/resources/architecture.png b/src/site/resources/architecture.png
new file mode 100644
index 00000000..c6bae52c
--- /dev/null
+++ b/src/site/resources/architecture.png
Binary files differ
diff --git a/src/site/resources/fed_aggregation.png b/src/site/resources/fed_aggregation.png
new file mode 100644
index 00000000..556d1e47
--- /dev/null
+++ b/src/site/resources/fed_aggregation.png
Binary files differ
diff --git a/src/site/resources/fed_mirror.png b/src/site/resources/fed_mirror.png
new file mode 100644
index 00000000..3ad238e6
--- /dev/null
+++ b/src/site/resources/fed_mirror.png
Binary files differ
diff --git a/src/site/resources/ldapSample.png b/src/site/resources/ldapSample.png
new file mode 100644
index 00000000..fd8c999a
--- /dev/null
+++ b/src/site/resources/ldapSample.png
Binary files differ
diff --git a/src/site/resources/permissions_matrix.png b/src/site/resources/permissions_matrix.png
new file mode 100644
index 00000000..d463ae11
--- /dev/null
+++ b/src/site/resources/permissions_matrix.png
Binary files differ
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 ? ' &nbsp; ' + title : '') + '</span>';
+ }
+ });
+}); \ No newline at end of file
diff --git a/src/site/resources/stjude_150x150.gif b/src/site/resources/stjude_150x150.gif
new file mode 100644
index 00000000..378ab727
--- /dev/null
+++ b/src/site/resources/stjude_150x150.gif
Binary files differ