<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.gnustep.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Boomer</id>
	<title>GNUstepWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.gnustep.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Boomer"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php/Special:Contributions/Boomer"/>
	<updated>2026-06-18T07:09:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.7</generator>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Application_wish_list&amp;diff=4075</id>
		<title>Application wish list</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Application_wish_list&amp;diff=4075"/>
		<updated>2006-12-11T01:13:21Z</updated>

		<summary type="html">&lt;p&gt;Boomer: /* CronniX - A cron front end */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What applications do you want for GNUstep? Please check the [[:Category:Applications|list of applications]] before adding.&lt;br /&gt;
&lt;br /&gt;
== Database ==&lt;br /&gt;
&lt;br /&gt;
=== DatabaseModeller.app ===&lt;br /&gt;
&lt;br /&gt;
See [[DBModeler]], currently a work in progress.&lt;br /&gt;
&lt;br /&gt;
=== Database management ===&lt;br /&gt;
&lt;br /&gt;
A desktop software (like [http://www.flex.ro/pgaccess/ PgAccess] for example) to manage database. This program could use the GDL2 (Gnustep Database Library). It could be a good exercice and demonstration of this very good library.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
=== Project Management app ===&lt;br /&gt;
&lt;br /&gt;
Something like [http://mrproject.codefactory.se/screenshots.php MrProject]. It has to be simple, not overbloated as MS Project.&lt;br /&gt;
&lt;br /&gt;
=== nib2gmodel/nib2gorm without OPENSTEP/MacOSX ===&lt;br /&gt;
&lt;br /&gt;
I want;but I heard it is so hard to implementation. :-(&lt;br /&gt;
&lt;br /&gt;
=== CVS app ===&lt;br /&gt;
&lt;br /&gt;
Port CVL.&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
&lt;br /&gt;
=== Blender ===&lt;br /&gt;
&lt;br /&gt;
Blender has recently (since October 2002) gone GPL. Consisting of porting the Blender GUI/WM abstract library GHOST, using NSOpenGLContext, or a CoreGraphics implementation one day. Objective-C++ might be needed for implementing GHOST, but probably can be worked around easily enough. There is an OSX port, probably using CoreGraphics.&lt;br /&gt;
&lt;br /&gt;
[http://www.blender.org/ Blender Foundation Homepage]&lt;br /&gt;
&lt;br /&gt;
Most of Blender is written in C++ doesn't seem to use CoreGraphics but Apple's GL.&lt;br /&gt;
&lt;br /&gt;
=== OmniGraffle clone ===&lt;br /&gt;
&lt;br /&gt;
(I don't really know what this is, but people have said they want one. Someone please add a description! :)&lt;br /&gt;
&lt;br /&gt;
This is for diagram, UML ....&lt;br /&gt;
I 'm thinking to write it. But not *right now*.&lt;br /&gt;
It will have probably a Gorm-feel&lt;br /&gt;
&lt;br /&gt;
[http://www.omnigroup.com/applications/omnigraffle/ OmniGraffle] was a clone of Lighthouse Design's Diagram.app, which was a re-working of the NeXT Developer Example Sketch.app, adding rubber-banding / angular connection lines.&lt;br /&gt;
&lt;br /&gt;
=== OmniOutliner clone ===&lt;br /&gt;
&lt;br /&gt;
This is a really cool app which can be used for anything. Mostly i think it is used to organise your minds while being creative (some kind of knowledge manager).&lt;br /&gt;
&lt;br /&gt;
The inspiration for this was Jayson Adams' Millennium Software's NoteBook.app, which lives again as the (commercial) program [http://www.aquaminds.com/ NoteTaker].&lt;br /&gt;
&lt;br /&gt;
=== Painting app (photoshop) ===&lt;br /&gt;
&lt;br /&gt;
Bitmap drawing app.&lt;br /&gt;
&lt;br /&gt;
Think Photoshop, not [http://www.gimp.org/ The Gimp].&lt;br /&gt;
&lt;br /&gt;
In fact, forget that. Something new.&lt;br /&gt;
&lt;br /&gt;
Something usable - can do Photoshop, but easy to learn. The Gimp can nearly do photoshop, but who can use it?&lt;br /&gt;
&lt;br /&gt;
It would be great if it consisted of two parts - a very small very useful image viewer/manager (eg gqview) and the actual editor plugin (the big part). So installing image-core would give a very small useful app, then adding image-edit would make it into photoshop.&lt;br /&gt;
&lt;br /&gt;
When opening an image file eg by clicking on it or running image-core thefile.jpg then only the core apps should start, so it starts real quick. If i right-click and choose edit or something .. THEN the other stuff is pulled in.&lt;br /&gt;
&lt;br /&gt;
Or whatever. Just an idea. But makes development path cool. Could also have a vector plugin, or whatever.&lt;br /&gt;
&lt;br /&gt;
Maybe we should wait, when (if?) Gimp gets '[http://gegl.org/ gegl]'ed.&lt;br /&gt;
then having a decent photoshop like app would be as simple as writing a gui for the gegl foundation.&lt;br /&gt;
+ gives us a nice featureset + plugins!&lt;br /&gt;
&lt;br /&gt;
Maliwan project is aiming to achieve the same goal of GEGL. Right now GEGL isn't even half complete but we can still reimplement it base on GEGL's design. lastlife is waiting for you in irc if you want to discuss the idea. Maliwan is planned to be the heart of the BluTulip which is the actual application.&lt;br /&gt;
&lt;br /&gt;
* porting http://seashore.sourceforge.net/ from their website: Seashore is an open source image editor for Cocoa. It features gradients, textures and anti-aliasing for both text and brush strokes. It supports multiple layers and alpha channel editing. It is based around the GIMP's technology and uses the same native file format.&lt;br /&gt;
&lt;br /&gt;
a screenshot is here: [http://seashore.sourceforge.net/screenshot.php] which looks very clean and easy to use.&lt;br /&gt;
&lt;br /&gt;
=== Pixen (Pixel Art Tool) ===&lt;br /&gt;
&lt;br /&gt;
[http://www.opensword.org/ Pixen] is a decent, open source pixel art tool and there aren't alot of free or professional programs like it. There is also a compliment tool by the same guys for mapping called Reptile.&lt;br /&gt;
&lt;br /&gt;
A port can be found [http://home.gna.org/gsimageapps/ here].&lt;br /&gt;
&lt;br /&gt;
== MultiMedia ==&lt;br /&gt;
&lt;br /&gt;
=== iTunes/Rhythmbox clone ===&lt;br /&gt;
&lt;br /&gt;
It would be nice to see a music or video player with real music/media management like [http://www.gnome.org/projects/rhythmbox/ Rhythmbox] or [http://www.apple.com/itunes/ iTunes]. iTunes has started to support management of movies and videoclips, so maybe media management is the way to go?&lt;br /&gt;
&lt;br /&gt;
=== DivX/XViD/DVD/VCD Player ===&lt;br /&gt;
&lt;br /&gt;
I see that there was at least an attempt to port mplayer at one point but it seems to be dead. Maybe [http://www.videolan.org/ VLC] which does have an OSX version, could be ported.&lt;br /&gt;
&lt;br /&gt;
''Looks cool, but requires CoreFoundation'' -- cbv&lt;br /&gt;
&lt;br /&gt;
== Networking ==&lt;br /&gt;
&lt;br /&gt;
=== ICQ ===&lt;br /&gt;
&lt;br /&gt;
And other instant messengers.&lt;br /&gt;
&lt;br /&gt;
* Check http://freshmeat.net/projects/fireapp/&lt;br /&gt;
* See [[Grouch]].&lt;br /&gt;
&lt;br /&gt;
=== Web browser ===&lt;br /&gt;
&lt;br /&gt;
Seems to be a popular request :).&lt;br /&gt;
&lt;br /&gt;
* Most of the best ideas ([http://www.mozilla.org/projects/camino/ Camino] and [http://www.apple.com/safari/ Apple's Safari]) rely on Objective-C++ support that wasn't available with the stock GCC until the 4.1 snapshots.&lt;br /&gt;
&lt;br /&gt;
* Stefan began porting [http://mac.wms-network.de/gnustep/WebCore/blog/ Webcore to GNUstep] by splitting the Objective-C++ code into C++ and Objective-C modules. Unfortunately, while it can render pages using an (old) version of WebCore, it still lacks a significant amount of implementation before it could actually be the GNUstep WebKit.&lt;br /&gt;
&lt;br /&gt;
* [[User:Geocar]] worked on Stefan's code for a bit to get something that looked like this:&lt;br /&gt;
[[Image:webkit-on-gnustep.png]]&lt;br /&gt;
before deciding to try using the new Objective-C++ compiler in GCC. Will note how this all turns out :)&lt;br /&gt;
&lt;br /&gt;
* I could port [http://ibn.com/~hdiwan/orchidWeb.html OrchidWeb] to GNUStep. I'd just need enough examples on developing the views from code to do it.&lt;br /&gt;
&lt;br /&gt;
* Apparently, [http://www.caminobrowser.org/ Camino] is written in Objective-C++, which GCC can't compile (although Apple is supposed to have contibuted the patch). Until gcc can compile mixed obj-c and c++, it can't be ported. There is a thread about this at [http://linuxfr.org/2003/03/10/11647.html] (it's in french).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Video conferencing software ===&lt;br /&gt;
&lt;br /&gt;
There's [http://www.gnomemeeting.org/ Gnomemeeting] (excellent piece of software), but I don't like Gnome too much (all those dependencies).&lt;br /&gt;
&lt;br /&gt;
Update: Gnomemeeting 0.9.6 is supposed to work without Gnome libs (limited functionality).&lt;br /&gt;
&lt;br /&gt;
== PIM ==&lt;br /&gt;
&lt;br /&gt;
=== Calendar ===&lt;br /&gt;
&lt;br /&gt;
check  SKYRIX libs (Opengroupware).&lt;br /&gt;
 http://www.opengroupware.org/cvsweb/cvsweb.cgi/OpenGroupware.org/SOPE/skyrix-core/NGiCal/&lt;br /&gt;
&lt;br /&gt;
[http://www.linuks.mine.nu/agenda/ Agenda.app] is young and could use some work.&lt;br /&gt;
&lt;br /&gt;
=== Task management app ===&lt;br /&gt;
&lt;br /&gt;
Chronographer (lobbying by ludovic) + libical&lt;br /&gt;
or&lt;br /&gt;
~TaskManager (lobbying by Fabien) + libical&lt;br /&gt;
&lt;br /&gt;
Check SKYRIX libs (Opengroupware)&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
== Text Processing / Office ==&lt;br /&gt;
&lt;br /&gt;
=== Abiword (Word Processor) ===&lt;br /&gt;
&lt;br /&gt;
A port of the Cocoa version of [http://www.abisource.com/ AbiWord] would be great, considering a word processor is a pretty vital application, and that Abiword is a pretty good one.&lt;br /&gt;
&lt;br /&gt;
=== Spreadsheet ===&lt;br /&gt;
&lt;br /&gt;
A spreadsheet application would be great for GNUstep.  A clone of Lotus Improv or Lighthouse Design's Parasheet would be a nice thing for GNUstep to have.&lt;br /&gt;
&lt;br /&gt;
=== CSS/html editor ===&lt;br /&gt;
&lt;br /&gt;
A cool html/css editor - emphasis on the css structural side.&lt;br /&gt;
&lt;br /&gt;
Object oriented properties application to CSS element definitions, and insert those properties into HTML in web pages. Don't worry about WYSIWIG - that's what web browsers are for, displaying web pages. Just make a object-oriented CSS/HTML editor.&lt;br /&gt;
&lt;br /&gt;
Maybe port [http://www.w3.org/People/Berners-Lee/WorldWideWeb.html Nexus] for that?&lt;br /&gt;
&lt;br /&gt;
''This might actually be feasible, however, Nexus is based on [http://www.w3.org/Library/ libwww] and its source is, well, very NeXTSTEP'ish...'' -- cbv&lt;br /&gt;
&lt;br /&gt;
=== A text editor ===&lt;br /&gt;
&lt;br /&gt;
A simple text editor that can read and write plain or rich text, including both simple word processing functionality (nothing too splashy, like frames) and optional programming features (like syntax highlighting -- not just coloring; controllable tabs; tab v. space indentation, multiple language support). Programming features could be provided by a bundle, but it would be good to for the app to be designed with that bundle in mind.&lt;br /&gt;
&lt;br /&gt;
This editor which is to guarantee me world domination includes a split view where the other pane locates and displays the corresponding end-tag/start-tag when programming.&lt;br /&gt;
&lt;br /&gt;
Ink is not that editor. :)&lt;br /&gt;
&lt;br /&gt;
[http://www.softpanorama.org/Editors/index.shtml Softpanorama] seems to give a good overview of editors&lt;br /&gt;
&lt;br /&gt;
''We have to distinguish between a text editor as programming tool (CodeEditor.app) and a text editor as a word processor (WordProcessor.app?). '' They are two different approaches to text editing and text processing.&lt;br /&gt;
&lt;br /&gt;
Source code editing view and associated inspector panels and preferences should be provided as a framework, so the SourceView should be reused in other apps. CodeEditor should be only some default wrapper for that framework.&lt;br /&gt;
&lt;br /&gt;
WordProcessor.app sould be an application that extends NSText system. (With easy-to-use paragraph style editing)&lt;br /&gt;
&lt;br /&gt;
How about interfacing with [http://www.scintilla.org Scintilla]?&lt;br /&gt;
-- Hasan --&lt;br /&gt;
&lt;br /&gt;
=== A simple DTP application ===&lt;br /&gt;
&lt;br /&gt;
A simple frame-based application for desktop publishing. Something like [http://www.calamus.net/ Calamus] ([http://www.calamus.net/man/index_us.htm here] is the documentation of tools and modules). Nothing fancy, just application that can lay out frames, control text flow, use paragraph styles and master pages.&lt;br /&gt;
&lt;br /&gt;
I'd rather see TeXView.app come back myself.... I think it's far more feasible (doing a decent page layout app is _hard_ just as Donald E. Knuth). Perhaps better still would be to take advantage of LyX's ``GUI-independence'' and provide a GNUstep front-end for it, http://www.lyx.org .&lt;br /&gt;
&lt;br /&gt;
No, nothing like LyX or TeX. I have in mind a ''visual'' page layout editing tool with features as described above (similar to PageMaker). LyX and TeX are a bit different approaches and should be alternatives to Frame based DTP application.&lt;br /&gt;
&lt;br /&gt;
 - Stefan&lt;br /&gt;
&lt;br /&gt;
I think a heavy-weight drawing package w/ page layout features would be a better solution here (this is the workflow I'm using on my NeXT Cube now), then it could be tied into an XML-based workflow in a fashion like to Apple's new Keynote, perhaps in a fashion like to Pages-by-Pages. To describe my workflow a bit---I now use Altsys Virtuoso on my NeXT Cube w/ Omega (Unicode-aware TeX variant) for most of my page layout. IME, if a document gets too large to manage w/ Altsys Virtuoso, it might as well go into TeX... Not that I'd mind seeing a replacement for PasteUp.app, I just think that a drawing program is more immediately important / useful.&lt;br /&gt;
&lt;br /&gt;
For simple DTP utility, I'd dearly love to see a re-creation of [http://members.aol.com/willadams/gnustep/apps/type/touchtype.html TouchType.app]&lt;br /&gt;
&lt;br /&gt;
 - William&lt;br /&gt;
&lt;br /&gt;
Maybe you should take a look at [http://www.texmacs.org/ TeXmacs]. Looks promising and is in great need of a GNUstep frontend.&lt;br /&gt;
&lt;br /&gt;
 - david.&lt;br /&gt;
&lt;br /&gt;
Interesting. I'd seen TeXMacs mentioned on comp.text.tex quite often, but hadn't realized it had gotten as far as it had. Interesting counterpoint to LyX.&lt;br /&gt;
 - William&lt;br /&gt;
&lt;br /&gt;
One really interesting thing would be to have a fame class which would useful enough so it could be used to put together a simple DTP Application but which would be flexible enough that it could be available to any application - the text control is a standard control for windows managers like MS Windows or Gnome. If there were an equivalent &amp;quot;flowing graphic control&amp;quot;, you'd have a powerful building block indeed (note that in MS windows, the text control is actually poor enough that no credible application can built around besides notepad).&lt;br /&gt;
Also, for a programming text editor, scintilla is great. One thing to consider is that for DTP/HTML editor, what you would want would be a *superset* of the scintilla interface. It would be great to add all the different features in such a way that you didn't have interfaces duplicating each other's functionalities.&lt;br /&gt;
&lt;br /&gt;
-- JosephSolbrig&lt;br /&gt;
&lt;br /&gt;
=== Digital Librarian-like ===&lt;br /&gt;
&lt;br /&gt;
I would really, really like a Digital Librarian for GNUstep. Basically, imagine an application that manage your documents the same way iTunes manage your music or iPhoto your photos... (to take well-known OSX apps as example ;-)&lt;br /&gt;
&lt;br /&gt;
It would provide 1) automatic management of the documents by projects/ideas/whatever metadata 2) index your documents to let you search quickly in it 3) handles bibliography&lt;br /&gt;
As a postgrad student I have a LOT of articles in PDF/PS/DVI/html on my hard drive, and such an application would be really nice to help managing that.&lt;br /&gt;
&lt;br /&gt;
A Digital Librarian screenshot: http://www.levenez.com/NeXTSTEP/Librarian.jpg&lt;br /&gt;
A screenshot of Vertex Librarian, a similar program for NeXTSTEP: http://www.levenez.com/NeXTSTEP/VertexLibrarian.jpg&lt;br /&gt;
&lt;br /&gt;
http://unix.freshmeat.net/projects/mylibrary/? [[User:Madleser|Madleser]] 17:19, 2 October 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
=== Old NeXTSTEP/OPENSTEP apps ===&lt;br /&gt;
See [http://www.levenez.com/NeXTSTEP/meApps.html this side (in French)] for a list.&lt;br /&gt;
&lt;br /&gt;
=== Frontend for different platform to [http://www.granddictionnaire.com/ Grand Dictionnaire (in French)] ===&lt;br /&gt;
&lt;br /&gt;
=== Keyboard switcher application ===&lt;br /&gt;
&lt;br /&gt;
=== Google.app ===&lt;br /&gt;
&lt;br /&gt;
* Complete with ApplicationServices&lt;br /&gt;
* WebBrowser integration&lt;br /&gt;
* Using proper NS* classes for HTML retrieval&lt;br /&gt;
* Ability to select which Google server (www.google.ca, www.google.co.jp)&lt;br /&gt;
* Google News, Google Groups, Google Images too.&lt;br /&gt;
&lt;br /&gt;
=== DMG.app? ===&lt;br /&gt;
&lt;br /&gt;
* Installer/extractor/viewer for DMG images.&lt;br /&gt;
* Create DMG packages&lt;br /&gt;
* Useful for OSX source packages&lt;br /&gt;
&lt;br /&gt;
''Note:'' The DMG format is Apple proprietary and undocumented. Basically, DMG support is only available under OSX and its unlikely to change.&lt;br /&gt;
&lt;br /&gt;
=== CronniX - A cron front end ===&lt;br /&gt;
&lt;br /&gt;
http://www.abstracture.de/projects-en/cronnix&lt;br /&gt;
&lt;br /&gt;
That won't be easily portable, as different OSs use a different cron setup. Eg. BSD has (and uses) both, /etc/crontab __and__ /var/cron/tabs/&amp;lt;username&amp;gt; ...&lt;br /&gt;
&lt;br /&gt;
=== PfaEdit - A font editor ===&lt;br /&gt;
&lt;br /&gt;
PfaEdit has its name changed to [http://fontforge.sourceforge.net/ FontForge].&lt;br /&gt;
&lt;br /&gt;
Actually, Cenon (see above) is able to do some limited font editing. Not to knock pfaedit, I use it a lot and think it's a way cool program. Wonder if the two could be merged somehow.&lt;br /&gt;
&lt;br /&gt;
=== GuileServices / StepTalk Services ===&lt;br /&gt;
&lt;br /&gt;
On NeXTSTEP there was an application (service?) called [http://www.doubleu.com/TickleServices.html TickleServices] that allowed you to write your own services in the Tcl language. Something along these lines, but using guile/steptalk would be a nice addition to gnustep.&lt;br /&gt;
&lt;br /&gt;
=== Printer.app ===&lt;br /&gt;
&lt;br /&gt;
An application/framework for managing printers, printer properties and print queues. (CUPS frontend?) (NOTE: To an extent, GNUstep already has CUPS support, and has number of builtin classes and panels for managing printers and printer settings. They may just need to be extended a little for different uses and environments.)&lt;br /&gt;
&lt;br /&gt;
=== Growl! (Global notification system) ===&lt;br /&gt;
&lt;br /&gt;
[http://growl.info/ Growl!] uses distributed notification center to display a graphic message on screen. Every application can send messages to it, for example, when new emails arrive, buddies sign in the instant messager, a task end, etc. It is very easy to implement.&lt;br /&gt;
&lt;br /&gt;
''Parts require CoreFoundation and/or WebKit'' -- cbv&lt;br /&gt;
&lt;br /&gt;
Perhaps the CoreFoundation bits could be handled by [http://developer.apple.com/opensource/cflite.html CF-Lite].&lt;br /&gt;
&lt;br /&gt;
''Since about version 299 CoreFoundation doesn't compile properly anymore on systems other than Darwin.'' -- [[User:Cbv|cbv]]&lt;/div&gt;</summary>
		<author><name>Boomer</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Template:GNUstep_News&amp;diff=3515</id>
		<title>Template:GNUstep News</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Template:GNUstep_News&amp;diff=3515"/>
		<updated>2006-09-14T14:32:22Z</updated>

		<summary type="html">&lt;p&gt;Boomer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== September 14, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep Database Library 2 Package''' version 0.10.1 released&lt;br /&gt;
: This release includes many bug fixes and partial rewrites of existing implementations and should be more robust that the previous release. ([http://ftp.gnustep.org/pub/gnustep/libs/gnustep-dl2-0.10.1.tar.gz Download])&lt;br /&gt;
&lt;br /&gt;
=== September 11, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep example programs version 1.1.0 released'''&lt;br /&gt;
: Sample programs and class demonstrations to mess around with :). ([http://ftpmain.gnustep.org/pub/gnustep/core/gnustep-examples-1.1.0.tar.gz Download])&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep Startup version 0.16.0 released'''&lt;br /&gt;
: This is the package to download if you want to install all 4 core GNUstep packages. Updated included library versions. ([http://ftpmain.gnustep.org/pub/gnustep/core/gnustep-startup-0.16.0.tar.gz Download], [http://www.gnustep.org/resources/documentation/gnustep-startup-ANNOUNCE Announcement])&lt;br /&gt;
&lt;br /&gt;
=== September 08, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''JIGS version 1.5.6''' in [http://svn.gna.org/viewcvs/gnustep/libs/java/trunk/ SVN]&lt;br /&gt;
: New advanced support for exposing enumeration: the wrapper tool can now recognize and parse enumeration declarations in the Objective-C header files, so it automatically maps them to ints, and upon request can expose any enumeration you want using static Java constants in a class.&lt;br /&gt;
&lt;br /&gt;
=== September 02, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[KoKit#Tryst|Tryst]] version 1.0.8.pl1'''&lt;br /&gt;
: Patches added, that fix a bug with respect to monitoring TXT updates and add IPv6 support for Solaris and FreeBSD.&lt;br /&gt;
&lt;br /&gt;
* '''[https://gna.org/projects/gnustep-nonfsf/ New Project Website]'''&lt;br /&gt;
: Adam Fedor announced the opening of a [https://gna.org/projects/gnustep-nonfsf/ new project website], intended for people to put GNUstep-related frameworks and applications without having to sign a copyright assignment form to [http://www.fsf.org the FSF].&lt;br /&gt;
&lt;br /&gt;
=== August 31, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FortyTwo]] 0.2.0, [[Encore]] 0.3.0 and [[BDB]] 0.2.1 released'''&lt;br /&gt;
: ([http://fortytwo.sourceforge.net/ Download and release notes])&lt;br /&gt;
&lt;br /&gt;
=== August 30, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GWorkspace]] 0.8.3 released'''&lt;br /&gt;
: Everybody loves bugfixes&lt;br /&gt;
: ([http://www.gnustep.it/enrico/gworkspace/gworkspace-0.8.3.tar.gz Download], [http://www.gnustep.it/enrico/gworkspace/ release notes])&lt;br /&gt;
&lt;br /&gt;
=== August 29, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Gorm]] 1.1.0 released'''&lt;br /&gt;
: Working Nib support!  Please note that only 10.2.x and later nibs are supported by this.  Notes about how to convert older nibs are available on the [[Writing portable code#Porting_.nib_files_from_OPENSTEP_or_Mac_OS_X_10.1_and_earlier|portability]] page.&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/dev-apps/gorm-1.1.0.tar.gz Download], [http://www.gnustep.org/experience/Gorm-ANNOUNCE release notes])&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[AppKit|GUI]] and [[Backend]] 0.11.0 released'''&lt;br /&gt;
: This release includes several bugfixes to art and xlib and some work done on the GDI interface by Christopher Armstrong. Support for keyed encoding has been added to all gui classes and Nib loading as well as RTFD read and write support has been implemented. For the most part, nibs are (or should be) compatible between GNUstep and Mac OS X. Additionally, better support for color schemes and themes has been added. In the near future theming should be integrated into gui itself.&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-0.11.0.tar.gz Download GUI], [http://www.gnustep.org/resources/documentation/Developer/Gui/ReleaseNotes/ReleaseNotes.html GUI release notes], [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.11.0.tar.gz Download Backend], [http://www.gnustep.org/resources/documentation/Developer/Back/ReleaseNotes/ReleaseNotes.html Backend release notes])&lt;br /&gt;
&lt;br /&gt;
=== August 28, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[Foundation|Base]] and [[Make]] 1.13.0 released'''&lt;br /&gt;
: Several classes added that deal with URL and predicate handling, including a few minor API changes. The new Make package features some work done on MingW plus some DLL trickery. You have to rebuild all your applications (except when using MingW) when you switch to this version!&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.13.0.tar.gz Download Base], [http://www.gnustep.org/resources/documentation/Developer/Base/ReleaseNotes/ReleaseNotes.html Base release notes], [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-1.13.0.tar.gz Download Make], [http://www.gnustep.org/resources/documentation/Developer/Make/ReleaseNotes/NEWS Make release notes])&lt;br /&gt;
&lt;br /&gt;
=== August 23, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* ''' [[GWorkspace#IMImage|IMImage]] Inspector released'''&lt;br /&gt;
: An image Inspector for GWorkspace.app.&lt;br /&gt;
: ([http://www.gnustep.it/enrico/gworkspace/inspectors/IMImageViewer.tar.gz Download], [http://article.gmane.org/gmane.comp.lib.gnustep.general/26736 release notes])&lt;br /&gt;
&lt;br /&gt;
* '''New article on [[Using_Subversion|Subversion]]'''&lt;br /&gt;
: Goes over the basics of how to work with the GNUstep SVN repository.&lt;/div&gt;</summary>
		<author><name>Boomer</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Developer_Guides&amp;diff=3329</id>
		<title>Developer Guides</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Developer_Guides&amp;diff=3329"/>
		<updated>2006-09-04T23:56:18Z</updated>

		<summary type="html">&lt;p&gt;Boomer: added another video link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is intended as a collection of guides for developers.&lt;br /&gt;
&lt;br /&gt;
== Introductory Articles on GNUstep Development ==&lt;br /&gt;
&lt;br /&gt;
{{Stub}}&lt;br /&gt;
&lt;br /&gt;
=== [http://www.gnustep.org/resources/documentation/Developer/Base/ProgrammingManual/manual_toc.html Introduction to GNUstep (Foundation) Programming] ===&lt;br /&gt;
&lt;br /&gt;
The aim of this manual is to introduce you to the Objective-C language and the GNUstep development environment, in particular the Base library. The manual is organised to give you a tutorial introduction to the language and APIs, by using examples whenever possible, rather than providing a lengthy abstract description. &lt;br /&gt;
&lt;br /&gt;
While Objective-C is not a difficult language to learn or use, some of the terms may be unfamiliar, especially to those that have not programmed using an object-oriented programming language before. Whenever possible, concepts will be explained in simple terms rather than in more advanced programming terms, and comparisons to other languages will be used to aid in illustration.&lt;br /&gt;
&lt;br /&gt;
=== [[Writing Makefiles]] ===&lt;br /&gt;
&lt;br /&gt;
The Makefile package is a system of make commands that is designed to encapsulate all the complex details of building and installing various types of projects from libraries to applications to documentation. This frees the developer to focus on the details of their particular project. Only a fairly simple main makefile need to be written which specifies the type of project and files involved in the project.&lt;br /&gt;
&lt;br /&gt;
=== [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-examples-1.0.0.tar.gz Sample GNUstep Programs] ===&lt;br /&gt;
&lt;br /&gt;
This isn't really an article but rather a collection of small &amp;quot;codified guides&amp;quot; for the pragmatic programmer who wants to explore GNUstep by looking at and messing around with example code. This is best done while reading about basic concepts of OpenStep or Cocoa with the API documentation ([[Foundation]], [[AppKit]]) open in the background.&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
=== [[Writing portable code|Coding for Portability]] ===&lt;br /&gt;
&lt;br /&gt;
Writing code that will compile and then run on different platforms can be surprisingly easy. This guide describes some straight-forward steps to take to make your program easy to port to new platforms.&lt;br /&gt;
&lt;br /&gt;
=== [[Property Lists|Using Property Lists]] ===&lt;br /&gt;
&lt;br /&gt;
A regular issue that programmers face is storing structured configuration information, and reading it back. GNUstep has a standard mechanism that can be used for this task, amongst others: Property Lists.&lt;br /&gt;
&lt;br /&gt;
== Graphical Applications ==&lt;br /&gt;
&lt;br /&gt;
=== Simple Graphical Application Design ===&lt;br /&gt;
&lt;br /&gt;
GNUstep includes several sophisticated development tools. GNUstep GUI interfaces are designed using [[Gorm]] (Graphical Object Relationship Modeler), an elegant application developed by Gregory Casamento. (See his [http://heronsperch.blogspot.com/ blog] for the latest news on GORM.) There are two proto-IDEs, [[ProjectCenter]] and [[ProjectManager]].&lt;br /&gt;
&lt;br /&gt;
There are several introductory tutorials for using these development tools. The first [http://www.gnustep.it/pierre-yves/index.html tutorial] by Pierre-Yves Rivaille is a classic demonstrating the process used to create the ubiquitous currency converter application. A second [http://www.nongnu.org/gstutorial/ tutorial] by Yen-Ju Chen is somewhat more in-depth and extensive.&lt;br /&gt;
&lt;br /&gt;
Nicolas Roard created a [http://gnustep.org/experience/DevelopmentDemonstration.html video] demonstrating the process of developing a simple calculator, and another [http://home.gna.org/pmanager/videos.html video] here by Sašo Kiselkov if you feel the need to create another currency converter.&lt;br /&gt;
&lt;br /&gt;
=== [[Document based applications|Document-based Application Design]] ===&lt;br /&gt;
&lt;br /&gt;
One of the most common use-patterns of applications on modern platforms is that of document-based applications --- applications which can have several active user-controlled contexts. Some familar examples might be a word processor where the user may have multiple document windows concurrently, or a web browser which allows a user to have a number of different browser windows open at the same time. This guide provides information and tips on how to code this style of application.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Boomer</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Developer_Guides&amp;diff=3328</id>
		<title>Developer Guides</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Developer_Guides&amp;diff=3328"/>
		<updated>2006-09-04T23:47:21Z</updated>

		<summary type="html">&lt;p&gt;Boomer: re-wording&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is intended as a collection of guides for developers.&lt;br /&gt;
&lt;br /&gt;
== Introductory Articles on GNUstep Development ==&lt;br /&gt;
&lt;br /&gt;
{{Stub}}&lt;br /&gt;
&lt;br /&gt;
=== [http://www.gnustep.org/resources/documentation/Developer/Base/ProgrammingManual/manual_toc.html Introduction to GNUstep (Foundation) Programming] ===&lt;br /&gt;
&lt;br /&gt;
The aim of this manual is to introduce you to the Objective-C language and the GNUstep development environment, in particular the Base library. The manual is organised to give you a tutorial introduction to the language and APIs, by using examples whenever possible, rather than providing a lengthy abstract description. &lt;br /&gt;
&lt;br /&gt;
While Objective-C is not a difficult language to learn or use, some of the terms may be unfamiliar, especially to those that have not programmed using an object-oriented programming language before. Whenever possible, concepts will be explained in simple terms rather than in more advanced programming terms, and comparisons to other languages will be used to aid in illustration.&lt;br /&gt;
&lt;br /&gt;
=== [[Writing Makefiles]] ===&lt;br /&gt;
&lt;br /&gt;
The Makefile package is a system of make commands that is designed to encapsulate all the complex details of building and installing various types of projects from libraries to applications to documentation. This frees the developer to focus on the details of their particular project. Only a fairly simple main makefile need to be written which specifies the type of project and files involved in the project.&lt;br /&gt;
&lt;br /&gt;
=== [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-examples-1.0.0.tar.gz Sample GNUstep Programs] ===&lt;br /&gt;
&lt;br /&gt;
This isn't really an article but rather a collection of small &amp;quot;codified guides&amp;quot; for the pragmatic programmer who wants to explore GNUstep by looking at and messing around with example code. This is best done while reading about basic concepts of OpenStep or Cocoa with the API documentation ([[Foundation]], [[AppKit]]) open in the background.&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
=== [[Writing portable code|Coding for Portability]] ===&lt;br /&gt;
&lt;br /&gt;
Writing code that will compile and then run on different platforms can be surprisingly easy. This guide describes some straight-forward steps to take to make your program easy to port to new platforms.&lt;br /&gt;
&lt;br /&gt;
=== [[Property Lists|Using Property Lists]] ===&lt;br /&gt;
&lt;br /&gt;
A regular issue that programmers face is storing structured configuration information, and reading it back. GNUstep has a standard mechanism that can be used for this task, amongst others: Property Lists.&lt;br /&gt;
&lt;br /&gt;
== Graphical Applications ==&lt;br /&gt;
&lt;br /&gt;
=== Simple Graphical Application Design ===&lt;br /&gt;
&lt;br /&gt;
GNUstep includes several sophisticated development tools. GNUstep GUI interfaces are designed using [[Gorm]] (Graphical Object Relationship Modeler), an elegant application developed by Gregory Casamento. (See his [http://heronsperch.blogspot.com/ blog] for the latest news on GORM.) There are two proto-IDEs, [[ProjectCenter]] and [[ProjectManager]].&lt;br /&gt;
&lt;br /&gt;
There are several introductory tutorials for using these development tools. The first [http://www.gnustep.it/pierre-yves/index.html tutorial] by Pierre-Yves Rivaille is a classic demonstrating the process used to create the ubiquitous currency converter application. A second [http://www.nongnu.org/gstutorial/ tutorial] by Yen-Ju Chen is somewhat more in-depth and extensive.&lt;br /&gt;
&lt;br /&gt;
Nicolas Roard created a [http://gnustep.org/experience/DevelopmentDemonstration.html video] demonstrating the process of developing a simple calculator.&lt;br /&gt;
&lt;br /&gt;
=== [[Document based applications|Document-based Application Design]] ===&lt;br /&gt;
&lt;br /&gt;
One of the most common use-patterns of applications on modern platforms is that of document-based applications --- applications which can have several active user-controlled contexts. Some familar examples might be a word processor where the user may have multiple document windows concurrently, or a web browser which allows a user to have a number of different browser windows open at the same time. This guide provides information and tips on how to code this style of application.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Boomer</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Developer_Guides&amp;diff=3327</id>
		<title>Developer Guides</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Developer_Guides&amp;diff=3327"/>
		<updated>2006-09-04T23:46:18Z</updated>

		<summary type="html">&lt;p&gt;Boomer: Added info on simple graphical application design and links to some development tutorials and videos.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is intended as a collection of guides for developers.&lt;br /&gt;
&lt;br /&gt;
== Introductory Articles on GNUstep Development ==&lt;br /&gt;
&lt;br /&gt;
{{Stub}}&lt;br /&gt;
&lt;br /&gt;
=== [http://www.gnustep.org/resources/documentation/Developer/Base/ProgrammingManual/manual_toc.html Introduction to GNUstep (Foundation) Programming] ===&lt;br /&gt;
&lt;br /&gt;
The aim of this manual is to introduce you to the Objective-C language and the GNUstep development environment, in particular the Base library. The manual is organised to give you a tutorial introduction to the language and APIs, by using examples whenever possible, rather than providing a lengthy abstract description. &lt;br /&gt;
&lt;br /&gt;
While Objective-C is not a difficult language to learn or use, some of the terms may be unfamiliar, especially to those that have not programmed using an object-oriented programming language before. Whenever possible, concepts will be explained in simple terms rather than in more advanced programming terms, and comparisons to other languages will be used to aid in illustration.&lt;br /&gt;
&lt;br /&gt;
=== [[Writing Makefiles]] ===&lt;br /&gt;
&lt;br /&gt;
The Makefile package is a system of make commands that is designed to encapsulate all the complex details of building and installing various types of projects from libraries to applications to documentation. This frees the developer to focus on the details of their particular project. Only a fairly simple main makefile need to be written which specifies the type of project and files involved in the project.&lt;br /&gt;
&lt;br /&gt;
=== [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-examples-1.0.0.tar.gz Sample GNUstep Programs] ===&lt;br /&gt;
&lt;br /&gt;
This isn't really an article but rather a collection of small &amp;quot;codified guides&amp;quot; for the pragmatic programmer who wants to explore GNUstep by looking at and messing around with example code. This is best done while reading about basic concepts of OpenStep or Cocoa with the API documentation ([[Foundation]], [[AppKit]]) open in the background.&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
=== [[Writing portable code|Coding for Portability]] ===&lt;br /&gt;
&lt;br /&gt;
Writing code that will compile and then run on different platforms can be surprisingly easy. This guide describes some straight-forward steps to take to make your program easy to port to new platforms.&lt;br /&gt;
&lt;br /&gt;
=== [[Property Lists|Using Property Lists]] ===&lt;br /&gt;
&lt;br /&gt;
A regular issue that programmers face is storing structured configuration information, and reading it back. GNUstep has a standard mechanism that can be used for this task, amongst others: Property Lists.&lt;br /&gt;
&lt;br /&gt;
== Graphical Applications ==&lt;br /&gt;
&lt;br /&gt;
=== Simple Graphical Application Design ===&lt;br /&gt;
&lt;br /&gt;
GNUstep includes several sophisticated development tools. GNUstep GUI interfaces are designed using [[Gorm]] (Graphical Object Relationship Modeler), an elegant application developed by Gregory Casamento. (See his [http://heronsperch.blogspot.com/ blog] for the latest news on GORM.) There are two proto-IDEs, [[ProjectCenter]] and [[ProjectManager]].&lt;br /&gt;
&lt;br /&gt;
There are several introductory tutorials for using these development tools. The first [http://www.gnustep.it/pierre-yves/index.html tutorial] by Pierre-Yves Rivaille is a classic demonstrating the process used to create the ubiquitous currency converter application. A second [http://www.nongnu.org/gstutorial/ tutorial] by Yen-Ju Chen is somewhat more in-depth and extensive.&lt;br /&gt;
&lt;br /&gt;
Nicolas Roard created a [http://gnustep.org/experience/DevelopmentDemonstration.html video] demonstrating the process of creating a simple calculator.&lt;br /&gt;
&lt;br /&gt;
=== [[Document based applications|Document-based Application Design]] ===&lt;br /&gt;
&lt;br /&gt;
One of the most common use-patterns of applications on modern platforms is that of document-based applications --- applications which can have several active user-controlled contexts. Some familar examples might be a word processor where the user may have multiple document windows concurrently, or a web browser which allows a user to have a number of different browser windows open at the same time. This guide provides information and tips on how to code this style of application.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Boomer</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Document_based_applications&amp;diff=3326</id>
		<title>Document based applications</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Document_based_applications&amp;diff=3326"/>
		<updated>2006-09-04T23:09:13Z</updated>

		<summary type="html">&lt;p&gt;Boomer: Added link to video tutorials.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Document based applications are those that are primarily concerned with user documents, allowing multiple (context-sensitive) document windows and a consistent mechanism for file loading and saving. GNUstep provides a model and associated services, for the rapid development of applications following this paradigm. &lt;br /&gt;
&lt;br /&gt;
Document based applications in GNUstep use NSDocument and NSDocumentController to support and coordinate this behaviour. Below are some articles describing how you can add this functionality to your program, and the role these classes in play in gnustep-gui.&lt;br /&gt;
&lt;br /&gt;
[[NSDocument]]&lt;br /&gt;
&lt;br /&gt;
[[Creating document based applications]]&lt;br /&gt;
&lt;br /&gt;
Sašo Kiselkov has put together several [http://home.gna.org/pmanager/videos.html video tutorials], one of which shows the process of creating a document-based application using ProjectManager.&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Boomer</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=GNUstep_Installation_Process&amp;diff=2991</id>
		<title>GNUstep Installation Process</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=GNUstep_Installation_Process&amp;diff=2991"/>
		<updated>2006-04-07T23:41:33Z</updated>

		<summary type="html">&lt;p&gt;Boomer: Add a link to Dennis Leeuw's GNUstep Build Guide for Unix Systems.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;At the moment, the ways available to install GNUstep is heavily dependent on the host operating system platform. &lt;br /&gt;
&lt;br /&gt;
==Installing from source code==&lt;br /&gt;
&lt;br /&gt;
If you wish to install from source code, instructions are available from [http://www.gnustep.org/resources/documentation/User/GNUstep/gnustep-howto_toc.html GNUstep Howto] - and if you want to stay on the bleeding edge, check out point 7 on that page or Dennis Leeuw's [http://gnustep.made-it.com/BuildGuide/index.html GNUstep Build Guide for Unix Systems].&lt;br /&gt;
&lt;br /&gt;
* latest instructions for [[Installation on Windows]]&lt;br /&gt;
* latest instructions for [[Gorm Installation On Windows]]&lt;br /&gt;
* latest instructions for [[Installation of 32bit GNUstep on 64bit Linux]]&lt;br /&gt;
&lt;br /&gt;
==Using your native packaging system==&lt;br /&gt;
&lt;br /&gt;
Many platforms offer native GNUstep packages that may be installed in the same way that other software is commonly installed. Some information on platform-specific packages can be located at [[Platform_compatibility]].&lt;br /&gt;
&lt;br /&gt;
==Some aspirations==&lt;br /&gt;
&lt;br /&gt;
GNUstep installation process could be and should be as simple as &amp;quot;pkg-inst GNUstep-1.0&amp;quot; across GNUstep supported OS plaforms. &lt;br /&gt;
&lt;br /&gt;
Given GNUstep's cross-platform approach to application development activities, the application mangement activies should also be united across OS platforms.&lt;br /&gt;
&lt;br /&gt;
For &amp;quot;pkg-inst GNUstep-1.0&amp;quot; details, please see [[Package_management]].&lt;/div&gt;</summary>
		<author><name>Boomer</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=GNUstep_environments&amp;diff=2983</id>
		<title>GNUstep environments</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=GNUstep_environments&amp;diff=2983"/>
		<updated>2006-03-25T00:59:55Z</updated>

		<summary type="html">&lt;p&gt;Boomer: Fix previous edit ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.etoile-project.org/etoile/mediawiki/index.php?title=Main_Page Etoile]&lt;br /&gt;
&lt;br /&gt;
[http://www.nongnu.org/backbone/ Backbone]&lt;/div&gt;</summary>
		<author><name>Boomer</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=GNUstep_environments&amp;diff=2982</id>
		<title>GNUstep environments</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=GNUstep_environments&amp;diff=2982"/>
		<updated>2006-03-25T00:58:35Z</updated>

		<summary type="html">&lt;p&gt;Boomer: Correct link to EtoileWiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.etoile-project.org/etoile/mediawiki/index.php?title=Main_Page]&lt;br /&gt;
&lt;br /&gt;
[http://www.nongnu.org/backbone/ Backbone]&lt;/div&gt;</summary>
		<author><name>Boomer</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Camaelon&amp;diff=2981</id>
		<title>Camaelon</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Camaelon&amp;diff=2981"/>
		<updated>2006-03-25T00:54:20Z</updated>

		<summary type="html">&lt;p&gt;Boomer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Camaelon is first GNUstep theme engine created by Nicolas Roard (rIO).&lt;br /&gt;
&lt;br /&gt;
Home page: http://www.roard.com/camaelon/&lt;br /&gt;
&lt;br /&gt;
See http://www.etoile-project.org/etoile/mediawiki/index.php?title=Camaelon for more recent information.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
See also: [[Themability]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Themes]]&lt;/div&gt;</summary>
		<author><name>Boomer</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Talk:Main_Page&amp;diff=892</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Talk:Main_Page&amp;diff=892"/>
		<updated>2005-08-20T18:02:17Z</updated>

		<summary type="html">&lt;p&gt;Boomer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Can example be provided about &amp;quot;production environment in serveral organization&amp;quot; ? this will clear the doubt of people on GNUstep stability.&lt;br /&gt;
&lt;br /&gt;
added ([[User:Stefan Urbanek|Stefan Urbanek]] 10:08, 17 Feb 2005 (CET))&lt;br /&gt;
&lt;br /&gt;
Thank you ([[User:TJ Yang ]])&lt;br /&gt;
&lt;br /&gt;
Internationalisation in the Users section is probably misnamed and misspelled for this site. &lt;br /&gt;
&lt;br /&gt;
For the user their issue is normally Localisation, but even this isn't necessarily clear. I would argue for terminology like &amp;quot;Configuring language, script and input methods&amp;quot; or even something as formal as &amp;quot;National language configuration&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Internationalisation is a word most often used to describe the process of modifying ''code'' to ''support'' varied text encodings, number formats, currencies and so on and is a developer topic. Localisation is a word used most consistently for ''translation or conversion'' of an application interface and documentation into ''specific'' human languages, date and number formats etc and is probably a developer or volunteer topic.&lt;br /&gt;
&lt;br /&gt;
Even though my personally-preferred spelling in English is the Commonwealth variant, the most wide-spread spelling for Internationalization and Localization are the American-style 'z' spellings. Let's make it easier for people to find what they are looking for in search engines. When a user is trying to find out how to localise their script input and national language preferences, what terms are they going to search for? The link and page should be somehow connected to that.&lt;br /&gt;
&lt;br /&gt;
([[User:Comrade]])&lt;br /&gt;
&lt;br /&gt;
== A question concerning non-ASCII input in GNUstep applications ==&lt;br /&gt;
&lt;br /&gt;
Hello folks!&lt;br /&gt;
I tried to use GNUstep applications for my day-to-day tasks but I couldn't make them accept any text input except ASCII characters. When I switch to Russian, all applications refuse input. Is this the right way they should work now? As I know, there isn't any problems with Russian input in the original OpenStep environment. I use XKB and ru_RU.KOI8-R locale. Maybe it's necessary to use ru_RU.UTF8 or you know any other workarounds? All non-GNUstep applications work perfectly.&lt;br /&gt;
&lt;br /&gt;
likely the important thing is to set the GNUSTEP_STRING_ENCODING environment variable to NSKOI8RStringEncoding. There is an [[http://www.gnustep.org/resources/documentation/User/Gui/LanguageSetup.html Asian language support]] page on the gnustep website, that also contains information that could be useful for other languages.&lt;br /&gt;
&lt;br /&gt;
--[[User:Serge RU|Serge RU]] 04:48, 11 May 2005 (CEST)&lt;br /&gt;
Thank you, it works :) I also had to make some font assignments not covered in &amp;quot;Asian language support&amp;quot; document (Preferences.app let me find out about them and fix menu font, etc.), but the direction was right.&lt;br /&gt;
[http://cialisrx.sky.prohosting.com/ cialis-cheap]&lt;br /&gt;
[http://pharmacy-article.pisem.net/ best-online-pharmacy]&lt;br /&gt;
[http://ambitious.as/cheap-fatblast/ cheap-fatblast]&lt;br /&gt;
[http://batty.as/cheap-maxaman/ buy-maxaman]&lt;br /&gt;
[http://cheap-phentermine.fly.to/ buy-phentermine]&lt;br /&gt;
[http://cheap-hydrocodone.zap.to/ cheap-hydrocodone]&lt;br /&gt;
[http://buy-valium.messages.to/ cheap-valium]&lt;br /&gt;
[http://buy-ultram.w3.to/ cheap-ultram]&lt;br /&gt;
[http://buy-levitra.kiss.to/ cheap-levitra]&lt;br /&gt;
[http://buy-didrex.quickly.to/ cheap-didrex]&lt;br /&gt;
[http://buy-diazepam.scroll.to/ cheap-diazepam]&lt;br /&gt;
[http://buy-cialis.flying.to/ cheap-cialis]&lt;br /&gt;
[http://buy-hydrocodone-x.d4a.com/ cheap-hydrocodone]&lt;br /&gt;
[http://buy-cheap-cialis.t2u.com/ cheap-cialis]&lt;br /&gt;
[http://best-online-pharmacy.t5t.cis.ru/ cheapest-online-pharmacy]&lt;br /&gt;
[http://buy-adipex.t5t.cis.ru/ buy-adipex]&lt;br /&gt;
[http://buy-ambien.t5t.cis.ru/ buy-ambien]&lt;br /&gt;
[http://buy-cheap-diazepam.t5t.cis.ru/ buy-cheap-diazepam]&lt;br /&gt;
[http://buy-cheap-maxaman.t5t.cis.ru/ buy-cheap-maxaman]&lt;br /&gt;
[http://buy-phentermine.t5t.cis.ru/ buy-phentermine]&lt;br /&gt;
[http://buy-tramadol.t5t.cis.ru/ buy-tramadol]&lt;br /&gt;
[http://buy-valium.t5t.cis.ru/ buy-valium]&lt;br /&gt;
[http://buycarisoprodol.t5t.cis.ru/ buycarisoprodol]&lt;br /&gt;
[http://buydidrex.t5t.cis.ru/ buydidrex]&lt;br /&gt;
[http://buyfioricet.t5t.cis.ru/ buyfioricet]&lt;br /&gt;
[http://buyultram.t5t.cis.ru/ buyultram]&lt;br /&gt;
[http://cheap-alprazolam-online.t5t.cis.ru/ cheap-alprazolam-online]&lt;br /&gt;
[http://cheap-cialis.t5t.cis.ru/ cheap-cialis]&lt;br /&gt;
[http://cheap-codeine-online.t5t.cis.ru/ cheap-codeine-online]&lt;br /&gt;
[http://cheap-hydrocodone.t5t.cis.ru/ cheap-hydrocodone]&lt;br /&gt;
[http://cheap-levitra-buy.t5t.cis.ru/ cheap-levitra-buy]&lt;br /&gt;
[http://cheap-viagra.t5t.cis.ru/ cheap-viagra]&lt;br /&gt;
[http://cheap-vicodin.t5t.cis.ru/ cheap-vicodin]&lt;br /&gt;
[http://cheap-xanax.t5t.cis.ru/ cheap-xanax]&lt;br /&gt;
[http://lortab-cheap.t5t.cis.ru/ lortab-cheap]&lt;br /&gt;
[http://cheapdidrex.hom.bz cheap-didrex]&lt;br /&gt;
[http://cheap-vicodin-x.d4a.com buy-vicodin]&lt;br /&gt;
[http://cheap-codeine.d4a.com buy-codeine]&lt;br /&gt;
[http://cheap-xanax-x.d4a.com xanax-online]&lt;br /&gt;
[http://2buy-ambien.gfxweb.net ambien-online]&lt;br /&gt;
[http://2buy-xanax.gfxweb.net xanax]&lt;br /&gt;
[http://beam.to/cheap-hydrocodone-c hydrocodone-online]&lt;br /&gt;
[http://beam.to/2buy-codeine codeine]&lt;br /&gt;
[http://1-buy-phentermine.ohgo.com phentermine]&lt;br /&gt;
[http://1-buy-cialis.ohgo.com cialis]&lt;br /&gt;
[http://buy-cheap-adipex.ohgo.com adipex]&lt;br /&gt;
[http://mb5.sib.ru/angelina-jolie.html angelina-jolie]&lt;br /&gt;
[http://mb5.sib.ru/armani.html armani]&lt;br /&gt;
[http://mb5.sib.ru/avril-lavigne.html avril-lavigne]&lt;br /&gt;
[http://mb5.sib.ru/bakery.html bakery]&lt;br /&gt;
[http://mb5.sib.ru/beyonce.html beyonce]&lt;/div&gt;</summary>
		<author><name>Boomer</name></author>
	</entry>
</feed>