Added the license headers for all the source files
43 files changed
tree: b54f6920ba5dcd201cbf0d3738184bcd658e1ec0
  1. gradle/
  2. src/
  3. .gitignore
  4. build.gradle
  5. dependencies.gradle
  6. DISCLAIMER
  7. gradlew
  8. gradlew.bat
  9. intellij.gradle
  10. LICENSE
  11. NOTICE
  12. README.md
  13. settings.gradle
README.md
/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

freemarker-online

freemarker-online is a tool for any freemarker users to evalaute their freemarker expressions with an input. You can use it for enabling non developers to develop freemarker templates and evaluate it's values without the need for a developement enviornment. For a deployed version of this tool you can visit http://freemarker-online.kenshoo.com/

Development Instuctions

  • Clone the repository to a local directory
  • Currently the project has an old dependency, “com.berico:fallwizard:1.1.1”, which can't be found in any public repositories I know of. Thus, you have to Maven-install it locally:
    1. Clone https://github.com/Berico-Technologies/Fallwizard.git
    2. Check out this old version: 7ed7803496
    3. mvn install it
  • Run “./gradlew build” from the cloned directory (use JDK 7, not 8!)
  • If you want to run it using IDEA run “./gradlew cleanidea idea” - this will generate the IDEA project for you.
  • For running the software from a command line, build fatJar (not jar) and then just hit “java -jar build/libs/freemarker-online-0.1.undef.jar server src/main/resources/freemarker-online.yml”

License

FreeMarker-Online is licensed under the Apache License, Version 2.0. See LICENSE.txt for details.