diff options
Diffstat (limited to 'httemplate/docs')
-rw-r--r-- | httemplate/docs/about.html | 8 | ||||
-rw-r--r-- | httemplate/docs/credits.html | 17 | ||||
-rw-r--r-- | httemplate/docs/license.html | 10 |
3 files changed, 21 insertions, 14 deletions
diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html index dee424776..04af73db8 100644 --- a/httemplate/docs/about.html +++ b/httemplate/docs/about.html @@ -1,17 +1,17 @@ -<% include('/elements/header-popup.html', 'Freeside') %> +<% include('/elements/header-popup.html', { title=>'Freeside', nobr=>1 } ) %> <% include('/elements/init_overlib.html') %> <CENTER> -<IMG SRC="<%$fsurl%>images/small-logo.png" BORDER=0"><BR> +<IMG SRC="<%$fsurl%>images/small-logo.png" BORDER="0"><BR> <H3>version <% $FS::VERSION %></H3> </CENTER> <CENTER> -<FONT SIZE="-1">© 2008 Freeside Internet Services, Inc.<BR> +<FONT SIZE="-1">© 2009 Freeside Internet Services, Inc.<BR> All rights reserved.<BR> Licensed under the terms of the<BR> -GNU <i>Affero</i> General Public License.<BR> +GNU <b>Affero</b> General Public License.<BR> </FONT> </CENTER> <BR> diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html index 3c5564da3..d927722e0 100644 --- a/httemplate/docs/credits.html +++ b/httemplate/docs/credits.html @@ -24,17 +24,16 @@ <CENTER>Freeside</CENTER> </FONT> -<BR> - <CENTER> -<IMG SRC="<%$fsurl%>images/small-logo.png" BORDER=0"><BR> +<IMG SRC="<%$fsurl%>images/small-logo.png" BORDER="0"><BR> <H3>version <% $FS::VERSION %></H3> </CENTER> <CENTER> -<H3>Core team</H3> +<H3>Core Team</H3> Peter Bowen<BR> +Jeremy Davis<BR> Jeff Finucane<BR> Jason Hall<BR> Kristian Hoffman<BR> @@ -42,6 +41,11 @@ Ivan Kohler<BR> Richard Siddall<BR> <BR> +<H3>Core Emeritus</H3> +Brian McCane<BR> +Matt Simerson<BR> +<BR> + <H3>Contributors</H3> Stephen Amadei<BR> Eric Arvidsson<BR> @@ -74,19 +78,18 @@ Greg Kuhnert<BR> Randall Lucas<BR> Foteos Macrides<BR> Roger Mangraviti<BR> -Brian McCane<BR> mimooh<BR> Mack Nagashima<BR> Matt Peterson<BR> Luke Pfeifer<BR> Ricardo Signes<BR> -Matt Simerson<BR> Steve Simitzis<BR> Jason Spence<BR> James Switzer<BR> Audrey Tang<BR> Jason Thomas<BR> Jesse Vincent<BR> +Johan Vromans<BR> Mark Wells<BR> Peter Wemm<BR> Mark Williamson<BR> @@ -147,7 +150,7 @@ function myHeight() { return document.body.document.height; else */ - return 1700; // approx height (add more per contributors) + return 1850; // approx height (add more per contributors) } document.body.style.overflow = 'hidden'; diff --git a/httemplate/docs/license.html b/httemplate/docs/license.html index 54537307e..fc3da6913 100644 --- a/httemplate/docs/license.html +++ b/httemplate/docs/license.html @@ -1,12 +1,12 @@ -<% include('/elements/header-popup.html', 'Freeside') %> +<% include('/elements/header-popup.html', { title=>'Freeside', nobr=>1 } ) %> <CENTER> -<IMG SRC="<%$fsurl%>images/small-logo.png" BORDER=0"><BR> +<IMG SRC="<%$fsurl%>images/small-logo.png" BORDER="0"><BR> <H3>version <% $FS::VERSION %></H3> </CENTER> <P> -Copyright © 2005-2008 Freeside Internet Services, Inc.<BR> +Copyright © 2005-2009 Freeside Internet Services, Inc.<BR> Copyright © 2000-2005 Ivan Kohler<BR> Copyright © 1999 Silicon Interactive Software Design<BR> All rights reserved<BR> @@ -100,6 +100,10 @@ terms of the BSD license.<BR> © 2005 modernmethod, inc<BR> Perl backend version © 2005 Nathan Schmidt +<P> +Contains code derived from eps2png by Johan Vromans, licensed under the same +terms as Perl (GPL/Artistic). + <!-- artwork --> <P> |