Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Rewrote entire application with a java backend (running on tomcat 8),…
Browse files Browse the repository at this point in the history
… jknack mustache templating for the web pages, and jquery/javascript for the front end.

This version is still designed to look identical to the original react version, with a few minor cosmetic changes on a handful of the pages.All react components have been removed. Some libraries, such as mobx are still present in this version.
Other changes include localizing all images and fonts into the application for faster loading times and several small bug fixes that were found with the react.js version
  • Loading branch information
smithwa committed Dec 22, 2017
1 parent 3c41f48 commit 0d2584d
Show file tree
Hide file tree
Showing 382 changed files with 24,385 additions and 15,901 deletions.
12 changes: 0 additions & 12 deletions .babelrc

This file was deleted.

8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.project
/target
.classpath
node_modules
.settings/
dist/app.js

/nbproject/
.settings/
13 changes: 0 additions & 13 deletions .languagebabel

This file was deleted.

17 changes: 0 additions & 17 deletions .project

This file was deleted.

1 change: 0 additions & 1 deletion BiblioResults.json

This file was deleted.

10 changes: 0 additions & 10 deletions README.md

This file was deleted.

40 changes: 0 additions & 40 deletions app/ModalComponents/ContributorsModalContent.jsx

This file was deleted.

43 changes: 0 additions & 43 deletions app/ModalComponents/DevsModalContent.jsx

This file was deleted.

72 changes: 0 additions & 72 deletions app/ModalComponents/OrgsModalContent.jsx

This file was deleted.

140 changes: 0 additions & 140 deletions app/ModalComponents/RIsModalContent.jsx

This file was deleted.

Loading

0 comments on commit 0d2584d

Please sign in to comment.