<?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=Pingi</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=Pingi"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php/Special:Contributions/Pingi"/>
	<updated>2026-04-15T23:30:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.7</generator>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Developer_Guides&amp;diff=5711</id>
		<title>Developer Guides</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Developer_Guides&amp;diff=5711"/>
		<updated>2009-11-02T10:26:43Z</updated>

		<summary type="html">&lt;p&gt;Pingi: /* [http://www.roard.com/docs/lmf2.article/en.html (GUI) Programming under GNUstep] */&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;
=== [[GNUstep Suite|GNUstep Libraries and Tools]] ===&lt;br /&gt;
&lt;br /&gt;
A general overview of GNUstep.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.gnustep.org/resources/documentation/Developer/Base/ProgrammingManual/manual_toc.html GNUstep Base Programming Manual] ===&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;
=== [http://www.roard.com/docs/lmf2.article/en.html (GUI) Programming under GNUstep] ===&lt;br /&gt;
&lt;br /&gt;
This tutorial will introduce you to the [[AppKit]] classes and how to use [[Gorm]] to create graphical interfaces.&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.1.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 &lt;br /&gt;
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;
=== [[Deployment on Windows]] ===&lt;br /&gt;
&lt;br /&gt;
This article will tell you how to deploy GNUstep applications on Windows.&lt;br /&gt;
&lt;br /&gt;
=== [[Adding a new Natural Language to GNUstep|Translating GNUstep]] ===&lt;br /&gt;
&lt;br /&gt;
Translation of GNUstep applications involves a number of steps, including translation of GNUstep Base and GNUstep GUI.&lt;br /&gt;
&lt;br /&gt;
== Graphical Applications ==&lt;br /&gt;
&lt;br /&gt;
=== Simple Graphical Application Design ===&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;
== Web Applications ==&lt;br /&gt;
&lt;br /&gt;
Please have a look at [[Creating A Simple GSWeb Application]] to learn how to create a [[GNUstepWeb|GNUstep Web]] application.&lt;br /&gt;
&lt;br /&gt;
== Other Information ==&lt;br /&gt;
&lt;br /&gt;
=== Developer sites ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.roard.com/docs/ GNUstep HelpCenter]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Developer_Guides&amp;diff=5710</id>
		<title>Developer Guides</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Developer_Guides&amp;diff=5710"/>
		<updated>2009-11-02T10:25:49Z</updated>

		<summary type="html">&lt;p&gt;Pingi: /* Introduction to GNUstep Libraries and Tools */&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;
=== [[GNUstep Suite|GNUstep Libraries and Tools]] ===&lt;br /&gt;
&lt;br /&gt;
A general overview of GNUstep.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.gnustep.org/resources/documentation/Developer/Base/ProgrammingManual/manual_toc.html GNUstep Base Programming Manual] ===&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;
=== [http://www.roard.com/docs/lmf2.article/en.html (GUI) Programming under GNUstep] ===&lt;br /&gt;
&lt;br /&gt;
This guide will introduce you to the [[AppKit]] classes and how to use [[Gorm]] to create graphical interfaces.&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.1.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 &lt;br /&gt;
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;
=== [[Deployment on Windows]] ===&lt;br /&gt;
&lt;br /&gt;
This article will tell you how to deploy GNUstep applications on Windows.&lt;br /&gt;
&lt;br /&gt;
=== [[Adding a new Natural Language to GNUstep|Translating GNUstep]] ===&lt;br /&gt;
&lt;br /&gt;
Translation of GNUstep applications involves a number of steps, including translation of GNUstep Base and GNUstep GUI.&lt;br /&gt;
&lt;br /&gt;
== Graphical Applications ==&lt;br /&gt;
&lt;br /&gt;
=== Simple Graphical Application Design ===&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;
== Web Applications ==&lt;br /&gt;
&lt;br /&gt;
Please have a look at [[Creating A Simple GSWeb Application]] to learn how to create a [[GNUstepWeb|GNUstep Web]] application.&lt;br /&gt;
&lt;br /&gt;
== Other Information ==&lt;br /&gt;
&lt;br /&gt;
=== Developer sites ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.roard.com/docs/ GNUstep HelpCenter]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Developer_Guides&amp;diff=5709</id>
		<title>Developer Guides</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Developer_Guides&amp;diff=5709"/>
		<updated>2009-11-02T10:24:22Z</updated>

		<summary type="html">&lt;p&gt;Pingi: /* [http://www.gnustep.org/resources/documentation/Developer/Base/ProgrammingManual/manual_toc.html Introduction to GNUstep (Foundation) Programming] */&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;
=== [[GNUstep Suite|Introduction to GNUstep Libraries and Tools]] ===&lt;br /&gt;
&lt;br /&gt;
A general overview of GNUstep.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.gnustep.org/resources/documentation/Developer/Base/ProgrammingManual/manual_toc.html GNUstep Base Programming Manual] ===&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;
=== [http://www.roard.com/docs/lmf2.article/en.html (GUI) Programming under GNUstep] ===&lt;br /&gt;
&lt;br /&gt;
This guide will introduce you to the [[AppKit]] classes and how to use [[Gorm]] to create graphical interfaces.&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.1.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 &lt;br /&gt;
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;
=== [[Deployment on Windows]] ===&lt;br /&gt;
&lt;br /&gt;
This article will tell you how to deploy GNUstep applications on Windows.&lt;br /&gt;
&lt;br /&gt;
=== [[Adding a new Natural Language to GNUstep|Translating GNUstep]] ===&lt;br /&gt;
&lt;br /&gt;
Translation of GNUstep applications involves a number of steps, including translation of GNUstep Base and GNUstep GUI.&lt;br /&gt;
&lt;br /&gt;
== Graphical Applications ==&lt;br /&gt;
&lt;br /&gt;
=== Simple Graphical Application Design ===&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;
== Web Applications ==&lt;br /&gt;
&lt;br /&gt;
Please have a look at [[Creating A Simple GSWeb Application]] to learn how to create a [[GNUstepWeb|GNUstep Web]] application.&lt;br /&gt;
&lt;br /&gt;
== Other Information ==&lt;br /&gt;
&lt;br /&gt;
=== Developer sites ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.roard.com/docs/ GNUstep HelpCenter]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Template:GNUstep_News&amp;diff=5107</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=5107"/>
		<updated>2008-03-08T21:51:33Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Mar 07, 2008 ===&lt;br /&gt;
&lt;br /&gt;
* '''Comparison of iPhone SDK to QuantumSTEP'''&lt;br /&gt;
: A table comparing the GNUstep based QuantumSTEP SDK with the iPhone SDK: [[QuantumSTEP_vs_iPhoneSDK]]&lt;br /&gt;
&lt;br /&gt;
=== Feb 24, 2008 ===&lt;br /&gt;
&lt;br /&gt;
* '''FOSDEM 2008 presentation - GNUstep on embedded Devices'''&lt;br /&gt;
: Unfortunately, the talk by Nikolaus Schaller has to be cancelled. Please ([http://www.quantum-step.com/download/FOSDEM%202008%20Presentation.pdf Download]) the PDF slides.&lt;br /&gt;
&lt;br /&gt;
=== Feb 20, 2008 ===&lt;br /&gt;
* '''[[Price.app]] 0.8.2 release'''&lt;br /&gt;
:([http://price.sourceforge.net/ Homepage]),&lt;br /&gt;
:([http://downloads.sourceforge.net/price/PRICE-0.8.2.tar.gz?modtime=1203540886&amp;amp;big_mirror=0 Source Download])&lt;br /&gt;
&lt;br /&gt;
=== Feb 11, 2008 ===&lt;br /&gt;
* '''[[LaternaMagica.app]] 0.1 release'''&lt;br /&gt;
:([http://gap.nongnu.org/laternamagica/index.html homepage on GAP])&lt;br /&gt;
&lt;br /&gt;
=== Jan 19, 2008 ===&lt;br /&gt;
&lt;br /&gt;
* '''SystemPreferences 1.0.2 release'''&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/usr-apps/SystemPreferences-1.0.2.tar.gz Download])&lt;br /&gt;
&lt;br /&gt;
=== Jan 16, 2008 ===&lt;br /&gt;
&lt;br /&gt;
* [[FOSDEM 2008]]: what, when, where, how to get there&lt;br /&gt;
&lt;br /&gt;
=== Jan 10, 2008 ===&lt;br /&gt;
&lt;br /&gt;
* '''Updated [http://www.gnustep.org/experience/Windows.html Windows] installer.'''&lt;br /&gt;
: Includes all the latest core packages&lt;br /&gt;
&lt;br /&gt;
=== Jan 08, 2008 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[Make]]  2.0.4 release'''&lt;br /&gt;
: Fixes relative path configuration issue on Windows&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.0.4.tar.gz Download Make])&lt;br /&gt;
&lt;br /&gt;
=== Jan 01, 2008 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[Base]]  1.15.2 unstable release'''&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.15.2.tar.gz Download Base])&lt;br /&gt;
* '''GNUstep [[Gui]]  0.13.1 unstable release'''&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-0.13.1.tar.gz Download Gui])&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.13.1.tar.gz Download Back])&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=PRICE.app&amp;diff=5088</id>
		<title>PRICE.app</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=PRICE.app&amp;diff=5088"/>
		<updated>2008-02-25T12:52:55Z</updated>

		<summary type="html">&lt;p&gt;Pingi: realease&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Application|&lt;br /&gt;
