DSwiki: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 2: Line 2:
| title      = DSwiki
| title      = DSwiki
| image      = [[File:Dswiki.png]]
| image      = [[File:Dswiki.png]]
| type        = Utilities
| type        = Utility
| version    = 0.3 Alpha 2
| version    = 0.3 Alpha 2
| licence    = Mixed
| licence    = Mixed
Line 13: Line 13:
DSwiki is an offline viewer for Wiki markup, for example for the Wikipedia, Wikibooks, Wiktionaries. It is NOT a web browser.
DSwiki is an offline viewer for Wiki markup, for example for the Wikipedia, Wikibooks, Wiktionaries. It is NOT a web browser.


This homebrew is optimal for all people with a Nintendo DS that like to have their information "portable", but cannot access the Internet directly. So far, no Program was very good in displaying the Wikipedia on the DS. NewDictS can display an uncompressed dump, but this dump is outdated, and the Wikipedia has grown dramatically since then, so compression was absolutely necessary. In addition,
This homebrew is optimal for all people with a Nintendo DS that like to have their information "portable", but cannot access the Internet directly. So far, no Program was very good in displaying the Wikipedia on the DS. NewDictS can display an uncompressed dump, but this dump is outdated, and the Wikipedia has grown dramatically since then, so compression was absolutely necessary. In addition, most homebrew programs can't handle UTF-8.
most homebrew programs can't handle UTF-8.


It was ranked 6th in the NEO Spring Coding Compo 2009, APP section.  
It was ranked 6th in the NEO Spring Coding Compo 2009, APP section.  


==Features==
==Features==
*Get the complete Wikipedia on a Nintendo DS (English edition fits on a 4GB storage device, German edition is 1.2GB)
* Get the complete Wikipedia on a Nintendo DS (English edition fits on a 4GB storage device, German edition is 1.2GB).
*Quite good handling of internal links.  
* Quite good handling of internal links.  
*Alternative display text and appended letters are supported to create the same look as in the online version
* Alternative display text and appended letters are supported to create the same look as in the online version.
*Subpage links are supported
* Subpage links are supported.
*Very good Unicode/UTF8-Support  
* Very good Unicode/UTF8-Support.
*Fast and easy searchable index
* Fast and easy searchable index.
*Bookmarks
* Bookmarks.


