Skip to content

Commit

Permalink
updates to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shapeshed committed Aug 19, 2009
1 parent 66ebb73 commit d680499
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.markdown
@@ -1,4 +1,4 @@
# Human Filesize - Shows the size of a file in human readable format
# Copyright - Shows a copyright notice in ExpressionEngine Templates

**Author**: [George Ornbo][]
**Source Code**: [Github][]
Expand All @@ -12,7 +12,7 @@

Copyright is free for personal and commercial use.

If you use it commercially use a donation of $5 is suggested. You can send [donations here](http://pledgie.org/campaigns/2898).
If you use it commercially use a donation of $5 is suggested. You can send [donations here](http://pledgie.com/campaigns/5741).

Copyright is licensed under a [Open Source Initiative - BSD License][] license.

Expand All @@ -30,9 +30,13 @@ Shows a copyright notice in ExpressionEngine Templates

## Description

The plugin returns a string for display in ExpressionEngine templates
The plugin returns a string for displaying a copyright notices in ExpressionEngine templates

{exp:copyright:show}

Gives

© 2009

## Parameters ##

Expand All @@ -52,13 +56,13 @@ Sets the end date. Default - current year

delimiter=""

Sets the delimiter between two years. Default - the "-" symbol (–)
Sets the delimiter between two years. Default - the "–" symbol

### Copyright symbol ###

copyright_symbol=""

Sets the copyright symbol. Default - the "©" symbol (©)
Sets the copyright symbol. Default - the "©"

## Examples

Expand All @@ -68,11 +72,11 @@ Outputs a copyright symbol and current year. e.g. © 2009

{exp:copyright:show start_year="2007"}

Outputs a copyright symbol starting from the start year up to the current year. e.g. © 2007 – 2009
Outputs a copyright symbol starting from the start year up to the current year. e.g. © 2007–2009

{exp:copyright:show start_year="2007" end_year="2014"}

Outputs a copyright symbol starting from the start year up to the given end year. e.g. © 2007 – 2014
Outputs a copyright symbol starting from the start year up to the given end year. e.g. © 2007–2014

{exp:copyright:show copyright_symbol="anything"}

Expand Down

0 comments on commit d680499

Please sign in to comment.