In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

BootOpera: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
LoganA (talk | contribs)
Gannon (talk | contribs)
No edit summary
Line 5: Line 5:
| license    =  
| license    =  
| author      = [[User:Gannon|Gannon]]
| author      = [[User:Gannon|Gannon]]
| version    = 0.2
| version    = 0.3
| download    = Media:BootOpera.zip
| download    = Media:BootOpera.zip
| source      = included
| source      = included
Line 15: Line 15:
Source is included with the binary file.
Source is included with the binary file.


== Wanted ==
== Boot To URL ==
Looking for people to test this more. The same code did not work a month ago for me while compiling with devkitPro r17. I currently have [[Preloader/Third Party Mods/phpgeek|preloader]] installed and am compiling with [[devkitPPC|devkitPro r18]].
To boot to a specific page, place a file in the directory you are loading bootOpera from titled "url.cfg" with the URL you wish to load written in it.
 
== To Do ==
Expand to allow access to all installed channels through loader. Not sure on this yet. Have all the code laying around in other projects though, just would have to piece it together.


== Version History ==
== Version History ==
'''0.3''': Added support for booting straight to a given URL.
'''0.2''': First release
'''0.2''': First release


[[Category:Homebrew in Development]]
[[Category:Homebrew in Development]]

Revision as of 23:54, 2 November 2009

bootOpera
General
Author(s)Gannon
TypeUtility
Version0.3
Links
Download
Source Included

bootOpera will boot the installed Opera channel for those who don't want to exit their loader to boot it. The source can easily be edited to boot other installed channels.

Source is included with the binary file.

Boot To URL

To boot to a specific page, place a file in the directory you are loading bootOpera from titled "url.cfg" with the URL you wish to load written in it.

Version History

0.3: Added support for booting straight to a given URL. 0.2: First release