Firescape 0.2 Beta 1 Released

A section for all development and testing programmes and customised browsers written by SillyDog701 community. Featured products including Donzilla, Firescape, DJGM Distro, and Netscape Streamline.

Moderator: Don_HH2K

Firescape 0.2 Beta 1 Released

Postby Pu7o » Tue 07 Feb, 2006 1:49 am

Firescape v0.2 Beta 1 has been released. The new features included are:
  • Google Toolbar instead of DJGM.co.uk Toolbar.
  • New "look" for the bookmarks toolbar.
  • New Tab on Tab Bar and TabX extensions replaced with TabMix Plus.
  • Included Adblock Plus extension.
  • Fixed the 0.1 bug where comboboxes in dialogs look like search boxes.
  • Included "Submit to Tab" extension, which allows you to submit forms, opening the output in a new tab or window.
  • Removed google search field from the navigational bar, since you have google toolbar anyway (this wasn't intentional, but not a worry either)

There is also a known bug that I still need to find a way to avoid:
  • Not installing the google toolbar results in a very weird-looking default toolbar look.

Currently, only the Mac OS X version is available. This is because I didn't want to reboot to windows just to release a beta. The windows version will be uploaded and posted tomorrow. As for a Linux version, who knows... I don't have Linux installed at the moment.

Download:


EDIT: Fixed typo.
UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8) Gecko/20060118 Firefox/1.5.0.1 Firescape/0.2b1 wml/1.3
Last edited by Pu7o on Tue 07 Feb, 2006 2:00 am, edited 2 times in total.
User avatar
Pu7o
Macfox
Macfox
 
Posts: 2014
Joined: Thu 06 Jan, 2005 12:03 pm
Location: Portugal

Postby Pu7o » Tue 07 Feb, 2006 1:52 am

OK, another bug just discovered... I forgot to re-brand the about: and About dialog :oops:, it still says 0.1. It'll be fixed by 0.2 Beta 2.
UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8) Gecko/20060118 Firefox/1.5.0.1 Firescape/0.2b1 wml/1.3
User avatar
Pu7o
Macfox
Macfox
 
Posts: 2014
Joined: Thu 06 Jan, 2005 12:03 pm
Location: Portugal

Postby Pu7o » Tue 07 Feb, 2006 1:58 am

Official screenshot:

Image

Screenshot re-saved by Antony, changed from 364KB PNG file to 37.5KB JPEG file.
UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8) Gecko/20060118 Firefox/1.5.0.1 Firescape/0.2b1 wml/1.3
User avatar
Pu7o
Macfox
Macfox
 
Posts: 2014
Joined: Thu 06 Jan, 2005 12:03 pm
Location: Portugal

Re: Firescape 0.2 Beta 1 Released

Postby Antony » Tue 07 Feb, 2006 2:04 am

Image

Pu7o wrote:Currently, only the Mac OS X version is available.
Wise decision.

Welcome Pu7o, this is a nice build.
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20060118 Firefox/1.5.0.1 Firescape/0.2b1 wml/1.3
Last edited by Antony on Wed 15 Feb, 2006 10:42 pm, edited 1 time in total.
User avatar
Antony
diamond member
diamond member
 
Posts: 14509
Joined: Tue 18 Jun, 2002 11:36 pm
Location: Sydney, Australia

Postby Antony » Tue 07 Feb, 2006 2:12 am

Pu7o wrote:Official screenshot:

Image

Screenshot re-saved by Antony, changed from 364KB PNG file to 37.5KB JPEG file.

Not fair, mine says “version 0.1â€
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20060118 Firefox/1.5.0.1 Firescape/0.2b1 wml/1.3
User avatar
Antony
diamond member
diamond member
 
Posts: 14509
Joined: Tue 18 Jun, 2002 11:36 pm
Location: Sydney, Australia

Postby Pu7o » Tue 07 Feb, 2006 1:32 pm

Firescape v0.2 Beta 1 for Windows is now out.

Official screenshot:

Image

And download link:
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8) Gecko/20060114 Firefox/1.5.0.1 Firescape/0.2b1 wml/1.3
User avatar
Pu7o
Macfox
Macfox
 
Posts: 2014
Joined: Thu 06 Jan, 2005 12:03 pm
Location: Portugal

Postby Pu7o » Tue 07 Feb, 2006 5:05 pm

Similarly to how I posted in the Opera 9 Preview 2 thread, you can use the following command to reduce the size of Firescape after installation, in order to remove the un-needed bits from the other architecture (i.e. if you're on a PowerPC Mac, you don't need the x86 bits, and if you're on an Intel Mac, you don't need the PowerPC bits). This effectively de-universalizes the app, saving a lot of space.

Code: Select all
cd /Applications/Firescape
ditto --arch $(arch) Firescape.app Firescape-$(arch).app
rm -rf Firescape.app
mv Firescape-$(arch).app Firescape.app


How much space do you save? Well, let's see...

Code: Select all
pu7os-computer:/Applications/Firescape root# du -ch Firescape.app | grep total
85M    total


Ouch, this is a bit big... Let's use that trick then:

Code: Select all
pu7os-computer:/Applications/Firescape root# ditto --arch $(arch) Firescape.app Firescape-$(arch).app
pu7os-computer:/Applications/Firescape root# du -ch Firescape-$(arch).app/ | grep total
50M    total


So, de-universalizing Firescape can save 35MB :)
Not bad, huh?

