Skip to content

Commit

Permalink
Minor documentation cleanup and update MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
sanko committed Oct 1, 2012
1 parent 89f8973 commit 47965d6
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 10 deletions.
1 change: 0 additions & 1 deletion MANIFEST
Expand Up @@ -27,7 +27,6 @@ MANIFEST This list of files
META.json
META.yml
README
Solution-v0.9.1.tar.gz
t/0100_filters/0101_standard_filters.t
t/0200_tags/02001_for.t
t/0200_tags/02002_case.t
Expand Down
5 changes: 2 additions & 3 deletions README
Expand Up @@ -127,9 +127,8 @@ Why shouldn't I use Template::Liquid?
yourself. Everyone knows computers cannot be trusted.

Template::Solution?
I really don't have a good reason for using Template::Solution for
extentions instead of something like Template::LiquidX and I promise to
put myself in timeout as punishment.
I'd really rather use Template::Solution::{Package} for extentions but
who cares?

As I understand it, the original project's name, Liquid, is a reference
to the classical states of matter (the engine itself being stateless). I
Expand Down
3 changes: 2 additions & 1 deletion lib/Template/Liquid/Tag/Assign.pm
Expand Up @@ -100,7 +100,8 @@ You can modify the value C<before> assignment with L<filters|Template::Liquid::F
Liquid for Designers: http://wiki.github.com/tobi/liquid/liquid-for-designers
L<Solution|Solution/"Create your own filters">'s docs on custom filter creation
L<Template::Liquid|Template::Liquid/"Create your own filters">'s docs on
custom filter creation
=head1 Author
Expand Down
3 changes: 2 additions & 1 deletion lib/Template/Liquid/Tag/Capture.pm
Expand Up @@ -81,7 +81,8 @@ The L<assign|Template::Liquid::Tag::Assign> tag.
Liquid for Designers: http://wiki.github.com/tobi/liquid/liquid-for-designers
L<Solution|Solution/"Create your own filters">'s docs on custom filter creation
L<Template::Liquid|Template::Liquid/"Create your own filters">'s docs on
custom filter creation
=head1 Author
Expand Down
3 changes: 2 additions & 1 deletion lib/Template/Liquid/Tag/Comment.pm
Expand Up @@ -79,7 +79,8 @@ Code inside a C<comment> tag is not executed during rendering. So, this...
Liquid for Designers: http://wiki.github.com/tobi/liquid/liquid-for-designers
L<Solution|Solution/"Create your own filters">'s docs on custom filter creation
L<Template::Liquid|Template::Liquid/"Create your own filters">'s docs on
custom filter creation
=head1 Author
Expand Down
3 changes: 2 additions & 1 deletion lib/Template/Liquid/Tag/Cycle.pm
Expand Up @@ -131,7 +131,8 @@ specify the name of the group. This can even be a variable.
Liquid for Designers: http://wiki.github.com/tobi/liquid/liquid-for-designers
L<Solution|Solution/"Create your own filters">'s docs on custom filter creation
L<Template::Liquid|Template::Liquid/"Create your own filters">'s docs on
custom filter creation
=head1 Author
Expand Down
3 changes: 2 additions & 1 deletion lib/Template/Liquid/Tag/For.pm
Expand Up @@ -315,7 +315,8 @@ way to limit L<ranges|Template::Liquid::Tag::For/"Numeric Ranges"> and/or depth
Liquid for Designers: http://wiki.github.com/tobi/liquid/liquid-for-designers
L<Solution|Solution/"Create your own filters">'s docs on custom filter creation
L<Template::Liquid|Template::Liquid/"Create your own filters">'s docs on
custom filter creation
=head1 Author
Expand Down
3 changes: 2 additions & 1 deletion lib/Template/Liquid/Tag/Include.pm
Expand Up @@ -109,7 +109,8 @@ This is a 15m hack and is subject to change ...and may be completly broken.
Liquid for Designers: http://wiki.github.com/tobi/liquid/liquid-for-designers
L<Solution|Solution/"Create your own filters">'s docs on custom filter creation
L<Template::Liquid|Template::Liquid/"Create your own filters">'s docs on
custom filter creation
=head1 Author
Expand Down

0 comments on commit 47965d6

Please sign in to comment.