From 2755d4a4810600f4392eaf73f362b4f358adeec6 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 17 Mar 2009 09:58:17 +0000 Subject: add eps preview to config, for RT#5025 --- httemplate/docs/credits.html | 11 ++++++++--- httemplate/docs/license.html | 4 ++++ 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'httemplate/docs') diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html index 3c5564da3..38d384bcf 100644 --- a/httemplate/docs/credits.html +++ b/httemplate/docs/credits.html @@ -33,7 +33,7 @@
-

Core team

+

Core Team

Peter Bowen
Jeff Finucane
Jason Hall
@@ -42,6 +42,11 @@ Ivan Kohler
Richard Siddall

+

Core Emeritus

+Brian McCane
+Matt Simerson
+
+

Contributors

Stephen Amadei
Eric Arvidsson
@@ -57,6 +62,7 @@ Rebecca Cardennis
Shane Chrisp
Luke Crawford
Brad Dameron
+Jeremy Davis
Dave Denney
Serge Dolgov
Scott Edwards
@@ -74,19 +80,18 @@ Greg Kuhnert
Randall Lucas
Foteos Macrides
Roger Mangraviti
-Brian McCane
mimooh
Mack Nagashima
Matt Peterson
Luke Pfeifer
Ricardo Signes
-Matt Simerson
Steve Simitzis
Jason Spence
James Switzer
Audrey Tang
Jason Thomas
Jesse Vincent
+Johan Vromans
Mark Wells
Peter Wemm
Mark Williamson
diff --git a/httemplate/docs/license.html b/httemplate/docs/license.html index 54537307e..a673bc9dd 100644 --- a/httemplate/docs/license.html +++ b/httemplate/docs/license.html @@ -100,6 +100,10 @@ terms of the BSD license.
© 2005 modernmethod, inc
Perl backend version © 2005 Nathan Schmidt +

+Contains code derived from eps2png by Johan Vromans, licensed under the same +terms as Perl (GPL/Artistic). +

-- cgit v1.2.1 From 77bb2b57581149a3b21f871a6db7f272d3b5ae2b Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 17 Apr 2009 08:16:17 +0000 Subject: what time is now --- httemplate/docs/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/docs') diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html index dee424776..d0c08ec75 100644 --- a/httemplate/docs/about.html +++ b/httemplate/docs/about.html @@ -8,7 +8,7 @@

-© 2008 Freeside Internet Services, Inc.
+© 2009 Freeside Internet Services, Inc.
All rights reserved.
Licensed under the terms of the
GNU Affero General Public License.
-- cgit v1.2.1 From cf4ffd334502af562e924c24376333200073ccb8 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 17 Apr 2009 08:25:00 +0000 Subject: AFFERO BITCHES --- httemplate/docs/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/docs') diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html index d0c08ec75..fbf0a66f5 100644 --- a/httemplate/docs/about.html +++ b/httemplate/docs/about.html @@ -11,7 +11,7 @@ © 2009 Freeside Internet Services, Inc.
All rights reserved.
Licensed under the terms of the
-GNU Affero General Public License.
+GNU Affero General Public License.

-- cgit v1.2.1 From 62bd2f8b9ae2c0d3532228074f3c3acc337421e5 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 4 Jun 2009 14:08:04 +0000 Subject: $core->add("jeremyd"); --- httemplate/docs/credits.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/docs') diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html index 38d384bcf..937dfb597 100644 --- a/httemplate/docs/credits.html +++ b/httemplate/docs/credits.html @@ -35,6 +35,7 @@

Core Team

Peter Bowen
+Jeremy Davis
Jeff Finucane
Jason Hall
Kristian Hoffman
@@ -62,7 +63,6 @@ Rebecca Cardennis
Shane Chrisp
Luke Crawford
Brad Dameron
-Jeremy Davis
Dave Denney
Serge Dolgov
Scott Edwards
-- cgit v1.2.1 From 93a56633fe031852ce031ad2663f31c43c0eccd4 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 4 Jun 2009 14:27:13 +0000 Subject: fix scrolling --- httemplate/docs/credits.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/docs') diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html index 937dfb597..a944f48fa 100644 --- a/httemplate/docs/credits.html +++ b/httemplate/docs/credits.html @@ -152,7 +152,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'; -- cgit v1.2.1 From 600a15aa56c212e1206fced9cbcf9de103c2f95b Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 12 Aug 2009 11:58:21 +0000 Subject: slight about/credits UI tweak --- httemplate/docs/about.html | 4 ++-- httemplate/docs/credits.html | 4 +--- httemplate/docs/license.html | 6 +++--- 3 files changed, 6 insertions(+), 8 deletions(-) (limited to 'httemplate/docs') diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html index fbf0a66f5..04af73db8 100644 --- a/httemplate/docs/about.html +++ b/httemplate/docs/about.html @@ -1,9 +1,9 @@ -<% include('/elements/header-popup.html', 'Freeside') %> +<% include('/elements/header-popup.html', { title=>'Freeside', nobr=>1 } ) %> <% include('/elements/init_overlib.html') %>
-
+

version <% $FS::VERSION %>

diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html index a944f48fa..d927722e0 100644 --- a/httemplate/docs/credits.html +++ b/httemplate/docs/credits.html @@ -24,10 +24,8 @@
Freeside
-
-
-
+

version <% $FS::VERSION %>

diff --git a/httemplate/docs/license.html b/httemplate/docs/license.html index a673bc9dd..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 } ) %>
-
+

version <% $FS::VERSION %>

-Copyright © 2005-2008 Freeside Internet Services, Inc.
+Copyright © 2005-2009 Freeside Internet Services, Inc.
Copyright © 2000-2005 Ivan Kohler
Copyright © 1999 Silicon Interactive Software Design
All rights reserved
-- cgit v1.2.1