(NOTE: If you want to distribute Firescape, it is recommended that you do not use this trick.)
UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8) Gecko/20060118 Firefox/1.5.0.1 Firescape/0.2b1 wml/1.3
User avatar
Pu7o
Macfox
Macfox
 
Posts: 2014
Joined: Thu 06 Jan, 2005 12:03 pm
Location: Portugal

Postby Antony » Tue 07 Feb, 2006 6:17 pm

The PageRank in Firescape 0.2 Beta 1 does not work.

Pu7o wrote:Similarly to how I posted in the Opera 9 Preview 2 thread, you can use the following command to reduce the size of Firescape after installation, in order to remove the un-needed bits from the other architecture (i.e. if you're on a PowerPC Mac, you don't need the x86 bits, and if you're on an Intel Mac, you don't need the PowerPC bits). This effectively de-universalizes the app, saving a lot of space.
The Universal Binary does not really take up double of the space, it's less than that as some elements were shared. Also, the Universal Applications do not necessary run slower than the application designed for single platform, since it only one part of the code would get loaded into the memory.
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8
User avatar
Antony
diamond member
diamond member
 
Posts: 14509
Joined: Tue 18 Jun, 2002 11:36 pm
Location: Sydney, Australia

Postby Pu7o » Tue 14 Feb, 2006 4:19 pm

Here's something I managed to come up with for 0.2 Beta 2:

Image
(Screenshot re-saved, from 300 KB PNG file down to 12.8KB JPEG file, Antony)
...A port of SeaMonkey Composer to Firefox!
UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8) Gecko/20060118 Firefox/1.5.0.1 Firescape/0.2b1 wml/1.3
User avatar
Pu7o
Macfox
Macfox
 
Posts: 2014
Joined: Thu 06 Jan, 2005 12:03 pm
Location: Portugal

Postby DJGM » Tue 14 Feb, 2006 5:10 pm

Looks good. But maybe it'd better to try and port Nvu into Firescape, since that's standalone,
and has better features than the Composer portion from the Mozilla Suite and SeaMonkey.

BTW ... doesn't Google have specific redistribution terms in the licensing for their Toolbar?
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0
SeaMonkey = Swiss Army Knife: It's versatile, reliable, and contains useful tools.
Windows Internet Explorer = Old Swiss Cheese: Full of holes, and it stinks!
User avatar
DJGM
diamond member
diamond member
 
Posts: 4572
Joined: Wed 19 Jun, 2002 1:03 pm
Location: Manchester, England, UK

Postby Pu7o » Tue 14 Feb, 2006 5:23 pm

Yes, it does, but I seriously doubt google would mind, since by including Google Toolbar in Firescape, I'm basically promoting their product...

As for the Nvu vs SM Composer case, it's a lot easier to port SeaMonkey Composer than NVU. Nvu has more complicated code.
UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8) Gecko/20060118 Firefox/1.5.0.1 Firescape/0.2b1 wml/1.3
User avatar
Pu7o
Macfox
Macfox
 
Posts: 2014
Joined: Thu 06 Jan, 2005 12:03 pm
Location: Portugal

Postby Pu7o » Tue 14 Feb, 2006 10:00 pm

OK... what do you guys think about this about:mozilla...?

Image

The text says, with links:
about:mozilla wrote: And so at last the beast fell and the unbelievers rejoiced. But all was not lost, for from the ash rose a great bird. The bird gazed down upon the unbelievers and cast fire and thunder upon them. For the beast had been reborn with its strength renewed, and the worshippers of the compass cowered in horror.



from The Book of SillyDog, 7:01
UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8) Gecko/20060118 Firefox/1.5.0.1 Firescape/0.2b1 wml/1.3
User avatar
Pu7o
Macfox
Macfox
 
Posts: 2014
Joined: Thu 06 Jan, 2005 12:03 pm
Location: Portugal

Postby Antony » Tue 14 Feb, 2006 10:12 pm

Pu7o wrote:The text says, with links:
about:mozilla wrote: And so at last the beast fell and the unbelievers rejoiced. But all was not lost, for from the ash rose a great bird. The bird gazed down upon the unbelievers and cast fire and thunder upon them. For the beast had been reborn with its strength renewed, and the worshippers of the compass cowered in horror.



from The Book of SillyDog, 7:01


Thanks for The Book of SillyDog701. :-)

I am honoured.

(I shall continue the worshipping of our beloved Safari :-D)
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8
User avatar
Antony
diamond member
diamond member
 
Posts: 14509
Joined: Tue 18 Jun, 2002 11:36 pm
Location: Sydney, Australia

Postby Pu7o » Tue 14 Feb, 2006 10:14 pm

Antony wrote:I shall continue the worshipping...

Then you shall cower in horror.
UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8) Gecko/20060118 Firefox/1.5.0.1 Firescape/0.2b1 wml/1.3
User avatar
Pu7o
Macfox
Macfox
 
Posts: 2014
Joined: Thu 06 Jan, 2005 12:03 pm
Location: Portugal

Postby Antony » Tue 14 Feb, 2006 10:16 pm

Pu7o wrote:
Antony wrote:I shall continue the worshipping...

Then you shall cower in horror.
Well, I am sure you made a mistake in copying The Book of SillyDog. It's “and the worshippers of the compass lived in glory eternally.â€
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8
User avatar
Antony
diamond member
diamond member
 
Posts: 14509
Joined: Tue 18 Jun, 2002 11:36 pm
Location: Sydney, Australia

Next

Return to SD701 DevZone

Who is online

Registered users: Google [Bot]