Convert website from Apache CMS to JBake.
Project: http://git-wip-us.apache.org/repos/asf/roller-website/repo Commit: http://git-wip-us.apache.org/repos/asf/roller-website/commit/129d34e1 Tree: http://git-wip-us.apache.org/repos/asf/roller-website/tree/129d34e1 Diff: http://git-wip-us.apache.org/repos/asf/roller-website/diff/129d34e1 Branch: refs/heads/asf-site Commit: 129d34e12d4e2bad1695819ba8d2969f93e12b6c Parents: 260fef0 Author: Dave Johnson <[email protected]> Authored: Sun Sep 11 09:11:17 2016 -0400 Committer: Dave Johnson <[email protected]> Committed: Sun Sep 11 09:11:17 2016 -0400 ---------------------------------------------------------------------- .gitignore | 1 + content/bootstrap-3.2.0/css/bootstrap.min.css | 2 +- content/downloads/downloads.html | 118 + content/downloads/downloads.mdtext | 83 - content/getinvolved/edit_website.html | 133 + content/getinvolved/edit_website.mdtext | 59 - content/index.html | 135 + content/index.mdtext | 1 - content/project/whoweare.html | 124 + content/project/whoweare.mdtext | 30 - content/sitemap.html | 2 - lib/OpenEJBSiteDotiacFilter.pm | 67 - lib/path.pm | 42 - lib/view.pm | 202 - sources/pom.xml | 33 + .../bootstrap-3.2.0/css/bootstrap-theme.css | 442 ++ .../bootstrap-3.2.0/css/bootstrap-theme.css.map | 1 + .../bootstrap-3.2.0/css/bootstrap-theme.min.css | 5 + .../assets/bootstrap-3.2.0/css/bootstrap.css | 6238 ++++++++++++++++++ .../bootstrap-3.2.0/css/bootstrap.css.map | 1 + .../bootstrap-3.2.0/css/bootstrap.min.css | 5 + .../fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20335 bytes .../fonts/glyphicons-halflings-regular.svg | 229 + .../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 41280 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23320 bytes .../assets/bootstrap-3.2.0/js/bootstrap.js | 2136 ++++++ .../assets/bootstrap-3.2.0/js/bootstrap.min.js | 6 + sources/src/main/jbake/assets/css/roller.css | 188 + .../jbake/assets/images/SilkIconSet-readme.txt | 22 + .../src/main/jbake/assets/images/arrdown.png | Bin 0 -> 248 bytes .../main/jbake/assets/images/arrdownsmall.gif | Bin 0 -> 178 bytes sources/src/main/jbake/assets/images/arrup.gif | Bin 0 -> 130 bytes .../main/jbake/assets/images/attach-strip.png | Bin 0 -> 4244 bytes .../main/jbake/assets/images/attachment_big.png | Bin 0 -> 842 bytes .../jbake/assets/images/attachment_small.gif | Bin 0 -> 933 bytes .../jbake/assets/images/attachment_small.png | Bin 0 -> 391 bytes .../src/main/jbake/assets/images/book_open.png | Bin 0 -> 622 bytes .../main/jbake/assets/images/downGreenArrow.png | Bin 0 -> 176 bytes .../main/jbake/assets/images/editor-strip.gif | Bin 0 -> 3354 bytes sources/src/main/jbake/assets/images/error.gif | Bin 0 -> 1139 bytes .../main/jbake/assets/images/exclamation.gif | Bin 0 -> 1095 bytes .../src/main/jbake/assets/images/favicon.ico | Bin 0 -> 894 bytes sources/src/main/jbake/assets/images/filter.gif | Bin 0 -> 321 bytes .../main/jbake/assets/images/information.gif | Bin 0 -> 1154 bytes sources/src/main/jbake/assets/images/note.png | Bin 0 -> 870 bytes sources/src/main/jbake/assets/images/out.png | Bin 0 -> 927 bytes .../src/main/jbake/assets/images/personal.png | Bin 0 -> 1089 bytes .../src/main/jbake/assets/images/preview.gif | Bin 0 -> 1821 bytes .../src/main/jbake/assets/images/progress.gif | Bin 0 -> 9941 bytes .../jbake/assets/images/resize-horizontal.gif | Bin 0 -> 1318 bytes .../main/jbake/assets/images/roller-logo.jpg | Bin 0 -> 4879 bytes sources/src/main/jbake/assets/images/search.gif | Bin 0 -> 920 bytes .../main/jbake/assets/images/slimbox_close.gif | Bin 0 -> 139 bytes .../main/jbake/assets/images/slimbox_close.png | Bin 0 -> 1394 bytes .../jbake/assets/images/slimbox_close_hover.gif | Bin 0 -> 139 bytes .../src/main/jbake/assets/images/sortable.gif | Bin 0 -> 866 bytes .../main/jbake/assets/images/sorted_down.gif | Bin 0 -> 844 bytes .../src/main/jbake/assets/images/sorted_up.gif | Bin 0 -> 845 bytes sources/src/main/jbake/assets/images/spin.gif | Bin 0 -> 5461 bytes .../main/jbake/assets/images/steamroller5.jpg | Bin 0 -> 15438 bytes .../main/jbake/assets/images/steamroller50.png | Bin 0 -> 20013 bytes sources/src/main/jbake/assets/images/tip.png | Bin 0 -> 1638 bytes sources/src/main/jbake/assets/images/xml.png | Bin 0 -> 691 bytes .../main/jbake/assets/images/xmlCoffeeCup.png | Bin 0 -> 1182 bytes .../main/jbake/content/downloads/downloads.md | 86 + .../jbake/content/getinvolved/edit_website.md | 72 + .../src/main/jbake/content/project/whoweare.md | 32 + sources/src/main/jbake/custom.properties | 11 + sources/src/main/jbake/templates/footer.ftl | 17 + sources/src/main/jbake/templates/header.ftl | 76 + sources/src/main/jbake/templates/index.ftl | 45 + sources/src/main/jbake/templates/page.ftl | 12 + templates/basic.html | 15 - templates/index.html | 48 - templates/roller-template.html | 94 - templates/sidenav.mdtext | 26 - 76 files changed, 10169 insertions(+), 670 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/roller-website/blob/129d34e1/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfa6a22 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +# Created by .ignore support plugin (hsz.mobi)