shortdescription = '''PRICE''' (Precision Raster Image Convolution Engine) |&lt;br /&gt;
currentversion = [http://prdownloads.sourceforge.net/price/PRICE-0.8.2.tar.gz?download 0.8.2] |&lt;br /&gt;
releasedate =  Feb 21, 2008 |&lt;br /&gt;
license = GPL 2.0 |&lt;br /&gt;
overview = PRICE is a high quality image manipulation and enhancement application and supports the image formats supported by GNUstep. It allows various manipulations like simple rotating and flipping up to edge tracing or noise reduction. Custom convolutions are supported. |&lt;br /&gt;
features =  &lt;br /&gt;
PRICE can be used as a simple image viewer, it treats images as documents and thus multiple images can be opened and viewed at different zoom levels.&lt;br /&gt;
PRICE is able to perform basic image opertions like rotation, mirroring, cropping and scaling. PRICE also shows information about the image that can be useful for image analysis, like histograms (in case of an RGB image the colors are stacked so to give also a clue about the brightness) as well as the modulus of the FFT and thus show the image in its frequency domain.&lt;br /&gt;
&lt;br /&gt;
PRICE can work with filters based on convolutions, either entered custom, or by applying a frequency low-pass or frequency high-pass filter. These frequency filters are applied in the frequency domain using a 2D discrete fourier transform and thus they are of very high quality but expensive in terms of computation and memory. A low pass filter is roughly a &amp;quot;blur&amp;quot; while a high-pass filter shows the edges of an image and can be used for edge enhancement. The custom convolution kernel of 5x5 may also be used for thus effects and the documention on the website offers both numeric as visual examples.&lt;br /&gt;
&lt;br /&gt;
PRICE also offers a series of manipulations in the &amp;quot;enhancement&amp;quot; category. Basic controls like brightness and contrast controls are present. A Median filter is offered for noise reduction and different options about its application are offered, which allow to customize the effect regarding both strength as its impact on the edges and corners.&lt;br /&gt;
Edge Tracing is also offered, both in a traditional manner as in an advance features which essentially couples a median filter with the standard edge tracer and works on up to three levels. While complicated to setup, this tool is very flexible and is capable of astonishing results.&lt;br /&gt;
|&lt;br /&gt;
maintainer = &lt;br /&gt;
* [mailto:rmottola@users.sourceforge.net Riccardo Mottola] |&lt;br /&gt;
relatedlinks = &lt;br /&gt;
* [http://price.sourceforge.net/ PRICE's Official Web Site]&lt;br /&gt;
* [http://price.sourceforge.net/manual/index.html PRICE Manual] |&lt;br /&gt;
category = [[Category:Graphics_Applications]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Grouch.app&amp;diff=5074</id>
		<title>Grouch.app</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Grouch.app&amp;diff=5074"/>
		<updated>2008-02-10T22:07:58Z</updated>

		<summary type="html">&lt;p&gt;Pingi: + blog entry link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
{{Application|&lt;br /&gt;
shortdescription = Grouch is an AOL Instant Messenger&amp;lt;sup&amp;gt;SM&amp;lt;/sup&amp;gt; and ICQ client for GNUstep.|&lt;br /&gt;
currentversion = [http://mail.rochester.edu/~asveikau/grouch/grouch-src-20061120.tar.gz snapshot-20061120] |&lt;br /&gt;
releasedate = November 20, 2006 |&lt;br /&gt;
license = GPL |&lt;br /&gt;
overview = |&lt;br /&gt;
features = Grouch supports basic messaging and chat.  However it is lacking many ICQ-specific features. |&lt;br /&gt;
maintainer =&lt;br /&gt;
* Andrew L. Sveikauskas (a.l.sveikauskas&amp;amp;#64;gmail.com)|&lt;br /&gt;
relatedlinks = &lt;br /&gt;
* [http://asveikau.ath.cx/projects/grouch.shtml Grouch's Web Site] &lt;br /&gt;
*[http://gnustep.blogspot.com/2008/02/stepchat-talksoup-and-grouch.html StepChat, TalkSoup and Grouch]|&lt;br /&gt;
category = [[Category:Network_Applications]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Back&amp;diff=5073</id>
		<title>Back</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Back&amp;diff=5073"/>
		<updated>2008-02-10T22:05:28Z</updated>

		<summary type="html">&lt;p&gt;Pingi: + blog entry link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Framework|&lt;br /&gt;
shortdescription = '''GNUstep back''' is the core package required by GNUstep [[gui]] for drawing. |&lt;br /&gt;
&lt;br /&gt;
currentversion = [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.12.1.tar.gz gnustep-back 0.12.1]  |&lt;br /&gt;
&lt;br /&gt;
releasedate = December 30, 2007 |&lt;br /&gt;
&lt;br /&gt;
license = LGPL |&lt;br /&gt;
&lt;br /&gt;
overview =   GNUstep back translates the abstract drawing functions of [[gui]] into calls to one of the graphics libraries usable as drawing backends.&lt;br /&gt;
&lt;br /&gt;
It requires GNUstep [[make]], [[base]] and [[gui]] for building. |&lt;br /&gt;
&lt;br /&gt;
features = Generally not used directly by application programmers, but used internally by [[Gui]]. See [[Gui]] and [[AppKit]] for GUI Programming.&lt;br /&gt;
&lt;br /&gt;
See [[backend]] for infomation on possible backends. |&lt;br /&gt;
&lt;br /&gt;
maintainer = * Fred Kiefer |&lt;br /&gt;
&lt;br /&gt;
relatedlinks = * GNUstep [[Installation]]&lt;br /&gt;
* [http://gnustep.blogspot.com/2008/01/font-manager-and-gnustep-backend.html Font manager and GNUstep backend] |&lt;br /&gt;
&lt;br /&gt;
category = &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Backend&amp;diff=5072</id>
		<title>Backend</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Backend&amp;diff=5072"/>
		<updated>2008-02-10T22:03:30Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
GNUstep's '''backend''' provides a small set of functions used by the [[AppKit|GUI]] library to interface to the actual window system (X11, etc). It also has a drawing engine which emulates common PostScript functions.&lt;br /&gt;
&lt;br /&gt;
The package [[back|gnustep-back]] provides the following backends&lt;br /&gt;
* art &amp;amp;ndash; default backend on unixlike systems. Uses the vector-based PostScriptlike 2d graphics library libArt.&lt;br /&gt;
* winlib &amp;amp;ndash; default backend on windows systems. Calls the Windows API.&lt;br /&gt;
* xlib &amp;amp;ndash; old (deprecated) X11 backend.&lt;br /&gt;
* cairo &amp;amp;ndash; experimental backend using the cairo 2D graphics library. Whilst being not ready for daily work it is planned to replace the current default backends and let cairo care about the underlying graphics system (xlib/xrender, win32, opengl...)&lt;br /&gt;
&lt;br /&gt;
===  Related Links ===&lt;br /&gt;
*[http://www.gnome.org/~mathieu/libart/libart.html LibArt]&lt;br /&gt;
*[http://www.cairographics.org/ Cairo]&lt;br /&gt;
*[http://www.gnustep.org/resources/documentation/Developer/Back/General/DefaultsSummary.html Docs about the backend-specific defaults settings]&lt;br /&gt;
&lt;br /&gt;
[[Category:Bundles]]&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Ink.app&amp;diff=5071</id>
		<title>Ink.app</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Ink.app&amp;diff=5071"/>
		<updated>2008-02-10T21:56:57Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
{{Application|&lt;br /&gt;
&lt;br /&gt;
shortdescription = Ink is the GNUstep editor. |&lt;br /&gt;
&lt;br /&gt;
currentversion = [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-examples-1.1.0.tar.gz GNUStep Examples 1.1.0]|&lt;br /&gt;
&lt;br /&gt;
releasedate = Sep 11, 2006 |&lt;br /&gt;
&lt;br /&gt;
license = GPL 2 |&lt;br /&gt;
&lt;br /&gt;
overview = Ink is a basic editor for rtf(d) and plain text. Its main purpose is to demonstrate how to build a document-centered application by subclassing [[NSDocument]]. |&lt;br /&gt;
&lt;br /&gt;
features = |&lt;br /&gt;
&lt;br /&gt;
maintainer = Fred Kiefer |&lt;br /&gt;
&lt;br /&gt;
relatedlinks = &lt;br /&gt;
*[http://www.gnustep.org/experience/examples.html GNUStep Examples page]&lt;br /&gt;
* [http://gnustep.blogspot.com/2008/01/ink-gnustep-text-editor-and-services.html Ink, a GNUstep text editor, and services]|&lt;br /&gt;
&lt;br /&gt;
category = [[Category:Editor Applications]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Ink.app&amp;diff=5070</id>
		<title>Ink.app</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Ink.app&amp;diff=5070"/>
		<updated>2008-02-10T21:56:35Z</updated>

		<summary type="html">&lt;p&gt;Pingi: + link to blog entry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
{{Application|&lt;br /&gt;
&lt;br /&gt;
shortdescription = Ink is the GNUstep editor. |&lt;br /&gt;
&lt;br /&gt;
currentversion = [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-examples-1.1.0.tar.gz GNUStep Examples 1.1.0]|&lt;br /&gt;
&lt;br /&gt;
releasedate = Sep 11, 2006 |&lt;br /&gt;
&lt;br /&gt;
license = GPL 2 |&lt;br /&gt;
&lt;br /&gt;
overview = Ink is a basic editor for rtf(d) and plain text. Its main purpose is to demonstrate how to build a document-centered application by subclassing [[NSDocument]]. |&lt;br /&gt;
&lt;br /&gt;
features = |&lt;br /&gt;
&lt;br /&gt;
maintainer = Fred Kiefer |&lt;br /&gt;
&lt;br /&gt;
relatedlinks = [http://www.gnustep.org/experience/examples.html GNUStep Examples page]&lt;br /&gt;
* [http://gnustep.blogspot.com/2008/01/ink-gnustep-text-editor-and-services.html Ink, a GNUstep text editor, and services]|&lt;br /&gt;
&lt;br /&gt;
category = [[Category:Editor Applications]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Ink.app&amp;diff=5068</id>
		<title>Ink.app</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Ink.app&amp;diff=5068"/>
		<updated>2008-02-10T21:55:00Z</updated>

		<summary type="html">&lt;p&gt;Pingi: Ink.app moved to Ink&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
{{Application|&lt;br /&gt;
&lt;br /&gt;
shortdescription = Ink is the GNUstep editor. |&lt;br /&gt;
&lt;br /&gt;
currentversion = [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-examples-1.1.0.tar.gz GNUStep Examples 1.1.0]|&lt;br /&gt;
&lt;br /&gt;
releasedate = Sep 11, 2006 |&lt;br /&gt;
&lt;br /&gt;
license = GPL 2 |&lt;br /&gt;
&lt;br /&gt;
overview = Ink is a basic editor for rtf(d) and plain text. Its main purpose is to demonstrate how to build a document-centered application by subclassing [[NSDocument]]. |&lt;br /&gt;
&lt;br /&gt;
features = |&lt;br /&gt;
&lt;br /&gt;
maintainer = Fred Kiefer |&lt;br /&gt;
&lt;br /&gt;
relatedlinks = [http://www.gnustep.org/experience/examples.html GNUStep Examples page]|&lt;br /&gt;
&lt;br /&gt;
category = [[Category:Editor Applications]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Talk:Addresses&amp;diff=5067</id>
		<title>Talk:Addresses</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Talk:Addresses&amp;diff=5067"/>
		<updated>2008-02-10T21:53:02Z</updated>

		<summary type="html">&lt;p&gt;Pingi: forgot to sign&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;IMHO the addresses and addressmanager.app articles should be merged.&lt;br /&gt;
the articles do not clearly state the difference between framework and app. and as the two come as bundle and require each other to be useful, one article should be ok.&lt;br /&gt;
-- [[User:Pingi|Pingi]] 22:53, 10 February 2008 (CET)&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Talk:Addresses&amp;diff=5066</id>
		<title>Talk:Addresses</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Talk:Addresses&amp;diff=5066"/>
		<updated>2008-02-10T21:52:46Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;IMHO the addresses and addressmanager.app articles should be merged.&lt;br /&gt;
the articles do not clearly state the difference between framework and app. and as the two come as bundle and require each other to be useful, one article should be ok.&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Addresses&amp;diff=5065</id>
		<title>Addresses</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Addresses&amp;diff=5065"/>
		<updated>2008-02-10T21:49:14Z</updated>

		<summary type="html">&lt;p&gt;Pingi: + link to blog entry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Framework|&lt;br /&gt;
shortdescription = Addresses is a framework that allows access to the addresses database. |&lt;br /&gt;
&lt;br /&gt;
currentversion = [http://savannah.nongnu.org/download/gap/Addresses-0.4.7.tar.gz 0.4.7] |&lt;br /&gt;
&lt;br /&gt;
releasedate = July 20, 2007 |&lt;br /&gt;
&lt;br /&gt;
license = LGPL |&lt;br /&gt;
&lt;br /&gt;
overview =   Addresses for GNUstep is a versatile address book application for managing contact information. It stores addresses, phone numbers, pictures, instant messaging information, email, homepages and whatever.  |&lt;br /&gt;
&lt;br /&gt;
features = &lt;br /&gt;
* Addresses is sourcecode-compatible with Apple's AddressBook.framework.&lt;br /&gt;
* Contains a view framework to facilitate the construction of applications that use the contact database.&lt;br /&gt;
* Addresses is currently being used by Ludovic Marcotte's [[GNUMail]] application. |&lt;br /&gt;
&lt;br /&gt;
maintainer = * [mailto:bjoern@PLEASE.DELETE.ME.giesler.de Bjoern Giesler] |&lt;br /&gt;
&lt;br /&gt;
relatedlinks = &lt;br /&gt;
* [http://giesler.biz/bjoern/en/sw_addr.html Official Page]&lt;br /&gt;
* [http://gap.nongnu.org/addresses/index.html Original Page]&lt;br /&gt;
* [[AddressManager.app]] &lt;br /&gt;
* [http://gnustep.blogspot.com/2008/02/addresses-contact-manager.html Addresses, a contact manager]|&lt;br /&gt;
&lt;br /&gt;
category = [[Category:PIM_Frameworks]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=SystemPreferences.app&amp;diff=5064</id>
		<title>SystemPreferences.app</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=SystemPreferences.app&amp;diff=5064"/>
		<updated>2008-02-10T21:46:25Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
{{Application|&lt;br /&gt;
shortdescription = A clone of the Apple OS X System Preferences. |&lt;br /&gt;
currentversion = [ftp://ftp.gnustep.org/pub/gnustep/usr-apps/SystemPreferences-1.0.2.tar.gz 1.0.2] |&lt;br /&gt;
releasedate =  Jan 29, 2008 |&lt;br /&gt;
license = GPL2 |&lt;br /&gt;
overview = System preferences is a tool to adjust the most important GNUstep settings. It is not meant to show all keys which one can modify via the defaults tool. |&lt;br /&gt;
features = Set color theme, timezone, media mount points, fonts, modifier keys and some advanced settings |&lt;br /&gt;
maintainer = Enrico Sersale |&lt;br /&gt;
relatedlinks =&lt;br /&gt;
* http://www.gnustep.it/enrico/system-preferences/ &lt;br /&gt;
* [http://gnustep.blogspot.com/2008/01/system-preferences-and-theme.html SystemPreferences and theme]&lt;br /&gt;
|&lt;br /&gt;
category = [[Category:Workspace Applications]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=TalkSoup.app&amp;diff=5063</id>
		<title>TalkSoup.app</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=TalkSoup.app&amp;diff=5063"/>
		<updated>2008-02-10T21:30:46Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
{{Application|&lt;br /&gt;
shortdescription = TalkSoup is a GNUstep IRC client with a minimalistic feel and by far one of the most extensible designs in existence. |&lt;br /&gt;
&lt;br /&gt;
currentversion = [http://prdownloads.sourceforge.net/talksoup/TalkSoup-1.0alpha.tar.bz2?download 1.0alpha] |&lt;br /&gt;
&lt;br /&gt;
releasedate = September 7, 2005 |&lt;br /&gt;
&lt;br /&gt;
license = Unknown |&lt;br /&gt;
&lt;br /&gt;
overview = |&lt;br /&gt;
&lt;br /&gt;
features = At the core is just a simple class which passes messages between bundles or plugins. The rest of the IRC client is formed entirely by these bundles. This means you can have multiple output bundles such as a GTK output bundle, GNUstep bundle, even a ncurses bundle! And all of these could use other bundles which can do everything from output your incoming messages through a speech program or filter all your outgoing messages through a spell checking bundle. |&lt;br /&gt;
&lt;br /&gt;
maintainer = * [mailto:andy@aeruder.net Andrew Ruder] |&lt;br /&gt;
&lt;br /&gt;
relatedlinks = * [http://talksoup.aeruder.net TalkSoup's Official Web Site]&lt;br /&gt;
* [http://gnustep.blogspot.com/2008/02/stepchat-talksoup-and-grouch.html StepChat, TalkSoup and Grouch] |&lt;br /&gt;
&lt;br /&gt;
category = [[Category:Network_Applications]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=TalkSoup.app&amp;diff=5062</id>
		<title>TalkSoup.app</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=TalkSoup.app&amp;diff=5062"/>
		<updated>2008-02-10T21:30:17Z</updated>

		<summary type="html">&lt;p&gt;Pingi: +link to blog entry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
{{Application|&lt;br /&gt;
shortdescription = TalkSoup is a GNUstep IRC client with a minimalistic feel and by far one of the most extensible designs in existence. |&lt;br /&gt;
&lt;br /&gt;
currentversion = [http://prdownloads.sourceforge.net/talksoup/TalkSoup-1.0alpha.tar.bz2?download 1.0alpha] |&lt;br /&gt;
&lt;br /&gt;
releasedate = September 7, 2005 |&lt;br /&gt;
&lt;br /&gt;
license = Unknown |&lt;br /&gt;
&lt;br /&gt;
overview = |&lt;br /&gt;
&lt;br /&gt;
features = At the core is just a simple class which passes messages between bundles or plugins. The rest of the IRC client is formed entirely by these bundles. This means you can have multiple output bundles such as a GTK output bundle, GNUstep bundle, even a ncurses bundle! And all of these could use other bundles which can do everything from output your incoming messages through a speech program or filter all your outgoing messages through a spell checking bundle. |&lt;br /&gt;
&lt;br /&gt;
maintainer = * [mailto:andy@aeruder.net Andrew Ruder] |&lt;br /&gt;
&lt;br /&gt;
relatedlinks = * [http://talksoup.aeruder.net TalkSoup's Official Web Site]&lt;br /&gt;
* [http://gnustep.blogspot.com/2008/02/stepchat-talksoup-and-grouch.html] StepChat, TalkSoup and Grouch |&lt;br /&gt;
&lt;br /&gt;
category = [[Category:Network_Applications]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Gomoku.app&amp;diff=5061</id>
		<title>Gomoku.app</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Gomoku.app&amp;diff=5061"/>
		<updated>2008-02-10T21:25:15Z</updated>

		<summary type="html">&lt;p&gt;Pingi: added link to yen-ju's blog entry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Application|&lt;br /&gt;
shortdescription = Gomoku.app is an extended TicTacToe game for GNUstep.|&lt;br /&gt;
&lt;br /&gt;
currentversion = [http://www.gnustep.it/nicola/Applications/Gomoku/Gomoku-1.2.8.tar.gz 1.2.8]|&lt;br /&gt;
&lt;br /&gt;
releasedate = Feb 28, 2007 |&lt;br /&gt;
&lt;br /&gt;
license = GPL 2.0|&lt;br /&gt;
&lt;br /&gt;
overview = You win the game if you are able to put 5 of your pieces in a row, column or diagonal. You loose if the computer does it before you. You can play the game on boards of different size; the default size is 8 but 10 is also nice to play. The game has 6 different difficulty levels.|&lt;br /&gt;
&lt;br /&gt;
features = Most of the development effort was concentrated on the artificial intelligence engine used by the computer while playing. Unlike most other engines, this engine is not designed to play very well, but rather to give you fun when you play against it.|&lt;br /&gt;
&lt;br /&gt;
maintainer =&lt;br /&gt;
* [mailto:n.pero@mi.flashnet.it Nicola Pero]|&lt;br /&gt;
&lt;br /&gt;
relatedlinks =&lt;br /&gt;
* [http://www.gnustep.it/nicola/Applications/Gomoku Gomoku Website]&lt;br /&gt;
* [http://gnustep.blogspot.com/2008/01/gomoku-and-localization-in-gnustep.html Gomoku and localization in GNUstep]&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
category = [[Category:Games_Applications]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Gomoku.app&amp;diff=5060</id>
		<title>Gomoku.app</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Gomoku.app&amp;diff=5060"/>
		<updated>2008-02-10T21:23:27Z</updated>

		<summary type="html">&lt;p&gt;Pingi: oops&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Application|&lt;br /&gt;
shortdescription = Gomoku.app is an extended TicTacToe game for GNUstep.|&lt;br /&gt;
&lt;br /&gt;
currentversion = [http://www.gnustep.it/nicola/Applications/Gomoku/Gomoku-1.2.8.tar.gz 1.2.8]|&lt;br /&gt;
&lt;br /&gt;
releasedate = Feb 28, 2007 |&lt;br /&gt;
&lt;br /&gt;
license = GPL 2.0|&lt;br /&gt;
&lt;br /&gt;
overview = You win the game if you are able to put 5 of your pieces in a row, column or diagonal. You loose if the computer does it before you. You can play the game on boards of different size; the default size is 8 but 10 is also nice to play. The game has 6 different difficulty levels.|&lt;br /&gt;
&lt;br /&gt;
features = Most of the development effort was concentrated on the artificial intelligence engine used by the computer while playing. Unlike most other engines, this engine is not designed to play very well, but rather to give you fun when you play against it.|&lt;br /&gt;
&lt;br /&gt;
maintainer =&lt;br /&gt;
* [mailto:n.pero@mi.flashnet.it Nicola Pero]|&lt;br /&gt;
&lt;br /&gt;
relatedlinks =&lt;br /&gt;
* [http://www.gnustep.it/nicola/Applications/Gomoku Gomoku Website]|&lt;br /&gt;
&lt;br /&gt;
category = [[Category:Games_Applications]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Gomoku.app&amp;diff=5059</id>
		<title>Gomoku.app</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Gomoku.app&amp;diff=5059"/>
		<updated>2008-02-10T21:23:07Z</updated>

		<summary type="html">&lt;p&gt;Pingi: version number&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Application|&lt;br /&gt;
shortdescription = Gomoku.app is an extended TicTacToe game for GNUstep.|&lt;br /&gt;
&lt;br /&gt;
currentversion = [http://www.gnustep.it/nicola/Applications/Gomoku/Gomoku-1.2.8.tar.gz 1.2.8]|&lt;br /&gt;
&lt;br /&gt;
releasedate = Feb 28, 2008 |&lt;br /&gt;
&lt;br /&gt;
license = GPL 2.0|&lt;br /&gt;
&lt;br /&gt;
overview = You win the game if you are able to put 5 of your pieces in a row, column or diagonal. You loose if the computer does it before you. You can play the game on boards of different size; the default size is 8 but 10 is also nice to play. The game has 6 different difficulty levels.|&lt;br /&gt;
&lt;br /&gt;
features = Most of the development effort was concentrated on the artificial intelligence engine used by the computer while playing. Unlike most other engines, this engine is not designed to play very well, but rather to give you fun when you play against it.|&lt;br /&gt;
&lt;br /&gt;
maintainer =&lt;br /&gt;
* [mailto:n.pero@mi.flashnet.it Nicola Pero]|&lt;br /&gt;
&lt;br /&gt;
relatedlinks =&lt;br /&gt;
* [http://www.gnustep.it/nicola/Applications/Gomoku Gomoku Website]|&lt;br /&gt;
&lt;br /&gt;
category = [[Category:Games_Applications]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Template:GNUstep_News&amp;diff=5012</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=5012"/>
		<updated>2008-01-16T15:02:51Z</updated>

		<summary type="html">&lt;p&gt;Pingi: removed space&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Jan 16, 2008 ===&lt;br /&gt;
&lt;br /&gt;
* [[FOSDEM 2008]]: what, when, where, how to get there&lt;br /&gt;
&lt;br /&gt;
=== Jan 10, 2008 ===&lt;br /&gt;
&lt;br /&gt;
* '''Updated [http://www.gnustep.org/experience/Windows.html Windows] installer.'''&lt;br /&gt;
: Includes all the latest core packages&lt;br /&gt;
&lt;br /&gt;
=== Jan 08, 2008 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[Make]]  2.0.4 release'''&lt;br /&gt;
: Fixes relative path configuration issue on Windows&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.0.4.tar.gz Download Make])&lt;br /&gt;
&lt;br /&gt;
=== Jan 01, 2008 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[Base]]  1.15.2 unstable release'''&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.15.2.tar.gz Download Base])&lt;br /&gt;
* '''GNUstep [[Gui]]  0.13.1 unstable release'''&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-0.13.1.tar.gz Download Gui])&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.13.1.tar.gz Download Back])&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Template:GNUstep_News&amp;diff=5011</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=5011"/>
		<updated>2008-01-16T15:02:28Z</updated>

		<summary type="html">&lt;p&gt;Pingi: replaced external link into wiki by wikilink&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Jan 16, 2008 ===&lt;br /&gt;
&lt;br /&gt;
* [[FOSDEM 2008]]: what, when, where, how to get there&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Jan 10, 2008 ===&lt;br /&gt;
&lt;br /&gt;
* '''Updated [http://www.gnustep.org/experience/Windows.html Windows] installer.'''&lt;br /&gt;
: Includes all the latest core packages&lt;br /&gt;
&lt;br /&gt;
=== Jan 08, 2008 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[Make]]  2.0.4 release'''&lt;br /&gt;
: Fixes relative path configuration issue on Windows&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.0.4.tar.gz Download Make])&lt;br /&gt;
&lt;br /&gt;
=== Jan 01, 2008 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[Base]]  1.15.2 unstable release'''&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.15.2.tar.gz Download Base])&lt;br /&gt;
* '''GNUstep [[Gui]]  0.13.1 unstable release'''&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-0.13.1.tar.gz Download Gui])&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.13.1.tar.gz Download Back])&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Startup&amp;diff=4996</id>
		<title>Startup</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Startup&amp;diff=4996"/>
		<updated>2008-01-07T16:23:18Z</updated>

		<summary type="html">&lt;p&gt;Pingi: version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''GNUstep Startup''' is a compilation of the GNUstep core packages together with the required library ffcall and a script to build and install all packages on Unixlike platforms in the correct order.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4&amp;gt;Current Version: [http://ftpmain.gnustep.org/pub/gnustep/core/gnustep-startup-0.19.1.tar.gz gnustep-startup 0.19.1]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contains the packages:&lt;br /&gt;
* GNUstep [[make]] 2.0.3&lt;br /&gt;
* GNUstep [[base]] 1.15.1&lt;br /&gt;
* GNUstep [[gui]] 0.13.1&lt;br /&gt;
* GNUstep [[back]] 0.13.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Related Links&amp;lt;/h3&amp;gt;&lt;br /&gt;
* [[Installation]]&lt;br /&gt;
* [[Installation on Windows]]&lt;br /&gt;
* [[Platform compatibility]]&lt;br /&gt;
* [[Dependencies]]&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Installation_Instructions&amp;diff=4984</id>
		<title>Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Installation_Instructions&amp;diff=4984"/>
		<updated>2007-12-31T00:11:20Z</updated>

		<summary type="html">&lt;p&gt;Pingi: /* Generic installation instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It is often reported that users find GNUstep difficult to install. This may be a result of lacking information.&lt;br /&gt;
&lt;br /&gt;
== Generic installation instructions ==&lt;br /&gt;
To install a standard configuration you need only 3 steps:&lt;br /&gt;
# Download the package &amp;quot;GNUstep [[Startup]]&amp;quot; (i. e. gnustep-startup-0.18.3.tar.bz) from the download page (http://wwwmain.gnustep.org/resources/downloads.php). Unpack it into a directory of your choice.&lt;br /&gt;
# cd into that directory. To build and install, type: &amp;lt;tt&amp;gt;sudo ./InstallGNUstep&amp;lt;/tt&amp;gt;&lt;br /&gt;
# add the following line to your ~/.bashrc: &amp;lt;tt&amp;gt;. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is all.&lt;br /&gt;
&lt;br /&gt;
GNUstep Applications and additional libs can be installed via &amp;lt;tt&amp;gt;sudo make install&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Platform specific installation information ==&lt;br /&gt;
For information on how to install [[Dependencies]] or even GNUstep itself with your native packaging system, or about installation on exotic systems (like [[Windows]]), see&lt;br /&gt;
&amp;lt;big&amp;gt;[[Platform compatibility]]&amp;lt;/big&amp;gt;!&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://gnustep.made-it.com/BuildGuide/ Build-Guide for Unix-like systems] describes  installation and configuration step-by-step.&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Template:GNUstep_News&amp;diff=4983</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=4983"/>
		<updated>2007-12-30T23:23:00Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Dec 30, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[Startup]] 0.18.3 released'''&lt;br /&gt;
