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

Changes

Jump to navigation Jump to search
44 bytes added ,  12:03, 14 June 2009
update + more translation
Line 1: Line 1: −
{{Trans|Dutch|English}}
  −
   
[[category:Homebrew in Development]]
 
[[category:Homebrew in Development]]
{{Infobox homebrewapp
+
{{Infobox homebrew
 +
| title      = WiiConnect
 
| image      = [[Image:wiiconnect.gif]]
 
| image      = [[Image:wiiconnect.gif]]
| title      = WiiConnect
  −
| desc        = Mail, Chat en meer!
   
| type        = Utilities
 
| type        = Utilities
| author      = JSMaster
+
| author      = [[User:Jsmaster| Jsmaster]]
| download    = ''N/A''
+
| maintainer  =
| source      = ''N/A''
+
| contributor =
| Website    =  
+
| portedby    =
 +
| version    = Demo
 +
| licence    =
 +
| download    =  
 +
| website    = http://code.google.com/p/wii-connect/  
 +
| discussion  = http://code.google.com/p/wii-connect/issues/list
 +
| source      = http://code.google.com/p/wii-connect/source/checkout
 
| peripherals = {{Wiimote1}} {{Internet}}
 
| peripherals = {{Wiimote1}} {{Internet}}
| hbc        = 1
+
| hbb        =  
| hbb        =
  −
| dangerous  =
  −
| caution    =
  −
| fakesigns  =
   
}}
 
}}
   Line 65: Line 64:  
'''Wifi'''
 
'''Wifi'''
 
<s>
 
<s>
*Read networking tutorials</s> 2/28
+
*Netwerk tutorials lezen</s> 2/28
 
<s>
 
<s>
*Get files downloaded from websites</s> 2/28
+
*Bestanden downloaden van websites</s> 2/28
 
<s>
 
<s>
*Allow Wii to net_connect() to an ip address</s> 3/12
+
*Connect de Wii naar een IP adres</s> 3/12
 
<s>
 
<s>
*Get one Wii to net_connect() to another</s> 3/12
+
*Maak een connectie van een Wii naar een andere</s> 3/12
*Make the server side of the wii program
+
*Maak de server
*Start with a friend list of ip's
+
*Start met een vriendenlijst van IP's
*Make a master server to host all currently connected ip's
+
*Maak een "master server" die alle IP's bijhoud
 
'''GUI'''
 
'''GUI'''
 
<s>
 
<s>
*Make a concept</s> 5/16
+
*Maak een concept</s> 5/16
 
<s>
 
<s>
*Gather artwork</s> 5/19
+
*Afbeeldingen</s> 5/19
 
<s>
 
<s>
*Decide on library
+
*Kies welke bibliotheek:*LibWiiSprite ziet er goed uit, of misschien GGRLIB</s> 3/31 libwiigui word het
:*LibWiiSprite looks good, or maybe GGRLIB</s> 3/31 libwiigui it is
   
<s>
 
<s>
*Set up libosk</s> 5/16 (Keyboard included in libwiigui)
+
*Libosk opzetten</s> 5/16 (Keyboard included in libwiigui)
 
<s>
 
<s>
*Set up the HOMEbrew menu</s> 5/16 (easily add to libwiigui; no library for it needed)
+
*HOMEbrew menu opzetten</s> 5/16 (Geen extra bibliotheek nodig)
*Add images and options; create the UI
+
*Maak de UI
 
<s>
 
<s>
*Throw everything together using classes and making it object oriented</s> 5/16 (libwiigui is c++ and object oriented)
+
*Alles bij elkaar gooien en er klasse en object georienteerd maken</s> 5/16 (libwiigui is C++ en object georienteerd)
 
'''Chat'''
 
'''Chat'''
 
<s>
 
<s>
*Decide on what type of chat protocol to use
+
*Kiezen welk protocol
:*Either IRC(probably will be last), MSN, Yahoo, AIM, Skype, Jabber, or a custom Wii only one (probably first)</s> 5/20 I will start with the custom protocol
+
:*Irc (waarschijnlijk als laatst), MSN, Yahoo, AIM, Skype, Jabber, of een zelf gemaakte alleen voor de Wii</s> 5/20 Zelf gemaakte Protocol
 
<s>
 
<s>
*Learn how to use the protocol</s> 5/30 (I made it...)
+
*Leren hoe het Protocol werkt</s> 5/30 (Ik heb het zelf gemaakt...)
*Write the server for the custom protocol
+
*De server schrijven
*Get a message sent from one Wii to a buddy
+
*Stuur een bericht van een Wii naar een andere Wii
*Listen for messages
+
*Kijken of er berichten binnenkomen
*Add it in the GUI
+
*Integreren in de GUI
*Allow users to be "interupted" by a chat message
+
*Chat bericht op laten komen ongeacht wat de andere gebruiker aan het doen is
 
'''E-mail'''
 
'''E-mail'''
*Read up on the POP3 and SMTP protocols
+
*Lezen van het POP3 protocol en USMP
*Download messages from server
+
*Download berichten van server
*List messages from server
+
*Laat de berichten in een lijst vormen
*Find attributes of messages (Date, subject, sender, ect)
+
*Vind de datum, zender, onderwerp, tijd etc.
*Read messages
+
*Lees berichten
*Send messages
+
*Stuur berichten
*Add saving messages from server
+
*Voeg "save" berichten toe van de server
*Delete messages from server
+
*Verwijder berichten van server
*Options
+
*Opties
'''Profiles'''
+
'''Profielen'''
*Start simple - One character to show
+
*Simpel starten: een naam laten zien
*Add Different attributes to edit
+
*Verschillende opties toevoegen
:*Name
+
:*Naam
:*Birth Date
+
:*Geboorte Datum
:*City
+
:*Stad
:*Personal Interests
+
:*Land
*Add images
+
:*Interesses
*Add Mii's as an option instead of images
+
*Foto's toevoegen
*Add status updates
+
*Mii's inplaats van profielfoto's
*Add it into the GUI
+
*Status updates toevoegen
*Add notifications into the GUI
+
*In de GUI zetten
 +
*Notificaties in de GUI toevoegen
 
'''Homebrew Downloader'''
 
'''Homebrew Downloader'''
*Figure out whether a custom one is necessary
+
*Uitvogelen of dit nodig is
 
  −
 
      
[[Category:Homebrew using libwiigui]]
 
[[Category:Homebrew using libwiigui]]
381

edits

Navigation menu