Skip to content

Commit

Permalink
Updated changelog, readme, and licence information for version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbosecke committed Mar 29, 2014
1 parent f323064 commit f31055c
Show file tree
Hide file tree
Showing 163 changed files with 578 additions and 205 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.0
- Some code cleanup and fixed an incorrect unit test

## v0.4.0-beta
- No more code generation, all nodes of the AST are rendered during template evaluation phase.

Expand Down
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Original work Copyright (c) 2009-2013 by the Twig Team
Modified work Copyright (c) 2013 by Mitchell Bösecke
Copyright (c) 2013 by Mitchell Bösecke

Some rights reserved.

Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#Pebble

Pebble is a java templating engine; it started as a port of the [Twig templating engine](http://twig.sensiolabs.org/).
For more information please visit the [website](http://www.mitchellbosecke.com/pebble).

Pebble is in early development stages. It is not ready for production use.
Pebble is a java templating engine. For more information please visit the [website](http://www.mitchellbosecke.com/pebble).

Currently looking for contributors! In particular:
- Bug reports / fixes
Expand All @@ -13,8 +10,7 @@ Currently looking for contributors! In particular:

## License

Original work Copyright (c) 2009-2013 by the Twig Team
Modified work Copyright (c) 2013 by Mitchell Bösecke
Copyright (c) 2013 by Mitchell Bösecke

Some rights reserved.

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/mitchellbosecke/pebble/PebbleEngine.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Original work Copyright (c) 2009-2013 by the Twig Team
* Modified work Copyright (c) 2013 by Mitchell Bösecke
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2013 by Mitchell Bösecke
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2013 by Mitchell Bösecke
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2013 by Mitchell Bösecke
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2013 by Mitchell Bösecke
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2013 by Mitchell Bösecke
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Original work Copyright (c) 2009-2013 by the Twig Team
* Modified work Copyright (c) 2013 by Mitchell Bösecke
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension;

import com.mitchellbosecke.pebble.node.ArgumentsNode;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Original work Copyright (c) 2009-2013 by the Twig Team
* Modified work Copyright (c) 2013 by Mitchell Bösecke
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Original work Copyright (c) 2009-2013 by the Twig Team
* Modified work Copyright (c) 2013 by Mitchell Bösecke
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -15,3 +14,4 @@ public interface Filter extends NamedArguments {

public Object apply(Object input, Map<String, Object> args);
}

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2013 by Mitchell Bösecke
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension;

import java.util.Locale;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension;

import com.mitchellbosecke.pebble.node.ArgumentsNode;
Expand Down Expand Up @@ -83,4 +91,4 @@ public interface NodeVisitor {

public abstract void visit(TextNode node);

}
}
3 changes: 1 addition & 2 deletions src/main/java/com/mitchellbosecke/pebble/extension/Test.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Original work Copyright (c) 2009-2013 by the Twig Team
* Modified work Copyright (c) 2013 by Mitchell Bösecke
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension.core;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension.core;

import java.util.Arrays;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Original work Copyright (c) 2009-2013 by the Twig Team
* Modified work Copyright (c) 2013 by Mitchell Bösecke
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension.core;

import java.text.DateFormat;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension.core;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension.core;

import java.util.Collection;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension.core;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension.core;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension.core;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension.core;

import com.mitchellbosecke.pebble.error.PebbleException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension.core;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension.core;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension.core;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension.core;

import java.text.DecimalFormat;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension.core;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*******************************************************************************
* This file is part of Pebble.
*
* Copyright (c) 2014 by Mitchell Bösecke
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
******************************************************************************/
package com.mitchellbosecke.pebble.extension.core;

import java.util.List;
Expand Down
Loading

0 comments on commit f31055c

Please sign in to comment.