: Incorporates latest GNUstep core stable libraries&lt;br /&gt;
* '''GNUstep [[Base]]  1.14.2 stable release'''&lt;br /&gt;
: configuration fix&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.14.2.tar.gz Download Base])&lt;br /&gt;
* '''GNUstep [[Gui]]  0.12.1 stable release'''&lt;br /&gt;
: various improvements&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-0.12.1.tar.gz Download Gui])&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.12.1.tar.gz Download Back])&lt;br /&gt;
&lt;br /&gt;
=== Dec 21, 2007 ===&lt;br /&gt;
* '''New [http://www.gnustep.org/experience/Windows.html Windows Installer]'''&lt;br /&gt;
: Complete GNUstep [[installation on Windows]]&lt;br /&gt;
&lt;br /&gt;
=== Dec 08, 2007 ===&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.33 released'''&lt;br /&gt;
: Fancier appearance&lt;br /&gt;
: Bug fixes&lt;br /&gt;
&lt;br /&gt;
=== Nov 29, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''JIGS 1.5.7 released'''&lt;br /&gt;
: Various updates&lt;br /&gt;
: ([http://www.gnustep.it/jigs/  Official Page])&lt;br /&gt;
&lt;br /&gt;
=== Nov 18, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep Startup 0.19.0 released'''&lt;br /&gt;
: Incorporates latest GNUstep core libraries&lt;br /&gt;
: ([http://www.gnustep.org/experience/Startup.html Startup Page])&lt;br /&gt;
&lt;br /&gt;
=== Nov 16, 2007 ===&lt;br /&gt;
*[[Slogan]] discussion&lt;br /&gt;
&lt;br /&gt;
=== Nov 13, 2007 ===&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.30 released'''&lt;br /&gt;
: tasks (iCalendar VTODO) support, and bug fixes.&lt;br /&gt;
&lt;br /&gt;
=== Nov 11, 2007 ===&lt;br /&gt;
* '''[[Gorm.app]] 1.2.2 released'''&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/dev-apps/gorm-1.2.2.tar.gz Download Gorm]), &lt;br /&gt;
&lt;br /&gt;
=== Nov 09, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[AppKit|Gui]]  0.13.0 released'''&lt;br /&gt;
: New Unstable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-0.13.0.tar.gz Download Gui], [http://www.gnustep.org/resources/documentation/Developer/Gui/ReleaseNotes/ReleaseNotes.html Gui release notes])&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.13.0.tar.gz Download Back])&lt;br /&gt;
* '''GNUstep [[Foundation|Base]]  1.15.1 released'''&lt;br /&gt;
: New Unstable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.15.1.tar.gz Download Base], [http://www.gnustep.org/resources/documentation/Developer/Base/ReleaseNotes/ReleaseNotes.html Base release notes])&lt;br /&gt;
&lt;br /&gt;
=== Nov 08, 2007 ===&lt;br /&gt;
* '''GNUstep [[Make]]  2.0.2 released'''&lt;br /&gt;
: GPLv3 license and bug fixes&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.0.2.tar.gz Download Make])&lt;br /&gt;
* '''GNUstep [[Base]]  1.14.1 stable release'''&lt;br /&gt;
: GPLv3 license and bug fixes&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.14.1.tar.gz Download Base])&lt;br /&gt;
&lt;br /&gt;
=== October 31, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.28 released'''&lt;br /&gt;
&lt;br /&gt;
=== October 08, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Adun]] version 0.8 released'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Cenon]] version 3.83 released'''&lt;br /&gt;
&lt;br /&gt;
=== September 19, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep Startup 0.18.2 released'''&lt;br /&gt;
: Minor configuration fixes&lt;br /&gt;
: ([http://www.gnustep.org/experience/Startup.html Startup Page])&lt;br /&gt;
&lt;br /&gt;
=== September 03, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[MathArray]] version 1.1 released'''&lt;br /&gt;
*: Works with make 2.0, adds Xcode project and updates complex function names to avoid conflict with builtins.&lt;br /&gt;
&lt;br /&gt;
=== August 26, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* GNUstep is now officially part of OpenBSD [http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/gnustep/ ports] and packages&lt;br /&gt;
&lt;br /&gt;
=== August 03, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Adun]] version 0.73 released'''&lt;br /&gt;
*: Minor corrections to previous release.&lt;br /&gt;
&lt;br /&gt;
=== July 24, 2007 ===&lt;br /&gt;
* '''[[European_GNUstep_Developer%27s_Meeting|AlpenStep]] GSTimeframe and GSLocation fixed: 1st &amp;amp; 2nd September in Les Marecottes'''&lt;br /&gt;
: Please track and contribute to the AlpenStep Workshop announcement page.&lt;br /&gt;
&lt;br /&gt;
=== July 20, 2007 ===&lt;br /&gt;
* '''[[Addresses]] 0.4.7 released'''&lt;br /&gt;
: Bug fixes, updated for current gnustep and make 2.0, improved VCF import.&lt;br /&gt;
&lt;br /&gt;
=== July 09, 2007 ===&lt;br /&gt;
* '''[[European_GNUstep_Developer%27s_Meeting|AlpenStep]] Reminder'''&lt;br /&gt;
: Please watch and contribute to the AlpenStep Workshop announcement page.&lt;br /&gt;
&lt;br /&gt;
=== July 01, 2007 ===&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.23 released'''&lt;br /&gt;
: iCalendar write support, and bug fixes.&lt;br /&gt;
&lt;br /&gt;
=== June 18, 2007 ===&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.20 released'''&lt;br /&gt;
: Now handles UTF8 in iCalendar data, adds initial support for repeating events, and many bug fixes.&lt;br /&gt;
&lt;br /&gt;
=== June 16, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''Anyone interrested in maintaining GNUstep in MacPorts?'''&lt;br /&gt;
: [mailto:yves@gnu-darwin.org Yves de Champlain] writes:&lt;br /&gt;
: ''I won't be able to keep that job anymore. I'm just waiting for the next MacPorts release to push the make-2 code out.''&lt;br /&gt;
: ''A quick look at the [http://svn.macports.org/repository/macports/trunk/dports/gnustep ports]. If anybody feels like giving it a try, or just for any questions, please contact me.''&lt;br /&gt;
&lt;br /&gt;
=== June 8, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GWorkspace]] version 0.8.6'''&lt;br /&gt;
: Bugfixes and improvements.&lt;br /&gt;
&lt;br /&gt;
=== May 25, 2007 ===&lt;br /&gt;
* '''GNUstep [[Make]]  2.0.1 released'''&lt;br /&gt;
: Framework and filesystem bug fixes&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.0.1.tar.gz Download Make], [http://www.gnustep.org/resources/documentation/Developer/Make/ReleaseNotes/RELEASENOTES Make release notes])&lt;br /&gt;
&lt;br /&gt;
* '''1st [[European GNUstep Developer's Meeting]]'''&lt;br /&gt;
*: Outline defined.&lt;br /&gt;
&lt;br /&gt;
=== May 24, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[http://www.gnustep.org/experience/examples.html GNUstep Examples] version 1.2.0 released'''&lt;br /&gt;
*: Updates installation directories to work with new Make. Added a few more examples programs as well.&lt;br /&gt;
&lt;br /&gt;
* '''[http://www.gnustep.org/experience/Startup.html Startup] version 1.18.0 released'''&lt;br /&gt;
*: Includes the latest stable versions of make, base, gui, and back&lt;br /&gt;
&lt;br /&gt;
=== May 22, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Zipper.app]] version 1.2 released'''&lt;br /&gt;
*: Bugfix release.&lt;br /&gt;
&lt;br /&gt;
=== May 18, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Adun]] version 0.71 released'''&lt;br /&gt;
*: Minor corrections to previous release.&lt;br /&gt;
&lt;br /&gt;
=== May 8, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Gorm]] version 1.2.1 released'''&lt;br /&gt;
*: Minor corrections to previous release.&lt;br /&gt;
&lt;br /&gt;
=== April 18, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Gorm]] version 1.2.0 released'''&lt;br /&gt;
*: New features and bug fix release.&lt;br /&gt;
&lt;br /&gt;
=== April 15, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[AppKit|Gui]]  0.12.0 released'''&lt;br /&gt;
: New Stable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-0.12.0.tar.gz Download Gui], [http://www.gnustep.org/resources/documentation/Developer/Gui/ReleaseNotes/ReleaseNotes.html Gui release notes])&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.12.0.tar.gz Download Back])&lt;br /&gt;
* '''GNUstep [[Foundation|Base]]  1.14.0 released'''&lt;br /&gt;
: New Stable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.14.0.tar.gz Download Base], [http://www.gnustep.org/resources/documentation/Developer/Base/ReleaseNotes/ReleaseNotes.html Base release notes])&lt;br /&gt;
* '''GNUstep [[Make]]  2.0.0 released'''&lt;br /&gt;
: New filesystem support&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.0.0.tar.gz Download Make], [http://www.gnustep.org/resources/documentation/Developer/Make/ReleaseNotes/RELEASENOTES Make release notes])&lt;br /&gt;
&lt;br /&gt;
=== March 15, 2007 ===&lt;br /&gt;
* '''Google [[Summer Of Code 2007]] '''&lt;br /&gt;
: GNUstep was accepted as an organization for 2007. Be sure to visit the wiki page to add project ideas and sign up as mentor or student.&lt;br /&gt;
&lt;br /&gt;
=== March 5, 2007 ===&lt;br /&gt;
* '''[[FOSDEM 2007 Developer Workshop]]'''&lt;br /&gt;
: Results of the developer workshop &amp;quot;3rd Party Solutions within the GNUstep Community&amp;quot; at FOSDEM.&lt;br /&gt;
&lt;br /&gt;
=== February 27, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FOSDEM 2007 report]]'''&lt;br /&gt;
: What happened with GNUstep at FOSDEM.&lt;br /&gt;
&lt;br /&gt;
=== February 23, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GWorkspace]] version 0.8.5'''&lt;br /&gt;
: Bugfixes and improvements.&lt;br /&gt;
&lt;br /&gt;
=== February 6, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GNUMail.app]] updated to version 1.2.0pre3'''&lt;br /&gt;
: Lots of new features, bug fixes, refactorings, speed and usability improvements.&lt;br /&gt;
&lt;br /&gt;
=== February 4, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Yap.app]] version 0.2'''&lt;br /&gt;
: Rename of GPSText.app to Yap.app (Yet another previewer).&lt;br /&gt;
&lt;br /&gt;
=== February 3, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep Startup 0.16.1 released'''&lt;br /&gt;
: Incorporates GNUstep Base 1.13.1&lt;br /&gt;
: ([http://www.gnustep.org/experience/Startup.html Startup Page])&lt;br /&gt;
&lt;br /&gt;
=== January 27, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[Foundation|Base]]  1.13.1 released'''&lt;br /&gt;
: One important fix for a possible buffer overrun attack when initialising NSDate objects from strings.  One fix for a serious (crash) bug when initialising the bundles system in an application which has a lot of frameworks linked to it.&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.13.1.tar.gz Download Base], [http://www.gnustep.org/resources/documentation/Developer/Base/ReleaseNotes/ReleaseNotes.html Base release notes])&lt;br /&gt;
&lt;br /&gt;
=== January 27, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FOSDEM 2007]] '''&lt;br /&gt;
: Please add your participation status&lt;br /&gt;
: Please add materials and demos you can bring&lt;br /&gt;
: Please look at the Devrom schedule&lt;br /&gt;
: Please spread word that we will be there&lt;br /&gt;
&lt;br /&gt;
=== January 24, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Tryst]] version 1.0.8.pl6'''&lt;br /&gt;
: Some code cleanup.&lt;br /&gt;
&lt;br /&gt;
=== January 17th, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GWorkspace]] version 0.8.4'''&lt;br /&gt;
: Bugfixes and improvements.&lt;br /&gt;
&lt;br /&gt;
=== January 8th, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FOSDEM 2007]] '''&lt;br /&gt;
: [http://groups.google.de/group/gnu.gnustep.discuss/browse_frm/thread/72edf3ed1ab86119/?hl=de# Reminder] to Call for Presentations. &lt;br /&gt;
&lt;br /&gt;
=== January 1st, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Cenon]] version 3.82'''&lt;br /&gt;
: Bugfixes and improvements.&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Startup&amp;diff=4982</id>
		<title>Startup</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Startup&amp;diff=4982"/>
		<updated>2007-12-30T22:21:54Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''GNUstep Startup''' is a compilation of the GNUstep core packages together with the required library ffcall and a script to build and install all packages on Unixlike platforms in the correct order.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4&amp;gt;Current Version: [http://ftpmain.gnustep.org/pub/gnustep/core/gnustep-startup-0.18.3.tar.gz gnustep-startup 0.18.3]&amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contains the packages:&lt;br /&gt;
* GNUstep [[make]] 2.0.2&lt;br /&gt;
* GNUstep [[base]] 1.14.2&lt;br /&gt;
* GNUstep [[gui]] 0.13.1&lt;br /&gt;
* GNUstep [[back]] 0.13.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Related Links&amp;lt;/h3&amp;gt;&lt;br /&gt;
* [[Installation]]&lt;br /&gt;
* [[Installation on Windows]]&lt;br /&gt;
* [[Platform compatibility]]&lt;br /&gt;
* [[Dependencies]]&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Installation_Instructions&amp;diff=4981</id>
		<title>Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Installation_Instructions&amp;diff=4981"/>
		<updated>2007-12-30T22:03:17Z</updated>

		<summary type="html">&lt;p&gt;Pingi: /* Generic installation instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It is often reported that users find GNUstep difficult to install. This may be a result of lacking information.&lt;br /&gt;
&lt;br /&gt;
== Generic installation instructions ==&lt;br /&gt;
To install a standard configuration you need only 3 steps:&lt;br /&gt;
# Download the package &amp;quot;GNUstep [[Startup]]&amp;quot; (i. e. gnustep-startup-0.18.3.tar.bz) from the download page (http://wwwmain.gnustep.org/resources/downloads.php). Unpack it into a directory of your choice.&lt;br /&gt;
# cd into that directory. To build and install, type: &amp;lt;tt&amp;gt;sudo ./compile-all&amp;lt;/tt&amp;gt;&lt;br /&gt;
# add the following line to your ~/.bashrc: &amp;lt;tt&amp;gt;. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is all.&lt;br /&gt;
&lt;br /&gt;
GNUstep Applications and additional libs can be installed via &amp;lt;tt&amp;gt;sudo make install&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Platform specific installation information ==&lt;br /&gt;
For information on how to install [[Dependencies]] or even GNUstep itself with your native packaging system, or about installation on exotic systems (like [[Windows]]), see&lt;br /&gt;
&amp;lt;big&amp;gt;[[Platform compatibility]]&amp;lt;/big&amp;gt;!&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://gnustep.made-it.com/BuildGuide/ Build-Guide for Unix-like systems] describes  installation and configuration step-by-step.&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Back&amp;diff=4980</id>
		<title>Back</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Back&amp;diff=4980"/>
		<updated>2007-12-30T21:29:06Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Framework|&lt;br /&gt;
shortdescription = '''GNUstep back''' is the core package required by GNUstep [[gui]] for drawing. |&lt;br /&gt;
&lt;br /&gt;
currentversion = [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.12.1.tar.gz gnustep-back 0.12.1]  |&lt;br /&gt;
&lt;br /&gt;
releasedate = December 30, 2007 |&lt;br /&gt;
&lt;br /&gt;
license = LGPL |&lt;br /&gt;
&lt;br /&gt;
overview =   GNUstep back translates the abstract drawing functions of [[gui]] into calls to one of the graphics libraries usable as drawing backends.&lt;br /&gt;
&lt;br /&gt;
It requires GNUstep [[make]], [[base]] and [[gui]] for building. |&lt;br /&gt;
&lt;br /&gt;
features = Generally not used directly by application programmers, but used internally by [[Gui]]. See [[Gui]] and [[AppKit]] for GUI Programming.&lt;br /&gt;
&lt;br /&gt;
See [[backend]] for infomation on possible backends. |&lt;br /&gt;
&lt;br /&gt;
maintainer = * Fred Kiefer |&lt;br /&gt;
&lt;br /&gt;
relatedlinks = * GNUstep [[Installation]]|&lt;br /&gt;
&lt;br /&gt;
category = &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Back&amp;diff=4979</id>
		<title>Back</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Back&amp;diff=4979"/>
		<updated>2007-12-30T21:26:16Z</updated>

		<summary type="html">&lt;p&gt;Pingi: initial article&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Framework|&lt;br /&gt;
shortdescription = '''GNUstep back''' is the core package required by GNUstep [[gui]] for drawing. |&lt;br /&gt;
&lt;br /&gt;
currentversion = [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.12.1.tar.gz gnustep-back 0.12.1]  |&lt;br /&gt;
&lt;br /&gt;
releasedate = December 30, 2007 |&lt;br /&gt;
&lt;br /&gt;
license = LGPL |&lt;br /&gt;
&lt;br /&gt;
overview =   GNUstep back translates the abstract drawing functions of [[gui]] into calls to one of the graphics libraries usable as drawing backends.&lt;br /&gt;
&lt;br /&gt;
It requires GNUstep [[make]], [[base]] and [[gui]] for building. |&lt;br /&gt;
&lt;br /&gt;
features = Generally not used directly by application programmers, but used internally by [[Gui]]. See [[Gui]] and [[AppKit]] for GUI Programming.&lt;br /&gt;
&lt;br /&gt;
See [[backend]] for infomation on possible backends. |&lt;br /&gt;
&lt;br /&gt;
maintainer = * Fred Kiefer |&lt;br /&gt;
&lt;br /&gt;
relatedlinks = &lt;br /&gt;
 |&lt;br /&gt;
&lt;br /&gt;
category = &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Gui&amp;diff=4978</id>
		<title>Gui</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Gui&amp;diff=4978"/>
		<updated>2007-12-30T17:35:15Z</updated>

		<summary type="html">&lt;p&gt;Pingi: initial article&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Framework|&lt;br /&gt;
shortdescription = '''GNUstep GUI''' is the core package implementing the [[AppKit]]. |&lt;br /&gt;
&lt;br /&gt;
currentversion = [ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-0.12.1.tar.gz gnustep-gui 0.12.1]  |&lt;br /&gt;
&lt;br /&gt;
releasedate = December 30, 2007 |&lt;br /&gt;
&lt;br /&gt;
license = LGPL (service apps GPL) |&lt;br /&gt;
&lt;br /&gt;
overview =   GNUstep GUI implements the graphical part of the OpenStep specification. It requires the packages GNUstep [[make]] and [[base]] to build, and [[back]] to run. |&lt;br /&gt;
&lt;br /&gt;
features = For a description of the API, see [[AppKit]] |&lt;br /&gt;
&lt;br /&gt;
maintainer = * Fred Kiefer |&lt;br /&gt;
&lt;br /&gt;
relatedlinks = * [http://www.gnustep.org/resources/documentation/Developer/Gui/Reference/index.html API Docs]&lt;br /&gt;
 |&lt;br /&gt;
&lt;br /&gt;
category = &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Installation_on_Windows&amp;diff=4976</id>
		<title>Installation on Windows</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Installation_on_Windows&amp;diff=4976"/>
		<updated>2007-12-22T21:18:10Z</updated>

		<summary type="html">&lt;p&gt;Pingi: /* Install Windows GNUstep Manually */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Binary installer  =&lt;br /&gt;
Using the binary installer (created using Nullsoft's [http://nsis.sourceforge.net/Main_Page NSIS]) is the easiest way to get the GNUstep development libraries to your PC. Unfortunately the releases are somewhat sporadic.&lt;br /&gt;
&lt;br /&gt;
== Install instructions ==&lt;br /&gt;
* Download installers from [ftp://ftp.gnustep.org/pub/gnustep/binaries/windows the ftp site] (i.e. gnustep-system-0.9.1-setup.exe + gnustep-core-0.9.1-setup.exe) and run them.&lt;br /&gt;
* select install binaries&lt;br /&gt;
Now you have an MSYS environment (minimal GNU with shell and basic programs). You can start the shell via &amp;quot;Start &amp;amp;rarr; Programs &amp;amp;rarr; GNUstep Development &amp;amp;rarr; MSYS for GNUstep&amp;quot; and begin programming.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;To start you could download the gnustep examples package:&lt;br /&gt;
 svn co svn://svn.gna.org/svn/gnustep/modules/usr-apps/examples &lt;br /&gt;
alternatively download the gnustep-example package from [ftp://ftp.gnustep.org/pub/gnustep/core/ here] and unpack with &amp;lt;code&amp;gt;tar zxf gnustep-examples-1.1.0.tar.gz&amp;lt;/code&amp;gt;. To compile/run an example type:&lt;br /&gt;
 cd examples/gui/GSTest&lt;br /&gt;
 make&lt;br /&gt;
 openapp ./GSTest.app&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
Have much fun!&lt;br /&gt;
&lt;br /&gt;
= Install Windows GNUstep Manually =&lt;br /&gt;
Building and installing GNUstep on windows is a &amp;quot;lengthy but painless process.&amp;quot; Below is the detailed recipe.&lt;br /&gt;
&lt;br /&gt;
== Install MinGW ==&lt;br /&gt;
Download [http://sourceforge.net/project/showfiles.php?group_id=2435&amp;amp;package_id=82721 MinGW] (MinGW-5.1.3.exe or later) (cygwin works with a little tweaking; see talk page) from http://sourceforge.net/projects/mingw Install it into &amp;lt;tt&amp;gt;C:\''xxx''\msys\1.0\mingw&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(where ''xxx'' is the top-level path you want to use, I use Nicola/GNUstep so I install it into &amp;lt;tt&amp;gt;C:\Nicola\GNUstep\msys\1.0\mingw&amp;lt;/tt&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
== Install msys ==&lt;br /&gt;
&lt;br /&gt;
Download MSYS-1.0.10 or later from the same site.  Install it into &amp;lt;tt&amp;gt;C:\''xxx''\msys\1.0&amp;lt;/tt&amp;gt;&lt;br /&gt;
The postinstall script should ask you for the mingw location, then detect it and be happy that it's there and all is setup properly.&lt;br /&gt;
&lt;br /&gt;
== Install msys developer toolkit ==&lt;br /&gt;
&lt;br /&gt;
Download msysDTK-1.0.1 or later from the same site.  Install it into &amp;lt;tt&amp;gt;C:\''xxx''\msys\1.0&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now your MSYS/MinGW system should be setup!  Go around and make sure you know how to use the Unix-like shell.  Log into it and work in it.&lt;br /&gt;
&lt;br /&gt;
== Download gnustep ==&lt;br /&gt;
=== Via subversion ===&lt;br /&gt;
If you have a copy of SVN (http://subversion.tigris.org/) installed on your system and want to have the most up-to-date version just being worked on, do the following.&lt;br /&gt;
&lt;br /&gt;
In windows, go to 'Start &amp;amp;rarr; All Programs &amp;amp;rarr; mingw &amp;amp;rarr; MSYS &amp;amp;rarr; Msys'.&lt;br /&gt;
The MINGW32 window appears.&lt;br /&gt;
&lt;br /&gt;
Type the following:&lt;br /&gt;
 mkdir install&lt;br /&gt;
 cd install&lt;br /&gt;
 svn co svn://svn.gna.org/svn/gnustep/modules/core&lt;br /&gt;
&lt;br /&gt;
This will download the core GNUstep libraries (make, base, gui and back).&lt;br /&gt;
&lt;br /&gt;
=== Release tarball ===&lt;br /&gt;
&lt;br /&gt;
Otherwise download from the main site http://www.gnustep.org (or ftp://ftp.gnustep.org/pub/gnustep/core/) the file gnustep-startup-x.yy.z.tar.gz. It contains the core libraries. Put it somewhere in your MSYS home folder, i.e. under C:\xxx\msys\1.0\home\Nicola\install&lt;br /&gt;
&lt;br /&gt;
To unpack the file type the following into the MSYS window&lt;br /&gt;
 cd ~/install   #or where you put it&lt;br /&gt;
 tar zxf gnustep-startup-0.16.1.tar.gz&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;color:red; background-color:yellow;&amp;quot;&amp;gt;After these steps you have the most recent installation instructions in the file 'core/make/Documentation/README.MinGW'&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install GNUstep make ==&lt;br /&gt;
&lt;br /&gt;
 cd gnustep/core/make&lt;br /&gt;
 ./configure --with-layout=fhs&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== Install the ObjC runtime  ==&lt;br /&gt;
&lt;br /&gt;
Actually, recent versions of gcc (3.2+) have a working libobjc on Windows. Nevertheless this step is necessary unless you want some strange errors concerning NSAutoreleasePool etc.&lt;br /&gt;
&lt;br /&gt;
First make sure to delete the old libobjc files&lt;br /&gt;
 rm -Rf /mingw/lib/gcc/mingw32/3.4.2/include/objc&lt;br /&gt;
 rm -Rf /mingw/lib/libobjc.a&lt;br /&gt;
 rm -Rf /mingw/lib/libobjc.la&lt;br /&gt;
&lt;br /&gt;
Then get GNUstep's libobjc and install it.&lt;br /&gt;
 svn co svn://svn.gna.org/svn/gnustep/modules/dev-libs/libobjc&lt;br /&gt;
 cd libobjc &lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
If you don't use SVN, download gnustep-libobjc from ftp://ftp.gnustep.org/pub/gnustep/libs/&lt;br /&gt;
&lt;br /&gt;
== Reinstall GNUstep make (with ObjC this time) ==&lt;br /&gt;
&lt;br /&gt;
Enter the core/make directory and reconfigure/recompile again so that gnustep-objc is detected:&lt;br /&gt;
 cd ~/install/gnustep/core/make&lt;br /&gt;
 make distclean&lt;br /&gt;
 ./configure --with-layout=fhs&lt;br /&gt;
 make &lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
gnustep-make should have detected your custom libobjc.&lt;br /&gt;
&lt;br /&gt;
== Install ffcall ==&lt;br /&gt;
&lt;br /&gt;
Download ffcall from the GNUstep website into c:/xxx/msys/1.0/home/Nicola/install&lt;br /&gt;
or from here: ftp://ftp.santafe.edu/pub/gnu/ffcall-1.10.tar.gz,&lt;br /&gt;
and type:&lt;br /&gt;
 cd ~/install&lt;br /&gt;
 tar -zxvf ffcall-1.10.tar.gz&lt;br /&gt;
 cd ffcall-1.10&lt;br /&gt;
 ./configure&lt;br /&gt;
&lt;br /&gt;
A windows prompt may appear (several times) stating that conftest.exe has encountered a problem and needs to close. Click the [Don't Send] button.&lt;br /&gt;
&lt;br /&gt;
After much output,  the following will be displayed:&lt;br /&gt;
 configure: creating ./config.status&lt;br /&gt;
 config.status: creating Makefile&lt;br /&gt;
 config.status: creating config.h&lt;br /&gt;
&lt;br /&gt;
Type the following:&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
Note: The configure script of ffcall-1.10 is broken for Windows 2000. You have to apply a patch: http://lists.gnu.org/archive/html/discuss-gnustep/2005-03/msg00258.html&lt;br /&gt;
&lt;br /&gt;
==== Precompiled library ====&lt;br /&gt;
&lt;br /&gt;
Alternatively, a zip containing a precompiled copy of ffcall-1.9 is availabe here: ftp://ftp.gnustep.org/pub/gnustep/binaries/windows/mingw-libs/ffcall-1.9-gnustep.zip&lt;br /&gt;
&lt;br /&gt;
Unzip it into $GNUSTEP_SYSTEM_ROOT/Library.&lt;br /&gt;
&lt;br /&gt;
== Install additional libs ==&lt;br /&gt;
&lt;br /&gt;
Download the following packages:&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=73290 Download libintl]&lt;br /&gt;
:libintl-0.11.5-2-bin.zip&lt;br /&gt;
:libintl-0.11.5-2-lib.zip&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=17090 Download libiconv]&lt;br /&gt;
:libiconv-1.9.2-1-bin.zip &lt;br /&gt;
:libiconv-1.9.2-1-lib.zip &lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=16861 Download zlib]&lt;br /&gt;
:zlib-1.2.2-bin.zip&lt;br /&gt;
:zlib-1.2.2-lib.zip&lt;br /&gt;
&lt;br /&gt;
from http://gnuwin32.sourceforge.net, and install them.  To install them, simply unzip them into &amp;lt;tt&amp;gt;C:\''xxx''\msys\1.0\mingw&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Install XML support ==&lt;br /&gt;
Download the latest version of libxml from [ftp://xmlsoft.org/libxml2/].&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;color:red; background-color:yellow;&amp;quot;&amp;gt;Do not install libxslt. It is broken on Windows.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install GNUstep base ==&lt;br /&gt;
&lt;br /&gt;
Enter the gnustep-base directory, and type &lt;br /&gt;
 cd ~/install/gnustep/core/base&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
If you didn't install libxml,&lt;br /&gt;
 ./configure --disable-xml&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== Install additional GUI libs ==&lt;br /&gt;
&lt;br /&gt;
for the gui, download and install the following packages:&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=16348&amp;amp;release_id=218220 Download jpeg]&lt;br /&gt;
:jpeg-6b-3-bin.zip&lt;br /&gt;
:jpeg-6b-3-dep.zip&lt;br /&gt;
:jpeg-6b-3-lib.zip&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=16351 Download tiff]&lt;br /&gt;
:tiff-3.7.1-bin.zip&lt;br /&gt;
:tiff-3.7.1-dep.zip&lt;br /&gt;
:tiff-3.7.1-lib.zip&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=16183 Download libpng]&lt;br /&gt;
:libpng-1.2.8-bin.zip&lt;br /&gt;
:libpng-1.2.8-dep.zip&lt;br /&gt;
:libpng-1.2.8-lib.zip&lt;br /&gt;
&lt;br /&gt;
The process is always the same: download the zip file from the gnuwin32 website, then unzip them into &amp;lt;tt&amp;gt;C:''xxx''\msys\1.0\mingw&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Install GNUstep gui ==&lt;br /&gt;
&lt;br /&gt;
Type the following:&lt;br /&gt;
  cd ~/install/gnustep/core/gui&lt;br /&gt;
  ./configure&lt;br /&gt;
  make&lt;br /&gt;
  make install&lt;br /&gt;
&lt;br /&gt;
== Install GNUstep back ==&lt;br /&gt;
&lt;br /&gt;
cd to core/back and type:&lt;br /&gt;
&lt;br /&gt;
  ./configure&lt;br /&gt;
  make&lt;br /&gt;
  make install&lt;br /&gt;
&lt;br /&gt;
== Check the installation ==&lt;br /&gt;
&lt;br /&gt;
go in a simple gui application (examples/gui a very good starting point), compile and run it. :-)&lt;br /&gt;
&lt;br /&gt;
Some older makefiles may require that you type&lt;br /&gt;
 export GNUSTEP_MAKEFILES=/usr/local/share/GNUstep/Makefiles&lt;br /&gt;
before compiling.&lt;br /&gt;
&lt;br /&gt;
''based on a mail from Nicola Pero''&lt;br /&gt;
&lt;br /&gt;
= GNUstep MSI installer created  by [http://wix.sourceforge.net/ WiX]  =&lt;br /&gt;
&lt;br /&gt;
There are three sub packages &lt;br /&gt;
* user : To minimize the footprint of gnustep system on Windows machines.&lt;br /&gt;
* developer : include WiX,gcc and package sources.&lt;br /&gt;
* gnustep applications : include a broad suite of GNUstep applications.&lt;br /&gt;
== Install GNUstep MSI installer ==&lt;br /&gt;
* Download the msi from here.&lt;br /&gt;
* answer following questions.&lt;br /&gt;
* Test the installation.&lt;br /&gt;
== Prepare your Win32 gnustep WiX packaging environment ==&lt;br /&gt;
=== List of depended software ===&lt;br /&gt;
* WiX Win32 MSI package creation tool.&lt;br /&gt;
** candle.exe &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
C:\tmp&amp;gt;candle&lt;br /&gt;
Microsoft (R) Windows Installer Xml Compiler version 2.0.4221.0&lt;br /&gt;
Copyright (C) Microsoft Corporation 2003. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
 usage:  candle.exe [-?] [-nologo] [-out outputFile] sourceFile [sourceFile ...]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   -d&amp;lt;name&amp;gt;=&amp;lt;value&amp;gt;  define a parameter for the preprocessor&lt;br /&gt;
   -p&amp;lt;file&amp;gt;  preprocess to a file (or stdout if no file supplied)&lt;br /&gt;
   -I&amp;lt;dir&amp;gt;  add to include search path&lt;br /&gt;
   -nologo  skip printing candle logo information&lt;br /&gt;
   -out     specify output file (default: write to current directory)&lt;br /&gt;
   -pedantic:&amp;lt;level&amp;gt;  pedantic checks (levels: easy, heroic, legendary)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;snip&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For more information see: http://wix.sourceforge.net&lt;br /&gt;
&lt;br /&gt;
C:\tmp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
** light.exe&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
C:\tmp&amp;gt;light&lt;br /&gt;
Microsoft (R) Windows Installer Xml Linker version 2.0.4221.0&lt;br /&gt;
Copyright (C) Microsoft Corporation 2003. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
 usage:  light.exe [-?] [-b basePath] [-nologo] [-out outputFile] objectFile [o&lt;br /&gt;
jectFile ...]&lt;br /&gt;
&lt;br /&gt;
   -ai        allow identical rows, identical rows will be treated as a warning&lt;br /&gt;
   -au        (experimental) allow unresolved references, will not create a val&lt;br /&gt;
d output&lt;br /&gt;
   -b         base path to locate all files (default: current directory)&lt;br /&gt;
   -cc        path to cache built cabinets (will not be deleted after linking)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;snip&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For more information see: http://wix.sourceforge.net&lt;br /&gt;
&lt;br /&gt;
C:\tmp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* makefile for nmake.&lt;br /&gt;
* gcc win32 compiler from MingW.&lt;br /&gt;
&lt;br /&gt;
=== Checkout gnustep.wxs ===&lt;br /&gt;
=== overview of gnustep.wxs ===&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Template:GNUstep_News&amp;diff=4975</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=4975"/>
		<updated>2007-12-22T21:05:51Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Dec 21, 2007 ===&lt;br /&gt;
* '''New [http://www.gnustep.org/experience/Windows.html Windows Installer]'''&lt;br /&gt;
: Complete GNUstep [[installation on Windows]]&lt;br /&gt;
&lt;br /&gt;
=== Dec 08, 2007 ===&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.33 released'''&lt;br /&gt;
: Fancier appearance&lt;br /&gt;
: Bug fixes&lt;br /&gt;
&lt;br /&gt;
=== Nov 29, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''JIGS 1.5.7 released'''&lt;br /&gt;
: Various updates&lt;br /&gt;
: ([http://www.gnustep.it/jigs/  Official Page])&lt;br /&gt;
&lt;br /&gt;
=== Nov 18, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep Startup 0.19.0 released'''&lt;br /&gt;
: Incorporates latest GNUstep core libraries&lt;br /&gt;
: ([http://www.gnustep.org/experience/Startup.html Startup Page])&lt;br /&gt;
&lt;br /&gt;
=== Nov 16, 2007 ===&lt;br /&gt;
*[[Slogan]] discussion&lt;br /&gt;
&lt;br /&gt;
=== Nov 13, 2007 ===&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.30 released'''&lt;br /&gt;
: tasks (iCalendar VTODO) support, and bug fixes.&lt;br /&gt;
&lt;br /&gt;
=== Nov 11, 2007 ===&lt;br /&gt;
* '''[[Gorm.app]] 1.2.2 released'''&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/dev-apps/gorm-1.2.2.tar.gz Download Gorm]), &lt;br /&gt;
&lt;br /&gt;
=== Nov 09, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[AppKit|Gui]]  0.13.0 released'''&lt;br /&gt;
: New Unstable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-0.13.0.tar.gz Download Gui], [http://www.gnustep.org/resources/documentation/Developer/Gui/ReleaseNotes/ReleaseNotes.html Gui release notes])&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.13.0.tar.gz Download Back])&lt;br /&gt;
* '''GNUstep [[Foundation|Base]]  1.15.1 released'''&lt;br /&gt;
: New Unstable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.15.1.tar.gz Download Base], [http://www.gnustep.org/resources/documentation/Developer/Base/ReleaseNotes/ReleaseNotes.html Base release notes])&lt;br /&gt;
&lt;br /&gt;
=== Nov 08, 2007 ===&lt;br /&gt;
* '''GNUstep [[Make]]  2.0.2 released'''&lt;br /&gt;
: GPLv3 license and bug fixes&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.0.2.tar.gz Download Make])&lt;br /&gt;
* '''GNUstep [[Base]]  1.14.1 stable release'''&lt;br /&gt;
: GPLv3 license and bug fixes&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.14.1.tar.gz Download Base])&lt;br /&gt;
&lt;br /&gt;
=== October 31, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.28 released'''&lt;br /&gt;
&lt;br /&gt;
=== October 08, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Adun]] version 0.8 released'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Cenon]] version 3.83 released'''&lt;br /&gt;
&lt;br /&gt;
=== September 19, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep Startup 0.18.2 released'''&lt;br /&gt;
: Minor configuration fixes&lt;br /&gt;
: ([http://www.gnustep.org/experience/Startup.html Startup Page])&lt;br /&gt;
&lt;br /&gt;
=== September 03, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[MathArray]] version 1.1 released'''&lt;br /&gt;
*: Works with make 2.0, adds Xcode project and updates complex function names to avoid conflict with builtins.&lt;br /&gt;
&lt;br /&gt;
=== August 26, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* GNUstep is now officially part of OpenBSD [http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/gnustep/ ports] and packages&lt;br /&gt;
&lt;br /&gt;
=== August 03, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Adun]] version 0.73 released'''&lt;br /&gt;
*: Minor corrections to previous release.&lt;br /&gt;
&lt;br /&gt;
=== July 24, 2007 ===&lt;br /&gt;
* '''[[European_GNUstep_Developer%27s_Meeting|AlpenStep]] GSTimeframe and GSLocation fixed: 1st &amp;amp; 2nd September in Les Marecottes'''&lt;br /&gt;
: Please track and contribute to the AlpenStep Workshop announcement page.&lt;br /&gt;
&lt;br /&gt;
=== July 20, 2007 ===&lt;br /&gt;
* '''[[Addresses]] 0.4.7 released'''&lt;br /&gt;
: Bug fixes, updated for current gnustep and make 2.0, improved VCF import.&lt;br /&gt;
&lt;br /&gt;
=== July 09, 2007 ===&lt;br /&gt;
* '''[[European_GNUstep_Developer%27s_Meeting|AlpenStep]] Reminder'''&lt;br /&gt;
: Please watch and contribute to the AlpenStep Workshop announcement page.&lt;br /&gt;
&lt;br /&gt;
=== July 01, 2007 ===&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.23 released'''&lt;br /&gt;
: iCalendar write support, and bug fixes.&lt;br /&gt;
&lt;br /&gt;
=== June 18, 2007 ===&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.20 released'''&lt;br /&gt;
: Now handles UTF8 in iCalendar data, adds initial support for repeating events, and many bug fixes.&lt;br /&gt;
&lt;br /&gt;
=== June 16, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''Anyone interrested in maintaining GNUstep in MacPorts?'''&lt;br /&gt;
: [mailto:yves@gnu-darwin.org Yves de Champlain] writes:&lt;br /&gt;
: ''I won't be able to keep that job anymore. I'm just waiting for the next MacPorts release to push the make-2 code out.''&lt;br /&gt;
: ''A quick look at the [http://svn.macports.org/repository/macports/trunk/dports/gnustep ports]. If anybody feels like giving it a try, or just for any questions, please contact me.''&lt;br /&gt;
&lt;br /&gt;
=== June 8, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GWorkspace]] version 0.8.6'''&lt;br /&gt;
: Bugfixes and improvements.&lt;br /&gt;
&lt;br /&gt;
=== May 25, 2007 ===&lt;br /&gt;
* '''GNUstep [[Make]]  2.0.1 released'''&lt;br /&gt;
: Framework and filesystem bug fixes&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.0.1.tar.gz Download Make], [http://www.gnustep.org/resources/documentation/Developer/Make/ReleaseNotes/RELEASENOTES Make release notes])&lt;br /&gt;
&lt;br /&gt;
* '''1st [[European GNUstep Developer's Meeting]]'''&lt;br /&gt;
*: Outline defined.&lt;br /&gt;
&lt;br /&gt;
=== May 24, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[http://www.gnustep.org/experience/examples.html GNUstep Examples] version 1.2.0 released'''&lt;br /&gt;
*: Updates installation directories to work with new Make. Added a few more examples programs as well.&lt;br /&gt;
&lt;br /&gt;
* '''[http://www.gnustep.org/experience/Startup.html Startup] version 1.18.0 released'''&lt;br /&gt;
*: Includes the latest stable versions of make, base, gui, and back&lt;br /&gt;
&lt;br /&gt;
=== May 22, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Zipper.app]] version 1.2 released'''&lt;br /&gt;
*: Bugfix release.&lt;br /&gt;
&lt;br /&gt;
=== May 18, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Adun]] version 0.71 released'''&lt;br /&gt;
*: Minor corrections to previous release.&lt;br /&gt;
&lt;br /&gt;
=== May 8, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Gorm]] version 1.2.1 released'''&lt;br /&gt;
*: Minor corrections to previous release.&lt;br /&gt;
&lt;br /&gt;
=== April 18, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Gorm]] version 1.2.0 released'''&lt;br /&gt;
*: New features and bug fix release.&lt;br /&gt;
&lt;br /&gt;
=== April 15, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[AppKit|Gui]]  0.12.0 released'''&lt;br /&gt;
: New Stable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-0.12.0.tar.gz Download Gui], [http://www.gnustep.org/resources/documentation/Developer/Gui/ReleaseNotes/ReleaseNotes.html Gui release notes])&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.12.0.tar.gz Download Back])&lt;br /&gt;
* '''GNUstep [[Foundation|Base]]  1.14.0 released'''&lt;br /&gt;
: New Stable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.14.0.tar.gz Download Base], [http://www.gnustep.org/resources/documentation/Developer/Base/ReleaseNotes/ReleaseNotes.html Base release notes])&lt;br /&gt;
* '''GNUstep [[Make]]  2.0.0 released'''&lt;br /&gt;
: New filesystem support&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.0.0.tar.gz Download Make], [http://www.gnustep.org/resources/documentation/Developer/Make/ReleaseNotes/RELEASENOTES Make release notes])&lt;br /&gt;
&lt;br /&gt;
=== March 15, 2007 ===&lt;br /&gt;
* '''Google [[Summer Of Code 2007]] '''&lt;br /&gt;
: GNUstep was accepted as an organization for 2007. Be sure to visit the wiki page to add project ideas and sign up as mentor or student.&lt;br /&gt;
&lt;br /&gt;
=== March 5, 2007 ===&lt;br /&gt;
* '''[[FOSDEM 2007 Developer Workshop]]'''&lt;br /&gt;
: Results of the developer workshop &amp;quot;3rd Party Solutions within the GNUstep Community&amp;quot; at FOSDEM.&lt;br /&gt;
&lt;br /&gt;
=== February 27, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FOSDEM 2007 report]]'''&lt;br /&gt;
: What happened with GNUstep at FOSDEM.&lt;br /&gt;
&lt;br /&gt;
=== February 23, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GWorkspace]] version 0.8.5'''&lt;br /&gt;
: Bugfixes and improvements.&lt;br /&gt;
&lt;br /&gt;
=== February 6, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GNUMail.app]] updated to version 1.2.0pre3'''&lt;br /&gt;
: Lots of new features, bug fixes, refactorings, speed and usability improvements.&lt;br /&gt;
&lt;br /&gt;
=== February 4, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Yap.app]] version 0.2'''&lt;br /&gt;
: Rename of GPSText.app to Yap.app (Yet another previewer).&lt;br /&gt;
&lt;br /&gt;
=== February 3, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep Startup 0.16.1 released'''&lt;br /&gt;
: Incorporates GNUstep Base 1.13.1&lt;br /&gt;
: ([http://www.gnustep.org/experience/Startup.html Startup Page])&lt;br /&gt;
&lt;br /&gt;
=== January 27, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[Foundation|Base]]  1.13.1 released'''&lt;br /&gt;
: One important fix for a possible buffer overrun attack when initialising NSDate objects from strings.  One fix for a serious (crash) bug when initialising the bundles system in an application which has a lot of frameworks linked to it.&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.13.1.tar.gz Download Base], [http://www.gnustep.org/resources/documentation/Developer/Base/ReleaseNotes/ReleaseNotes.html Base release notes])&lt;br /&gt;
&lt;br /&gt;
=== January 27, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FOSDEM 2007]] '''&lt;br /&gt;
: Please add your participation status&lt;br /&gt;
: Please add materials and demos you can bring&lt;br /&gt;
: Please look at the Devrom schedule&lt;br /&gt;
: Please spread word that we will be there&lt;br /&gt;
&lt;br /&gt;
=== January 24, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Tryst]] version 1.0.8.pl6'''&lt;br /&gt;
: Some code cleanup.&lt;br /&gt;
&lt;br /&gt;
=== January 17th, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GWorkspace]] version 0.8.4'''&lt;br /&gt;
: Bugfixes and improvements.&lt;br /&gt;
&lt;br /&gt;
=== January 8th, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FOSDEM 2007]] '''&lt;br /&gt;
: [http://groups.google.de/group/gnu.gnustep.discuss/browse_frm/thread/72edf3ed1ab86119/?hl=de# Reminder] to Call for Presentations. &lt;br /&gt;
&lt;br /&gt;
=== January 1st, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Cenon]] version 3.82'''&lt;br /&gt;
: Bugfixes and improvements.&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Installation_on_Windows&amp;diff=4972</id>
		<title>Installation on Windows</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Installation_on_Windows&amp;diff=4972"/>
		<updated>2007-12-20T17:56:27Z</updated>

		<summary type="html">&lt;p&gt;Pingi: /* GNUstep .exe installer using Nullsoft's [http://nsis.sourceforge.net/Main_Page NSIS] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Binary installer  =&lt;br /&gt;
Using the binary installer (created using Nullsoft's [http://nsis.sourceforge.net/Main_Page NSIS]) is the easiest way to get the GNUstep development libraries to your PC. Unfortunately the releases are somewhat sporadic.&lt;br /&gt;
&lt;br /&gt;
== Install instructions ==&lt;br /&gt;
* Download installers from [ftp://ftp.gnustep.org/pub/gnustep/binaries/windows the ftp site] (i.e. gnustep-system-0.9.1-setup.exe + gnustep-core-0.9.1-setup.exe) and run them.&lt;br /&gt;
* select install binaries&lt;br /&gt;
Now you have an MSYS environment (minimal GNU with shell and basic programs). You can start the shell via &amp;quot;Start &amp;amp;rarr; Programs &amp;amp;rarr; GNUstep Development &amp;amp;rarr; MSYS for GNUstep&amp;quot; and begin programming.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;To start you could download the gnustep examples package:&lt;br /&gt;
 svn co svn://svn.gna.org/svn/gnustep/modules/usr-apps/examples &lt;br /&gt;
alternatively download the gnustep-example package from [ftp://ftp.gnustep.org/pub/gnustep/core/ here] and unpack with &amp;lt;code&amp;gt;tar zxf gnustep-examples-1.1.0.tar.gz&amp;lt;/code&amp;gt;. To compile/run an example type:&lt;br /&gt;
 cd examples/gui/GSTest&lt;br /&gt;
 make&lt;br /&gt;
 openapp ./GSTest.app&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
Have much fun!&lt;br /&gt;
&lt;br /&gt;
= Install Windows GNUstep Manually =&lt;br /&gt;
&lt;br /&gt;
== Install MinGW ==&lt;br /&gt;
Download [http://sourceforge.net/project/showfiles.php?group_id=2435&amp;amp;package_id=82721 MinGW] (MinGW-5.1.3.exe or later) (cygwin works with a little tweaking; see talk page) from http://sourceforge.net/projects/mingw Install it into &amp;lt;tt&amp;gt;C:\''xxx''\msys\1.0\mingw&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(where ''xxx'' is the top-level path you want to use, I use Nicola/GNUstep so I install it into &amp;lt;tt&amp;gt;C:\Nicola\GNUstep\msys\1.0\mingw&amp;lt;/tt&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
== Install msys ==&lt;br /&gt;
&lt;br /&gt;
Download MSYS-1.0.10 or later from the same site.  Install it into &amp;lt;tt&amp;gt;C:\''xxx''\msys\1.0&amp;lt;/tt&amp;gt;&lt;br /&gt;
The postinstall script should ask you for the mingw location, then detect it and be happy that it's there and all is setup properly.&lt;br /&gt;
&lt;br /&gt;
== Install msys developer toolkit ==&lt;br /&gt;
&lt;br /&gt;
Download msysDTK-1.0.1 or later from the same site.  Install it into &amp;lt;tt&amp;gt;C:\''xxx''\msys\1.0&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now your MSYS/MinGW system should be setup!  Go around and make sure you know how to use the Unix-like shell.  Log into it and work in it.&lt;br /&gt;
&lt;br /&gt;
== Download gnustep ==&lt;br /&gt;
=== Via subversion ===&lt;br /&gt;
If you have a copy of SVN (http://subversion.tigris.org/) installed on your system and want to have the most up-to-date version just being worked on, do the following.&lt;br /&gt;
&lt;br /&gt;
In windows, go to 'Start &amp;amp;rarr; All Programs &amp;amp;rarr; mingw &amp;amp;rarr; MSYS &amp;amp;rarr; Msys'.&lt;br /&gt;
The MINGW32 window appears.&lt;br /&gt;
&lt;br /&gt;
Type the following:&lt;br /&gt;
 mkdir install&lt;br /&gt;
 cd install&lt;br /&gt;
 svn co svn://svn.gna.org/svn/gnustep/modules/core&lt;br /&gt;
&lt;br /&gt;
This will download the core GNUstep libraries (make, base, gui and back).&lt;br /&gt;
&lt;br /&gt;
=== Release tarball ===&lt;br /&gt;
&lt;br /&gt;
Otherwise download from the main site http://www.gnustep.org (or ftp://ftp.gnustep.org/pub/gnustep/core/) the file gnustep-startup-x.yy.z.tar.gz. It contains the core libraries. Put it somewhere in your MSYS home folder, i.e. under C:\xxx\msys\1.0\home\Nicola\install&lt;br /&gt;
&lt;br /&gt;
To unpack the file type the following into the MSYS window&lt;br /&gt;
 cd ~/install   #or where you put it&lt;br /&gt;
 tar zxf gnustep-startup-0.16.1.tar.gz&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;color:red; background-color:yellow;&amp;quot;&amp;gt;After these steps you have the most recent installation instructions in the file 'core/make/Documentation/README.MinGW'&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install GNUstep make ==&lt;br /&gt;
&lt;br /&gt;
 cd gnustep/core/make&lt;br /&gt;
 ./configure --with-layout=fhs&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== Install the ObjC runtime  ==&lt;br /&gt;
&lt;br /&gt;
Actually, recent versions of gcc (3.2+) have a working libobjc on Windows. Nevertheless this step is necessary unless you want some strange errors concerning NSAutoreleasePool etc.&lt;br /&gt;
&lt;br /&gt;
First make sure to delete the old libobjc files&lt;br /&gt;
 rm -Rf /mingw/lib/gcc/mingw32/3.4.2/include/objc&lt;br /&gt;
 rm -Rf /mingw/lib/libobjc.a&lt;br /&gt;
 rm -Rf /mingw/lib/libobjc.la&lt;br /&gt;
&lt;br /&gt;
Then get GNUstep's libobjc and install it.&lt;br /&gt;
 svn co svn://svn.gna.org/svn/gnustep/modules/dev-libs/libobjc&lt;br /&gt;
 cd libobjc &lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
If you don't use SVN, download gnustep-libobjc from ftp://ftp.gnustep.org/pub/gnustep/libs/&lt;br /&gt;
&lt;br /&gt;
== Reinstall GNUstep make (with ObjC this time) ==&lt;br /&gt;
&lt;br /&gt;
Enter the core/make directory and reconfigure/recompile again so that gnustep-objc is detected:&lt;br /&gt;
 cd ~/install/gnustep/core/make&lt;br /&gt;
 make distclean&lt;br /&gt;
 ./configure --with-layout=fhs&lt;br /&gt;
 make &lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
gnustep-make should have detected your custom libobjc.&lt;br /&gt;
&lt;br /&gt;
== Install ffcall ==&lt;br /&gt;
&lt;br /&gt;
Download ffcall from the GNUstep website into c:/xxx/msys/1.0/home/Nicola/install&lt;br /&gt;
or from here: ftp://ftp.santafe.edu/pub/gnu/ffcall-1.10.tar.gz,&lt;br /&gt;
and type:&lt;br /&gt;
 cd ~/install&lt;br /&gt;
 tar -zxvf ffcall-1.10.tar.gz&lt;br /&gt;
 cd ffcall-1.10&lt;br /&gt;
 ./configure&lt;br /&gt;
&lt;br /&gt;
A windows prompt may appear (several times) stating that conftest.exe has encountered a problem and needs to close. Click the [Don't Send] button.&lt;br /&gt;
&lt;br /&gt;
After much output,  the following will be displayed:&lt;br /&gt;
 configure: creating ./config.status&lt;br /&gt;
 config.status: creating Makefile&lt;br /&gt;
 config.status: creating config.h&lt;br /&gt;
&lt;br /&gt;
Type the following:&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
Note: The configure script of ffcall-1.10 is broken for Windows 2000. You have to apply a patch: http://lists.gnu.org/archive/html/discuss-gnustep/2005-03/msg00258.html&lt;br /&gt;
&lt;br /&gt;
==== Precompiled library ====&lt;br /&gt;
&lt;br /&gt;
Alternatively, a zip containing a precompiled copy of ffcall-1.9 is availabe here: ftp://ftp.gnustep.org/pub/gnustep/binaries/windows/mingw-libs/ffcall-1.9-gnustep.zip&lt;br /&gt;
&lt;br /&gt;
Unzip it into $GNUSTEP_SYSTEM_ROOT/Library.&lt;br /&gt;
&lt;br /&gt;
== Install additional libs ==&lt;br /&gt;
&lt;br /&gt;
Download the following packages:&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=73290 Download libintl]&lt;br /&gt;
:libintl-0.11.5-2-bin.zip&lt;br /&gt;
:libintl-0.11.5-2-lib.zip&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=17090 Download libiconv]&lt;br /&gt;
:libiconv-1.9.2-1-bin.zip &lt;br /&gt;
:libiconv-1.9.2-1-lib.zip &lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=16861 Download zlib]&lt;br /&gt;
:zlib-1.2.2-bin.zip&lt;br /&gt;
:zlib-1.2.2-lib.zip&lt;br /&gt;
&lt;br /&gt;
from http://gnuwin32.sourceforge.net, and install them.  To install them, simply unzip them into &amp;lt;tt&amp;gt;C:\''xxx''\msys\1.0\mingw&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Install XML support ==&lt;br /&gt;
Download the latest version of libxml from [ftp://xmlsoft.org/libxml2/].&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;color:red; background-color:yellow;&amp;quot;&amp;gt;Do not install libxslt. It is broken on Windows.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install GNUstep base ==&lt;br /&gt;
&lt;br /&gt;
Enter the gnustep-base directory, and type &lt;br /&gt;
 cd ~/install/gnustep/core/base&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
If you didn't install libxml,&lt;br /&gt;
 ./configure --disable-xml&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== Install additional GUI libs ==&lt;br /&gt;
&lt;br /&gt;
for the gui, download and install the following packages:&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=16348&amp;amp;release_id=218220 Download jpeg]&lt;br /&gt;
:jpeg-6b-3-bin.zip&lt;br /&gt;
:jpeg-6b-3-dep.zip&lt;br /&gt;
:jpeg-6b-3-lib.zip&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=16351 Download tiff]&lt;br /&gt;
:tiff-3.7.1-bin.zip&lt;br /&gt;
:tiff-3.7.1-dep.zip&lt;br /&gt;
:tiff-3.7.1-lib.zip&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=16183 Download libpng]&lt;br /&gt;
:libpng-1.2.8-bin.zip&lt;br /&gt;
:libpng-1.2.8-dep.zip&lt;br /&gt;
:libpng-1.2.8-lib.zip&lt;br /&gt;
&lt;br /&gt;
The process is always the same: download the zip file from the gnuwin32 website, then unzip them into &amp;lt;tt&amp;gt;C:''xxx''\msys\1.0\mingw&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Install GNUstep gui ==&lt;br /&gt;
&lt;br /&gt;
Type the following:&lt;br /&gt;
  cd ~/install/gnustep/core/gui&lt;br /&gt;
  ./configure&lt;br /&gt;
  make&lt;br /&gt;
  make install&lt;br /&gt;
&lt;br /&gt;
== Install GNUstep back ==&lt;br /&gt;
&lt;br /&gt;
cd to core/back and type:&lt;br /&gt;
&lt;br /&gt;
  ./configure&lt;br /&gt;
  make&lt;br /&gt;
  make install&lt;br /&gt;
&lt;br /&gt;
== Check the installation ==&lt;br /&gt;
&lt;br /&gt;
go in a simple gui application (examples/gui a very good starting point), compile and run it. :-)&lt;br /&gt;
&lt;br /&gt;
Some older makefiles may require that you type&lt;br /&gt;
 export GNUSTEP_MAKEFILES=/usr/local/share/GNUstep/Makefiles&lt;br /&gt;
before compiling.&lt;br /&gt;
&lt;br /&gt;
''based on a mail from Nicola Pero''&lt;br /&gt;
&lt;br /&gt;
= GNUstep MSI installer created  by [http://wix.sourceforge.net/ WiX]  =&lt;br /&gt;
&lt;br /&gt;
There are three sub packages &lt;br /&gt;
* user : To minimize the footprint of gnustep system on Windows machines.&lt;br /&gt;
* developer : include WiX,gcc and package sources.&lt;br /&gt;
* gnustep applications : include a broad suite of GNUstep applications.&lt;br /&gt;
== Install GNUstep MSI installer ==&lt;br /&gt;
* Download the msi from here.&lt;br /&gt;
* answer following questions.&lt;br /&gt;
* Test the installation.&lt;br /&gt;
== Prepare your Win32 gnustep WiX packaging environment ==&lt;br /&gt;
=== List of depended software ===&lt;br /&gt;
* WiX Win32 MSI package creation tool.&lt;br /&gt;
** candle.exe &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
C:\tmp&amp;gt;candle&lt;br /&gt;
Microsoft (R) Windows Installer Xml Compiler version 2.0.4221.0&lt;br /&gt;
Copyright (C) Microsoft Corporation 2003. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
 usage:  candle.exe [-?] [-nologo] [-out outputFile] sourceFile [sourceFile ...]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   -d&amp;lt;name&amp;gt;=&amp;lt;value&amp;gt;  define a parameter for the preprocessor&lt;br /&gt;
   -p&amp;lt;file&amp;gt;  preprocess to a file (or stdout if no file supplied)&lt;br /&gt;
   -I&amp;lt;dir&amp;gt;  add to include search path&lt;br /&gt;
   -nologo  skip printing candle logo information&lt;br /&gt;
   -out     specify output file (default: write to current directory)&lt;br /&gt;
   -pedantic:&amp;lt;level&amp;gt;  pedantic checks (levels: easy, heroic, legendary)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;snip&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For more information see: http://wix.sourceforge.net&lt;br /&gt;
&lt;br /&gt;
C:\tmp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
** light.exe&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
C:\tmp&amp;gt;light&lt;br /&gt;
Microsoft (R) Windows Installer Xml Linker version 2.0.4221.0&lt;br /&gt;
Copyright (C) Microsoft Corporation 2003. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
 usage:  light.exe [-?] [-b basePath] [-nologo] [-out outputFile] objectFile [o&lt;br /&gt;
jectFile ...]&lt;br /&gt;
&lt;br /&gt;
   -ai        allow identical rows, identical rows will be treated as a warning&lt;br /&gt;
   -au        (experimental) allow unresolved references, will not create a val&lt;br /&gt;
d output&lt;br /&gt;
   -b         base path to locate all files (default: current directory)&lt;br /&gt;
   -cc        path to cache built cabinets (will not be deleted after linking)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;snip&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For more information see: http://wix.sourceforge.net&lt;br /&gt;
&lt;br /&gt;
C:\tmp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* makefile for nmake.&lt;br /&gt;
* gcc win32 compiler from MingW.&lt;br /&gt;
&lt;br /&gt;
=== Checkout gnustep.wxs ===&lt;br /&gt;
=== overview of gnustep.wxs ===&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Installation_on_Windows&amp;diff=4971</id>
		<title>Installation on Windows</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Installation_on_Windows&amp;diff=4971"/>
		<updated>2007-12-20T17:51:08Z</updated>

		<summary type="html">&lt;p&gt;Pingi: /* Install instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= GNUstep .exe installer using Nullsoft's [http://nsis.sourceforge.net/Main_Page NSIS] =&lt;br /&gt;
Using the binary installer is the easiest way to get the GNUstep development libraries to your PC. Unfortunately the releases are very sporadic.&lt;br /&gt;
&lt;br /&gt;
== Install instructions ==&lt;br /&gt;
* Download installers from [ftp://ftp.gnustep.org/pub/gnustep/binaries/windows the ftp site] (i.e. gnustep-system-0.9.1-setup.exe + gnustep-core-0.9.1-setup.exe) and run them.&lt;br /&gt;
* select install binaries&lt;br /&gt;
Now you have an MSYS environment (minimal GNU with shell and basic programs). You can start the shell via &amp;quot;Start &amp;amp;rarr; Programs &amp;amp;rarr; GNUstep Development &amp;amp;rarr; MSYS for GNUstep&amp;quot; and begin programming.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;To start you could download the gnustep examples package:&lt;br /&gt;
 svn co svn://svn.gna.org/svn/gnustep/modules/usr-apps/examples &lt;br /&gt;
alternatively download the gnustep-example package from [ftp://ftp.gnustep.org/pub/gnustep/core/ here] and unpack with &amp;lt;code&amp;gt;tar zxf gnustep-examples-1.1.0.tar.gz&amp;lt;/code&amp;gt;. To compile/run an example type:&lt;br /&gt;
 cd examples/gui/GSTest&lt;br /&gt;
 make&lt;br /&gt;
 openapp ./GSTest.app&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
Have much fun!&lt;br /&gt;
&lt;br /&gt;
= Install Windows GNUstep Manually =&lt;br /&gt;
&lt;br /&gt;
== Install MinGW ==&lt;br /&gt;
Download [http://sourceforge.net/project/showfiles.php?group_id=2435&amp;amp;package_id=82721 MinGW] (MinGW-5.1.3.exe or later) (cygwin works with a little tweaking; see talk page) from http://sourceforge.net/projects/mingw Install it into &amp;lt;tt&amp;gt;C:\''xxx''\msys\1.0\mingw&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(where ''xxx'' is the top-level path you want to use, I use Nicola/GNUstep so I install it into &amp;lt;tt&amp;gt;C:\Nicola\GNUstep\msys\1.0\mingw&amp;lt;/tt&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
== Install msys ==&lt;br /&gt;
&lt;br /&gt;
Download MSYS-1.0.10 or later from the same site.  Install it into &amp;lt;tt&amp;gt;C:\''xxx''\msys\1.0&amp;lt;/tt&amp;gt;&lt;br /&gt;
The postinstall script should ask you for the mingw location, then detect it and be happy that it's there and all is setup properly.&lt;br /&gt;
&lt;br /&gt;
== Install msys developer toolkit ==&lt;br /&gt;
&lt;br /&gt;
Download msysDTK-1.0.1 or later from the same site.  Install it into &amp;lt;tt&amp;gt;C:\''xxx''\msys\1.0&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now your MSYS/MinGW system should be setup!  Go around and make sure you know how to use the Unix-like shell.  Log into it and work in it.&lt;br /&gt;
&lt;br /&gt;
== Download gnustep ==&lt;br /&gt;
=== Via subversion ===&lt;br /&gt;
If you have a copy of SVN (http://subversion.tigris.org/) installed on your system and want to have the most up-to-date version just being worked on, do the following.&lt;br /&gt;
&lt;br /&gt;
In windows, go to 'Start &amp;amp;rarr; All Programs &amp;amp;rarr; mingw &amp;amp;rarr; MSYS &amp;amp;rarr; Msys'.&lt;br /&gt;
The MINGW32 window appears.&lt;br /&gt;
&lt;br /&gt;
Type the following:&lt;br /&gt;
 mkdir install&lt;br /&gt;
 cd install&lt;br /&gt;
 svn co svn://svn.gna.org/svn/gnustep/modules/core&lt;br /&gt;
&lt;br /&gt;
This will download the core GNUstep libraries (make, base, gui and back).&lt;br /&gt;
&lt;br /&gt;
=== Release tarball ===&lt;br /&gt;
&lt;br /&gt;
Otherwise download from the main site http://www.gnustep.org (or ftp://ftp.gnustep.org/pub/gnustep/core/) the file gnustep-startup-x.yy.z.tar.gz. It contains the core libraries. Put it somewhere in your MSYS home folder, i.e. under C:\xxx\msys\1.0\home\Nicola\install&lt;br /&gt;
&lt;br /&gt;
To unpack the file type the following into the MSYS window&lt;br /&gt;
 cd ~/install   #or where you put it&lt;br /&gt;
 tar zxf gnustep-startup-0.16.1.tar.gz&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;color:red; background-color:yellow;&amp;quot;&amp;gt;After these steps you have the most recent installation instructions in the file 'core/make/Documentation/README.MinGW'&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install GNUstep make ==&lt;br /&gt;
&lt;br /&gt;
 cd gnustep/core/make&lt;br /&gt;
 ./configure --with-layout=fhs&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== Install the ObjC runtime  ==&lt;br /&gt;
&lt;br /&gt;
Actually, recent versions of gcc (3.2+) have a working libobjc on Windows. Nevertheless this step is necessary unless you want some strange errors concerning NSAutoreleasePool etc.&lt;br /&gt;
&lt;br /&gt;
First make sure to delete the old libobjc files&lt;br /&gt;
 rm -Rf /mingw/lib/gcc/mingw32/3.4.2/include/objc&lt;br /&gt;
 rm -Rf /mingw/lib/libobjc.a&lt;br /&gt;
 rm -Rf /mingw/lib/libobjc.la&lt;br /&gt;
&lt;br /&gt;
Then get GNUstep's libobjc and install it.&lt;br /&gt;
 svn co svn://svn.gna.org/svn/gnustep/modules/dev-libs/libobjc&lt;br /&gt;
 cd libobjc &lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
If you don't use SVN, download gnustep-libobjc from ftp://ftp.gnustep.org/pub/gnustep/libs/&lt;br /&gt;
&lt;br /&gt;
== Reinstall GNUstep make (with ObjC this time) ==&lt;br /&gt;
&lt;br /&gt;
Enter the core/make directory and reconfigure/recompile again so that gnustep-objc is detected:&lt;br /&gt;
 cd ~/install/gnustep/core/make&lt;br /&gt;
 make distclean&lt;br /&gt;
 ./configure --with-layout=fhs&lt;br /&gt;
 make &lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
gnustep-make should have detected your custom libobjc.&lt;br /&gt;
&lt;br /&gt;
== Install ffcall ==&lt;br /&gt;
&lt;br /&gt;
Download ffcall from the GNUstep website into c:/xxx/msys/1.0/home/Nicola/install&lt;br /&gt;
or from here: ftp://ftp.santafe.edu/pub/gnu/ffcall-1.10.tar.gz,&lt;br /&gt;
and type:&lt;br /&gt;
 cd ~/install&lt;br /&gt;
 tar -zxvf ffcall-1.10.tar.gz&lt;br /&gt;
 cd ffcall-1.10&lt;br /&gt;
 ./configure&lt;br /&gt;
&lt;br /&gt;
A windows prompt may appear (several times) stating that conftest.exe has encountered a problem and needs to close. Click the [Don't Send] button.&lt;br /&gt;
&lt;br /&gt;
After much output,  the following will be displayed:&lt;br /&gt;
 configure: creating ./config.status&lt;br /&gt;
 config.status: creating Makefile&lt;br /&gt;
 config.status: creating config.h&lt;br /&gt;
&lt;br /&gt;
Type the following:&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
Note: The configure script of ffcall-1.10 is broken for Windows 2000. You have to apply a patch: http://lists.gnu.org/archive/html/discuss-gnustep/2005-03/msg00258.html&lt;br /&gt;
&lt;br /&gt;
==== Precompiled library ====&lt;br /&gt;
&lt;br /&gt;
Alternatively, a zip containing a precompiled copy of ffcall-1.9 is availabe here: ftp://ftp.gnustep.org/pub/gnustep/binaries/windows/mingw-libs/ffcall-1.9-gnustep.zip&lt;br /&gt;
&lt;br /&gt;
Unzip it into $GNUSTEP_SYSTEM_ROOT/Library.&lt;br /&gt;
&lt;br /&gt;
== Install additional libs ==&lt;br /&gt;
&lt;br /&gt;
Download the following packages:&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=73290 Download libintl]&lt;br /&gt;
:libintl-0.11.5-2-bin.zip&lt;br /&gt;
:libintl-0.11.5-2-lib.zip&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=17090 Download libiconv]&lt;br /&gt;
:libiconv-1.9.2-1-bin.zip &lt;br /&gt;
:libiconv-1.9.2-1-lib.zip &lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=16861 Download zlib]&lt;br /&gt;
:zlib-1.2.2-bin.zip&lt;br /&gt;
:zlib-1.2.2-lib.zip&lt;br /&gt;
&lt;br /&gt;
from http://gnuwin32.sourceforge.net, and install them.  To install them, simply unzip them into &amp;lt;tt&amp;gt;C:\''xxx''\msys\1.0\mingw&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Install XML support ==&lt;br /&gt;
Download the latest version of libxml from [ftp://xmlsoft.org/libxml2/].&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;color:red; background-color:yellow;&amp;quot;&amp;gt;Do not install libxslt. It is broken on Windows.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install GNUstep base ==&lt;br /&gt;
&lt;br /&gt;
Enter the gnustep-base directory, and type &lt;br /&gt;
 cd ~/install/gnustep/core/base&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
If you didn't install libxml,&lt;br /&gt;
 ./configure --disable-xml&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== Install additional GUI libs ==&lt;br /&gt;
&lt;br /&gt;
for the gui, download and install the following packages:&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=16348&amp;amp;release_id=218220 Download jpeg]&lt;br /&gt;
:jpeg-6b-3-bin.zip&lt;br /&gt;
:jpeg-6b-3-dep.zip&lt;br /&gt;
:jpeg-6b-3-lib.zip&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=16351 Download tiff]&lt;br /&gt;
:tiff-3.7.1-bin.zip&lt;br /&gt;
:tiff-3.7.1-dep.zip&lt;br /&gt;
:tiff-3.7.1-lib.zip&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=16183 Download libpng]&lt;br /&gt;
:libpng-1.2.8-bin.zip&lt;br /&gt;
:libpng-1.2.8-dep.zip&lt;br /&gt;
:libpng-1.2.8-lib.zip&lt;br /&gt;
&lt;br /&gt;
The process is always the same: download the zip file from the gnuwin32 website, then unzip them into &amp;lt;tt&amp;gt;C:''xxx''\msys\1.0\mingw&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Install GNUstep gui ==&lt;br /&gt;
&lt;br /&gt;
Type the following:&lt;br /&gt;
  cd ~/install/gnustep/core/gui&lt;br /&gt;
  ./configure&lt;br /&gt;
  make&lt;br /&gt;
  make install&lt;br /&gt;
&lt;br /&gt;
== Install GNUstep back ==&lt;br /&gt;
&lt;br /&gt;
cd to core/back and type:&lt;br /&gt;
&lt;br /&gt;
  ./configure&lt;br /&gt;
  make&lt;br /&gt;
  make install&lt;br /&gt;
&lt;br /&gt;
== Check the installation ==&lt;br /&gt;
&lt;br /&gt;
go in a simple gui application (examples/gui a very good starting point), compile and run it. :-)&lt;br /&gt;
&lt;br /&gt;
Some older makefiles may require that you type&lt;br /&gt;
 export GNUSTEP_MAKEFILES=/usr/local/share/GNUstep/Makefiles&lt;br /&gt;
before compiling.&lt;br /&gt;
&lt;br /&gt;
''based on a mail from Nicola Pero''&lt;br /&gt;
&lt;br /&gt;
= GNUstep MSI installer created  by [http://wix.sourceforge.net/ WiX]  =&lt;br /&gt;
&lt;br /&gt;
There are three sub packages &lt;br /&gt;
* user : To minimize the footprint of gnustep system on Windows machines.&lt;br /&gt;
* developer : include WiX,gcc and package sources.&lt;br /&gt;
* gnustep applications : include a broad suite of GNUstep applications.&lt;br /&gt;
== Install GNUstep MSI installer ==&lt;br /&gt;
* Download the msi from here.&lt;br /&gt;
* answer following questions.&lt;br /&gt;
* Test the installation.&lt;br /&gt;
== Prepare your Win32 gnustep WiX packaging environment ==&lt;br /&gt;
=== List of depended software ===&lt;br /&gt;
* WiX Win32 MSI package creation tool.&lt;br /&gt;
** candle.exe &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
C:\tmp&amp;gt;candle&lt;br /&gt;
Microsoft (R) Windows Installer Xml Compiler version 2.0.4221.0&lt;br /&gt;
Copyright (C) Microsoft Corporation 2003. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
 usage:  candle.exe [-?] [-nologo] [-out outputFile] sourceFile [sourceFile ...]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   -d&amp;lt;name&amp;gt;=&amp;lt;value&amp;gt;  define a parameter for the preprocessor&lt;br /&gt;
   -p&amp;lt;file&amp;gt;  preprocess to a file (or stdout if no file supplied)&lt;br /&gt;
   -I&amp;lt;dir&amp;gt;  add to include search path&lt;br /&gt;
   -nologo  skip printing candle logo information&lt;br /&gt;
   -out     specify output file (default: write to current directory)&lt;br /&gt;
   -pedantic:&amp;lt;level&amp;gt;  pedantic checks (levels: easy, heroic, legendary)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;snip&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For more information see: http://wix.sourceforge.net&lt;br /&gt;
&lt;br /&gt;
C:\tmp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
** light.exe&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
C:\tmp&amp;gt;light&lt;br /&gt;
Microsoft (R) Windows Installer Xml Linker version 2.0.4221.0&lt;br /&gt;
Copyright (C) Microsoft Corporation 2003. All rights reserved.&lt;br /&gt;
&lt;br /&gt;
 usage:  light.exe [-?] [-b basePath] [-nologo] [-out outputFile] objectFile [o&lt;br /&gt;
jectFile ...]&lt;br /&gt;
&lt;br /&gt;
   -ai        allow identical rows, identical rows will be treated as a warning&lt;br /&gt;
   -au        (experimental) allow unresolved references, will not create a val&lt;br /&gt;
d output&lt;br /&gt;
   -b         base path to locate all files (default: current directory)&lt;br /&gt;
   -cc        path to cache built cabinets (will not be deleted after linking)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;snip&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For more information see: http://wix.sourceforge.net&lt;br /&gt;
&lt;br /&gt;
C:\tmp&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* makefile for nmake.&lt;br /&gt;
* gcc win32 compiler from MingW.&lt;br /&gt;
&lt;br /&gt;
=== Checkout gnustep.wxs ===&lt;br /&gt;
=== overview of gnustep.wxs ===&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Installation_Instructions&amp;diff=4925</id>
		<title>Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Installation_Instructions&amp;diff=4925"/>
		<updated>2007-11-18T16:16:52Z</updated>

		<summary type="html">&lt;p&gt;Pingi: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It is often reported that users find GNUstep difficult to install. This may be a result of lacking information.&lt;br /&gt;
&lt;br /&gt;
== Generic installation instructions ==&lt;br /&gt;
To install a standard configuration you need only 3 steps:&lt;br /&gt;
# Download the package &amp;quot;GNUstep Startup&amp;quot; (i. e. gnustep-startup-0.18.2.tar.bz) from the download page (http://wwwmain.gnustep.org/resources/downloads.php). Unpack it into a directory of your choice.&lt;br /&gt;
# cd into that directory. To build and install, type: &amp;lt;tt&amp;gt;sudo ./compile-all&amp;lt;/tt&amp;gt;&lt;br /&gt;
# add the following line to your ~/.bashrc: &amp;lt;tt&amp;gt;. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is all.&lt;br /&gt;
&lt;br /&gt;
GNUstep Applications and additional libs can be installed via &amp;lt;tt&amp;gt;sudo make install&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Platform specific installation information ==&lt;br /&gt;
For information on how to install [[Dependencies]] or even GNUstep itself with your native packaging system, or about installation on exotic systems (like [[Windows]]), see&lt;br /&gt;
&amp;lt;big&amp;gt;[[Platform compatibility]]&amp;lt;/big&amp;gt;!&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://gnustep.made-it.com/BuildGuide/ Build-Guide for Unix-like systems] describes  installation and configuration step-by-step.&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Installation_Instructions&amp;diff=4924</id>
		<title>Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Installation_Instructions&amp;diff=4924"/>
		<updated>2007-11-18T16:11:25Z</updated>

		<summary type="html">&lt;p&gt;Pingi: generic instructions using startup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It is often reported that users find GNUstep difficult to install. This may be a result of lacking information.&lt;br /&gt;
&lt;br /&gt;
== Generic installation instructions ==&lt;br /&gt;
To install a standard configuration you need only 3 steps:&lt;br /&gt;
# Download the package &amp;quot;GNUstep Startup&amp;quot; (i. e. gnustep-startup-0.18.2.tar.bz) from the download page (http://wwwmain.gnustep.org/resources/downloads.php). Unpack it into a directory of your choice.&lt;br /&gt;
# cd into that directory. To build and install, type: &amp;lt;tt&amp;gt;sudo ./compile-all&amp;lt;/tt&amp;gt;&lt;br /&gt;
# add the following line to your ~/.bashrc: &amp;lt;tt&amp;gt;. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is all.&lt;br /&gt;
&lt;br /&gt;
GNUstep Applications and additional libs can be installed via &amp;lt;tt&amp;gt;sudo make install&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Platform specific installation information ==&lt;br /&gt;
For information on how to install [[Dependencies]] or even GNUstep itself with your native packaging system, or about installation on exotic systems (like [[Windows]]), see&lt;br /&gt;
&amp;lt;big&amp;gt;[[Platform compatibility]]&amp;lt;/big&amp;gt;!&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://gnustep.made-it.com/BuildGuide/ Build-Guide for Unix-like systems]&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Slogan&amp;diff=4921</id>
		<title>Slogan</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Slogan&amp;diff=4921"/>
		<updated>2007-11-16T22:06:33Z</updated>

		<summary type="html">&lt;p&gt;Pingi: /* Proposal list (incomplete!) */ some added from the discussion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Whilst GNUstep has no official slogan so far, the potential benefit of having one was discussed and many drafts were proposed on the mailing lists recently (around 2nd November week 2007). This is the attempt of summing them up together with some pros and cons which were noted.&lt;br /&gt;
&lt;br /&gt;
The con/pro comments are given in headwords. It must be kept in mind that the pros and cons are weighted rather differently by the individual discussion participants. Proposals without comment were more or less ignored so far.&lt;br /&gt;
&lt;br /&gt;
Please fill in more. This is just a beginning.&lt;br /&gt;
&lt;br /&gt;
== General considerations ==&lt;br /&gt;
Headwordwise:&lt;br /&gt;
* prescriptiveness: (i.e. mention: code, development, API, OpenStep ...)&lt;br /&gt;
*:Some say -- with regard to the low publicity -- a slogan should give a short description of what GNUstep is&lt;br /&gt;
*:Others say, it should leave space for imagination.&lt;br /&gt;
* mentioning Cocoa/NeXT/Apple/Mac:&lt;br /&gt;
*:Some say Cocoa should be mentioned to give a better idea of what GNUstep is like, and/or to use Apple's publicity&lt;br /&gt;
*:Others say that could lead to legal problems with Apple, exspecially when claiming superiority. Competing boldly with Apple could also hurt credibility.&lt;br /&gt;
*mentioning advantages (i.e. productivity, portability ...)&lt;br /&gt;
&lt;br /&gt;
==Proposal list (incomplete!)==&lt;br /&gt;
;GNUstep -- a step forward from the masses&lt;br /&gt;
;GNUstep -- boost your (open source GUI) developement productvity&lt;br /&gt;
:'''con''' too long&lt;br /&gt;
;GNUstep -- Cocoa, just more professional&lt;br /&gt;
;GNUstep -- Cocoa, just portable&lt;br /&gt;
;GNUstep -- Cocoa opened / GNUstep -- free Cocoa / GNUstep -- free as in Cocoa&lt;br /&gt;
:easy to remember, but possibly trouble with Apple&lt;br /&gt;
;GNUstep -- Cocoa revisidet&lt;br /&gt;
;GNUstep -- code differently&lt;br /&gt;
:'''con''' differently does not necessarily mean better&lt;br /&gt;
;GNUstep -- code intelligently / GNUstep -- code smartly&lt;br /&gt;
;GNUstep -- code less, deploy everywhere&lt;br /&gt;
:'''pro''' gives an idea of what GNUstep is&lt;br /&gt;
:'''pro''' sums the most important advantages&lt;br /&gt;
;GNUstep -- Differently Thunk.&lt;br /&gt;
:'''con''' differently does not necessarily mean better&lt;br /&gt;
:'''con''' not descriptive&lt;br /&gt;
;GNUStep -- integrate your thoughts&lt;br /&gt;
;GNUstep -- Mac free&lt;br /&gt;
;GNUstep -- making your users smile&lt;br /&gt;
:'''pro''' positive message&lt;br /&gt;
:'''con''' not descriptive in any way&lt;br /&gt;
:one of the most considered (most popular?) ideas&lt;br /&gt;
;GNUstep -- NeXT for the rest of us&lt;br /&gt;
;GNUstep -- Not your father's Cocoa!&lt;br /&gt;
:'''con''' risk of problems with Apple (?)&lt;br /&gt;
:describes roughly what GNUstep is, but does not point out a clear benefit&lt;br /&gt;
;GNUStep -- object oriented portability&lt;br /&gt;
:'''con''' does not describe GNUstep's aim but the mechanics behind. (?)&lt;br /&gt;
;GNUstep -- professional. productive. anywhere. &lt;br /&gt;
;GNUstep -- the greatest API you've never heard of&lt;br /&gt;
:'''pro''' comic&lt;br /&gt;
;GNUstep -- the real NeXT heir&lt;br /&gt;
;GNUstep -- strong shoulders! / GNUstep -- gentle giant with strong shoulders! / GNUstep -- gentle giant with strong shoulders to make your app stand tall&lt;br /&gt;
;GNUstep -- The Ultimate Development Environment&lt;br /&gt;
:describes roughly what GNUstep is, but does not point out a clear benefit&lt;br /&gt;
;GNUstep -- want help fixing it? &lt;br /&gt;
;GNUstep -- we ain't WindowMaker, Jack!&lt;br /&gt;
:'''con''' possibly offensive&lt;br /&gt;
:'''con''' not descriptive&lt;br /&gt;
;Put your best to the test. GNUStep does the rest.&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Template:GNUstep_News&amp;diff=4919</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=4919"/>
		<updated>2007-11-16T13:40:44Z</updated>

		<summary type="html">&lt;p&gt;Pingi: slogan discussion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Nov 16, 2007 ===&lt;br /&gt;
*[[Slogan]] discussion&lt;br /&gt;
&lt;br /&gt;
=== Nov 13, 2007 ===&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.30 released'''&lt;br /&gt;
: tasks (iCalendar VTODO) support, and bug fixes.&lt;br /&gt;
&lt;br /&gt;
=== Nov 09, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[AppKit|Gui]]  0.13.0 released'''&lt;br /&gt;
: New Unstable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-0.13.0.tar.gz Download Gui], [http://www.gnustep.org/resources/documentation/Developer/Gui/ReleaseNotes/ReleaseNotes.html Gui release notes])&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.13.0.tar.gz Download Back])&lt;br /&gt;
* '''GNUstep [[Foundation|Base]]  1.15.1 released'''&lt;br /&gt;
: New Unstable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.15.1.tar.gz Download Base], [http://www.gnustep.org/resources/documentation/Developer/Base/ReleaseNotes/ReleaseNotes.html Base release notes])&lt;br /&gt;
&lt;br /&gt;
=== Nov 08, 2007 ===&lt;br /&gt;
* '''GNUstep [[Make]]  2.0.2 released'''&lt;br /&gt;
: GPLv3 license and bug fixes&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.0.2.tar.gz Download Make])&lt;br /&gt;
* '''GNUstep [[Base]]  1.14.1 stable release'''&lt;br /&gt;
: GPLv3 license and bug fixes&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.14.1.tar.gz Download Base])&lt;br /&gt;
&lt;br /&gt;
=== October 31, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.28 released'''&lt;br /&gt;
&lt;br /&gt;
=== October 08, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Adun]] version 0.8 released'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Cenon]] version 3.83 released'''&lt;br /&gt;
&lt;br /&gt;
=== September 19, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep Startup 0.18.2 released'''&lt;br /&gt;
: Minor configuration fixes&lt;br /&gt;
: ([http://www.gnustep.org/experience/Startup.html Startup Page])&lt;br /&gt;
&lt;br /&gt;
=== September 03, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[MathArray]] version 1.1 released'''&lt;br /&gt;
*: Works with make 2.0, adds Xcode project and updates complex function names to avoid conflict with builtins.&lt;br /&gt;
&lt;br /&gt;
=== August 26, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* GNUstep is now officially part of OpenBSD [http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/gnustep/ ports] and packages&lt;br /&gt;
&lt;br /&gt;
=== August 03, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Adun]] version 0.73 released'''&lt;br /&gt;
*: Minor corrections to previous release.&lt;br /&gt;
&lt;br /&gt;
=== July 24, 2007 ===&lt;br /&gt;
* '''[[European_GNUstep_Developer%27s_Meeting|AlpenStep]] GSTimeframe and GSLocation fixed: 1st &amp;amp; 2nd September in Les Marecottes'''&lt;br /&gt;
: Please track and contribute to the AlpenStep Workshop announcement page.&lt;br /&gt;
&lt;br /&gt;
=== July 20, 2007 ===&lt;br /&gt;
* '''[[Addresses]] 0.4.7 released'''&lt;br /&gt;
: Bug fixes, updated for current gnustep and make 2.0, improved VCF import.&lt;br /&gt;
&lt;br /&gt;
=== July 09, 2007 ===&lt;br /&gt;
* '''[[European_GNUstep_Developer%27s_Meeting|AlpenStep]] Reminder'''&lt;br /&gt;
: Please watch and contribute to the AlpenStep Workshop announcement page.&lt;br /&gt;
&lt;br /&gt;
=== July 01, 2007 ===&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.23 released'''&lt;br /&gt;
: iCalendar write support, and bug fixes.&lt;br /&gt;
&lt;br /&gt;
=== June 18, 2007 ===&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.20 released'''&lt;br /&gt;
: Now handles UTF8 in iCalendar data, adds initial support for repeating events, and many bug fixes.&lt;br /&gt;
&lt;br /&gt;
=== June 16, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''Anyone interrested in maintaining GNUstep in MacPorts?'''&lt;br /&gt;
: [mailto:yves@gnu-darwin.org Yves de Champlain] writes:&lt;br /&gt;
: ''I won't be able to keep that job anymore. I'm just waiting for the next MacPorts release to push the make-2 code out.''&lt;br /&gt;
: ''A quick look at the [http://svn.macports.org/repository/macports/trunk/dports/gnustep ports]. If anybody feels like giving it a try, or just for any questions, please contact me.''&lt;br /&gt;
&lt;br /&gt;
=== June 8, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GWorkspace]] version 0.8.6'''&lt;br /&gt;
: Bugfixes and improvements.&lt;br /&gt;
&lt;br /&gt;
=== May 25, 2007 ===&lt;br /&gt;
* '''GNUstep [[Make]]  2.0.1 released'''&lt;br /&gt;
: Framework and filesystem bug fixes&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.0.1.tar.gz Download Make], [http://www.gnustep.org/resources/documentation/Developer/Make/ReleaseNotes/RELEASENOTES Make release notes])&lt;br /&gt;
&lt;br /&gt;
* '''1st [[European GNUstep Developer's Meeting]]'''&lt;br /&gt;
*: Outline defined.&lt;br /&gt;
&lt;br /&gt;
=== May 24, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[http://www.gnustep.org/experience/examples.html GNUstep Examples] version 1.2.0 released'''&lt;br /&gt;
*: Updates installation directories to work with new Make. Added a few more examples programs as well.&lt;br /&gt;
&lt;br /&gt;
* '''[http://www.gnustep.org/experience/Startup.html Startup] version 1.18.0 released'''&lt;br /&gt;
*: Includes the latest stable versions of make, base, gui, and back&lt;br /&gt;
&lt;br /&gt;
=== May 22, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Zipper.app]] version 1.2 released'''&lt;br /&gt;
*: Bugfix release.&lt;br /&gt;
&lt;br /&gt;
=== May 18, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Adun]] version 0.71 released'''&lt;br /&gt;
*: Minor corrections to previous release.&lt;br /&gt;
&lt;br /&gt;
=== May 8, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Gorm]] version 1.2.1 released'''&lt;br /&gt;
*: Minor corrections to previous release.&lt;br /&gt;
&lt;br /&gt;
=== April 18, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Gorm]] version 1.2.0 released'''&lt;br /&gt;
*: New features and bug fix release.&lt;br /&gt;
&lt;br /&gt;
=== April 15, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[AppKit|Gui]]  0.12.0 released'''&lt;br /&gt;
: New Stable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-0.12.0.tar.gz Download Gui], [http://www.gnustep.org/resources/documentation/Developer/Gui/ReleaseNotes/ReleaseNotes.html Gui release notes])&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.12.0.tar.gz Download Back])&lt;br /&gt;
* '''GNUstep [[Foundation|Base]]  1.14.0 released'''&lt;br /&gt;
: New Stable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.14.0.tar.gz Download Base], [http://www.gnustep.org/resources/documentation/Developer/Base/ReleaseNotes/ReleaseNotes.html Base release notes])&lt;br /&gt;
* '''GNUstep [[Make]]  2.0.0 released'''&lt;br /&gt;
: New filesystem support&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.0.0.tar.gz Download Make], [http://www.gnustep.org/resources/documentation/Developer/Make/ReleaseNotes/RELEASENOTES Make release notes])&lt;br /&gt;
&lt;br /&gt;
=== March 15, 2007 ===&lt;br /&gt;
* '''Google [[Summer Of Code 2007]] '''&lt;br /&gt;
: GNUstep was accepted as an organization for 2007. Be sure to visit the wiki page to add project ideas and sign up as mentor or student.&lt;br /&gt;
&lt;br /&gt;
=== March 5, 2007 ===&lt;br /&gt;
* '''[[FOSDEM 2007 Developer Workshop]]'''&lt;br /&gt;
: Results of the developer workshop &amp;quot;3rd Party Solutions within the GNUstep Community&amp;quot; at FOSDEM.&lt;br /&gt;
&lt;br /&gt;
=== February 27, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FOSDEM 2007 report]]'''&lt;br /&gt;
: What happened with GNUstep at FOSDEM.&lt;br /&gt;
&lt;br /&gt;
=== February 23, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GWorkspace]] version 0.8.5'''&lt;br /&gt;
: Bugfixes and improvements.&lt;br /&gt;
&lt;br /&gt;
=== February 6, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GNUMail.app]] updated to version 1.2.0pre3'''&lt;br /&gt;
: Lots of new features, bug fixes, refactorings, speed and usability improvements.&lt;br /&gt;
&lt;br /&gt;
=== February 4, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Yap.app]] version 0.2'''&lt;br /&gt;
: Rename of GPSText.app to Yap.app (Yet another previewer).&lt;br /&gt;
&lt;br /&gt;
=== February 3, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep Startup 0.16.1 released'''&lt;br /&gt;
: Incorporates GNUstep Base 1.13.1&lt;br /&gt;
: ([http://www.gnustep.org/experience/Startup.html Startup Page])&lt;br /&gt;
&lt;br /&gt;
=== January 27, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[Foundation|Base]]  1.13.1 released'''&lt;br /&gt;
: One important fix for a possible buffer overrun attack when initialising NSDate objects from strings.  One fix for a serious (crash) bug when initialising the bundles system in an application which has a lot of frameworks linked to it.&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.13.1.tar.gz Download Base], [http://www.gnustep.org/resources/documentation/Developer/Base/ReleaseNotes/ReleaseNotes.html Base release notes])&lt;br /&gt;
&lt;br /&gt;
=== January 27, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FOSDEM 2007]] '''&lt;br /&gt;
: Please add your participation status&lt;br /&gt;
: Please add materials and demos you can bring&lt;br /&gt;
: Please look at the Devrom schedule&lt;br /&gt;
: Please spread word that we will be there&lt;br /&gt;
&lt;br /&gt;
=== January 24, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Tryst]] version 1.0.8.pl6'''&lt;br /&gt;
: Some code cleanup.&lt;br /&gt;
&lt;br /&gt;
=== January 17th, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GWorkspace]] version 0.8.4'''&lt;br /&gt;
: Bugfixes and improvements.&lt;br /&gt;
&lt;br /&gt;
=== January 8th, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FOSDEM 2007]] '''&lt;br /&gt;
: [http://groups.google.de/group/gnu.gnustep.discuss/browse_frm/thread/72edf3ed1ab86119/?hl=de# Reminder] to Call for Presentations. &lt;br /&gt;
&lt;br /&gt;
=== January 1st, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Cenon]] version 3.82'''&lt;br /&gt;
: Bugfixes and improvements.&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Slogan&amp;diff=4918</id>
		<title>Slogan</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Slogan&amp;diff=4918"/>
		<updated>2007-11-16T13:35:50Z</updated>

		<summary type="html">&lt;p&gt;Pingi: /* Proposal list (uncomplete!) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Whilst GNUstep has no official slogan so far, the potential benefit of having one was discussed and many drafts were proposed on the mailing lists recently (around 2nd November week 2007). This is the attempt of summing them up together with some pros and cons which were noted.&lt;br /&gt;
&lt;br /&gt;
The con/pro comments are given in headwords. It must be kept in mind that the pros and cons are weighted rather differently by the individual discussion participants. Proposals without comment were more or less ignored so far.&lt;br /&gt;
&lt;br /&gt;
Please fill in more. This is just a beginning.&lt;br /&gt;
&lt;br /&gt;
== General considerations ==&lt;br /&gt;
Headwordwise:&lt;br /&gt;
* prescriptiveness: (i.e. mention: code, development, API, OpenStep ...)&lt;br /&gt;
*:Some say -- with regard to the low publicity -- a slogan should give a short description of what GNUstep is&lt;br /&gt;
*:Others say, it should leave space for imagination.&lt;br /&gt;
* mentioning Cocoa/NeXT/Apple/Mac:&lt;br /&gt;
*:Some say Cocoa should be mentioned to give a better idea of what GNUstep is like, and/or to use Apple's publicity&lt;br /&gt;
*:Others say that could lead to legal problems with Apple, exspecially when claiming superiority. Competing boldly with Apple could also hurt credibility.&lt;br /&gt;
*mentioning advantages (i.e. productivity, portability ...)&lt;br /&gt;
&lt;br /&gt;
==Proposal list (incomplete!)==&lt;br /&gt;
;GNUstep -- a step forward from the masses &lt;br /&gt;
;GNUstep -- Cocoa, just more professional&lt;br /&gt;
;GNUstep -- Cocoa, just portable&lt;br /&gt;
;GNUstep -- Differently Thunk.&lt;br /&gt;
:'''con''' differently does not necessarily mean better&lt;br /&gt;
;GNUStep -- integrate your thoughts&lt;br /&gt;
;GNUstep -- making your users smile&lt;br /&gt;
:'''pro''' positive message&lt;br /&gt;
:'''con''' not descriptive in any way&lt;br /&gt;
:one of the most considered (most popular?) ideas&lt;br /&gt;
;GNUstep -- NeXT for the rest of us&lt;br /&gt;
;GNUstep -- Not your father's Cocoa!&lt;br /&gt;
:'''con''' risk of problems with Apple (?)&lt;br /&gt;
;GNUstep -- the greatest API you've never heard of&lt;br /&gt;
:'''pro''' comic&lt;br /&gt;
:describes roughly what GNUstep is, but does not point out a clear benefit&lt;br /&gt;
;GNUstep -- professional. productive. anywhere. &lt;br /&gt;
;GNUstep -- the real NeXT heir&lt;br /&gt;
;GNUstep -- strong shoulders! / GNUstep -- gentle giant with strong shoulders! / GNUstep -- gentle giant with strong shoulders to make your app stand tall&lt;br /&gt;
;GNUstep -- The Ultimate Development Environment&lt;br /&gt;
:describes roughly what GNUstep is, but does not point out a clear benefit&lt;br /&gt;
;GNUstep -- want help fixing it? &lt;br /&gt;
;GNUstep -- we ain't WindowMaker, Jack!&lt;br /&gt;
:'''con''' possibly offensive&lt;br /&gt;
:'''con''' not descriptive&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Slogan&amp;diff=4917</id>
		<title>Slogan</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Slogan&amp;diff=4917"/>
		<updated>2007-11-16T13:35:26Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Whilst GNUstep has no official slogan so far, the potential benefit of having one was discussed and many drafts were proposed on the mailing lists recently (around 2nd November week 2007). This is the attempt of summing them up together with some pros and cons which were noted.&lt;br /&gt;
&lt;br /&gt;
The con/pro comments are given in headwords. It must be kept in mind that the pros and cons are weighted rather differently by the individual discussion participants. Proposals without comment were more or less ignored so far.&lt;br /&gt;
&lt;br /&gt;
Please fill in more. This is just a beginning.&lt;br /&gt;
&lt;br /&gt;
== General considerations ==&lt;br /&gt;
Headwordwise:&lt;br /&gt;
* prescriptiveness: (i.e. mention: code, development, API, OpenStep ...)&lt;br /&gt;
*:Some say -- with regard to the low publicity -- a slogan should give a short description of what GNUstep is&lt;br /&gt;
*:Others say, it should leave space for imagination.&lt;br /&gt;
* mentioning Cocoa/NeXT/Apple/Mac:&lt;br /&gt;
*:Some say Cocoa should be mentioned to give a better idea of what GNUstep is like, and/or to use Apple's publicity&lt;br /&gt;
*:Others say that could lead to legal problems with Apple, exspecially when claiming superiority. Competing boldly with Apple could also hurt credibility.&lt;br /&gt;
*mentioning advantages (i.e. productivity, portability ...)&lt;br /&gt;
&lt;br /&gt;
==Proposal list (uncomplete!)==&lt;br /&gt;
;GNUstep -- a step forward from the masses &lt;br /&gt;
;GNUstep -- Cocoa, just more professional&lt;br /&gt;
;GNUstep -- Cocoa, just portable&lt;br /&gt;
;GNUstep -- Differently Thunk.&lt;br /&gt;
:'''con''' differently does not necessarily mean better&lt;br /&gt;
;GNUStep -- integrate your thoughts&lt;br /&gt;
;GNUstep -- making your users smile&lt;br /&gt;
:'''pro''' positive message&lt;br /&gt;
:'''con''' not descriptive in any way&lt;br /&gt;
:one of the most considered (most popular?) ideas&lt;br /&gt;
;GNUstep -- NeXT for the rest of us&lt;br /&gt;
;GNUstep -- Not your father's Cocoa!&lt;br /&gt;
:'''con''' risk of problems with Apple (?)&lt;br /&gt;
;GNUstep -- the greatest API you've never heard of&lt;br /&gt;
:'''pro''' comic&lt;br /&gt;
:describes roughly what GNUstep is, but does not point out a clear benefit&lt;br /&gt;
;GNUstep -- professional. productive. anywhere. &lt;br /&gt;
;GNUstep -- the real NeXT heir&lt;br /&gt;
;GNUstep -- strong shoulders! / GNUstep -- gentle giant with strong shoulders! / GNUstep -- gentle giant with strong shoulders to make your app stand tall&lt;br /&gt;
;GNUstep -- The Ultimate Development Environment&lt;br /&gt;
:describes roughly what GNUstep is, but does not point out a clear benefit&lt;br /&gt;
;GNUstep -- want help fixing it? &lt;br /&gt;
;GNUstep -- we ain't WindowMaker, Jack!&lt;br /&gt;
:'''con''' possibly offensive&lt;br /&gt;
:'''con''' not descriptive&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Slogan&amp;diff=4916</id>
		<title>Slogan</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Slogan&amp;diff=4916"/>
		<updated>2007-11-16T13:30:16Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Whilst GNUstep has no official slogan so far, the potential benefit of having one was discussed and many drafts were proposed on the mailing lists recently (around 2nd November week 2007). This is the attempt of summing them up together with some pros and cons which were noted.&lt;br /&gt;
&lt;br /&gt;
The con/pro comments are given in headwords. It must be kept in mind that the pros and cons are weighted rather differently by the individual discussion participants. Proposals without comment were more or less ignored so far.&lt;br /&gt;
&lt;br /&gt;
Please fill in more. This is just a beginning.&lt;br /&gt;
&lt;br /&gt;
==Proposal list (uncomplete!)==&lt;br /&gt;
;GNUstep -- a step forward from the masses &lt;br /&gt;
;GNUstep -- Cocoa, just more professional&lt;br /&gt;
;GNUstep -- Cocoa, just portable&lt;br /&gt;
;GNUstep -- Differently Thunk.&lt;br /&gt;
:'''con''' differently does not necessarily mean better&lt;br /&gt;
;GNUStep -- integrate your thoughts&lt;br /&gt;
;GNUstep -- making your users smile&lt;br /&gt;
:'''pro''' positive message&lt;br /&gt;
:'''con''' not descriptive in any way&lt;br /&gt;
:one of the most considered (most popular?) ideas&lt;br /&gt;
;GNUstep -- NeXT for the rest of us&lt;br /&gt;
;GNUstep -- Not your father's Cocoa!&lt;br /&gt;
:'''con''' risk of problems with Apple (?)&lt;br /&gt;
;GNUstep -- the greatest API you've never heard of&lt;br /&gt;
:'''pro''' comic&lt;br /&gt;
:describes roughly what GNUstep is, but does not point out a clear benefit&lt;br /&gt;
;GNUstep -- professional. productive. anywhere. &lt;br /&gt;
;GNUstep -- the real NeXT heir&lt;br /&gt;
;GNUstep -- strong shoulders! / GNUstep -- gentle giant with strong shoulders! / GNUstep -- gentle giant with strong shoulders to make your app stand tall&lt;br /&gt;
;GNUstep -- The Ultimate Development Environment&lt;br /&gt;
:describes roughly what GNUstep is, but does not point out a clear benefit&lt;br /&gt;
;GNUstep -- want help fixing it? &lt;br /&gt;
;GNUstep -- we ain't WindowMaker, Jack!&lt;br /&gt;
:'''con''' possibly offensive&lt;br /&gt;
:'''con''' not descriptive&lt;br /&gt;
&lt;br /&gt;
== General considerations ==&lt;br /&gt;
Headwordwise, again:&lt;br /&gt;
* prescriptiveness: (i.e. mention: code, development, API, OpenStep ...)&lt;br /&gt;
*:Some say -- with regard to the low publicity -- a slogan should give a short description of what GNUstep is&lt;br /&gt;
*:Others say, it should leave space for imagination.&lt;br /&gt;
* mentioning Cocoa/NeXT/Apple/Mac:&lt;br /&gt;
*:Some say Cocoa should be mentioned to give a better idea of what GNUstep is like, and/or to use Apple's publicity&lt;br /&gt;
*:Others say that could lead to legal problems with Apple, exspecially when claiming superiority. Competing boldly with Apple could also hurt credibility.&lt;br /&gt;
*mentioning advantages (i.e. productivity, portability ...)&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Slogan&amp;diff=4915</id>
		<title>Slogan</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Slogan&amp;diff=4915"/>
		<updated>2007-11-16T13:27:01Z</updated>

		<summary type="html">&lt;p&gt;Pingi: general considerations&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Whilst GNUstep has no official slogan so far, the potential benefit of having one was discussed and many drafts were proposed on the mailing lists recently (around 2nd November week 2007). This is the attempt of summing them up together with some pros and cons which were noted.&lt;br /&gt;
&lt;br /&gt;
The con/pro comments are given in headwords. It must be kept in mind that the pros and cons are weighted rather differently by the individual discussion participants.&lt;br /&gt;
&lt;br /&gt;
Please fill in more. This is just a beginning.&lt;br /&gt;
&lt;br /&gt;
;GNUstep -- a step forward from the masses &lt;br /&gt;
;GNUstep -- Cocoa, just more professional&lt;br /&gt;
;GNUstep -- Cocoa, just portable&lt;br /&gt;
;GNUstep -- Differently Thunk.&lt;br /&gt;
:'''con''' differently does not necessarily mean better&lt;br /&gt;
;GNUStep -- integrate your thoughts&lt;br /&gt;
;GNUstep -- making your users smile&lt;br /&gt;
:'''pro''' positive message&lt;br /&gt;
:'''con''' not descriptive in any way&lt;br /&gt;
:one of the most considered (most popular?) ideas&lt;br /&gt;
;GNUstep -- NeXT for the rest of us&lt;br /&gt;
;GNUstep -- Not your father's Cocoa!&lt;br /&gt;
:'''con''' risk of problems with Apple (?)&lt;br /&gt;
;GNUstep -- the greatest API you've never heard of&lt;br /&gt;
:'''pro''' comic&lt;br /&gt;
:describes roughly what GNUstep is, but does not point out a clear benefit&lt;br /&gt;
;GNUstep -- professional. productive. anywhere. &lt;br /&gt;
;GNUstep -- the real NeXT heir&lt;br /&gt;
;GNUstep -- strong shoulders! / GNUstep -- gentle giant with strong shoulders! / GNUstep -- gentle giant with strong shoulders to make your app stand tall&lt;br /&gt;
;GNUstep -- The Ultimate Development Environment&lt;br /&gt;
:describes roughly what GNUstep is, but does not point out a clear benefit&lt;br /&gt;
;GNUstep -- want help fixing it? &lt;br /&gt;
;GNUstep -- we ain't WindowMaker, Jack!&lt;br /&gt;
:'''con''' possibly offensive&lt;br /&gt;
:'''con''' not descriptive&lt;br /&gt;
&lt;br /&gt;
=== General considerations ===&lt;br /&gt;
Headwordwise, again:&lt;br /&gt;
* prescriptiveness: (i.e. mention: code, development, API, OpenStep ...)&lt;br /&gt;
*:Some say -- with regard to the low publicity -- a slogan should give a short description of what GNUstep is&lt;br /&gt;
*:Others say, it should leave space for imagination.&lt;br /&gt;
* mentioning Cocoa/NeXT/Apple/Mac:&lt;br /&gt;
*:Some say Cocoa should be mentioned to give a better idea of what GNUstep is like, and/or to use Apple's publicity&lt;br /&gt;
*:Others say that could lead to legal problems with Apple, exspecially when claiming superiority. Competing boldly with Apple could also hurt credibility.&lt;br /&gt;
*mentioning advantages (i.e. productivity, portability ...)&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Slogan&amp;diff=4914</id>
		<title>Slogan</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Slogan&amp;diff=4914"/>
		<updated>2007-11-16T12:28:16Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Whilst GNUstep has no official slogan so far, the potential benefit of having one was discussed and many drafts were proposed on the mailing lists recently (around 2nd November week 2007). This is the attempt of summing them up together with some pros and cons which were noted.&lt;br /&gt;
&lt;br /&gt;
The con/pro comments are given in headwords. It must be kept in mind that the pros and cons are weighted rather differently by the individual discussion participants.&lt;br /&gt;
&lt;br /&gt;
Please fill in more. This is just a beginning.&lt;br /&gt;
&lt;br /&gt;
;GNUstep -- Differently Thunk.&lt;br /&gt;
*'''con''' differently does not necessarily mean better&lt;br /&gt;
;GNUStep -- integrate your thoughts&lt;br /&gt;
;GNUstep -- Not your father's Cocoa!&lt;br /&gt;
*'''con''' risk of problems with Apple (?)&lt;br /&gt;
;GNUstep -- making your users smile&lt;br /&gt;
*'''pro''' positive message&lt;br /&gt;
*'''con''' not descriptive in any way&lt;br /&gt;
;GNUstep -- the greatest API you've never heard of&lt;br /&gt;
*'''pro''' comic&lt;br /&gt;
*describes roughly what GNUstep is, but does not point out a clear benefit&lt;br /&gt;
;GNUstep -- The Ultimate Development Environment&lt;br /&gt;
*describes roughly what GNUstep is, but does not point out a clear benefit&lt;br /&gt;
;GNUstep -- we ain't WindowMaker, Jack!&lt;br /&gt;
*'''con''' possibly offensive&lt;br /&gt;
*'''con''' not descriptive&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Slogan&amp;diff=4913</id>
		<title>Slogan</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Slogan&amp;diff=4913"/>
		<updated>2007-11-16T12:27:53Z</updated>

		<summary type="html">&lt;p&gt;Pingi: beginning of a proposal list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Whilst GNUstep has no official slogan so far, the potential benefit of having one was discussed and many drafts were proposed on the mailing lists recently (around 2nd November week). This is the attempt of summing them up together with some pros and cons which were noted.&lt;br /&gt;
&lt;br /&gt;
The con/pro comments are given in headwords. It must be kept in mind that the pros and cons are weighted rather differently by the individual discussion participants.&lt;br /&gt;
&lt;br /&gt;
Please fill in more. This is just a beginning.&lt;br /&gt;
&lt;br /&gt;
;GNUstep -- Differently Thunk.&lt;br /&gt;
*'''con''' differently does not necessarily mean better&lt;br /&gt;
;GNUStep -- integrate your thoughts&lt;br /&gt;
;GNUstep -- Not your father's Cocoa!&lt;br /&gt;
*'''con''' risk of problems with Apple (?)&lt;br /&gt;
;GNUstep -- making your users smile&lt;br /&gt;
*'''pro''' positive message&lt;br /&gt;
*'''con''' not descriptive in any way&lt;br /&gt;
;GNUstep -- the greatest API you've never heard of&lt;br /&gt;
*'''pro''' comic&lt;br /&gt;
*describes roughly what GNUstep is, but does not point out a clear benefit&lt;br /&gt;
;GNUstep -- The Ultimate Development Environment&lt;br /&gt;
*describes roughly what GNUstep is, but does not point out a clear benefit&lt;br /&gt;
;GNUstep -- we ain't WindowMaker, Jack!&lt;br /&gt;
*'''con''' possibly offensive&lt;br /&gt;
*'''con''' not descriptive&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Template:GNUstep_News&amp;diff=4849</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=4849"/>
		<updated>2007-09-07T12:57:30Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== September 03, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[MathArray]] version 1.1 released'''&lt;br /&gt;
*: Works with make 2.0, adds Xcode project and updates complex function names to avoid conflict with builtins.&lt;br /&gt;
&lt;br /&gt;
=== August 26, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* GNUstep is now officially part of OpenBSD [http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/gnustep/ ports] and packages&lt;br /&gt;
&lt;br /&gt;
=== August 03, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Adun]] version 0.73 released'''&lt;br /&gt;
*: Minor corrections to previous release.&lt;br /&gt;
&lt;br /&gt;
=== July 24, 2007 ===&lt;br /&gt;
* '''[[European_GNUstep_Developer%27s_Meeting|AlpenStep]] GSTimeframe and GSLocation fixed: 1st &amp;amp; 2nd September in Les Marecottes'''&lt;br /&gt;
: Please track and contribute to the AlpenStep Workshop announcement page.&lt;br /&gt;
&lt;br /&gt;
=== July 20, 2007 ===&lt;br /&gt;
* '''[[Addresses]] 0.4.7 released'''&lt;br /&gt;
: Bug fixes, updated for current gnustep and make 2.0, improved VCF import.&lt;br /&gt;
&lt;br /&gt;
=== July 09, 2007 ===&lt;br /&gt;
* '''[[European_GNUstep_Developer%27s_Meeting|AlpenStep]] Reminder'''&lt;br /&gt;
: Please watch and contribute to the AlpenStep Workshop announcement page.&lt;br /&gt;
&lt;br /&gt;
=== July 01, 2007 ===&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.23 released'''&lt;br /&gt;
: iCalendar write support, and bug fixes.&lt;br /&gt;
&lt;br /&gt;
=== June 18, 2007 ===&lt;br /&gt;
* '''[[SimpleAgenda.app]] 0.20 released'''&lt;br /&gt;
: Now handles UTF8 in iCalendar data, adds initial support for repeating events, and many bug fixes.&lt;br /&gt;
&lt;br /&gt;
=== June 16, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''Anyone interrested in maintaining GNUstep in MacPorts?'''&lt;br /&gt;
: [mailto:yves@gnu-darwin.org Yves de Champlain] writes:&lt;br /&gt;
: ''I won't be able to keep that job anymore. I'm just waiting for the next MacPorts release to push the make-2 code out.''&lt;br /&gt;
: ''A quick look at the [http://svn.macports.org/repository/macports/trunk/dports/gnustep ports]. If anybody feels like giving it a try, or just for any questions, please contact me.''&lt;br /&gt;
&lt;br /&gt;
=== June 8, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GWorkspace]] version 0.8.6'''&lt;br /&gt;
: Bugfixes and improvements.&lt;br /&gt;
&lt;br /&gt;
=== May 25, 2007 ===&lt;br /&gt;
* '''GNUstep [[Make]]  2.0.1 released'''&lt;br /&gt;
: Framework and filesystem bug fixes&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.0.1.tar.gz Download Make], [http://www.gnustep.org/resources/documentation/Developer/Make/ReleaseNotes/RELEASENOTES Make release notes])&lt;br /&gt;
&lt;br /&gt;
* '''1st [[European GNUstep Developer's Meeting]]'''&lt;br /&gt;
*: Outline defined.&lt;br /&gt;
&lt;br /&gt;
=== May 24, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[http://www.gnustep.org/experience/examples.html GNUstep Examples] version 1.2.0 released'''&lt;br /&gt;
*: Updates installation directories to work with new Make. Added a few more examples programs as well.&lt;br /&gt;
&lt;br /&gt;
* '''[http://www.gnustep.org/experience/Startup.html Startup] version 1.18.0 released'''&lt;br /&gt;
*: Includes the latest stable versions of make, base, gui, and back&lt;br /&gt;
&lt;br /&gt;
=== May 22, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Zipper.app]] version 1.2 released'''&lt;br /&gt;
*: Bugfix release.&lt;br /&gt;
&lt;br /&gt;
=== May 18, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Adun]] version 0.71 released'''&lt;br /&gt;
*: Minor corrections to previous release.&lt;br /&gt;
&lt;br /&gt;
=== May 8, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Gorm]] version 1.2.1 released'''&lt;br /&gt;
*: Minor corrections to previous release.&lt;br /&gt;
&lt;br /&gt;
=== April 18, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Gorm]] version 1.2.0 released'''&lt;br /&gt;
*: New features and bug fix release.&lt;br /&gt;
&lt;br /&gt;
=== April 15, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[AppKit|Gui]]  0.12.0 released'''&lt;br /&gt;
: New Stable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-0.12.0.tar.gz Download Gui], [http://www.gnustep.org/resources/documentation/Developer/Gui/ReleaseNotes/ReleaseNotes.html Gui release notes])&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.12.0.tar.gz Download Back])&lt;br /&gt;
* '''GNUstep [[Foundation|Base]]  1.14.0 released'''&lt;br /&gt;
: New Stable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.14.0.tar.gz Download Base], [http://www.gnustep.org/resources/documentation/Developer/Base/ReleaseNotes/ReleaseNotes.html Base release notes])&lt;br /&gt;
* '''GNUstep [[Make]]  2.0.0 released'''&lt;br /&gt;
: New filesystem support&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.0.0.tar.gz Download Make], [http://www.gnustep.org/resources/documentation/Developer/Make/ReleaseNotes/RELEASENOTES Make release notes])&lt;br /&gt;
&lt;br /&gt;
=== March 15, 2007 ===&lt;br /&gt;
* '''Google [[Summer Of Code 2007]] '''&lt;br /&gt;
: GNUstep was accepted as an organization for 2007. Be sure to visit the wiki page to add project ideas and sign up as mentor or student.&lt;br /&gt;
&lt;br /&gt;
=== March 5, 2007 ===&lt;br /&gt;
* '''[[FOSDEM 2007 Developer Workshop]]'''&lt;br /&gt;
: Results of the developer workshop &amp;quot;3rd Party Solutions within the GNUstep Community&amp;quot; at FOSDEM.&lt;br /&gt;
&lt;br /&gt;
=== February 27, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FOSDEM 2007 report]]'''&lt;br /&gt;
: What happened with GNUstep at FOSDEM.&lt;br /&gt;
&lt;br /&gt;
=== February 23, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GWorkspace]] version 0.8.5'''&lt;br /&gt;
: Bugfixes and improvements.&lt;br /&gt;
&lt;br /&gt;
=== February 6, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GNUMail.app]] updated to version 1.2.0pre3'''&lt;br /&gt;
: Lots of new features, bug fixes, refactorings, speed and usability improvements.&lt;br /&gt;
&lt;br /&gt;
=== February 4, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Yap.app]] version 0.2'''&lt;br /&gt;
: Rename of GPSText.app to Yap.app (Yet another previewer).&lt;br /&gt;
&lt;br /&gt;
=== February 3, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep Startup 0.16.1 released'''&lt;br /&gt;
: Incorporates GNUstep Base 1.13.1&lt;br /&gt;
: ([http://www.gnustep.org/experience/Startup.html Startup Page])&lt;br /&gt;
&lt;br /&gt;
=== January 27, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[Foundation|Base]]  1.13.1 released'''&lt;br /&gt;
: One important fix for a possible buffer overrun attack when initialising NSDate objects from strings.  One fix for a serious (crash) bug when initialising the bundles system in an application which has a lot of frameworks linked to it.&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.13.1.tar.gz Download Base], [http://www.gnustep.org/resources/documentation/Developer/Base/ReleaseNotes/ReleaseNotes.html Base release notes])&lt;br /&gt;
&lt;br /&gt;
=== January 27, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FOSDEM 2007]] '''&lt;br /&gt;
: Please add your participation status&lt;br /&gt;
: Please add materials and demos you can bring&lt;br /&gt;
: Please look at the Devrom schedule&lt;br /&gt;
: Please spread word that we will be there&lt;br /&gt;
&lt;br /&gt;
=== January 24, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Tryst]] version 1.0.8.pl6'''&lt;br /&gt;
: Some code cleanup.&lt;br /&gt;
&lt;br /&gt;
=== January 17th, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GWorkspace]] version 0.8.4'''&lt;br /&gt;
: Bugfixes and improvements.&lt;br /&gt;
&lt;br /&gt;
=== January 8th, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FOSDEM 2007]] '''&lt;br /&gt;
: [http://groups.google.de/group/gnu.gnustep.discuss/browse_frm/thread/72edf3ed1ab86119/?hl=de# Reminder] to Call for Presentations. &lt;br /&gt;
&lt;br /&gt;
=== January 1st, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Cenon]] version 3.82'''&lt;br /&gt;
: Bugfixes and improvements.&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Adun.app&amp;diff=4833</id>
		<title>Adun.app</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Adun.app&amp;diff=4833"/>
		<updated>2007-08-14T13:30:51Z</updated>

		<summary type="html">&lt;p&gt;Pingi: releasedate&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
{{Application|&lt;br /&gt;
shortdescription=Adun is a multipurpose, open source molecular simulation framework. It is also an object oriented program entirely written in Objective-C that aims to incorporate most of the current implementations of molecular simulation algorithms at the micro-, meso- and macroscopic levels.|&lt;br /&gt;
currentversion=[http://download.gna.org/adun/Adun-0.73.tar.gz 0.73]|&lt;br /&gt;
releasedate=July 11, 2007|&lt;br /&gt;
license=GPL|&lt;br /&gt;
overview=|&lt;br /&gt;
features=|&lt;br /&gt;
maintainer=&lt;br /&gt;
* Michael A. Johnston&lt;br /&gt;
* I. F. Galvn&lt;br /&gt;
* Jordi Vill-Freixa&lt;br /&gt;
* Alexander V. Diemand|&lt;br /&gt;
relatedlinks=&lt;br /&gt;
* http://diana.imim.es/Adun|&lt;br /&gt;
category=[[Category:Science_Applications]]}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Zipper&amp;diff=4744</id>
		<title>Zipper</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Zipper&amp;diff=4744"/>
		<updated>2007-05-24T22:45:29Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Zipper.app]]&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=PRICE.app&amp;diff=4716</id>
		<title>PRICE.app</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=PRICE.app&amp;diff=4716"/>
		<updated>2007-04-19T21:34:01Z</updated>

		<summary type="html">&lt;p&gt;Pingi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Application|&lt;br /&gt;
shortdescription = PRICE (Precision Raster Image Convolution Engine) |&lt;br /&gt;
currentversion = [http://prdownloads.sourceforge.net/price/PRICE-0.8.1.tar.gz?download 0.8.1] |&lt;br /&gt;
releasedate = November 5, 2006 |&lt;br /&gt;
license = GPL 2.0 |&lt;br /&gt;
overview = PRICE is a high quality image manipulation and enhancement application and supports the image formats supported by GNUstep. It allows various manipulations like simple rotating and flipping up to edge tracing or noise reduction. Custom convolutions are supported. |&lt;br /&gt;
features =  &lt;br /&gt;
PRICE can be used as a simple image viewer, it treats images as documents and thus multiple images can be opened and viewed at different zoom levels.&lt;br /&gt;
PRICE is able to perform basic image opertions like rotation, mirroring, cropping and scaling. PRICE also shows information about the image that can be useful for image analysis, like histograms (in case of an RGB image the colors are stacked so to give also a clue about the brightness) as well as the modulus of the FFT and thus show the image in its frequency domain.&lt;br /&gt;
&lt;br /&gt;
PRICE can work with filters based on convolutions, either entered custom, or by applying a frequency low-pass or frequency high-pass filter. These frequency filters are applied in the frequency domain using a 2D discrete fourier transform and thus they are of very high quality but expensive in terms of computation and memory. A low pass filter is roughly a &amp;quot;blur&amp;quot; while a high-pass filter shows the edges of an image and can be used for edge enhancement. The custom convolution kernel of 5x5 may also be used for thus effects and the documention on the website offers both numeric as visual examples.&lt;br /&gt;
&lt;br /&gt;
PRICE also offers a series of manipulations in the &amp;quot;enhancement&amp;quot; category. Basic controls like brightness and contrast controls are present. A Median filter is offered for noise reduction and different options about its application are offered, which allow to customize the effect regarding both strength as its impact on the edges and corners.&lt;br /&gt;
Edge Tracing is also offered, both in a traditional manner as in an advance features which essentially couples a median filter with the standard edge tracer and works on up to three levels. While complicated to setup, this tool is very flexible and is capable of astonishing results.&lt;br /&gt;
|&lt;br /&gt;
maintainer = &lt;br /&gt;
* [mailto:rmottola@users.sourceforge.net Riccardo Mottola] |&lt;br /&gt;
relatedlinks = &lt;br /&gt;
* [http://price.sourceforge.net/ PRICE's Official Web Site]&lt;br /&gt;
* [http://price.sourceforge.net/manual/index.html PRICE Manual] |&lt;br /&gt;
category = [[Category:Graphics_Applications]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Template:GNUstep_News&amp;diff=4709</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=4709"/>
		<updated>2007-04-18T08:32:25Z</updated>

		<summary type="html">&lt;p&gt;Pingi: /* April 15, 2007 */ fixed appkit version nr&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== April 15, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[AppKit]]  0.12.0 released'''&lt;br /&gt;
: New Stable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-0.12.0.tar.gz Download Gui], [http://www.gnustep.org/resources/documentation/Developer/Gui/ReleaseNotes/ReleaseNotes.html Gui release notes])&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-0.12.0.tar.gz Download Back])&lt;br /&gt;
* '''GNUstep [[Foundation|Base]]  1.14.0 released'''&lt;br /&gt;
: New Stable Release&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.14.0.tar.gz Download Base], [http://www.gnustep.org/resources/documentation/Developer/Base/ReleaseNotes/ReleaseNotes.html Base release notes])&lt;br /&gt;
* '''GNUstep [[Make]]  2.0.0 released'''&lt;br /&gt;
: New filesystem support&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.0.0.tar.gz Download Make], [http://www.gnustep.org/resources/documentation/Developer/Make/ReleaseNotes/RELEASENOTES Make release notes])&lt;br /&gt;
&lt;br /&gt;
=== March 15, 2007 ===&lt;br /&gt;
* '''Google [[Summer Of Code 2007]] '''&lt;br /&gt;
: GNUstep was accepted as an organization for 2007. Be sure to visit the wiki page to add project ideas and sign up as mentor or student.&lt;br /&gt;
&lt;br /&gt;
=== March 5, 2007 ===&lt;br /&gt;
* '''[[FOSDEM 2007 Developer Workshop]]'''&lt;br /&gt;
: Results of the developer workshop &amp;quot;3rd Party Solutions within the GNUstep Community&amp;quot; at FOSDEM.&lt;br /&gt;
&lt;br /&gt;
=== February 27, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FOSDEM 2007 report]]'''&lt;br /&gt;
: What happened with GNUstep at FOSDEM.&lt;br /&gt;
&lt;br /&gt;
=== February 23, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GWorkspace]] version 0.8.5'''&lt;br /&gt;
: Bugfixes and improvements.&lt;br /&gt;
&lt;br /&gt;
=== February 6, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GNUMail.app]] updated to version 1.2.0pre3'''&lt;br /&gt;
: Lots of new features, bug fixes, refactorings, speed and usability improvements.&lt;br /&gt;
&lt;br /&gt;
=== February 4, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Yap.app]] version 0.2'''&lt;br /&gt;
: Rename of GPSText.app to Yap.app (Yet another previewer).&lt;br /&gt;
&lt;br /&gt;
=== February 3, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep Startup 0.16.1 released'''&lt;br /&gt;
: Incorporates GNUstep Base 1.13.1&lt;br /&gt;
: ([http://www.gnustep.org/experience/Startup.html Startup Page])&lt;br /&gt;
&lt;br /&gt;
=== January 27, 2006 ===&lt;br /&gt;
&lt;br /&gt;
* '''GNUstep [[Foundation|Base]]  1.13.1 released'''&lt;br /&gt;
: One important fix for a possible buffer overrun attack when initialising NSDate objects from strings.  One fix for a serious (crash) bug when initialising the bundles system in an application which has a lot of frameworks linked to it.&lt;br /&gt;
: ([ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.13.1.tar.gz Download Base], [http://www.gnustep.org/resources/documentation/Developer/Base/ReleaseNotes/ReleaseNotes.html Base release notes])&lt;br /&gt;
&lt;br /&gt;
=== January 27, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FOSDEM 2007]] '''&lt;br /&gt;
: Please add your participation status&lt;br /&gt;
: Please add materials and demos you can bring&lt;br /&gt;
: Please look at the Devrom schedule&lt;br /&gt;
: Please spread word that we will be there&lt;br /&gt;
&lt;br /&gt;
=== January 24, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Tryst]] version 1.0.8.pl6'''&lt;br /&gt;
: Some code cleanup.&lt;br /&gt;
&lt;br /&gt;
=== January 17th, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[GWorkspace]] version 0.8.4'''&lt;br /&gt;
: Bugfixes and improvements.&lt;br /&gt;
&lt;br /&gt;
=== January 8th, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[FOSDEM 2007]] '''&lt;br /&gt;
: [http://groups.google.de/group/gnu.gnustep.discuss/browse_frm/thread/72edf3ed1ab86119/?hl=de# Reminder] to Call for Presentations. &lt;br /&gt;
&lt;br /&gt;
=== January 1st, 2007 ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Cenon]] version 3.82'''&lt;br /&gt;
: Bugfixes and improvements.&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.gnustep.org/index.php?title=Vespucci.app&amp;diff=4630</id>
		<title>Vespucci.app</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.gnustep.org/index.php?title=Vespucci.app&amp;diff=4630"/>
		<updated>2007-03-30T20:13:12Z</updated>

		<summary type="html">&lt;p&gt;Pingi: The accusative in Cato's original phrase is part of an ACI. As subject it must be nominative&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Application|&lt;br /&gt;
shortdescription = Vespucci is a simple Web Browser using WebKit or [[SimpleWebKit]] |&lt;br /&gt;
&lt;br /&gt;
currentversion = [http://nn.nnnn.org/download.shtml 1.65] |&lt;br /&gt;
&lt;br /&gt;
releasedate = Aug 31, 2007 |&lt;br /&gt;
&lt;br /&gt;
license = [http://please add] |&lt;br /&gt;
&lt;br /&gt;
overview =&lt;br /&gt;
Vespucci is....&lt;br /&gt;
&lt;br /&gt;
Originally .... |&lt;br /&gt;
&lt;br /&gt;
features =&lt;br /&gt;
Vespucci features ....&lt;br /&gt;
&lt;br /&gt;
* Lorem ipsum.&lt;br /&gt;
* In dubio pro Reo.&lt;br /&gt;
* De bello gallico.&lt;br /&gt;
* Karthago delenda est. |&lt;br /&gt;
&lt;br /&gt;
maintainer = riccardo@nnnnn.org |&lt;br /&gt;
&lt;br /&gt;
relatedlinks = &lt;br /&gt;
* [http://www.quantum-step.com/ mySTEP project] |&lt;br /&gt;
&lt;br /&gt;
category = [[Category:Network Category:Web Category:Workspace Applications]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pingi</name></author>
	</entry>
</feed>