==Installation==
==Installation==
#Download and extract file
Download and extract file, [http://chishm.drunkencoders.com/DLDI/ DLDI patch] it if needed and copy it to the root directory of the card.
#[http://chishm.drunkencoders.com/DLDI/ DLDI patch] it if needed and copy it to the root directory of the card
 
#Create a folder in the root of your card called /dswiki
Create a folder in the root of your card called /dswiki.
#Create a dump of the wiki site you want to use, [http://code.google.com/p/dswiki/wiki/Dumps pre-made dump]
 
#Copy all the files ifo, idx, ao1, ao2 and db? to the folder you created
Create a dump of the wiki site you want to use, [http://code.google.com/p/dswiki/wiki/Dumps pre-made dump].
 
Copy all the files ifo, idx, ao1, ao2 and db? to the folder you created.


==User guide==
==User guide==
Take the tutorial at the first start, or start it any time later from the menu.
Take the tutorial at the first start, or start it any time later from the menu. A random article will be loaded at the start.


[[File:Dswiki2.png]]
[[File:Dswiki2.png]]


==Controls==
==Controls==
Navigation:
'''Navigation:'''


Up/Down - Scroll one line backward/forward
Up/Down - Scroll one line backward/forward
Line 50: Line 51:
Select - Choose another available wiki  
Select - Choose another available wiki  


Loading Articles:
'''Loading Articles:'''


A - Go to another random article
A - Go to another random article
Line 56: Line 57:
Stylus - Follow a link on the bottom screen  
Stylus - Follow a link on the bottom screen  


A random article will be loaded at the start.


==Changelog==
==Changelog==
'''Version 0.3 alpha 2'''
'''Version 0.3 alpha 2'''
*Fixed some issues with the translation from wiki-markup to XML. That results in a significantly higher number of pages to display correctly.
* Fixed some issues with the translation from wiki-markup to XML. That results in a significantly higher number of pages to display correctly.
*Percent indicator updates to show the progress while processing the DOM.
* Percent indicator updates to show the progress while processing the DOM.
*Slightly reformulated the textbrowser-part of the tutorial.
* Slightly reformulated the textbrowser-part of the tutorial.
*Doubled the memory space for caching font data, resulting in a better performance with non-standard languages.  
* Doubled the memory space for caching font data, resulting in a better performance with non-standard languages.  


==Credits==
==Credits==
DSwiki is based on:
DSwiki is based on:
* [http://tvgame360.com.tw/viewthread.php?tid=21913&extra=&page=1 NewDictS] Thanks to sesa for graphics-/unicode- and font-routines.
* [http://code.google.com/p/wiki2touch Wiki2Touch] Thanks to Tom Haukap for the file format and index routines.
* [http://bzip.org/ libbzip2].
* [http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html UCS fonts].
* Thanks to Markus Kuhn + some other fonts + [http://www.stefanie-gronau.de Titlegraphic].
* Thanks to beloved wife.


[http://tvgame360.com.tw/viewthread.php?tid=21913&extra=&page=1 NewDictS] Thanks to sesa for graphics-/unicode- and font-routines.
<br>
 
[[Category:DS homebrew applications]]
[http://code.google.com/p/wiki2touch Wiki2Touch] Thanks to Tom Haukap for the file format and index routines.
[[Category:Utility homebrews on DS]]
 
[http://bzip.org/ libbzip2]
 
[http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html UCS fonts]  
 
Thanks to Markus Kuhn + some other fonts + [http://www.stefanie-gronau.de Titlegraphic]
 
Thanks to beloved wife
 
[[Category:Homebrew applications]]

Revision as of 08:01, 19 May 2021

DSwiki
File:Dswiki.png
General
Author(s)OlliPolli
TypeUtility
Version0.3 Alpha 2
LicenceMixed
Links
[Media:DSwikialpha2ds.zip Download]
Source
Advertisements

<htmlet>adsense</htmlet>


DSwiki is an offline viewer for Wiki markup, for example for the Wikipedia, Wikibooks, Wiktionaries. It is NOT a web browser.

This homebrew is optimal for all people with a Nintendo DS that like to have their information "portable", but cannot access the Internet directly. So far, no Program was very good in displaying the Wikipedia on the DS. NewDictS can display an uncompressed dump, but this dump is outdated, and the Wikipedia has grown dramatically since then, so compression was absolutely necessary. In addition, most homebrew programs can't handle UTF-8.

It was ranked 6th in the NEO Spring Coding Compo 2009, APP section.

Features

  • Get the complete Wikipedia on a Nintendo DS (English edition fits on a 4GB storage device, German edition is 1.2GB).
  • Quite good handling of internal links.
  • Alternative display text and appended letters are supported to create the same look as in the online version.
  • Subpage links are supported.
  • Very good Unicode/UTF8-Support.
  • Fast and easy searchable index.
  • Bookmarks.

Installation

Download and extract file, DLDI patch it if needed and copy it to the root directory of the card.

Create a folder in the root of your card called /dswiki.

Create a dump of the wiki site you want to use, pre-made dump.

Copy all the files ifo, idx, ao1, ao2 and db? to the folder you created.

User guide

Take the tutorial at the first start, or start it any time later from the menu. A random article will be loaded at the start.

Dswiki2.png

Controls

Navigation:

Up/Down - Scroll one line backward/forward

Left/Right - Scroll one page backward/forward

L/R - Go one page back/forward in history

Select - Choose another available wiki

Loading Articles:

A - Go to another random article

Stylus - Follow a link on the bottom screen


Changelog

Version 0.3 alpha 2

  • Fixed some issues with the translation from wiki-markup to XML. That results in a significantly higher number of pages to display correctly.
  • Percent indicator updates to show the progress while processing the DOM.
  • Slightly reformulated the textbrowser-part of the tutorial.
  • Doubled the memory space for caching font data, resulting in a better performance with non-standard languages.

Credits

DSwiki is based on:

  • NewDictS Thanks to sesa for graphics-/unicode- and font-routines.
  • Wiki2Touch Thanks to Tom Haukap for the file format and index routines.
  • libbzip2.
  • UCS fonts.
  • Thanks to Markus Kuhn + some other fonts + Titlegraphic.
  • Thanks to beloved wife.


Advertising: