<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bfwiki.tellefsen.net//api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Christian</id>
	<title>Bluefish Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://bfwiki.tellefsen.net//api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Christian"/>
	<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php/Special:Contributions/Christian"/>
	<updated>2026-04-13T12:35:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Getting_Bluefish&amp;diff=3168</id>
		<title>Getting Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Getting_Bluefish&amp;diff=3168"/>
		<updated>2025-10-24T21:19:01Z</updated>

		<summary type="html">&lt;p&gt;Christian: corrected link to sourceforge svn server /* Downloading the source via Subversion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing binaries from packages ==&lt;br /&gt;
&lt;br /&gt;
We provide pre-compiled binaries for several operating systems. In alphabetical order:&lt;br /&gt;
&lt;br /&gt;
=== [http://www.debian.org Debian] and [http://www.ubuntu.com Ubuntu] ===&lt;br /&gt;
&lt;br /&gt;
Packages for the bluefish stable tree can usually be installed from the [http://packages.debian.org/bluefish Debian] or [http://packages.ubuntu.com/bluefish Ubuntu] package pool via apt-get, aptitude, synaptic, ...&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
For users of [http://packages.debian.org/bluefish Debian stable] (currently Debian Wheezy) packages are provided via [https://packages.debian.org/wheezy-backports/bluefish backports.debian.org]. Just add this repository, follow the instructions given at [http://backports.debian.org/Instructions/] and install bluefish like this:&lt;br /&gt;
&lt;br /&gt;
 apt-get install -t wheezy-backports bluefish&lt;br /&gt;
&lt;br /&gt;
The old repository [http://debian.wgdd.de debian.wgdd.de] won&#039;t provide any bluefish binary packages any longer. After installing the bluefish backport you can also safely remove any reference to this repository including entries to &#039;&#039;sources.list&#039;&#039; and also the repository keyring (package) &#039;&#039;&#039;wgdd-archive-keyring&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.gentoo.org Gentoo] ===&lt;br /&gt;
&lt;br /&gt;
Gentoo users run&lt;br /&gt;
&lt;br /&gt;
 emerge bluefish&lt;br /&gt;
&lt;br /&gt;
to install the stable version of Bluefish.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.apple.com/macosx/ MacOSX] and [http://www.opensource.apple.com/ Darwin] ===&lt;br /&gt;
&lt;br /&gt;
Fink users might install the [http://pdb.finkproject.org/pdb/package.php/bluefish stable version] via&lt;br /&gt;
&lt;br /&gt;
 fink install bluefish&lt;br /&gt;
&lt;br /&gt;
and the [http://pdb.finkproject.org/pdb/package.php/bluefish-unstable development version] via&lt;br /&gt;
&lt;br /&gt;
 fink install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
For Windows an installer is available. Check out the projects [https://sourceforge.net/projects/bluefish/files/ sourceforge.net download page].&lt;br /&gt;
&lt;br /&gt;
== Downloading the source ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to retrieve the source of Bluefish.&lt;br /&gt;
&lt;br /&gt;
=== Downloading a source tarball ===&lt;br /&gt;
&lt;br /&gt;
The source tarballs for Bluefish can be downloaded from the [http://www.bennewitz.com/bluefish/ project master server] (or one of its [http://bluefish.openoffice.nl/download.html mirrors]) or [https://sourceforge.net/projects/bluefish/files sourceforge.net].&lt;br /&gt;
&lt;br /&gt;
For the stable tree, check out [http://www.bennewitz.com/bluefish/stable/source/] on the master server. For the development version use [http://www.bennewitz.com/bluefish/devel/source/]. The [https://sourceforge.net/projects/bluefish/files sourceforge.net] server has both versions on the same site.&lt;br /&gt;
&lt;br /&gt;
After downloading compare the SHA hashsum of the tarball with the values provided at our [http://bluefish.openoffice.nl homepage].&lt;br /&gt;
&lt;br /&gt;
=== Downloading the source via Subversion ===&lt;br /&gt;
&lt;br /&gt;
We have two main branches in our [https://bluefish.svn.sourceforge.net Subversion] tree:&lt;br /&gt;
* the [http://bluefish.svn.sourceforge.net/viewvc/bluefish/branches/bluefish_1_0/ stable 1.0 branch] (gets mainly bugfixes; no major rewrites)&lt;br /&gt;
* the [http://bluefish.svn.sourceforge.net/viewvc/bluefish/trunk/bluefish/ development branch] (major rewrites, new features, possibly unstable).&lt;br /&gt;
&lt;br /&gt;
Make a checkout of the branch you want to work on. Sometimes we also have some branches, when we work on new major features or rewrites. But you usually want one of the above. For the current stable tree (1.0) use:&lt;br /&gt;
 svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/branches/bluefish_1_0/&lt;br /&gt;
For the current development tree use:&lt;br /&gt;
 svn co https://svn.code.sf.net/p/bluefish/code/trunk bluefish&lt;br /&gt;
If you need a special release, it can be retreived via (replace &#039;&#039;X&#039;&#039;,&#039;&#039;Y&#039;&#039;,&#039;&#039;Z&#039;&#039; with the version numbers, e.g. &#039;&#039;1&#039;&#039;, &#039;&#039;3&#039;&#039; and &#039;&#039;7&#039;&#039;):&lt;br /&gt;
 svn co https://svn.code.sf.net/p/bluefish/code/tags/bluefish_X_Y_Z&lt;br /&gt;
&lt;br /&gt;
To list all releases:&lt;br /&gt;
 svn list https://svn.code.sf.net/p/bluefish/code/tags/&lt;br /&gt;
&lt;br /&gt;
=== Downloading the latest source snapshot ===&lt;br /&gt;
&lt;br /&gt;
The latest snapshot (for the stable or the development tree) can be retreived via subversion as shown above. You can also download the source snapshot as tarball for the [http://bluefish.svn.sourceforge.net/viewvc/bluefish/branches/bluefish_1_0.tar.gz?view=tar stable] or [http://bluefish.svn.sourceforge.net/viewvc/bluefish/trunk/bluefish.tar.gz?view=tar development] tree.&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=MediaWiki:Signupstart&amp;diff=2762</id>
		<title>MediaWiki:Signupstart</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=MediaWiki:Signupstart&amp;diff=2762"/>
		<updated>2022-10-30T20:06:33Z</updated>

		<summary type="html">&lt;p&gt;Christian: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=MediaWiki:Signupstart&amp;diff=2761</id>
		<title>MediaWiki:Signupstart</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=MediaWiki:Signupstart&amp;diff=2761"/>
		<updated>2022-10-30T19:58:59Z</updated>

		<summary type="html">&lt;p&gt;Christian: test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;test&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2735</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2735"/>
		<updated>2017-06-23T22:28:26Z</updated>

		<summary type="html">&lt;p&gt;Christian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Welcome to the Bluefish Wiki!==&lt;br /&gt;
&lt;br /&gt;
The official bluefish website is at http://bluefish.openoffice.nl&lt;br /&gt;
&lt;br /&gt;
See our [[Mailinglists]] to get in touch with the Bluefish community and developers. The honourable project leader is Olivier Sessink (olivier (at) bluefish.openoffice.nl). The wiki maintainer is Christian (bfwiki --a--tellefsen.net).&lt;br /&gt;
&lt;br /&gt;
=== Wiki user registration ===&lt;br /&gt;
&lt;br /&gt;
To register for an account, send me an email with your desired username to &amp;lt;tt&amp;gt;bfwiki--a--tellefsen.net&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Help / documentation ===&lt;br /&gt;
&lt;br /&gt;
* [[Installing Bluefish]] / [[Compiling Bluefish from source]]&lt;br /&gt;
* [[Hidden features]] &lt;br /&gt;
* [[Keyboard shortcuts]]&lt;br /&gt;
&lt;br /&gt;
* [[Troubleshooting dll issues on windows]]&lt;br /&gt;
* [[:Category:Manual 2|Bluefish 2 Manual project]]&lt;br /&gt;
* [[Enabling Aspell Under MacOSX]]&lt;br /&gt;
* [[Typing Japanese under MacOS X]]&lt;br /&gt;
&lt;br /&gt;
=== Development / contributing ===&lt;br /&gt;
&lt;br /&gt;
Recent activity:&lt;br /&gt;
* [[Project Roadmap]]&lt;br /&gt;
* [[Translations|Translation status]]&lt;br /&gt;
* [[Debugging Bluefish]]&lt;br /&gt;
* [[Writing language definition files]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[CommunityTools]]&lt;br /&gt;
* [[Getting Bluefish]]&lt;br /&gt;
* [[Sending Patches]]&lt;br /&gt;
* [[Setting up a Windows Build Environment]] [[Installation d&#039;un environnement de compilation Windows|(français)]]&lt;br /&gt;
* [[Using File Type Icons in Bluefish 2]]&lt;br /&gt;
* [[Building a native (no X11) MacOSX binary]]&lt;br /&gt;
&lt;br /&gt;
Still useful:&lt;br /&gt;
&lt;br /&gt;
* [[Man 1 index|The Bluefish 1 Manual]]&lt;br /&gt;
* [[Compiling Under MacOS X]]&lt;br /&gt;
* [[Backtrace Under Mac OS X]]&lt;br /&gt;
* [[Customization For MacOS X]]&lt;br /&gt;
* [[Compiling Under Cygwin]]&lt;br /&gt;
&lt;br /&gt;
=== Old stuff, mostly outdated ===&lt;br /&gt;
* [[Syntax Highlighting Colours]] - default colors for all languages&lt;br /&gt;
* [[Scanner]] - Bluefish text widget with scanning features&lt;br /&gt;
* [[Manual]] -- Just so people can work out whos doing what (Now being Maintained by Scott White)&lt;br /&gt;
* [[Function Reference 2]] - new function reference for Bluefish (or should we call it Information Center ?)&lt;br /&gt;
* Search and Replace dialog&lt;br /&gt;
* [[Reproducable Bugs]]&lt;br /&gt;
* [[Preferences Refactor]] - Changes and removals on the Prefs Dialog&lt;br /&gt;
* [[Feature Requests]]&lt;br /&gt;
* [[ToDo List]]&lt;br /&gt;
* [[Plugins]]&lt;br /&gt;
* [[Current Plans]] from all developers&lt;br /&gt;
* [[Gnome HIG]] compliance&lt;br /&gt;
* [[Cvs Activity]]&lt;br /&gt;
* [[Project Management]] - Olivier&lt;br /&gt;
* [[Function Reference]] - implemented already, but we need more references for python, perl etc.&lt;br /&gt;
* [[Old stuff, Bookmarks]]&lt;br /&gt;
* [[Downloading From CVS]]&lt;br /&gt;
* [[Compiling Manual]]&lt;br /&gt;
This Wiki is maintained by the Bluefish community. If you want to help to contribute in any way, please contact us on the [[Mailinglists|bluefish mailinglist]]. If you want to help translate Bluefish, have a look at [[Translations]].&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Getting_Bluefish&amp;diff=2715</id>
		<title>Getting Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Getting_Bluefish&amp;diff=2715"/>
		<updated>2016-12-28T21:38:57Z</updated>

		<summary type="html">&lt;p&gt;Christian: /* Downloading the source via Subversion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Downloading binaries ==&lt;br /&gt;
&lt;br /&gt;
We provide pre-compiled binaries for several operating systems. In alphabetical order:&lt;br /&gt;
&lt;br /&gt;
=== [http://www.debian.org Debian] and [http://www.ubuntu.com Ubuntu] ===&lt;br /&gt;
&lt;br /&gt;
Packages for the bluefish stable tree can usually be installed from the [http://packages.debian.org/bluefish Debian] or [http://packages.ubuntu.com/bluefish Ubuntu] package pool via apt-get, aptitude, synaptic, ...&lt;br /&gt;
&lt;br /&gt;
 apt-get install bluefish&lt;br /&gt;
&lt;br /&gt;
For users of [http://packages.debian.org/bluefish Debian stable] (currently Debian Wheezy) packages are provided via [https://packages.debian.org/wheezy-backports/bluefish backports.debian.org]. Just add this repository, follow the instructions given at [http://backports.debian.org/Instructions/] and install bluefish like this:&lt;br /&gt;
&lt;br /&gt;
 apt-get install -t wheezy-backports bluefish&lt;br /&gt;
&lt;br /&gt;
The old repository [http://debian.wgdd.de debian.wgdd.de] won&#039;t provide any bluefish binary packages any longer. After installing the bluefish backport you can also safely remove any reference to this repository including entries to &#039;&#039;sources.list&#039;&#039; and also the repository keyring (package) &#039;&#039;&#039;wgdd-archive-keyring&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.gentoo.org Gentoo] ===&lt;br /&gt;
&lt;br /&gt;
Gentoo users run&lt;br /&gt;
&lt;br /&gt;
 emerge bluefish&lt;br /&gt;
&lt;br /&gt;
to install the stable version of Bluefish.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.apple.com/macosx/ MacOSX] and [http://www.opensource.apple.com/ Darwin] ===&lt;br /&gt;
&lt;br /&gt;
Fink users might install the [http://pdb.finkproject.org/pdb/package.php/bluefish stable version] via&lt;br /&gt;
&lt;br /&gt;
 fink install bluefish&lt;br /&gt;
&lt;br /&gt;
and the [http://pdb.finkproject.org/pdb/package.php/bluefish-unstable development version] via&lt;br /&gt;
&lt;br /&gt;
 fink install bluefish-unstable&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
For Windows an installer is available. Check out the projects [https://sourceforge.net/projects/bluefish/files/ sourceforge.net download page].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Downloading the source ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to retreive the source of Bluefish.&lt;br /&gt;
&lt;br /&gt;
=== Downloading a source tarball ===&lt;br /&gt;
&lt;br /&gt;
The source tarballs for Bluefish can be downloaded from the [http://www.bennewitz.com/bluefish/ project master server] (or one of its [http://bluefish.openoffice.nl/download.html mirrors]) or [https://sourceforge.net/projects/bluefish/files sourceforge.net].&lt;br /&gt;
&lt;br /&gt;
For the stable tree, check out [http://www.bennewitz.com/bluefish/stable/source/] on the master server. For the development version use [http://www.bennewitz.com/bluefish/devel/source/]. The [https://sourceforge.net/projects/bluefish/files sourceforge.net] server has both versions on the same site.&lt;br /&gt;
&lt;br /&gt;
After downloading compare the SHA hashsum of the tarball with the values provided at our [http://bluefish.openoffice.nl homepage].&lt;br /&gt;
&lt;br /&gt;
=== Downloading the source via Subversion ===&lt;br /&gt;
&lt;br /&gt;
We have two main branches in our [https://bluefish.svn.sourceforge.net Subversion] tree:&lt;br /&gt;
* the [http://bluefish.svn.sourceforge.net/viewvc/bluefish/branches/bluefish_1_0/ stable 1.0 branch] (gets mainly bugfixes; no major rewrites)&lt;br /&gt;
* the [http://bluefish.svn.sourceforge.net/viewvc/bluefish/trunk/bluefish/ development branch] (major rewrites, new features, possibly unstable).&lt;br /&gt;
&lt;br /&gt;
Make a checkout of the branch you want to work on. Sometimes we also have some branches, when we work on new major features or rewrites. But you usually want one of the above. For the current stable tree (1.0) use:&lt;br /&gt;
 svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/branches/bluefish_1_0/&lt;br /&gt;
For the current development tree use:&lt;br /&gt;
 svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/trunk/bluefish/&lt;br /&gt;
If you need a special release, it can be retreived via (replace &#039;&#039;X&#039;&#039;,&#039;&#039;Y&#039;&#039;,&#039;&#039;Z&#039;&#039; with the version numbers, e.g. &#039;&#039;1&#039;&#039;, &#039;&#039;3&#039;&#039; and &#039;&#039;7&#039;&#039;):&lt;br /&gt;
 svn co https://bluefish.svn.sourceforge.net/svnroot/bluefish/tags/bluefish_X_Y_Z&lt;br /&gt;
&lt;br /&gt;
=== Downloading the latest source snapshot ===&lt;br /&gt;
&lt;br /&gt;
The latest snapshot (for the stable or the development tree) can be retreived via subversion as shown above. You can also download the source snapshot as tarball for the [http://bluefish.svn.sourceforge.net/viewvc/bluefish/branches/bluefish_1_0.tar.gz?view=tar stable] or [http://bluefish.svn.sourceforge.net/viewvc/bluefish/trunk/bluefish.tar.gz?view=tar development] tree.&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Translations&amp;diff=2711</id>
		<title>Translations</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Translations&amp;diff=2711"/>
		<updated>2016-12-11T13:56:13Z</updated>

		<summary type="html">&lt;p&gt;Christian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Translations ==&lt;br /&gt;
&lt;br /&gt;
Please send a message to the developer&#039;s list if you have questions, suggestions or would like to help with translations. By all means, don&#039;t wait for someone to give you the OK to start translating.  Here are some instructions on [[How To Translate]].&lt;br /&gt;
&lt;br /&gt;
== Current translation teams ==&lt;br /&gt;
&lt;br /&gt;
It is good if there are multiple people for every language, so if anybody is on holidays or something and we want to do a Bluefish release we can have all languages updated, so please work in teams.&lt;br /&gt;
&lt;br /&gt;
=== Active translators / teams ===&lt;br /&gt;
These translations are kept up to date (last updated Feb 13 2014):&lt;br /&gt;
&lt;br /&gt;
  Basque (EU)                   dooteo (at) euskalgnu org / Language-Team: itzulpena (at) euskalgnu org&lt;br /&gt;
  Brazilian Portuguese (PT_BR)  esfingemetal (at) gmail com&lt;br /&gt;
  Catalan (CA)                  monica (at) probeta.net &lt;br /&gt;
  Chinese (ZH_CN)               mzf9527 (at) gmail com&lt;br /&gt;
  Czech (CS)                    marek (at) manet cz / Language-Team: gnome-cs-list (at) gnome org&lt;br /&gt;
  Danish (DA)                   fc (at) stilheden net / Language Team: dansk (at) dansk-gruppen dk&lt;br /&gt;
  Dutch (NL)                    olivier (at) bluefish openoffice nl&lt;br /&gt;
  French (FR)                   falsetti (at) clansco org&lt;br /&gt;
  Galician (GL)                 correo.xmgz (at) gmail com&lt;br /&gt;
  German (DE)                   daniel.leidert (at) wgdd de&lt;br /&gt;
  Hungarian (HU)                urbalazs (at) gmail com / Language-Team: hu (at) li org&lt;br /&gt;
  Italian (IT)                  bellingeri (at) netguru it&lt;br /&gt;
  Japanese (JA)                 hmatrjp (at) users sourceforge jp&lt;br /&gt;
  Norwegian (NB)                chris (at) tellefsen net&lt;br /&gt;
  Nynorsk (NN)                  l10n (at) landro net&lt;br /&gt;
  Polish (PL)                   dawajpoczte (at) gmail com&lt;br /&gt;
  Russian (RU)                  george (at) altlinux org / Language-Team: gnome-cyr (at) lists gnome org&lt;br /&gt;
  Spanish (ES)                  daniel.mustieles (at) gmail com / Language-Team: gnome-es (at) gnome org&lt;br /&gt;
  Ukrainian (UK)                yurchor (at) ukr net&lt;br /&gt;
&lt;br /&gt;
=== Current development translation status ===&lt;br /&gt;
updated 2016-12-11 11:36:41 GMT for revision: 8673&lt;br /&gt;
* ca.po: 7 fuzzy, 12 untranslated&lt;br /&gt;
* cs.po: 7 fuzzy, 12 untranslated&lt;br /&gt;
* da.po: 7 fuzzy, 12 untranslated&lt;br /&gt;
* de.po: 7 fuzzy, 12 untranslated&lt;br /&gt;
* es.po: 7 fuzzy, 29 untranslated&lt;br /&gt;
* eu.po: 40 fuzzy, 82 untranslated&lt;br /&gt;
* fa.po: 0 fuzzy, 0 untranslated&lt;br /&gt;
* fr.po: 2 fuzzy, 10 untranslated&lt;br /&gt;
* gl.po: 18 fuzzy, 56 untranslated&lt;br /&gt;
* hu.po: 7 fuzzy, 12 untranslated&lt;br /&gt;
* it.po: 7 fuzzy, 12 untranslated&lt;br /&gt;
* ja.po: 7 fuzzy, 12 untranslated&lt;br /&gt;
* nb.po: 7 fuzzy, 12 untranslated&lt;br /&gt;
* nl.po: 5 fuzzy, 12 untranslated&lt;br /&gt;
* nn.po: 17 fuzzy, 56 untranslated&lt;br /&gt;
* pl.po: 17 fuzzy, 48 untranslated&lt;br /&gt;
* pt.po: 58 fuzzy, 75 untranslated&lt;br /&gt;
* pt_BR.po: 17 fuzzy, 56 untranslated&lt;br /&gt;
* ru.po: 19 fuzzy, 23 untranslated&lt;br /&gt;
* uk.po: 6 fuzzy, 10 untranslated&lt;br /&gt;
* zh_CN.po: 26 fuzzy, 61 untranslated&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Stats.png]]&lt;br /&gt;
&lt;br /&gt;
These languages have actually no active translators:&lt;br /&gt;
* bg.po: 699 fuzzy, 522 untranslated&lt;br /&gt;
* el.po: 699 fuzzy, 637 untranslated&lt;br /&gt;
* fi.po: 651 fuzzy, 549 untranslated&lt;br /&gt;
* ko.po: 246 fuzzy, 252 untranslated&lt;br /&gt;
* ro.po: 748 fuzzy, 639 untranslated&lt;br /&gt;
* sk.po: 661 fuzzy, 440 untranslated&lt;br /&gt;
* sr.po: 694 fuzzy, 515 untranslated&lt;br /&gt;
* sv.po: 697 fuzzy, 512 untranslated&lt;br /&gt;
* ta.po: 669 fuzzy, 433 untranslated&lt;br /&gt;
* tr.po: 684 fuzzy, 510 untranslated&lt;br /&gt;
* zh_TW.po: 694 fuzzy, 515 untranslated&lt;br /&gt;
&lt;br /&gt;
== check yourself ==&lt;br /&gt;
&lt;br /&gt;
* to check the status yourself, run &amp;lt;tt&amp;gt;make update-po&amp;lt;/tt&amp;gt; in the po/ directory, this also updates the po files to reflect any changes in the .c files.&lt;br /&gt;
* to check only fr.po run `&amp;lt;tt&amp;gt;LINGUAS=fr make update-po&amp;lt;/tt&amp;gt;´&lt;br /&gt;
* if &amp;lt;tt&amp;gt;make update-po&amp;lt;/tt&amp;gt; fails you have to run &amp;lt;tt&amp;gt;./configure&amp;lt;/tt&amp;gt; in the top directory.&lt;br /&gt;
* In bluefish-2.0 there are 8 po directories:&lt;br /&gt;
** po/&lt;br /&gt;
** src/plugin_about/po/  &lt;br /&gt;
** src/plugin_charmap/po/  &lt;br /&gt;
** src/plugin_entities/po/  &lt;br /&gt;
** src/plugin_htmlbar/po/&lt;br /&gt;
** src/plugin_infbrowser/po/  &lt;br /&gt;
** src/plugin_snippets/po/&lt;br /&gt;
** src/plugin_xmltools/po/&lt;br /&gt;
but:&lt;br /&gt;
* only po/ make have rule to use `LINGUAS=fr´.&lt;br /&gt;
* &amp;lt;tt&amp;gt;make distclean&amp;lt;/tt&amp;gt; do not remove gmo files in src/plugin_*/po/&amp;lt;br /&amp;gt; you have also to run &amp;lt;tt&amp;gt;rm src/plugin_*/po/*.gmo&amp;lt;/tt&amp;gt; before &amp;lt;tt&amp;gt;make&amp;lt;/tt&amp;gt; to apply your changes in plugins po files.&lt;br /&gt;
&lt;br /&gt;
== Notes and references ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:i18n]]&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2686</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2686"/>
		<updated>2015-12-26T00:23:27Z</updated>

		<summary type="html">&lt;p&gt;Christian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== SERVICE NOTICE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: #f44; padding: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
There may be minor downtime for the Bluefish Wiki today 25 Dec 2015, due to upgrades and maintenance.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Should you find bugs or problems with the Wiki, please do not hesitate to contact the wiki admin (bfwiki aatt tellefsen.net) or forward your observations to the bluefish mailinglists.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Welcome to the Bluefish Wiki!==&lt;br /&gt;
&lt;br /&gt;
The official bluefish website is at http://bluefish.openoffice.nl&lt;br /&gt;
&lt;br /&gt;
See our [[Mailinglists]] to get in touch with the Bluefish community and developers. The honourable project leader is Olivier Sessink (olivier (at) bluefish.openoffice.nl). The wiki maintainer is Christian (bfwiki --a--tellefsen.net).&lt;br /&gt;
&lt;br /&gt;
=== Wiki user registration ===&lt;br /&gt;
&lt;br /&gt;
To register for an account, send me an email with your desired username to &amp;lt;tt&amp;gt;bfwiki--a--tellefsen.net&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Help / documentation ===&lt;br /&gt;
&lt;br /&gt;
* [[Installing Bluefish]] / [[Compiling Bluefish from source]]&lt;br /&gt;
* [[Hidden features]] &lt;br /&gt;
* [[Keyboard shortcuts]]&lt;br /&gt;
&lt;br /&gt;
* [[Troubleshooting dll issues on windows]]&lt;br /&gt;
* [[:Category:Manual 2|Bluefish 2 Manual project]]&lt;br /&gt;
* [[Enabling Aspell Under MacOSX]]&lt;br /&gt;
* [[Typing Japanese under MacOS X]]&lt;br /&gt;
&lt;br /&gt;
=== Development / contributing ===&lt;br /&gt;
&lt;br /&gt;
Recent activity:&lt;br /&gt;
* [[Project Roadmap]]&lt;br /&gt;
* [[Translations|Translation status]]&lt;br /&gt;
* [[Debugging Bluefish]]&lt;br /&gt;
* [[Writing language definition files]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[CommunityTools]]&lt;br /&gt;
* [[Getting Bluefish]]&lt;br /&gt;
* [[Sending Patches]]&lt;br /&gt;
* [[Setting up a Windows Build Environment]] [[Installation d&#039;un environnement de compilation Windows|(français)]]&lt;br /&gt;
* [[Using File Type Icons in Bluefish 2]]&lt;br /&gt;
* [[Building a native (no X11) MacOSX binary]]&lt;br /&gt;
&lt;br /&gt;
Still useful:&lt;br /&gt;
&lt;br /&gt;
* [[Man 1 index|The Bluefish 1 Manual]]&lt;br /&gt;
* [[Compiling Under MacOS X]]&lt;br /&gt;
* [[Backtrace Under Mac OS X]]&lt;br /&gt;
* [[Customization For MacOS X]]&lt;br /&gt;
* [[Compiling Under Cygwin]]&lt;br /&gt;
&lt;br /&gt;
=== Old stuff, mostly outdated ===&lt;br /&gt;
* [[Syntax Highlighting Colours]] - default colors for all languages&lt;br /&gt;
* [[Scanner]] - Bluefish text widget with scanning features&lt;br /&gt;
* [[Manual]] -- Just so people can work out whos doing what (Now being Maintained by Scott White)&lt;br /&gt;
* [[Function Reference 2]] - new function reference for Bluefish (or should we call it Information Center ?)&lt;br /&gt;
* Search and Replace dialog&lt;br /&gt;
* [[Reproducable Bugs]]&lt;br /&gt;
* [[Preferences Refactor]] - Changes and removals on the Prefs Dialog&lt;br /&gt;
* [[Feature Requests]]&lt;br /&gt;
* [[ToDo List]]&lt;br /&gt;
* [[Plugins]]&lt;br /&gt;
* [[Current Plans]] from all developers&lt;br /&gt;
* [[Gnome HIG]] compliance&lt;br /&gt;
* [[Cvs Activity]]&lt;br /&gt;
* [[Project Management]] - Olivier&lt;br /&gt;
* [[Function Reference]] - implemented already, but we need more references for python, perl etc.&lt;br /&gt;
* [[Old stuff, Bookmarks]]&lt;br /&gt;
* [[Downloading From CVS]]&lt;br /&gt;
* [[Compiling Manual]]&lt;br /&gt;
This Wiki is maintained by the Bluefish community. If you want to help to contribute in any way, please contact us on the [[Mailinglists|bluefish mailinglist]]. If you want to help translate Bluefish, have a look at [[Translations]].&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2685</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2685"/>
		<updated>2015-12-25T19:27:14Z</updated>

		<summary type="html">&lt;p&gt;Christian: maintenance warning&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
== SERVICE NOTICE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: #f44; padding: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
There may be minor downtime for the Bluefish Wiki today 25 Dec 2015, due to upgrades and maintenance.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Should you find bugs or problems with the Wiki, please do not hesitate to contact the wiki admin (bfwiki aatt tellefsen.net) or forward your observations to the bluefish mailinglists.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Welcome to the Bluefish Wiki!==&lt;br /&gt;
&lt;br /&gt;
The official bluefish website is at http://bluefish.openoffice.nl&lt;br /&gt;
&lt;br /&gt;
See our [[Mailinglists]] to get in touch with the Bluefish community and developers. The honourable project leader is Olivier Sessink (olivier (at) bluefish.openoffice.nl). The wiki maintainer is Christian (bfwiki --a--tellefsen.net).&lt;br /&gt;
&lt;br /&gt;
=== Wiki user registration ===&lt;br /&gt;
&lt;br /&gt;
To register for an account, send me an email with your desired username to &amp;lt;tt&amp;gt;bfwiki--a--tellefsen.net&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Help / documentation ===&lt;br /&gt;
&lt;br /&gt;
* [[Installing Bluefish]] / [[Compiling Bluefish from source]]&lt;br /&gt;
* [[Hidden features]] &lt;br /&gt;
* [[Keyboard shortcuts]]&lt;br /&gt;
&lt;br /&gt;
* [[Troubleshooting dll issues on windows]]&lt;br /&gt;
* [[:Category:Manual 2|Bluefish 2 Manual project]]&lt;br /&gt;
* [[Enabling Aspell Under MacOSX]]&lt;br /&gt;
* [[Typing Japanese under MacOS X]]&lt;br /&gt;
&lt;br /&gt;
=== Development / contributing ===&lt;br /&gt;
&lt;br /&gt;
Recent activity:&lt;br /&gt;
* [[Project Roadmap]]&lt;br /&gt;
* [[Translations|Translation status]]&lt;br /&gt;
* [[Debugging Bluefish]]&lt;br /&gt;
* [[Writing language definition files]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[CommunityTools]]&lt;br /&gt;
* [[Getting Bluefish]]&lt;br /&gt;
* [[Sending Patches]]&lt;br /&gt;
* [[Setting up a Windows Build Environment]] [[Installation d&#039;un environnement de compilation Windows|(français)]]&lt;br /&gt;
* [[Using File Type Icons in Bluefish 2]]&lt;br /&gt;
* [[Building a native (no X11) MacOSX binary]]&lt;br /&gt;
&lt;br /&gt;
Still useful:&lt;br /&gt;
&lt;br /&gt;
* [[Man 1 index|The Bluefish 1 Manual]]&lt;br /&gt;
* [[Compiling Under MacOS X]]&lt;br /&gt;
* [[Backtrace Under Mac OS X]]&lt;br /&gt;
* [[Customization For MacOS X]]&lt;br /&gt;
* [[Compiling Under Cygwin]]&lt;br /&gt;
&lt;br /&gt;
=== Old stuff, mostly outdated ===&lt;br /&gt;
* [[Syntax Highlighting Colours]] - default colors for all languages&lt;br /&gt;
* [[Scanner]] - Bluefish text widget with scanning features&lt;br /&gt;
* [[Manual]] -- Just so people can work out whos doing what (Now being Maintained by Scott White)&lt;br /&gt;
* [[Function Reference 2]] - new function reference for Bluefish (or should we call it Information Center ?)&lt;br /&gt;
* Search and Replace dialog&lt;br /&gt;
* [[Reproducable Bugs]]&lt;br /&gt;
* [[Preferences Refactor]] - Changes and removals on the Prefs Dialog&lt;br /&gt;
* [[Feature Requests]]&lt;br /&gt;
* [[ToDo List]]&lt;br /&gt;
* [[Plugins]]&lt;br /&gt;
* [[Current Plans]] from all developers&lt;br /&gt;
* [[Gnome HIG]] compliance&lt;br /&gt;
* [[Cvs Activity]]&lt;br /&gt;
* [[Project Management]] - Olivier&lt;br /&gt;
* [[Function Reference]] - implemented already, but we need more references for python, perl etc.&lt;br /&gt;
* [[Old stuff, Bookmarks]]&lt;br /&gt;
* [[Downloading From CVS]]&lt;br /&gt;
* [[Compiling Manual]]&lt;br /&gt;
This Wiki is maintained by the Bluefish community. If you want to help to contribute in any way, please contact us on the [[Mailinglists|bluefish mailinglist]]. If you want to help translate Bluefish, have a look at [[Translations]].&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2594</id>
		<title>Installing Bluefish</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Installing_Bluefish&amp;diff=2594"/>
		<updated>2014-10-27T20:06:07Z</updated>

		<summary type="html">&lt;p&gt;Christian: Workaround for Gatekeeper -- thanks to Ian Tindale /* Installing Bluefish on Mac OS X */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing Bluefish on Debian GNU/Linux =&lt;br /&gt;
&lt;br /&gt;
== Installing the release that is part of Debian / Ubuntu / Mint / etc. ==&lt;br /&gt;
&lt;br /&gt;
Use&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install bluefish&lt;br /&gt;
 sudo aptitude install bluefish&lt;br /&gt;
&lt;br /&gt;
or any other frontend for the package manager such as synaptic or simply &amp;quot;add / remove programs&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Installing the very latest release on Debian ==&lt;br /&gt;
&lt;br /&gt;
=== Installing the very latest release on Debian 7.0 (Wheezy/Stable) ===&lt;br /&gt;
&lt;br /&gt;
Recent packages for bluefish are available from the [https://packages.debian.org/source/stable-backports/bluefish official Debian backports archive] and can be installed by following the instructions given [http://backports.debian.org/Instructions/ here]. The entry would look like this:&lt;br /&gt;
&lt;br /&gt;
 deb http://YOURMIRROR.debian.org/debian wheezy-backports main&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 deb http://YOURMIRROR.debian.org/debian stable-backports main&lt;br /&gt;
&lt;br /&gt;
And install the package via:&lt;br /&gt;
&lt;br /&gt;
 apt-get -t wheezy-backports install bluefish&lt;br /&gt;
&lt;br /&gt;
Report any bugs to the Debian bugtracker.&lt;br /&gt;
&lt;br /&gt;
Please note, that the http://debian.wgdd.de repository has become obsolete. See below, how to clean your system.&lt;br /&gt;
&lt;br /&gt;
=== Installing the very latest release on Debian 6.0 (Squeeze/Oldstable) ===&lt;br /&gt;
&lt;br /&gt;
Recent packages for bluefish are available from the [https://packages.debian.org/source/stable-backports/bluefish official Debian backports archive] and can be installed by following the instructions given [http://backports.debian.org/Instructions/ here]. The entry would look like this:&lt;br /&gt;
&lt;br /&gt;
 deb http://YOURMIRROR.debian.org/debian-backports squeeze-backports-sloppy main&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 deb http://YOURMIRROR.debian.org/debian-backports oldstable-backports-sloppy main&lt;br /&gt;
&lt;br /&gt;
And install the package via:&lt;br /&gt;
&lt;br /&gt;
 apt-get -t squeeze-backports-sloppy install bluefish&lt;br /&gt;
&lt;br /&gt;
This version is built with the GTK+ 2 libraries. Report any bugs to the Debian bugtracker.&lt;br /&gt;
&lt;br /&gt;
Please note, that the http://debian.wgdd.de repository has become obsolete. See below, how to clean your system.&lt;br /&gt;
&lt;br /&gt;
== Installing the very latest on Ubuntu Linux ==&lt;br /&gt;
&lt;br /&gt;
Users of Ubuntu releases, for which bluefish doesn&#039;t get any official update by the Ubuntu team in the past had the possibility to use the [http://debian.wgdd.de/debian http://debian.wgdd.de/ubuntu] repository. This has become obsolete. You&#039;ll now find recent packages of &#039;&#039;&#039;bluefish&#039;&#039;&#039; in this [https://launchpad.net/~klaus-vormweg/+archive/bluefish PPA]. Follow the instrcutions given there to add this repository. Then &#039;&#039;&#039;bluefish&#039;&#039;&#039; can be updated to its latest release:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get upgrade&lt;br /&gt;
&lt;br /&gt;
Please note, that the http://debian.wgdd.de repository has become obsolete. See below, how to clean your system.&lt;br /&gt;
&lt;br /&gt;
== Removing obsolete entries from sources.list ==&lt;br /&gt;
&lt;br /&gt;
The http://debian.wgdd.de/ repository no longer provides packages of bluefish. The above steps make the following entries to either &#039;&#039;/etc/apt/sources.list&#039;&#039; or &#039;&#039;/etc/apt/sources.list.d/debian.wgdd.de_*.list&#039;&#039; or any other file in &#039;&#039;/etc/apt/sources.list.d/&#039;&#039; obsolete. You can safely remove any references to the http://debian.wgdd.de repository, that may look like these:&lt;br /&gt;
&lt;br /&gt;
 deb     http://debian.wgdd.de/debian wheezy main contrib non-free&lt;br /&gt;
 deb-src http://debian.wgdd.de/debian wheezy main contrib non-free&lt;br /&gt;
 deb     http://debian.wgdd.de/debian stable main contrib non-free&lt;br /&gt;
 deb-src http://debian.wgdd.de/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
 deb     http://debian.wgdd.de/debian squeeze main contrib non-free&lt;br /&gt;
 deb-src http://debian.wgdd.de/debian squeeze main contrib non-free&lt;br /&gt;
 deb     http://debian.wgdd.de/debian oldstable main contrib non-free&lt;br /&gt;
 deb-src http://debian.wgdd.de/debian oldstable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
 deb     http://debian.wgdd.de/ubuntu UBUNTU_VERSION_HERE main restricted universe multiverse &lt;br /&gt;
 deb-src http://debian.wgdd.de/ubuntu UBUNTU_VERSION_HERE main restricted universe multiverse &lt;br /&gt;
&lt;br /&gt;
and update your system:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get upgrade&lt;br /&gt;
&lt;br /&gt;
Also the &#039;&#039;&#039;wgdd-archive-keyring&#039;&#039;&#039; package then is obsolete together with the repository keyring. If you have the package installed, do:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get autoremove --purge wgdd-archive-keyring&lt;br /&gt;
&lt;br /&gt;
... or if you only had the key:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-key del E394D996&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Fedora Linux =&lt;br /&gt;
&lt;br /&gt;
=== Installing the version distributed by Fedora ===&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
=== Installing the very latest on Fedora with yum ===&lt;br /&gt;
&lt;br /&gt;
To enable a bluefish-release yum repository download the [http://bluefish.linuxexperience.net/downloads/fedora/bluefish-release.repo bluefish-release.repo] file.&amp;lt;br/&amp;gt;&lt;br /&gt;
Place this repo file in /etc/yum.repos.d&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you can install normally with...&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
Packages are currently provided for Fedora 19 and Fedora 20. Packages are provided for both i386 and x86_64.&amp;lt;br/&amp;gt;&lt;br /&gt;
All packages are built using mock. All packages are signed. You will be prompted to download the GPG key.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installing development versions on Fedora with yum ===&lt;br /&gt;
&lt;br /&gt;
While care is taken to keep development versions very stable and usable, development versions may crash, contain data eating bugs and incomplete features.&amp;lt;br/&amp;gt;&lt;br /&gt;
Please report any bugs you might find in [https://bugzilla.gnome.org/enter_bug.cgi?product=bluefish Bluefish bugzilla]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wish to test the bleeding edge versions of Bluefish currently under development download the [http://bluefish.linuxexperience.net/downloads/fedora/bluefish-svn.repo bluefish-svn.repo] file.&amp;lt;br/&amp;gt;&lt;br /&gt;
Place this repo file in /etc/yum.repos.d&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you can install normally with...&lt;br /&gt;
&lt;br /&gt;
 yum install bluefish&lt;br /&gt;
&lt;br /&gt;
Packages are currently provided for Fedora 19 and Fedora 20. Packages are provided for both i386 and x86_64.&amp;lt;br/&amp;gt;&lt;br /&gt;
All packages are built using mock. All packages are signed. You will be prompted to download the GPG key.&lt;br /&gt;
&lt;br /&gt;
=== Browsable Yum repo&#039;s for Fedora  ===&lt;br /&gt;
&lt;br /&gt;
These pages were created using repoview.&lt;br /&gt;
&lt;br /&gt;
Fedora 19 - Release&lt;br /&gt;
 * [http://bluefish.linuxexperience.net/downloads/fedora/release/19/i386/repoview/ i386]&lt;br /&gt;
 * [http://bluefish.linuxexperience.net/downloads/fedora/release/19/x86_64/repoview/ x86_64]&lt;br /&gt;
&lt;br /&gt;
Fedora 20 - Release&lt;br /&gt;
 * [http://bluefish.linuxexperience.net/downloads/fedora/release/20/i386/repoview/ i386]&lt;br /&gt;
 * [http://bluefish.linuxexperience.net/downloads/fedora/release/20/x86_64/repoview/ x86_64]&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on RHEL/CentOS 6.5 =&lt;br /&gt;
&lt;br /&gt;
=== Installing the very latest on RHEL/CentOS 6.5 ===&lt;br /&gt;
 &lt;br /&gt;
Bluefish packages for RHEL/CentOS 6.5 are available at the links below for i386 and x86_64.&amp;lt;br/&amp;gt;&lt;br /&gt;
These packages require version 6.5. Previous versions prior to 6.5 had GTK+ 2.18.x.&amp;lt;br/&amp;gt;&lt;br /&gt;
RHEL/CentOS 6.5 has GTK+ 2.20.x which is the minimum version required to build current versions of Bluefish.&lt;br /&gt;
&lt;br /&gt;
All packages are built using mock. All packages are signed with this gpg [http://bluefish.linuxexperience.net/downloads/fedora/RPM-GPG-KEY-bluefish-svn.asc key].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Required for RHEL/CentOS 6.5..&lt;br /&gt;
&lt;br /&gt;
i386&lt;br /&gt;
 * [http://bluefish.linuxexperience.net/downloads/epel6/release/i386/bluefish-2.2.6-1.el6.i686.rpm bluefish-2.2.6-1.el6.i686.rpm]&lt;br /&gt;
 * [http://bluefish.linuxexperience.net/downloads/epel6/release/i386/bluefish-shared-data-2.2.6-1.el6.noarch.rpm bluefish-shared-data-2.2.6-1.el6.noarch.rpm]&lt;br /&gt;
&lt;br /&gt;
x86_64&lt;br /&gt;
 * [http://bluefish.linuxexperience.net/downloads/epel6/release/x86_64/bluefish-2.2.6-1.el6.x86_64.rpm bluefish-2.2.6-1.el6.x86_64.rpm]&lt;br /&gt;
 * [http://bluefish.linuxexperience.net/downloads/epel6/release/x86_64/bluefish-shared-data-2.2.6-1.el6.noarch.rpm bluefish-shared-data-2.2.6-1.el6.noarch.rpm]&lt;br /&gt;
&lt;br /&gt;
Optional debug info RHEL/CentOS 6.5..&lt;br /&gt;
&lt;br /&gt;
i386&lt;br /&gt;
 * [http://bluefish.linuxexperience.net/downloads/epel6/release/debug/i386/bluefish-debuginfo-2.2.6-1.el6.i686.rpm bluefish-debuginfo-2.2.6-1.el6.i686.rpm]&lt;br /&gt;
&lt;br /&gt;
x86_64&lt;br /&gt;
 * [http://bluefish.linuxexperience.net/downloads/epel6/release/debug/x86_64/bluefish-debuginfo-2.2.6-1.el6.x86_64.rpm bluefish-debuginfo-2.2.6-1.el6.x86_64.rpm]&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on openSUSE =&lt;br /&gt;
&lt;br /&gt;
Bluefish is available in the main repository. Launch YaST and search for &amp;quot;bluefish&amp;quot; to find and select the appropriate package to install.&lt;br /&gt;
&lt;br /&gt;
This process is also automated through 1-Click-Install on the openSUSE Build Service: https://software.opensuse.org/package/bluefish&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on AltLinux =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Slackware =&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Mac OS X =&lt;br /&gt;
&lt;br /&gt;
Download http://www.bennewitz.com/bluefish/stable/binaries/macosx/Bluefish-2.2.5-2.dmg from http://www.bennewitz.com/bluefish/stable/binaries/macosx/, open it and drag the bluefish icon onto Applications.&lt;br /&gt;
&lt;br /&gt;
In Mavericks there is a system setting called &#039;&#039;Gatekeeper&#039;&#039; that only allows you to install packages from Apple-identified developers. Bluefish is not distributed through the Apple app store, so you will have to workaround that setting.&lt;br /&gt;
&lt;br /&gt;
Use the contextual menu (e.g. secondary-click button), and you&#039;ll see a menu with &amp;quot;Open&amp;quot; in it.&lt;br /&gt;
This will present you with a dialogue box, asking you for permission to run the software.&lt;br /&gt;
You will only be asked this the first time.&lt;br /&gt;
&lt;br /&gt;
Alternatively, the &#039;&#039;Gatekeeper&#039;&#039; setting can be disabled. For information, see: &lt;br /&gt;
https://kb.wisc.edu/helpdesk/page.php?id=25443 or http://support.apple.com/kb/ht5290&lt;br /&gt;
&lt;br /&gt;
= Installing Bluefish on Windows XP or newer =&lt;br /&gt;
&lt;br /&gt;
=== Installing 2.2.5 ===&lt;br /&gt;
Download the latest Bluefish installer from the main download server: &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
The installer will require internet access to download GTK+ and any spell check dictionaries.  Please note that the internet-enabled setup may fail if the installer is run from a network share.  See below for instructions for internet-less installation.&lt;br /&gt;
&lt;br /&gt;
==== Installing without Internet Access ====&lt;br /&gt;
Download the latest Bluefish installer from the main download server: &lt;br /&gt;
http://www.bennewitz.com/bluefish/stable/binaries/win32/&lt;br /&gt;
&lt;br /&gt;
Download the GTK+ 2.24.8 installer (from the gtk-win project): &lt;br /&gt;
http://downloads.sourceforge.net/gtk-win/gtk2-runtime-2.24.8-2011-12-03-ash.exe?download&lt;br /&gt;
&lt;br /&gt;
Download any language dictionaries you wish to be able to install: &lt;br /&gt;
http://www.muleslow.net/files/aspell/lang/&lt;br /&gt;
&lt;br /&gt;
Place the files in a new directory named &#039;redist&#039; in the same directory as the Bluefish installer.&lt;br /&gt;
e.x.&lt;br /&gt;
 Bluefish\&lt;br /&gt;
 Bluefish\Bluefish-2.2.5-setup.exe&lt;br /&gt;
 Bluefish\redist\gtk2-runtime-2.24.8-2011-12-03-ash.exe&lt;br /&gt;
 Bluefish\redist\aspell6-en-7.1-0.tbz2&lt;br /&gt;
&lt;br /&gt;
The installer will fall back on downloading the files if they are not found in the redist folder, or if the checksum of the local copy is invalid.&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2524</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2524"/>
		<updated>2014-02-16T23:33:21Z</updated>

		<summary type="html">&lt;p&gt;Christian: typos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
== SERVICE NOTICE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: #f44; padding: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Due to a major server issue the Bluefish Wiki had to be relocated. The Wiki has been restored using a backup from December 2011.&lt;br /&gt;
Wiki updates from December 2011 to November 2013 are currently unavailable, but we hope to gain access to the old server and backups at a later date.&lt;br /&gt;
We sincerely apologize for the inconvenience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Should you find bugs or problems with the Wiki, please do not hesitate to contact the wiki admin or forward your observations to the bluefish-user mailinglist.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Welcome to the Bluefish Wiki!==&lt;br /&gt;
&lt;br /&gt;
The official bluefish website is at http://bluefish.openoffice.nl&lt;br /&gt;
&lt;br /&gt;
See our [[Mailinglists]] to get in touch with the Bluefish community and developers. The honorable project leader is Olivier Sessink (olivier (at) bluefish.openoffice.nl). The wiki maintainer is Christian (bfwiki --a--tellefsen.net).&lt;br /&gt;
&lt;br /&gt;
=== Wiki user registration ===&lt;br /&gt;
&lt;br /&gt;
To register for an account, send me an email with your desired username to &amp;lt;tt&amp;gt;bfwiki--a--tellefsen.net&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Help / documentation ===&lt;br /&gt;
&lt;br /&gt;
* [[Installing Bluefish]] / [[Compiling Bluefish from source]]&lt;br /&gt;
* [[Hidden features]] &lt;br /&gt;
&lt;br /&gt;
* [[Troubleshooting dll issues on windows]]&lt;br /&gt;
* [[:Category:Manual 2|Bluefish 2 Manual project]]&lt;br /&gt;
* [[Enabling Aspell Under MacOSX]]&lt;br /&gt;
* [[Typing Japanese under MacOS X]]&lt;br /&gt;
&lt;br /&gt;
=== Development / contributing ===&lt;br /&gt;
&lt;br /&gt;
Recent activity:&lt;br /&gt;
* [[Project Roadmap]]&lt;br /&gt;
* [[Translations|Translation status]]&lt;br /&gt;
* [[Debugging Bluefish]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[CommunityTools]]&lt;br /&gt;
* [[Getting Bluefish]]&lt;br /&gt;
* [[Sending Patches]]&lt;br /&gt;
* [[Setting up a Windows Build Environment]] [[Installation d&#039;un environnement de compilation Windows|(français)]]&lt;br /&gt;
* [[Using File Type Icons in Bluefish 2]]&lt;br /&gt;
* [[Building a native (no X11) MacOSX binary]]&lt;br /&gt;
&lt;br /&gt;
Still useful:&lt;br /&gt;
&lt;br /&gt;
* [[Man 1 index|The Bluefish 1 Manual]]&lt;br /&gt;
* [[Compiling Under MacOS X]]&lt;br /&gt;
* [[Backtrace Under Mac OS X]]&lt;br /&gt;
* [[Customization For MacOS X]]&lt;br /&gt;
* [[Compiling Under Cygwin]]&lt;br /&gt;
&lt;br /&gt;
=== Old stuff, mostly outdated ===&lt;br /&gt;
* [[Syntax Highlighting Colours]] - default colors for all languages&lt;br /&gt;
* [[Scanner]] - Bluefish text widget with scanning features&lt;br /&gt;
* [[Manual]] -- Just so people can work out whos doing what (Now being Maintained by Scott White)&lt;br /&gt;
* [[Function Reference 2]] - new function reference for Bluefish (or should we call it Information Center ?)&lt;br /&gt;
* Search and Replace dialog&lt;br /&gt;
* [[Reproducable Bugs]]&lt;br /&gt;
* [[Preferences Refactor]] - Changes and removals on the Prefs Dialog&lt;br /&gt;
* [[Feature Requests]]&lt;br /&gt;
* [[ToDo List]]&lt;br /&gt;
* [[Plugins]]&lt;br /&gt;
* [[Current Plans]] from all developers&lt;br /&gt;
* [[Gnome HIG]] compliance&lt;br /&gt;
* [[Cvs Activity]]&lt;br /&gt;
* [[Project Management]] - Olivier&lt;br /&gt;
* [[Function Reference]] - implemented already, but we need more references for python, perl etc.&lt;br /&gt;
* [[Old stuff, Bookmarks]]&lt;br /&gt;
* [[Downloading From CVS]]&lt;br /&gt;
* [[Compiling Manual]]&lt;br /&gt;
This Wiki is maintained by the Bluefish community. If you want to help to contribute in any way, please contact us on the [[Mailinglists|bluefish mailinglist]]. If you want to help translate Bluefish, have a look at [[Translations]].&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2523</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2523"/>
		<updated>2014-02-16T23:32:49Z</updated>

		<summary type="html">&lt;p&gt;Christian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SERVICE NOTICE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: #f44; padding: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Due to a major server issue the Bluefish Wiki had to be relocated. The Wiki has been restored using a backup from December 2011.&lt;br /&gt;
Wiki updates from December 2011 to November 2013 are currently unavailable, but we hope to gain access to the old server and backups at a later date.&lt;br /&gt;
We sincerely apologize for the inconvenience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- test --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Should you find bugs or problems with the Wiki, please do not hesitate to contact the wiki admin or forward your observations to the bluefish-user mailinglist.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Welcome to the Bluefish Wiki!==&lt;br /&gt;
&lt;br /&gt;
The official bluefish website is at http://bluefish.openoffice.nl&lt;br /&gt;
&lt;br /&gt;
See our [[Mailinglists]] to get in touch with the Bluefish community and developers. The honorable project leader is Olivier Sessink (olivier (at) bluefish.openoffice.nl). The wiki maintainer is Christian (bfwiki --a--tellefsen.net).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Wiki user registration ===&lt;br /&gt;
&lt;br /&gt;
To register for an account, send me an email with your desired username to &amp;lt;tt&amp;gt;bfwiki--a--tellefsen.net&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Help / documentation ===&lt;br /&gt;
&lt;br /&gt;
* [[Installing Bluefish]] / [[Compiling Bluefish from source]]&lt;br /&gt;
* [[Hidden features]] &lt;br /&gt;
&lt;br /&gt;
* [[Troubleshooting dll issues on windows]]&lt;br /&gt;
* [[:Category:Manual 2|Bluefish 2 Manual project]]&lt;br /&gt;
* [[Enabling Aspell Under MacOSX]]&lt;br /&gt;
* [[Typing Japanese under MacOS X]]&lt;br /&gt;
&lt;br /&gt;
=== Development / contributing ===&lt;br /&gt;
&lt;br /&gt;
Recent activity:&lt;br /&gt;
* [[Project Roadmap]]&lt;br /&gt;
* [[Translations|Translation status]]&lt;br /&gt;
* [[Debugging Bluefish]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[CommunityTools]]&lt;br /&gt;
* [[Getting Bluefish]]&lt;br /&gt;
* [[Sending Patches]]&lt;br /&gt;
* [[Setting up a Windows Build Environment]] [[Installation d&#039;un environnement de compilation Windows|(français)]]&lt;br /&gt;
* [[Using File Type Icons in Bluefish 2]]&lt;br /&gt;
* [[Building a native (no X11) MacOSX binary]]&lt;br /&gt;
&lt;br /&gt;
Still useful:&lt;br /&gt;
&lt;br /&gt;
* [[Man 1 index|The Bluefish 1 Manual]]&lt;br /&gt;
* [[Compiling Under MacOS X]]&lt;br /&gt;
* [[Backtrace Under Mac OS X]]&lt;br /&gt;
* [[Customization For MacOS X]]&lt;br /&gt;
* [[Compiling Under Cygwin]]&lt;br /&gt;
&lt;br /&gt;
=== Old stuff, mostly outdated ===&lt;br /&gt;
* [[Syntax Highlighting Colours]] - default colors for all languages&lt;br /&gt;
* [[Scanner]] - Bluefish text widget with scanning features&lt;br /&gt;
* [[Manual]] -- Just so people can work out whos doing what (Now being Maintained by Scott White)&lt;br /&gt;
* [[Function Reference 2]] - new function reference for Bluefish (or should we call it Information Center ?)&lt;br /&gt;
* Search and Replace dialog&lt;br /&gt;
* [[Reproducable Bugs]]&lt;br /&gt;
* [[Preferences Refactor]] - Changes and removals on the Prefs Dialog&lt;br /&gt;
* [[Feature Requests]]&lt;br /&gt;
* [[ToDo List]]&lt;br /&gt;
* [[Plugins]]&lt;br /&gt;
* [[Current Plans]] from all developers&lt;br /&gt;
* [[Gnome HIG]] compliance&lt;br /&gt;
* [[Cvs Activity]]&lt;br /&gt;
* [[Project Management]] - Olivier&lt;br /&gt;
* [[Function Reference]] - implemented already, but we need more references for python, perl etc.&lt;br /&gt;
* [[Old stuff, Bookmarks]]&lt;br /&gt;
* [[Downloading From CVS]]&lt;br /&gt;
* [[Compiling Manual]]&lt;br /&gt;
This Wiki is maintained by the Bluefish community. If you want to help to contribute in any way, please contact us on the [[Mailinglists|bluefish mailinglist]]. If you want to help translate Bluefish, have a look at [[Translations]].&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Help:Logging_in&amp;diff=2522</id>
		<title>Help:Logging in</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Help:Logging_in&amp;diff=2522"/>
		<updated>2014-02-16T23:05:59Z</updated>

		<summary type="html">&lt;p&gt;Christian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To get an account, please send an email to &amp;lt;tt&amp;gt;bfwiki ( a-t) tellefsen.net&amp;lt;/tt&amp;gt;, with a desired username and a sentence or two to convince me that you&#039;re not a bot.&lt;br /&gt;
&lt;br /&gt;
( I&#039;m sorry for the inconvenience, but I have temporarily given up on working out a functional anti-spambot system )&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Help:Logging_in&amp;diff=2521</id>
		<title>Help:Logging in</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Help:Logging_in&amp;diff=2521"/>
		<updated>2014-02-16T23:05:24Z</updated>

		<summary type="html">&lt;p&gt;Christian: Created page with &amp;quot;To get an account, please send an email to bfwiki ( a-t) tellefsen.net, with a desired username and a sentence or two to convince me that you&amp;#039;re not a bot.  ( I&amp;#039;m sorry for th...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To get an account, please send an email to bfwiki ( a-t) tellefsen.net, with a desired username and a sentence or two to convince me that you&#039;re not a bot.&lt;br /&gt;
&lt;br /&gt;
( I&#039;m sorry for the inconvenience, but I have temporarily given up on working out a functional anti-spambot system )&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=MediaWiki:Loginprompt&amp;diff=2520</id>
		<title>MediaWiki:Loginprompt</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=MediaWiki:Loginprompt&amp;diff=2520"/>
		<updated>2014-02-16T23:00:56Z</updated>

		<summary type="html">&lt;p&gt;Christian: Created page with &amp;quot;You must have cookies enabled to log in to {{SITENAME}}.  asdf&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You must have cookies enabled to log in to {{SITENAME}}.&lt;br /&gt;
&lt;br /&gt;
asdf&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2496</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2496"/>
		<updated>2014-02-08T07:05:55Z</updated>

		<summary type="html">&lt;p&gt;Christian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SERVICE NOTICE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: #f44; padding: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Due to a major server issue the Bluefish Wiki had to be relocated. The Wiki has been restored using a backup from December 2011.&lt;br /&gt;
Wiki updates from December 2011 to November 2013 are currently unavailable, but we hope to gain access to the old server and backups at a later date.&lt;br /&gt;
We sincerely apologize for the inconvenience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- test --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Should you find bugs or problems with the Wiki, please do not hesitate to contact the wiki admin or forward your observations to the bluefish-user mailinglist.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Welcome to the Bluefish Wiki!==&lt;br /&gt;
&lt;br /&gt;
The official bluefish website is at http://bluefish.openoffice.nl&lt;br /&gt;
&lt;br /&gt;
See our [[Mailinglists]] to get in touch with the Bluefish community and developers. The honorable project leader is Olivier Sessink (olivier (at) bluefish.openoffice.nl). The wiki maintainer is Christian (chris --a--tellefsen.net). If you find typos, broken links, or simply want to contribute, feel free to register.&lt;br /&gt;
&lt;br /&gt;
=== Help / documentation ===&lt;br /&gt;
&lt;br /&gt;
* [[Installing Bluefish]] / [[Compiling Bluefish from source]]&lt;br /&gt;
* [[Hidden features]] &lt;br /&gt;
&lt;br /&gt;
* [[Troubleshooting dll issues on windows]]&lt;br /&gt;
* [[:Category:Manual 2|Bluefish 2 Manual project]]&lt;br /&gt;
* [[Enabling Aspell Under MacOSX]]&lt;br /&gt;
* [[Typing Japanese under MacOS X]]&lt;br /&gt;
&lt;br /&gt;
=== Development / contributing ===&lt;br /&gt;
&lt;br /&gt;
Recent activity:&lt;br /&gt;
* [[Project Roadmap]]&lt;br /&gt;
* [[Translations|Translation status]]&lt;br /&gt;
* [[Debugging Bluefish]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[CommunityTools]]&lt;br /&gt;
* [[Getting Bluefish]]&lt;br /&gt;
* [[Sending Patches]]&lt;br /&gt;
* [[Setting up a Windows Build Environment]] [[Installation d&#039;un environnement de compilation Windows|(français)]]&lt;br /&gt;
* [[Using File Type Icons in Bluefish 2]]&lt;br /&gt;
* [[Building a native (no X11) MacOSX binary]]&lt;br /&gt;
&lt;br /&gt;
Still useful:&lt;br /&gt;
&lt;br /&gt;
* [[Man 1 index|The Bluefish 1 Manual]]&lt;br /&gt;
* [[Compiling Under MacOS X]]&lt;br /&gt;
* [[Backtrace Under Mac OS X]]&lt;br /&gt;
* [[Customization For MacOS X]]&lt;br /&gt;
* [[Compiling Under Cygwin]]&lt;br /&gt;
&lt;br /&gt;
=== Old stuff, mostly outdated ===&lt;br /&gt;
* [[Syntax Highlighting Colours]] - default colors for all languages&lt;br /&gt;
* [[Scanner]] - Bluefish text widget with scanning features&lt;br /&gt;
* [[Manual]] -- Just so people can work out whos doing what (Now being Maintained by Scott White)&lt;br /&gt;
* [[Function Reference 2]] - new function reference for Bluefish (or should we call it Information Center ?)&lt;br /&gt;
* Search and Replace dialog&lt;br /&gt;
* [[Reproducable Bugs]]&lt;br /&gt;
* [[Preferences Refactor]] - Changes and removals on the Prefs Dialog&lt;br /&gt;
* [[Feature Requests]]&lt;br /&gt;
* [[ToDo List]]&lt;br /&gt;
* [[Plugins]]&lt;br /&gt;
* [[Current Plans]] from all developers&lt;br /&gt;
* [[Gnome HIG]] compliance&lt;br /&gt;
* [[Cvs Activity]]&lt;br /&gt;
* [[Project Management]] - Olivier&lt;br /&gt;
* [[Function Reference]] - implemented already, but we need more references for python, perl etc.&lt;br /&gt;
* [[Old stuff, Bookmarks]]&lt;br /&gt;
* [[Downloading From CVS]]&lt;br /&gt;
* [[Compiling Manual]]&lt;br /&gt;
This Wiki is maintained by the Bluefish community. If you want to help to contribute in any way, please contact us on the [[Mailinglists|bluefish mailinglist]]. If you want to help translate Bluefish, have a look at [[Translations]].&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Sandbox&amp;diff=2495</id>
		<title>Sandbox</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Sandbox&amp;diff=2495"/>
		<updated>2014-02-08T07:05:32Z</updated>

		<summary type="html">&lt;p&gt;Christian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;tt&amp;gt;blahblah blah&lt;br /&gt;
&lt;br /&gt;
blahblah&lt;br /&gt;
&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
blargh&lt;br /&gt;
&lt;br /&gt;
[http://www.example.com/]&lt;br /&gt;
[http://www.example.com/ asdf]&lt;br /&gt;
[http://www.example.com/ | asdf]&lt;br /&gt;
&lt;br /&gt;
[[http://www.example.com/]]&lt;br /&gt;
[[http://www.example.com/ asdf ]]&lt;br /&gt;
[[http://www.example.com/ | asdf]]&lt;br /&gt;
&lt;br /&gt;
asdf asdf asdf&lt;br /&gt;
&lt;br /&gt;
{| &lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; | &amp;lt;big&amp;gt;Paramètres obligatoires&amp;lt;/big&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! &amp;amp;nbsp;paramètre&amp;amp;nbsp; || &amp;amp;nbsp;effet&amp;amp;nbsp; || colspan=&amp;quot;2&amp;quot; | &amp;amp;nbsp;valeurs possibles&amp;amp;nbsp;&lt;br /&gt;
|----&lt;br /&gt;
| &amp;lt;code&amp;gt;titre&amp;lt;/code&amp;gt; || Titre affiché de la boîte || colspan=&amp;quot;2&amp;quot; | Totalement libre&lt;br /&gt;
|----&lt;br /&gt;
| &amp;lt;code&amp;gt;contenu&amp;lt;/code&amp;gt; || Texte contenu dans la boîte || colspan=&amp;quot;2&amp;quot; | Totalement libre, mais certains caractères spéciaux ne passent pas.&amp;lt;br /&amp;gt;Utiliser dans ce cas &amp;quot;{{M|Boîte déroulante début}} &#039;&#039;contenu&#039;&#039; {{M|Boîte déroulante fin}}&amp;quot;.&lt;br /&gt;
|----&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; | &amp;lt;big&amp;gt;Paramètres facultatifs&amp;lt;/big&amp;gt;&lt;br /&gt;
|----&lt;br /&gt;
! &amp;amp;nbsp;paramètre&amp;amp;nbsp; || &amp;amp;nbsp;effet&amp;amp;nbsp; || &amp;amp;nbsp;valeur par défaut&amp;amp;nbsp; || &amp;amp;nbsp;valeurs possibles&amp;amp;nbsp;&lt;br /&gt;
|----&lt;br /&gt;
| &amp;lt;code&amp;gt;br&amp;lt;/code&amp;gt; || saut de ligne en entête || &amp;lt;code&amp;gt;br=yes&amp;lt;/code&amp;gt; || br=no pour les boites déroulantes empilées.&lt;br /&gt;
|----&lt;br /&gt;
| &amp;lt;code&amp;gt;arrondi&amp;lt;/code&amp;gt; (désactivé)|| arrondi des angles || &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; || Les angles peuvent apparaître arrondis si le navigateur le permet&lt;br /&gt;
* [[Mozilla]] : visible&lt;br /&gt;
* [[Internet Explorer]] : non visible&lt;br /&gt;
Valeur conseillée : &amp;lt;code&amp;gt;0.6em&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
S’exprime en &#039;&#039;&#039;pt&#039;&#039;&#039;, &#039;&#039;&#039;px&#039;&#039;&#039; ou &#039;&#039;&#039;em&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
blabla test et compagnie! colspan=&amp;quot;4&amp;quot; | &amp;lt;big&amp;gt;Paramètres obligatoires&amp;lt;/big&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! &amp;amp;nbsp;paramètre&amp;amp;nbsp; || &amp;amp;nbsp;effet&amp;amp;nbsp; || colspan=&amp;quot;2&amp;quot; | &amp;amp;nbsp;valeurs possibles&amp;amp;nbsp;&lt;br /&gt;
|----&lt;br /&gt;
| &amp;lt;code&amp;gt;titre&amp;lt;/code&amp;gt; || Titre affiché de la boîte || colspan=&amp;quot;2&amp;quot; | Totalement libre&lt;br /&gt;
|----&lt;br /&gt;
| &amp;lt;code&amp;gt;contenu&amp;lt;/code&amp;gt; || Texte contenu dans la boîte || colspan=&amp;quot;2&amp;quot; | Totalement libre, mais certains caractères spéciaux ne passent pas.&amp;lt;br /&amp;gt;Utiliser dans ce cas &amp;quot;{{M|Boîte déroulante début}} &#039;&#039;contenu&#039;&#039; {{M|Boîte déroulante fin}}&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=File:Real-world-security.png&amp;diff=2482</id>
		<title>File:Real-world-security.png</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=File:Real-world-security.png&amp;diff=2482"/>
		<updated>2013-12-28T22:31:56Z</updated>

		<summary type="html">&lt;p&gt;Christian: Upload test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Upload test&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2481</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2481"/>
		<updated>2013-12-28T19:11:33Z</updated>

		<summary type="html">&lt;p&gt;Christian: /* SERVICE NOTICE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SERVICE NOTICE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: #f44; padding: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Due to a major server issue the Bluefish Wiki had to be relocated. The Wiki has been restored using a backup from December 2011.&lt;br /&gt;
Wiki updates from December 2011 to November 2013 are currently unavailable, but we hope to gain access to the old server and backups at a later date.&lt;br /&gt;
We sincerely apologize for the inconvenience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Should you find bugs or problems with the Wiki, please do not hesitate to contact the wiki admin or forward your observations to the bluefish-user mailinglist.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Welcome to the Bluefish Wiki!==&lt;br /&gt;
&lt;br /&gt;
The official bluefish website is at http://bluefish.openoffice.nl&lt;br /&gt;
&lt;br /&gt;
See our [[Mailinglists]] to get in touch with the Bluefish community and developers. The honorable project leader is Olivier Sessink (olivier (at) bluefish.openoffice.nl). The wiki maintainer is Christian (chris --a--tellefsen.net). If you find typos, broken links, or simply want to contribute, feel free to register.&lt;br /&gt;
&lt;br /&gt;
=== Help / documentation ===&lt;br /&gt;
&lt;br /&gt;
* [[Installing Bluefish]] / [[Compiling Bluefish from source]]&lt;br /&gt;
&lt;br /&gt;
* [[Troubleshooting dll issues on windows]]&lt;br /&gt;
* [[Man 1 index|The Bluefish 1 Manual]]&lt;br /&gt;
* [[:Category:Manual 2|Bluefish 2 Manual project]]&lt;br /&gt;
&amp;lt;!-- * [[Man 1 ch01s04|Downloading From SVN]] --&amp;gt;&lt;br /&gt;
* [[Enabling Aspell Under MacOSX]]&lt;br /&gt;
* [[Typing Japanese under MacOS X]]&lt;br /&gt;
* [[Hidden features]]&lt;br /&gt;
&lt;br /&gt;
=== Development / contributing ===&lt;br /&gt;
&lt;br /&gt;
Recent activity:&lt;br /&gt;
* [[CommunityTools]]&lt;br /&gt;
* [[Getting Bluefish]]&lt;br /&gt;
* [[Project Roadmap]]&lt;br /&gt;
* [[Translations|Translation status]]&lt;br /&gt;
* [[Sending Patches]]&lt;br /&gt;
* [[Debugging Bluefish]]&lt;br /&gt;
* [[Setting up a Windows Build Environment]] [[Installation d&#039;un environnement de compilation Windows|(français)]]&lt;br /&gt;
* [[Using File Type Icons in Bluefish 2]]&lt;br /&gt;
* [[Building a native (no X11) MacOSX binary]]&lt;br /&gt;
&lt;br /&gt;
Still useful:&lt;br /&gt;
&lt;br /&gt;
* [[Compiling Under MacOS X]]&lt;br /&gt;
* [[Backtrace Under Mac OS X]]&lt;br /&gt;
* [[Customization For MacOS X]]&lt;br /&gt;
* [[Compiling Under Cygwin]]&lt;br /&gt;
&lt;br /&gt;
=== Old stuff, mostly outdated ===&lt;br /&gt;
* [[Syntax Highlighting Colours]] - default colors for all languages&lt;br /&gt;
* [[Scanner]] - Bluefish text widget with scanning features&lt;br /&gt;
* [[Manual]] -- Just so people can work out whos doing what (Now being Maintained by Scott White)&lt;br /&gt;
* [[Function Reference 2]] - new function reference for Bluefish (or should we call it Information Center ?)&lt;br /&gt;
* Search and Replace dialog&lt;br /&gt;
* [[Reproducable Bugs]]&lt;br /&gt;
* [[Preferences Refactor]] - Changes and removals on the Prefs Dialog&lt;br /&gt;
* [[Feature Requests]]&lt;br /&gt;
* [[ToDo List]]&lt;br /&gt;
* [[Plugins]]&lt;br /&gt;
* [[Current Plans]] from all developers&lt;br /&gt;
* [[Gnome HIG]] compliance&lt;br /&gt;
* [[Cvs Activity]]&lt;br /&gt;
* [[Project Management]] - Olivier&lt;br /&gt;
* [[Function Reference]] - implemented already, but we need more references for python, perl etc.&lt;br /&gt;
* [[Old stuff, Bookmarks]]&lt;br /&gt;
* [[Downloading From CVS]]&lt;br /&gt;
* [[Compiling Manual]]&lt;br /&gt;
This Wiki is maintained by the Bluefish community. If you want to help to contribute in any way, please contact us on the [[Mailinglists|bluefish mailinglist]]. If you want to help translate Bluefish, have a look at [[Translations]].&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2480</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Main_Page&amp;diff=2480"/>
		<updated>2013-12-28T19:10:40Z</updated>

		<summary type="html">&lt;p&gt;Christian: Added service notice.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SERVICE NOTICE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: #f44; padding: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Due to a major server issue the Bluefish Wiki had to be relocated. The Wiki has been restored using a backup from December 2011.&lt;br /&gt;
Wiki updates from December 2011 to November 2013 are currently unavailable, but we hope to gain access to the old server and backups later.&lt;br /&gt;
We sincerely apologize for the inconvenience.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Should you find bugs or problems with the Wiki, please do not hesitate to contact the wiki admin or forward your observations to the bluefish-user mailinglist.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Welcome to the Bluefish Wiki!==&lt;br /&gt;
&lt;br /&gt;
The official bluefish website is at http://bluefish.openoffice.nl&lt;br /&gt;
&lt;br /&gt;
See our [[Mailinglists]] to get in touch with the Bluefish community and developers. The honorable project leader is Olivier Sessink (olivier (at) bluefish.openoffice.nl). The wiki maintainer is Christian (chris --a--tellefsen.net). If you find typos, broken links, or simply want to contribute, feel free to register.&lt;br /&gt;
&lt;br /&gt;
=== Help / documentation ===&lt;br /&gt;
&lt;br /&gt;
* [[Installing Bluefish]] / [[Compiling Bluefish from source]]&lt;br /&gt;
&lt;br /&gt;
* [[Troubleshooting dll issues on windows]]&lt;br /&gt;
* [[Man 1 index|The Bluefish 1 Manual]]&lt;br /&gt;
* [[:Category:Manual 2|Bluefish 2 Manual project]]&lt;br /&gt;
&amp;lt;!-- * [[Man 1 ch01s04|Downloading From SVN]] --&amp;gt;&lt;br /&gt;
* [[Enabling Aspell Under MacOSX]]&lt;br /&gt;
* [[Typing Japanese under MacOS X]]&lt;br /&gt;
* [[Hidden features]]&lt;br /&gt;
&lt;br /&gt;
=== Development / contributing ===&lt;br /&gt;
&lt;br /&gt;
Recent activity:&lt;br /&gt;
* [[CommunityTools]]&lt;br /&gt;
* [[Getting Bluefish]]&lt;br /&gt;
* [[Project Roadmap]]&lt;br /&gt;
* [[Translations|Translation status]]&lt;br /&gt;
* [[Sending Patches]]&lt;br /&gt;
* [[Debugging Bluefish]]&lt;br /&gt;
* [[Setting up a Windows Build Environment]] [[Installation d&#039;un environnement de compilation Windows|(français)]]&lt;br /&gt;
* [[Using File Type Icons in Bluefish 2]]&lt;br /&gt;
* [[Building a native (no X11) MacOSX binary]]&lt;br /&gt;
&lt;br /&gt;
Still useful:&lt;br /&gt;
&lt;br /&gt;
* [[Compiling Under MacOS X]]&lt;br /&gt;
* [[Backtrace Under Mac OS X]]&lt;br /&gt;
* [[Customization For MacOS X]]&lt;br /&gt;
* [[Compiling Under Cygwin]]&lt;br /&gt;
&lt;br /&gt;
=== Old stuff, mostly outdated ===&lt;br /&gt;
* [[Syntax Highlighting Colours]] - default colors for all languages&lt;br /&gt;
* [[Scanner]] - Bluefish text widget with scanning features&lt;br /&gt;
* [[Manual]] -- Just so people can work out whos doing what (Now being Maintained by Scott White)&lt;br /&gt;
* [[Function Reference 2]] - new function reference for Bluefish (or should we call it Information Center ?)&lt;br /&gt;
* Search and Replace dialog&lt;br /&gt;
* [[Reproducable Bugs]]&lt;br /&gt;
* [[Preferences Refactor]] - Changes and removals on the Prefs Dialog&lt;br /&gt;
* [[Feature Requests]]&lt;br /&gt;
* [[ToDo List]]&lt;br /&gt;
* [[Plugins]]&lt;br /&gt;
* [[Current Plans]] from all developers&lt;br /&gt;
* [[Gnome HIG]] compliance&lt;br /&gt;
* [[Cvs Activity]]&lt;br /&gt;
* [[Project Management]] - Olivier&lt;br /&gt;
* [[Function Reference]] - implemented already, but we need more references for python, perl etc.&lt;br /&gt;
* [[Old stuff, Bookmarks]]&lt;br /&gt;
* [[Downloading From CVS]]&lt;br /&gt;
* [[Compiling Manual]]&lt;br /&gt;
This Wiki is maintained by the Bluefish community. If you want to help to contribute in any way, please contact us on the [[Mailinglists|bluefish mailinglist]]. If you want to help translate Bluefish, have a look at [[Translations]].&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:Troy_Scott&amp;diff=2416</id>
		<title>User talk:Troy Scott</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:Troy_Scott&amp;diff=2416"/>
		<updated>2011-11-14T21:37:14Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 21:37, 14 November 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User:Troy_Scott&amp;diff=2415</id>
		<title>User:Troy Scott</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User:Troy_Scott&amp;diff=2415"/>
		<updated>2011-11-14T21:37:14Z</updated>

		<summary type="html">&lt;p&gt;Christian: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Background is in Finance and Information Technology.  Focusing on Business Intelligence solutions on the Microsoft Stack.&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:Jeroen_Verstegen&amp;diff=2414</id>
		<title>User talk:Jeroen Verstegen</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:Jeroen_Verstegen&amp;diff=2414"/>
		<updated>2011-11-04T14:50:04Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 14:50, 4 November 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User:Jeroen_Verstegen&amp;diff=2413</id>
		<title>User:Jeroen Verstegen</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User:Jeroen_Verstegen&amp;diff=2413"/>
		<updated>2011-11-04T14:50:04Z</updated>

		<summary type="html">&lt;p&gt;Christian: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bar owner since 2002 and programmer (VB, VBA, PHP) since 1991.&lt;br /&gt;
I live in Amsterdam, Netherlands&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:Alwi_Oemar_AS&amp;diff=2406</id>
		<title>User talk:Alwi Oemar AS</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:Alwi_Oemar_AS&amp;diff=2406"/>
		<updated>2011-10-29T12:31:20Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 12:31, 29 October 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User:Alwi_Oemar_AS&amp;diff=2405</id>
		<title>User:Alwi Oemar AS</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User:Alwi_Oemar_AS&amp;diff=2405"/>
		<updated>2011-10-29T12:31:20Z</updated>

		<summary type="html">&lt;p&gt;Christian: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am an architect senag though new to Web design beginner level but rather with the Bluefish because under linux system; field that I am working currently as follows;Art Designer,Artchitect,Hezt Electronika Institute,Landskaping,jurnalism&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:Toula&amp;diff=2403</id>
		<title>User talk:Toula</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:Toula&amp;diff=2403"/>
		<updated>2011-10-19T17:33:12Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 17:33, 19 October 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:Martinisi&amp;diff=2401</id>
		<title>User talk:Martinisi</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:Martinisi&amp;diff=2401"/>
		<updated>2011-10-19T09:58:24Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 09:58, 19 October 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User:Martinisi&amp;diff=2400</id>
		<title>User:Martinisi</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User:Martinisi&amp;diff=2400"/>
		<updated>2011-10-19T09:58:24Z</updated>

		<summary type="html">&lt;p&gt;Christian: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;bluefish php html css xml xampp codeigniter kompozer template web development&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:Flemming_Christensen&amp;diff=2393</id>
		<title>User talk:Flemming Christensen</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:Flemming_Christensen&amp;diff=2393"/>
		<updated>2011-10-03T18:54:21Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 18:54, 3 October 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User:Flemming_Christensen&amp;diff=2392</id>
		<title>User:Flemming Christensen</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User:Flemming_Christensen&amp;diff=2392"/>
		<updated>2011-10-03T18:54:21Z</updated>

		<summary type="html">&lt;p&gt;Christian: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Moderator of Forum of ubuntudanmark.dk (http://ubuntudanmark.dk/forum) since 2008, LoCo-contact for ubuntu-dk since 2011, member of dansk-gruppen (Danish translators - https://launchpad.net/~dansk-gruppen), launchpad-translators (https://launchpad.net/~launchpad-translators)and Danish translators of Ubuntu (https://launchpad.net/~ubuntu-l10n-da) since 2011.&lt;br /&gt;
More on https://wiki.ubuntu.com/FlemmingChristensen&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:Chinnan&amp;diff=2391</id>
		<title>User talk:Chinnan</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:Chinnan&amp;diff=2391"/>
		<updated>2011-10-03T13:23:50Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 13:23, 3 October 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User:Chinnan&amp;diff=2390</id>
		<title>User:Chinnan</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User:Chinnan&amp;diff=2390"/>
		<updated>2011-10-03T13:23:50Z</updated>

		<summary type="html">&lt;p&gt;Christian: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am an artist. These days I am with codes to make sites for friends.&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:Elliot_iddon&amp;diff=2350</id>
		<title>User talk:Elliot iddon</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:Elliot_iddon&amp;diff=2350"/>
		<updated>2011-08-15T10:37:29Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 10:37, 15 August 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User:Elliot_iddon&amp;diff=2349</id>
		<title>User:Elliot iddon</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User:Elliot_iddon&amp;diff=2349"/>
		<updated>2011-08-15T10:37:29Z</updated>

		<summary type="html">&lt;p&gt;Christian: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This has to be at least 10 words long, I&#039;m only registering to correct an error on the how to install page.&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:Gary_Roberts&amp;diff=2343</id>
		<title>User talk:Gary Roberts</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:Gary_Roberts&amp;diff=2343"/>
		<updated>2011-08-10T05:56:00Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 05:56, 10 August 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User:Gary_Roberts&amp;diff=2342</id>
		<title>User:Gary Roberts</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User:Gary_Roberts&amp;diff=2342"/>
		<updated>2011-08-10T05:56:00Z</updated>

		<summary type="html">&lt;p&gt;Christian: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am a software engieer in Las Vegas NV. Looking forward to learning HTML 5&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:John&amp;diff=2335</id>
		<title>User talk:John</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:John&amp;diff=2335"/>
		<updated>2011-07-25T20:45:13Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 20:45, 25 July 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User:John&amp;diff=2334</id>
		<title>User:John</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User:John&amp;diff=2334"/>
		<updated>2011-07-25T20:45:13Z</updated>

		<summary type="html">&lt;p&gt;Christian: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am a network/communications engineer and system administrator turned frontend webdeveloper who recently started learning programming (mainly PHP) and I&#039;m ready to kick some web application butt!! I&#039;m loving it and it&#039;s making me chance the course of my company from a core business of Internet communication consulting to backend development to offer custom business solutions.&lt;br /&gt;
On a more personal note: I have an international background. In my immediate family there are 8+ different nationalities (&amp;amp; I mean 1st generation full blooded passport holding nationalities). I grew up as an MK in 4 different cultures 5 including my own so that makes me TCK (well technically speaking FCK - LOL - but don&#039;t confuse it with KFC). If you know what that all means, then we&#039;re very much alike, but if you don&#039;t have a clue you won&#039;t figure it out unless you ask me.&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:Jurczakowski&amp;diff=2333</id>
		<title>User talk:Jurczakowski</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:Jurczakowski&amp;diff=2333"/>
		<updated>2011-07-25T20:44:53Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 20:44, 25 July 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User:Jurczakowski&amp;diff=2332</id>
		<title>User:Jurczakowski</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User:Jurczakowski&amp;diff=2332"/>
		<updated>2011-07-25T20:44:52Z</updated>

		<summary type="html">&lt;p&gt;Christian: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Editor of Biznes Foreign Trade and Hotelarz(Hotelier) online in Polish languages.&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:David_Aparicio&amp;diff=2327</id>
		<title>User talk:David Aparicio</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:David_Aparicio&amp;diff=2327"/>
		<updated>2011-07-16T06:22:35Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 06:22, 16 July 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User:David_Aparicio&amp;diff=2326</id>
		<title>User:David Aparicio</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User:David_Aparicio&amp;diff=2326"/>
		<updated>2011-07-16T06:22:35Z</updated>

		<summary type="html">&lt;p&gt;Christian: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tesista de psicología y techgeek probando este sistema Bluefish que por ahora me funciona&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:Jonathan&amp;diff=2321</id>
		<title>User talk:Jonathan</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:Jonathan&amp;diff=2321"/>
		<updated>2011-07-14T21:08:27Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 21:08, 14 July 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User:Jonathan&amp;diff=2320</id>
		<title>User:Jonathan</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User:Jonathan&amp;diff=2320"/>
		<updated>2011-07-14T21:08:27Z</updated>

		<summary type="html">&lt;p&gt;Christian: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Web Developer for 5 years. I use Rails, HAML, SASS, jQuery, or PHP with Codeigniter.&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:Sagar_Nangare&amp;diff=2257</id>
		<title>User talk:Sagar Nangare</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:Sagar_Nangare&amp;diff=2257"/>
		<updated>2011-06-26T18:01:00Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 18:01, 26 June 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User:Sagar_Nangare&amp;diff=2256</id>
		<title>User:Sagar Nangare</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User:Sagar_Nangare&amp;diff=2256"/>
		<updated>2011-06-26T18:00:59Z</updated>

		<summary type="html">&lt;p&gt;Christian: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am web developer, internet marketing expert, blogger, webmaster, SEO, freelancer.&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:Martin_Jernberg&amp;diff=2250</id>
		<title>User talk:Martin Jernberg</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:Martin_Jernberg&amp;diff=2250"/>
		<updated>2011-06-18T11:12:28Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 11:12, 18 June 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User:Martin_Jernberg&amp;diff=2249</id>
		<title>User:Martin Jernberg</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User:Martin_Jernberg&amp;diff=2249"/>
		<updated>2011-06-18T11:12:28Z</updated>

		<summary type="html">&lt;p&gt;Christian: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;using Bluefish to edit html and wants a wiki account&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User_talk:John_Bryan&amp;diff=2241</id>
		<title>User talk:John Bryan</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User_talk:John_Bryan&amp;diff=2241"/>
		<updated>2011-06-15T14:58:01Z</updated>

		<summary type="html">&lt;p&gt;Christian: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;Bluefish Wiki&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Christian|Christian]] 14:58, 15 June 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=User:John_Bryan&amp;diff=2240</id>
		<title>User:John Bryan</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=User:John_Bryan&amp;diff=2240"/>
		<updated>2011-06-15T14:58:00Z</updated>

		<summary type="html">&lt;p&gt;Christian: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently a &amp;quot;virus threat researcher&amp;quot; for a computer security company, I started in computers when I found in 1980 that our school actually owned some. Since then I have been a sales assistant in Tandy, a computer contractor, a freelance computer consultant specialising in application integration &amp;amp; deployment for numerous nationals and internationals, part-time web designer and for the last few years joined an international anti-virus company.&lt;br /&gt;
&lt;br /&gt;
My main talents are in being a generalist and a problem solver, having worked in computer support when you could fix a motherboard with a soldering iron and had to program in whatever computer language was available at the time.&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
</feed>