[gimp-web-devel/hugo: 3/7] build advice




commit 04877b5b2d95d260ab0bb63ea739d88a19ec11f4
Author: robin-swift <robinswiftart gmail com>
Date:   Sat Jul 23 22:48:01 2022 +0100

    build advice

 Makefile                                          |   5 -
 README                                            |  84 ++-
 content/gimpcon/2003/gimpcon2003-mins-1.md        | 487 ++++++----------
 content/gimpcon/2003/gimpcon2003-mins-2.md        | 658 ++++++++++------------
 public/gimpcon/2003/gimpcon2003-mins-1/index.html | 395 +++++--------
 public/gimpcon/2003/gimpcon2003-mins-2/index.html | 419 +++++---------
 public/gimpcon/2003/index.html                    |   8 +-
 public/gimpcon/2003/index.xml                     |  32 +-
 public/index.xml                                  |  40 +-
 public/sitemap.xml                                |   8 +-
 10 files changed, 855 insertions(+), 1281 deletions(-)
---
diff --git a/README b/README
index 3bafa09..452314a 100644
--- a/README
+++ b/README
@@ -1,55 +1,37 @@
 developer.gimp.org
 ------------------
 
-This CVS module holds the source for the developer.gimp.org website.
-CVS commits to this module cause the website to be updated immidately.
+This git repository holds the source for the developer.gimp.org website.
+
+Commits to this module cause the website to be updated immediately.
 So please do test all your changes locally before you commit them.  A
-prerequisite for local tests is that you can build the website. This
-file will try to teach you how to do that...
-
-First of all some background information: The website is build using
-DocBook XML. In particular we are using the WebSite doctype and
-stylesheets. See http://docbook.sourceforge.net/projects/website/ for
-more information on DocBook Website.
-
-In order to create HTML pages from the XML sources, you will need a
-working DocBook XML setup. The default Makefile uses xsltproc as the
-XSLT processor. This is a fairly common tool that you probably have
-installed already; see http://xmlsoft.org/XSLT/xsltproc2.html. In
-addition to the XSLT processor you need to have the DocBook DTDs and
-stylesheets installed. And then, and that's often the problematic
-part, you need an XML catalog (usually /etc/xml/catalog) that refers
-the XSLT processors to the locally installed files. If that catalog is
-missing or incomplete, xsltproc will try to download stylesheets
-on-the-fly. This slows down processing considerably and since some
-stylesheets are not always available online (mainly due to being
-hosted on sourceforge) you should make sure that your catalog file is
-complete.
-
-Assuming your setup is complete, all you need to do is to type 'make'
-in the toplevel directory. The HTML files are created in the source
-tree (but should not be checked into CVS). We also put the XML files
-online. This allows to show people how easy the source for the HTML
-pages looks like and to allow them to provide patches on the XML
-sources w/o checking the whole thing out of CVS.
-
-The structure of the site is defined in the file layout.xml. Here the
-hierarchy and relation of all pages is defined. If you want to add new
-pages, start by adding a new tocentry here. Then, each XML file
-corresponds to a HTML file in the generated site. We name the XML file
-just like the HTML file in order to make our lifes easier. Please
-stick to this rule if possible.
-
-If you want to add images, especially screenshots, please use the PNG
-format (or JPEG if appropriate). Please add binary files such as
-images with the -kb option so that the CVS server knows that the files
-are binary and shouldn't attempt to create diffs.
-
-If you think there's info missing here, feel free to add it or send me
-a mail with your questions. Before you do any commits to this CVS
-module, please get in contact with me or write to the gimp-web
-mailing-list. The only exception to this rule is an obvious build fix.
-You are encouraged to not ask but simply do the fix then.
-
-
-  Sven Neumann  <sven gimp org>
+prerequisite for local tests is that you can build the website.
+
+## Testing your Changes
+
+Install hugo using the advice on
+[their website](https://gohugo.io/getting-started/installing/).
+Then build with
+
+    $ hugo
+
+To test your site run:
+
+    $ hugo serve
+
+The site will be hosted on your localhost with a port number decided
+at launch, (by default 1313) so open for example:
+[https://localhost:1313](https://localhost:1313) to see your changes.
+
+## Learning Hugo
+
+To learn how to edit the site start by reading any of the markdown
+files while running your local server. It will automatically update
+if you make changes and it should be easy to intuit how it works.
+
+For more advanced editing, read the
+[official docs](https://gohugo.io/getting-started/usage/).
+
+The GIMP Development Team,
+Sven Neumann  <sven gimp org>
+  
diff --git a/content/gimpcon/2003/gimpcon2003-mins-1.md b/content/gimpcon/2003/gimpcon2003-mins-1.md
index 5d16f64..e9043c2 100644
--- a/content/gimpcon/2003/gimpcon2003-mins-1.md
+++ b/content/gimpcon/2003/gimpcon2003-mins-1.md
@@ -1,307 +1,188 @@
 +++
+title = "The First Big Serious Meeting of GIMPCon 2003"
+abbrev = "First Meeting"
+description = "Minutes of the first GIMPCon 2003 Meeting"
 author = "The GIMP Development Team"
 +++
 
-    <title>The First Big Serious Meeting of GIMPCon 2003</title>
-    <titleabbrev>First Meeting</titleabbrev>
-    <summary>Minutes of the first GIMPCon 2003 Meeting</summary>
-  </head>
-
-  <para>
-    August 7th 2003, around 8pm
-  </para>
-
-  <para>
-    Discussion was led by Daniel Rogers (dsrogers) but stuff said is
-    for the most part anonymous. Partly because there shouldn't be any
-    ad hominem attacks that way, and partly because I didn't take down
-    any names.
-  </para>
-
-  <para>
-    Present: Daniel Rogers (dsrogers), Raphaël Quinet, Dave Neary
-    (bolsh), Sven Neumann (Sven), Michael Natterer (mitch), Henrik
-    Brix Andersen (brix), Jakub Steiner (jimmac), Simon Budig (nomis),
-    Marc Lehmann, Ville Pätsi (drc), Øyvind Kolås (pippin), Calvin
-    Williamson (calvin), Roman Joost (romanofski).
-  </para>
-
-  <para>
-    Absent but at camp: Maurits Rijk (Maurits), Branko Collin (bbc).
-  </para>
-
-  <para>
-    Topic discussion, in approximate chronological order:
-    <itemizedlist>
-      <listitem>
-        <link linkend="foundation">The GIMP foundation</link>
-      </listitem>
-      <listitem>
-        <link linkend="manager">Release manager</link>
-      </listitem>
-      <listitem>
-        <link linkend="decisions">Decision making (or lack of
-        it)</link>
-      </listitem>
-      <listitem>
-        <link linkend="general">General stuff about CVS,
-        Bugzilla</link>
-      </listitem>
-      <listitem>
-        <link linkend="communication">Communication</link>
-      </listitem>
-    </itemizedlist>
-  </para>
-
-  <section id="foundation">
-    <title>The GIMP Foundation</title>
-
-    <para>
-      The idea of a foundation was proposed. Lots of ideas were thrown
-      about as to what kind of remit it would have. If created, the
-      foundation would certainly have 2 things we don't have at the
-      moment - a bank account people could donate to, and a focus on
-      <quote>marketing</quote> in the broadest sense of the word.
-    </para>
-
-    <para>
-      Some of the issues were whether the foundation would be set up
-      in Europe or in the US (in the US it might make it easier to get
-      donations from US companies, but in Europe we're not as
-      litigious, so setting up would certainly cost less, but then we
-      probably wouldn't have NPO status in the US), whether it would
-      have any technical aspect (that is, would the foundation act as
-      a kind of steering committee for the general direction of the
-      GIMP?), and how, if the issue came up, we might pay someone.
-    </para>
-
-    <para>
-      This led onto a discussion of whether the foundation would be
-      responsible for setting release dates, or whether we would have
-      a separate...
-    </para>
-
-  </section>
-
-  <section id="manager">
-    <title>Release Manager</title>
-
-    <para>
-      The general consensus (more on that later) was that a release
-      manager is a good thing. There do seem to be a few different
-      ideas of what the role would entail. The general idea would be
-      that the release manager would be responsible for following CVS
-      and know at what stage a given feature is at, follow bugzilla
-      making sure that bugs got milestoned for some release in order
-      of their priority, would annoy people to get commits in before
-      feature freeze dates or postpone mercilessly features which are
-      not finished.
-    </para>
-
-    <para>
-      It was agreed that a release schedule would be helpful to define
-      the perimeters of responsibility of the release manager -
-      basically, some way to set up large milestones to aim for with
-      things to go into those milestones. This release schedule would
-      be subject to revision, and would be no more realistic than any
-      other release schedule, but it would serve as a guide for
-      development. Dan agreed to draw up a first draft of this, and
-      we'll have something more concrete before the end of the
-      weekend.
-    </para>
-
-    <para>
-      The questions that came up about the release manager were things
-      like where his authority comes from, how does he decide which
-      bugs are important and which features can be postponed and so
-      on. In other words, how do decisions get made. Is the release
-      manager a benevolent dictator, or does he answer to the larger
-      developer and user community? If so, to what extent? Is backing
-      out CVS commits OK, for example?
-    </para>
-
-    <para>
-      So we started talking about how to get contentious decisions
-      made.
-    </para>
-
-  </section>
-
-  <section id="decisions">
-    <title>Decision making (or lack of it)</title>
-
-    <para>
-      Currently, there are two ways to get something done in the
-      GIMP. First, you can write decent code and patches for a while,
-      until you get CVS commit access, then you write whatever feature
-      you're interested in, and commit it. If no-one backs it out,
-      then it's in.
-    </para>
-
-    <para>
-      Second, you can bring it up on the mailing list, or in bugzilla,
-      or in IRC (more on communication later), and discuss it until
-      there is a consensus. However, we tend to be pretty bad at
-      reaching consensus on anything even slightly contentious. The
-      important questions to be answered any time a discussion like
-      this comes up are what's going to be done, and who's going to do
-      it.
-    </para>
-
-    <para>
-      It was agreed that beyond a certain point, there is generally
-      very little technical merit to these types of discussions. It
-      was felt that about 5 days was enough for everyone with an
-      opinion on a given matter to make that opinion known, and that
-      after that point, it would be an idea to have a summary of the
-      salient points and close the discussion. That means, the people
-      here would stop posting to the discussion. Of course, if other
-      people want to keep on flaming, they're free to do so, but
-      people will just ignore the thread.
-    </para>
-
-    <para>
-      At this point, the summary should sum up the various points, and
-      finish with an answer to those two questions - what gets done,
-      and who's doing it.
-    </para>
-
-    <para>
-      We may even have a bake-off system. If there are two competing
-      ideas for the way something should be done, currently no-one
-      tends to do it. Ideally, both people would do it and we pick the
-      best one.
-    </para>
-
-    <para>
-      This brings up another point, though - in general, what is
-      authority? And in particular, at what point has someone gained
-      enough standing and authority to post one of these thread-ending
-      summaries? Some discussion is going to be had on that over the
-      weekend.
-    </para>
-
-  </section>
-
-  <section id="general">
-    <title>General stuff, about Bugzilla and CVS</title>
-
-    <para>
-      We talked about various ways of improving the way we use these
-      tools. First is whether it makes sense for us to have module
-      owners, and if so, who should they be? Should we use the system
-      of bug owners to track who is responsible for a bug at any given
-      time, or is the current scheme of bugs gimp org sufficient? Do
-      we need to change bugs gimp org to something else to avoid
-      confusion with the old bug reporting address? There were a few
-      open points in here.
-    </para>
-
-    <para>
-      Second, we talked about pre-release branches, and whether it
-      would be worthwhile having a mozilla style release cycle with
-      feature-freezes, followed by concurrent bug-fixing before
-      unstable releases, freeing up the branch for bigger stuff that
-      people want to start committing. In general, it was felt that
-      there was very little to be gained from that, and the current
-      system of a long-lived devel branch with self-imposed feature
-      freezes every few weeks was a better way to go.
-    </para>
-
-    <para>
-      We also expressed a desire to have more redundancy in the
-      non-technical aspects of The GIMP, things like the mailing lists
-      and ftp mirror lists should have more than one person with the
-      ability to change them so that if there's a problem, and that
-      person has no time to take care of it, then someone
-      will. Perhaps using a Debian or GNU style ticket system might
-      help here fro these particular tasks? In any case, everyone in a
-      given group should know everyone else in the group, and know
-      more or less that when an issue gets in, it will be handled by
-      at least one person.
-    </para>
-
-  </section>
-
-  <section id="communication">
-    <title>Communication</title>
-
-    <para>
-      It was agreed that we need to communicate better (that's a
-      no-brainer, really). For a start, every developer should be
-      subscribed to the userlist. gimp-devel (if it doesn't disappear
-      altogether) would only be used for technical discussions of
-      implementation details - all the philosophical level discussions
-      of new features, ui changes, release mechanisms and so on should
-      be discussed on the user list.
-    </para>
-
-    <para>
-      Basically, we're going to talk a lot more about how the
-      developers can interface better with the users.
-    </para>
-
-  </section>
-
-  <section>
-    <title>Decisions</title>
-
-    <para>
-      Not too many of these... we will have a release manager, but we
-      need to define exactly what his/her remit will be. And who it
-      will be. We agreed that the <quote>5 days and it's dead</quote>
-      rule for threads makes sense, so that will be done.
-    </para>
-
-  </section>
-
-  <section>
-    <title>Future</title>
-
-    <para>
-      <orderedlist>
-        <listitem>
-          Roadmap - rough release schedule, we will have a first draft
-          today.
-        </listitem>
-        <listitem>
-          GIMP Foundation - we need to define its responsibilities,
-          set up election rules, and get this set up. The principle of
-          the foundation is more or less agreed.
-        </listitem>
-        <listitem>
-          Communication
-        </listitem>
-        <listitem>
-          Release Manager - what'll he do, who'll he be. This should
-          be short once we have discussed communication channels a
-          bit.
-        </listitem>
-        <listitem>
-          Technie stuff - Sven and mitch are going to talk to us about
-          the re-organisation of the code, GObjectification of
-          everything, and other stuff. Daniel and Calvin are going to
-          talk to us about GEGL and how they feel The GIMP could use
-          it. This will probably be a two-way discussion about what
-          kind of things we expect GEGL to furnish as well.
-        </listitem>
-        <listitem>
-          GIMP tutorials - jimmac and nomis are going to do some
-          presentations for people, which should be good.
-        </listitem>
-        <listitem>
-          Plug-in distribution - 3 years ago this was discussion, yosh
-          has been working on something as a proof-of-concept, it
-          would be nice to address this and get something in place
-          soon.
-        </listitem>
-      </orderedlist>
-    </para>
-
-  </section>
-
-  <para>
-    Written by Dave Neary
-  </para>
-
-</webpage>
+August 7th 2003, around 8pm
+
+Discussion was led by Daniel Rogers (dsrogers) but stuff said is
+for the most part anonymous. Partly because there shouldn't be any
+ad hominem attacks that way, and partly because I didn't take down
+any names.
+
+Present: Daniel Rogers (dsrogers), Raphaël Quinet, Dave Neary
+(bolsh), Sven Neumann (Sven), Michael Natterer (mitch), Henrik
+Brix Andersen (brix), Jakub Steiner (jimmac), Simon Budig (nomis),
+Marc Lehmann, Ville Pätsi (drc), Øyvind Kolås (pippin), Calvin
+Williamson (calvin), Roman Joost (romanofski).
+
+Absent but at camp: Maurits Rijk (Maurits), Branko Collin (bbc).
+
+Topic discussion, in approximate chronological order:
+
+* [The GIMP foundation](#the-gimp-foundation)
+* [Release manager](#release-manager)
+* [Decision making (or lack of it)](#decisions)
+* [General stuff about CVS, Bugzilla](#general)
+* [Communication](#communication)
+
+## The GIMP Foundation
+
+The idea of a foundation was proposed. Lots of ideas were thrown
+about as to what kind of remit it would have. If created, the
+foundation would certainly have 2 things we don't have at the
+moment - a bank account people could donate to, and a focus on
+<quote>marketing</quote> in the broadest sense of the word.
+
+Some of the issues were whether the foundation would be set up
+in Europe or in the US (in the US it might make it easier to get
+donations from US companies, but in Europe we're not as
+litigious, so setting up would certainly cost less, but then we
+probably wouldn't have NPO status in the US), whether it would
+have any technical aspect (that is, would the foundation act as
+a kind of steering committee for the general direction of the
+GIMP?), and how, if the issue came up, we might pay someone.
+
+This led onto a discussion of whether the foundation would be
+responsible for setting release dates, or whether we would have
+a separate...
+
+## Release Manager
+
+The general consensus (more on that later) was that a release
+manager is a good thing. There do seem to be a few different
+ideas of what the role would entail. The general idea would be
+that the release manager would be responsible for following CVS
+and know at what stage a given feature is at, follow bugzilla
+making sure that bugs got milestoned for some release in order
+of their priority, would annoy people to get commits in before
+feature freeze dates or postpone mercilessly features which are
+not finished.
+
+It was agreed that a release schedule would be helpful to define
+the perimeters of responsibility of the release manager -
+basically, some way to set up large milestones to aim for with
+things to go into those milestones. This release schedule would
+be subject to revision, and would be no more realistic than any
+other release schedule, but it would serve as a guide for
+development. Dan agreed to draw up a first draft of this, and
+we'll have something more concrete before the end of the
+weekend.
+
+The questions that came up about the release manager were things
+like where his authority comes from, how does he decide which
+bugs are important and which features can be postponed and so
+on. In other words, how do decisions get made. Is the release
+manager a benevolent dictator, or does he answer to the larger
+developer and user community? If so, to what extent? Is backing
+out CVS commits OK, for example?
+
+So we started talking about how to get contentious decisions
+made.
+
+## Decision making (or lack of it)
+
+Currently, there are two ways to get something done in the
+GIMP. First, you can write decent code and patches for a while,
+until you get CVS commit access, then you write whatever feature
+you're interested in, and commit it. If no-one backs it out,
+then it's in.
+
+Second, you can bring it up on the mailing list, or in bugzilla,
+or in IRC (more on communication later), and discuss it until
+there is a consensus. However, we tend to be pretty bad at
+reaching consensus on anything even slightly contentious. The
+important questions to be answered any time a discussion like
+this comes up are what's going to be done, and who's going to do
+it.
+
+It was agreed that beyond a certain point, there is generally
+very little technical merit to these types of discussions. It
+was felt that about 5 days was enough for everyone with an
+opinion on a given matter to make that opinion known, and that
+after that point, it would be an idea to have a summary of the
+salient points and close the discussion. That means, the people
+here would stop posting to the discussion. Of course, if other
+people want to keep on flaming, they're free to do so, but
+people will just ignore the thread.
+
+At this point, the summary should sum up the various points, and
+finish with an answer to those two questions - what gets done,
+and who's doing it.
+
+We may even have a bake-off system. If there are two competing
+ideas for the way something should be done, currently no-one
+tends to do it. Ideally, both people would do it and we pick the
+best one.
+
+This brings up another point, though - in general, what is
+authority? And in particular, at what point has someone gained
+enough standing and authority to post one of these thread-ending
+summaries? Some discussion is going to be had on that over the
+weekend.
+
+## General stuff, about Bugzilla and CVS
+
+We talked about various ways of improving the way we use these
+tools. First is whether it makes sense for us to have module
+owners, and if so, who should they be? Should we use the system
+of bug owners to track who is responsible for a bug at any given
+time, or is the current scheme of bugs gimp org sufficient? Do
+we need to change bugs gimp org to something else to avoid
+confusion with the old bug reporting address? There were a few
+open points in here.
+
+Second, we talked about pre-release branches, and whether it
+would be worthwhile having a mozilla style release cycle with
+feature-freezes, followed by concurrent bug-fixing before
+unstable releases, freeing up the branch for bigger stuff that
+people want to start committing. In general, it was felt that
+there was very little to be gained from that, and the current
+system of a long-lived devel branch with self-imposed feature
+freezes every few weeks was a better way to go.
+
+We also expressed a desire to have more redundancy in the
+non-technical aspects of The GIMP, things like the mailing lists
+and ftp mirror lists should have more than one person with the
+ability to change them so that if there's a problem, and that
+person has no time to take care of it, then someone
+will. Perhaps using a Debian or GNU style ticket system might
+help here fro these particular tasks? In any case, everyone in a
+given group should know everyone else in the group, and know
+more or less that when an issue gets in, it will be handled by
+at least one person.
+
+## Communication
+
+It was agreed that we need to communicate better (that's a
+no-brainer, really). For a start, every developer should be
+subscribed to the userlist. gimp-devel (if it doesn't disappear
+altogether) would only be used for technical discussions of
+implementation details - all the philosophical level discussions
+of new features, ui changes, release mechanisms and so on should
+be discussed on the user list.
+
+Basically, we're going to talk a lot more about how the
+developers can interface better with the users.
+
+## Decisions
+
+Not too many of these... we will have a release manager, but we
+need to define exactly what his/her remit will be. And who it
+will be. We agreed that the <quote>5 days and it's dead</quote>
+rule for threads makes sense, so that will be done.
+
+## Future
+
+1. Roadmap - rough release schedule, we will have a first draft today.
+2. GIMP Foundation - we need to define its responsibilities, set up election rules, and get this set up. The 
principle of the foundation is more or less agreed.
+3. Communication
+4. Release Manager - what'll he do, who'll he be. This should be short once we have discussed communication 
channels a bit.
+5. Technie stuff - Sven and mitch are going to talk to us about the re-organisation of the code, 
GObjectification of everything, and other stuff. Daniel and Calvin are going to talk to us about GEGL and how 
they feel The GIMP could use it. This will probably be a two-way discussion about what kind of things we 
expect GEGL to furnish as well.
+6. GIMP tutorials - jimmac and nomis are going to do some presentations for people, which should be good.
+7. Plug-in distribution - 3 years ago this was discussion, yosh has been working on something as a 
proof-of-concept, it would be nice to address this and get something in place soon.
+
+Written by Dave Neary
+
diff --git a/content/gimpcon/2003/gimpcon2003-mins-2.md b/content/gimpcon/2003/gimpcon2003-mins-2.md
index c20d123..47f55ec 100644
--- a/content/gimpcon/2003/gimpcon2003-mins-2.md
+++ b/content/gimpcon/2003/gimpcon2003-mins-2.md
@@ -1,371 +1,295 @@
 +++
+title = "The Second Big Serious Meeting of GIMPCon2003"
+abbrev = "Second Meeting"
+description = "Minutes of the second GIMPCon 2003 Meeting"
 author = "The GIMP Development Team"
 +++
 
-    <title>The Second Big Serious Meeting of GIMPCon2003</title>
-    <titleabbrev>Second Meeting</titleabbrev>
-    <summary>Minutes of the second GIMPCon 2003 Meeting</summary>
-  </head>
-
-  <para>
-    August 8th 2003, around 8pm
-  </para>
-
-  <para>
-    Discussion was led by Daniel Rogers (dsrogers) but stuff said is
-    for the most part anonymous. Partly because there shouldn't be any
-    ad hominem attacks that way, and partly because I didn't take down
-    any names.
-  </para>
-
-  <para>
-    Present: Daniel Rogers (dsrogers), Raphaël Quinet, Dave Neary
-    (bolsh), Sven Neumann (Sven), Michael Natterer (mitch), Henrik
-    Brix Andersen (brix), Jakub Steiner (jimmac), Simon Budig (nomis),
-    Marc Lehmann, Ville Pätsi (drc), Øyvind Kolås (pippin), Calvin
-    Williamson (calvin), Roman Joost (romanofski), Maurits Rijk
-    (Maurits), Branko Collin (bbc).
-  </para>
-
-  <para>
-    Topic discussion, in approximate chronological order:
-    <itemizedlist>
-      <listitem>
-        <link linkend="features">Features required for 2.0</link>
-      </listitem>
-      <listitem>
-        <link linkend="documentation">Documentation</link>
-      </listitem>
-      <listitem>
-        <link linkend="web">Web-site</link>
-      </listitem>
-      <listitem>
-        <link linkend="roadmap">Roadmap</link>
-      </listitem>
-      <listitem>
-        <link linkend="bugs">Bugs</link>
-      </listitem>
-      <listitem>
-        <link linkend="tasks">Task List</link>
-      </listitem>
-      <listitem>
-        <link linkend="foundation">GIMP Foundation</link>
-      </listitem>
-      <listitem>
-        <link linkend="manager">Release manager</link>
-      </listitem>
-    </itemizedlist>
-  </para>
-
-  <section id="features">
-    <title>Features required for 2.0</title>
-
-    <para>
-      There was quite a lot of talk on what was required for a 2.0
-      release. It was agreed that a pre-release should have feature
-      complete versions of everything going into 2.0, for obvious
-      reasons. These can be somewhat buggy, but they should at least
-      support what is supported in the 1.2 equivalents.
-    </para>
-
-    <para>
-      The major features or API changes which it was agreed are
-      necessary are:
-    <orderedlist>
-      <listitem>Complete path tool (nomis)</listitem>
-      <listitem>Remove libgck (Sven and mitch)</listitem>
-      <listitem>Finish the text tool (Sven)</listitem>
-      <listitem>Documentation (more on this later)</listitem>
-      <listitem>Web-site (again, more on this later)</listitem>
-      <listitem>Some libgimp changes which need to be made now so that
-      we can havebinary compatibility across a 2.2 release</listitem>
-    </orderedlist>
-    </para>
-
-  </section>
-
-  <section id="documentation">
-    <title>Documentation</title>
-
-    <para>
-      We felt that with pre-releases, the documentation will become
-      more complete. There should, however, be an effort to actively
-      get people writing docs. The main requirement, then, for 2.0
-      pre-releases will be to have a working help framework, so that
-      when people hit F1 for help, they at least get a message saying
-      <quote>This help item does not exist yet.If you would like to
-      help write it, contact docs gimp org</quote> or some such.
-      <footnote>
-       <para>
-          That email address doesn't exist (yet). People interested in
-          helping with the documentation should have a look at the
-          <ulink url="http://wiki.gimp.org/gimp/GimpDocs";>Wiki</ulink>.
-        </para>
-      </footnote>
-    </para>
-
-    <para>
-      If documentation is going to be released as a separate package,
-      as now seems likely, then we will need to define the interface
-      between the core and the help pages reasonably quickly. The
-      general idea is to more or less hard-code tagnames for a
-      particular help topic, and get the core and help using the same
-      tags, and agreeing on how they be communicated. This will
-      presumably require a considerable amount of communication with
-      the help team.
-    </para>
-
-    <para>
-      We also need to have the docs browsable online so that if people
-      want to browse them they can.
-    </para>
-
-  </section>
-
-  <section id="web">
-    <title>Web-site</title>
-
-    <para>
-      The new site should switch over to www.gimp.org soon. There will
-      obviously be quite a bit of pain involved as content gets added
-      and we get lots of <quote>your website sucks</quote> type
-      feedback, but this will only befor the short term. We should
-      switch to mmaybe as the main site before 2.0pre1. It was
-      suggested to do it even earlier than that, in the region of 2 to
-      3 weeks time.
-    </para>
-
-    <para>
-      It was also discussed whether it was a good idea to have a
-      separate coordinator for the website.
-    </para>
-
-  </section>
-
-  <section id="roadmap">
-    <title>Roadmap</title>
-
-    <para>
-      As an approximate set of ideals, it was agreed that we want
-      this: 2.0pre1 very soon, 2.0 soon, 2.2 next year, and GEGL
-      integration the end of next Summer.
-    </para>
-
-    <para>
-      More specifically, the near-term release schedule that we agreed
-      was reasonable is this:
-    </para>
-
-    <para>
-      1 or 2 developer releases (one now, more or less, and another
-      one in another 2 weeks). 6 weeks time (end of September 2003):
-      First pre-release of 2.0, including the features mentioned
-      above, and any other minor features that people code in the
-      meantime (hint, hint). Roughly 3 months later: 2.0
-    </para>
-
-    <para>
-      It was more or less agreed that 3 to 4 weeks was a nice
-      turnaround time for pre-releases, so that would imply between 4
-      and 6 (inclusive) pre-releases before 2.0.
-    </para>
-
-    <para>
-      The reason for not having a pre-release straight away was
-      mentioned above: to be feature complete, some features need a
-      little more than 2 weeks work, and people have real lives. So 6
-      weeks was felt to be a reasonable amount of time to have the
-      path tool and the help browser in place.
-    </para>
-
-  </section>
-
-  <section id="bugs">
-    <title>Bugs</title>
-
-    <para>
-      The developer release will also be a prelude to a bug week. We
-      would like people (that's you, in particular) to actively work
-      on bugzilla clean-up for 2.0 - bugs need to be prioritized,
-      unconfirmed bugs need confirming and milestoning (and if you're
-      feeling really helpful, fixing). The idea would more or less be
-      that the 2.0 milestone will be locked down for anything other
-      than serious bugs after this bug week, so if there are bugs that
-      are annoying you a lot, this is your chance to get them
-      considered and worked on for the 2.0 releases.
-    </para>
-
-    <para>
-      Just to spell that out - at the end of the bug week, any bugs
-      reported against The GIMP in CVS will be milestoned for 2.0.x,
-      or even 2.2, unless they are considered blockers for the
-      release. If we want to get a 2.0 release soon, we need to get
-      lots of testing done, and lots of bugfixing done, but we also
-      need to choose what to do and what not to do. We felt this was a
-      reasonable compromise.
-    </para>
-
-    <para>
-      It was also re-discussed whether it would make sense to have
-      module owners. The conclusion was that for certain components,
-      it makes sense to have a smaller group of people getting the bug
-      reports and having responsibility for them. This would be done
-      via mail aliases for the group of people guiding the component,
-      in a similar way to that which is used for (say) gtktreeview in
-      gtk+.
-    </para>
-
-    <para>
-      The module owner group wouldn't have to be technical, and we
-      should be actively recruiting people to do this kind of work and
-      leave more time for programmers to program.
-    </para>
-
-    <para>
-      This leads us on to...
-    </para>
-
-  </section>
-
-  <section id="tasks">
-    <title>Task list</title>
-
-    <para>
-      There are lots of non-technical jobs that need doing around the
-      gimp-docs, website, bugzilla triage, internationalisation,
-      etc. Often it is quite difficult to know what needs doing, and
-      who to contact about getting it done. We need a list of
-      bite-sized tasks that people can do, including the kinds of
-      tasks that only take a few hours a week to do, but are ongoing
-      tasks.
-    </para>
-
-    <para>
-      We used to have a TODO, and we could use that system again, if
-      someone were maintaining it. That could come under the remit of
-      the release manager to some extent, but since the mainenance of
-      the TODO list is mostly a non-technical task, anyone could do it
-      (in fact, as an example of a task, <quote>Maintaining the TODO
-      list</quote> would go in the TODO list).
-    </para>
-
-    <para>
-      We might do this through Bugzilla using a keyword to allow
-      getting at the list easily, which would imply getting more
-      people looking at bugzilla regularly. Then again, if there were
-      a link to a bugzilla query on the webpage marked <quote>GIMP
-      TODO list</quote> we could get that for free.
-    </para>
-
-  </section>
-
-  <section id="foundation">
-    <title>GIMP Foundation</title>
-
-    <para>
-      Basically, we're agreed this is a good idea to have some kind of
-      public face people and companies can contribute to. There is no
-      problem with having 2 foundations, one in Europe and one in the
-      US. It was more or less agreed that assigning copyright to the
-      foundation isn't going to happen soon (for a start, so many
-      plug-in authors have gone their merry way and are almost
-      unfindable) This may hapen in the future, but most people felt
-      that it would not be something they'd be happy doing personally.
-    </para>
-
-    <para>
-      Other people said they would prefer to assign copyright to an
-      organism under the jurisdiction of European law rather than
-      under US jurisdiction.
-    </para>
-
-    <para>
-      So, to sum up, there's no reason not to have one of
-      these. Daniel Rogers has agreed to do the necessary paperwork
-      and set up the foundation and the bank account for donations in
-      the US. Pretty quickly after getting that up and going, we will
-      need to get a board of directors and a set of by-laws. We know
-      lots of people who can help with this (in particular, the GNOME
-      foundation and the FSF).
-    </para>
-
-    <para>
-      If someone wants to set up an equivalent in Europe, we're all
-      ears. Currently no-one has said they'll do it, so it's an open
-      point. To start, the foundation will only be a board an a bank
-      account - in the future, we could expand its responsibilities to
-      promotional work, a single point where people could go to get
-      speakers, a group that does press releases and so on. It was
-      agreed that at least in the short term it is undesirable to have
-      the foundation have actual control of source code, just in case
-      the foundation then gets sued.
-    </para>
-
-    <para>
-      In brief, it's being set up with a very narrow remit, with the
-      possibility to expand later if it is felt that there is a need.
-    </para>
-
-  </section>
-
-  <section id="manager">
-    <title>Release manager</title>
-
-    <para>
-      The responsibilities are:
-    <itemizedlist>
-      <listitem>
-        Follow CVS so that he can write release notes, and knows at
-        any given time who is working on what, and at what stage it
-        is
-      </listitem>
-      <listitem>
-        Follow bugzilla closely
-      </listitem>
-      <listitem>
-        Make releases regularly, according to the roadmap (or make
-        sure releases get made)
-      </listitem>
-      <listitem>
-        Update the roadmap to reflect reality
-      </listitem>
-      <listitem>
-        Write release notes for the releases (keep NEWS up to date)
-      </listitem>
-      <listitem>
-        Generally annoy people sending mails to the mailing lists and
-        sending content to the website to explain the state of play
-        and get people to work on stuff.
-      </listitem>
-    </itemizedlist>
-    </para>
-
-    <para>
-      Dave Neary (me) agreed to do this. He already regrets it.
-    </para>
-
-    <para>
-      That's it folks - today, Sven and mitch are going to talk to us
-      about the major changes in the codebase and the general utility
-      stuff which exists now which has been written from scratch,
-      Calvin and Daniel are going to talk about GEGL and how we can
-      use it, and work towards having a GEGL that we can use in a
-      year. I'm going to lead a discussion on communication in the
-      GIMP, and how to maybe make it easier for people to contribute,
-      and jimmac is going to demonstrate what a power user really is.
-    </para>
-
-    <para>
-      Goodbye from everyone at camp. As usual, comments are welcome on
-      all this stuff. While on a philosophical level, we are agreed on
-      the direction things should take, all the details are open to
-      discussion, if there's any reason to change them.
-    </para>
-
-  <para>
-    Written by Dave Neary
-  </para>
-
-  </section>
-
-</webpage>
+August 8th 2003, around 8pm
+
+Discussion was led by Daniel Rogers (dsrogers) but stuff said is
+for the most part anonymous. Partly because there shouldn't be any
+ad hominem attacks that way, and partly because I didn't take down
+any names.
+
+Present: Daniel Rogers (dsrogers), Raphaël Quinet, Dave Neary
+(bolsh), Sven Neumann (Sven), Michael Natterer (mitch), Henrik
+Brix Andersen (brix), Jakub Steiner (jimmac), Simon Budig (nomis),
+Marc Lehmann, Ville Pätsi (drc), Øyvind Kolås (pippin), Calvin
+Williamson (calvin), Roman Joost (romanofski), Maurits Rijk
+(Maurits), Branko Collin (bbc).
+
+Topic discussion, in approximate chronological order:
+
+* <link linkend="features">Features required for 2.0</link>
+* <link linkend="documentation">Documentation</link>
+* <link linkend="web">Web-site</link>
+* <link linkend="roadmap">Roadmap</link>
+* <link linkend="bugs">Bugs</link>
+* <link linkend="tasks">Task List</link>
+* <link linkend="foundation">GIMP Foundation</link>
+* <link linkend="manager">Release manager</link>
+
+## Features required for 2.0
+
+There was quite a lot of talk on what was required for a 2.0
+release. It was agreed that a pre-release should have feature
+complete versions of everything going into 2.0, for obvious
+reasons. These can be somewhat buggy, but they should at least
+support what is supported in the 1.2 equivalents.
+
+The major features or API changes which it was agreed are
+necessary are:
+
+<orderedlist>
+1. <listitem>Complete path tool (nomis)</listitem>
+2. <listitem>Remove libgck (Sven and mitch)</listitem>
+<listitem>Finish the text tool (Sven)</listitem>
+<listitem>Documentation (more on this later)</listitem>
+<listitem>Web-site (again, more on this later)</listitem>
+<listitem>Some libgimp changes which need to be made now so that
+we can havebinary compatibility across a 2.2 release</listitem>
+</orderedlist>
+</para>
+
+</section>
+
+<section id="documentation">
+<title>Documentation</title>
+
+<para>
+We felt that with pre-releases, the documentation will become
+more complete. There should, however, be an effort to actively
+get people writing docs. The main requirement, then, for 2.0
+pre-releases will be to have a working help framework, so that
+when people hit F1 for help, they at least get a message saying
+<quote>This help item does not exist yet.If you would like to
+help write it, contact docs gimp org</quote> or some such.
+<footnote>
+<para>
+That email address doesn't exist (yet). People interested in
+helping with the documentation should have a look at the
+<ulink url="http://wiki.gimp.org/gimp/GimpDocs";>Wiki</ulink>.
+</para>
+</footnote>
+
+If documentation is going to be released as a separate package,
+as now seems likely, then we will need to define the interface
+between the core and the help pages reasonably quickly. The
+general idea is to more or less hard-code tagnames for a
+particular help topic, and get the core and help using the same
+tags, and agreeing on how they be communicated. This will
+presumably require a considerable amount of communication with
+the help team.
+
+We also need to have the docs browsable online so that if people
+want to browse them they can.
+</para>
+
+</section>
+
+<section id="web">
+<title>Web-site</title>
+
+<para>
+The new site should switch over to www.gimp.org soon. There will
+obviously be quite a bit of pain involved as content gets added
+and we get lots of <quote>your website sucks</quote> type
+feedback, but this will only befor the short term. We should
+switch to mmaybe as the main site before 2.0pre1. It was
+suggested to do it even earlier than that, in the region of 2 to
+3 weeks time.
+
+It was also discussed whether it was a good idea to have a
+separate coordinator for the website.
+</para>
+
+</section>
+
+<section id="roadmap">
+<title>Roadmap</title>
+
+<para>
+As an approximate set of ideals, it was agreed that we want
+this: 2.0pre1 very soon, 2.0 soon, 2.2 next year, and GEGL
+integration the end of next Summer.
+
+More specifically, the near-term release schedule that we agreed
+was reasonable is this:
+
+1 or 2 developer releases (one now, more or less, and another
+one in another 2 weeks). 6 weeks time (end of September 2003):
+First pre-release of 2.0, including the features mentioned
+above, and any other minor features that people code in the
+meantime (hint, hint). Roughly 3 months later: 2.0
+
+It was more or less agreed that 3 to 4 weeks was a nice
+turnaround time for pre-releases, so that would imply between 4
+and 6 (inclusive) pre-releases before 2.0.
+
+The reason for not having a pre-release straight away was
+mentioned above: to be feature complete, some features need a
+little more than 2 weeks work, and people have real lives. So 6
+weeks was felt to be a reasonable amount of time to have the
+path tool and the help browser in place.
+</para>
+
+</section>
+
+<section id="bugs">
+<title>Bugs</title>
+
+<para>
+The developer release will also be a prelude to a bug week. We
+would like people (that's you, in particular) to actively work
+on bugzilla clean-up for 2.0 - bugs need to be prioritized,
+unconfirmed bugs need confirming and milestoning (and if you're
+feeling really helpful, fixing). The idea would more or less be
+that the 2.0 milestone will be locked down for anything other
+than serious bugs after this bug week, so if there are bugs that
+are annoying you a lot, this is your chance to get them
+considered and worked on for the 2.0 releases.
+
+Just to spell that out - at the end of the bug week, any bugs
+reported against The GIMP in CVS will be milestoned for 2.0.x,
+or even 2.2, unless they are considered blockers for the
+release. If we want to get a 2.0 release soon, we need to get
+lots of testing done, and lots of bugfixing done, but we also
+need to choose what to do and what not to do. We felt this was a
+reasonable compromise.
+
+It was also re-discussed whether it would make sense to have
+module owners. The conclusion was that for certain components,
+it makes sense to have a smaller group of people getting the bug
+reports and having responsibility for them. This would be done
+via mail aliases for the group of people guiding the component,
+in a similar way to that which is used for (say) gtktreeview in
+gtk+.
+
+The module owner group wouldn't have to be technical, and we
+should be actively recruiting people to do this kind of work and
+leave more time for programmers to program.
+
+This leads us on to...
+</para>
+
+</section>
+
+<section id="tasks">
+<title>Task list</title>
+
+<para>
+There are lots of non-technical jobs that need doing around the
+gimp-docs, website, bugzilla triage, internationalisation,
+etc. Often it is quite difficult to know what needs doing, and
+who to contact about getting it done. We need a list of
+bite-sized tasks that people can do, including the kinds of
+tasks that only take a few hours a week to do, but are ongoing
+tasks.
+
+We used to have a TODO, and we could use that system again, if
+someone were maintaining it. That could come under the remit of
+the release manager to some extent, but since the mainenance of
+the TODO list is mostly a non-technical task, anyone could do it
+(in fact, as an example of a task, <quote>Maintaining the TODO
+list</quote> would go in the TODO list).
+
+We might do this through Bugzilla using a keyword to allow
+getting at the list easily, which would imply getting more
+people looking at bugzilla regularly. Then again, if there were
+a link to a bugzilla query on the webpage marked <quote>GIMP
+TODO list</quote> we could get that for free.
+</para>
+
+</section>
+
+<section id="foundation">
+<title>GIMP Foundation</title>
+
+<para>
+Basically, we're agreed this is a good idea to have some kind of
+public face people and companies can contribute to. There is no
+problem with having 2 foundations, one in Europe and one in the
+US. It was more or less agreed that assigning copyright to the
+foundation isn't going to happen soon (for a start, so many
+plug-in authors have gone their merry way and are almost
+unfindable) This may hapen in the future, but most people felt
+that it would not be something they'd be happy doing personally.
+
+Other people said they would prefer to assign copyright to an
+organism under the jurisdiction of European law rather than
+under US jurisdiction.
+
+So, to sum up, there's no reason not to have one of
+these. Daniel Rogers has agreed to do the necessary paperwork
+and set up the foundation and the bank account for donations in
+the US. Pretty quickly after getting that up and going, we will
+need to get a board of directors and a set of by-laws. We know
+lots of people who can help with this (in particular, the GNOME
+foundation and the FSF).
+
+If someone wants to set up an equivalent in Europe, we're all
+ears. Currently no-one has said they'll do it, so it's an open
+point. To start, the foundation will only be a board an a bank
+account - in the future, we could expand its responsibilities to
+promotional work, a single point where people could go to get
+speakers, a group that does press releases and so on. It was
+agreed that at least in the short term it is undesirable to have
+the foundation have actual control of source code, just in case
+the foundation then gets sued.
+
+In brief, it's being set up with a very narrow remit, with the
+possibility to expand later if it is felt that there is a need.
+</para>
+
+</section>
+
+<section id="manager">
+<title>Release manager</title>
+
+<para>
+The responsibilities are:
+<itemizedlist>
+<listitem>
+Follow CVS so that he can write release notes, and knows at
+any given time who is working on what, and at what stage it
+is
+</listitem>
+<listitem>
+Follow bugzilla closely
+</listitem>
+<listitem>
+Make releases regularly, according to the roadmap (or make
+sure releases get made)
+</listitem>
+<listitem>
+Update the roadmap to reflect reality
+</listitem>
+<listitem>
+Write release notes for the releases (keep NEWS up to date)
+</listitem>
+<listitem>
+Generally annoy people sending mails to the mailing lists and
+sending content to the website to explain the state of play
+and get people to work on stuff.
+</listitem>
+</itemizedlist>
+
+Dave Neary (me) agreed to do this. He already regrets it.
+
+That's it folks - today, Sven and mitch are going to talk to us
+about the major changes in the codebase and the general utility
+stuff which exists now which has been written from scratch,
+Calvin and Daniel are going to talk about GEGL and how we can
+use it, and work towards having a GEGL that we can use in a
+year. I'm going to lead a discussion on communication in the
+GIMP, and how to maybe make it easier for people to contribute,
+and jimmac is going to demonstrate what a power user really is.
+
+Goodbye from everyone at camp. As usual, comments are welcome on
+all this stuff. While on a philosophical level, we are agreed on
+the direction things should take, all the details are open to
+discussion, if there's any reason to change them.
+
+Written by Dave Neary
+
diff --git a/public/gimpcon/2003/gimpcon2003-mins-1/index.html 
b/public/gimpcon/2003/gimpcon2003-mins-1/index.html
index a1906ae..681f898 100644
--- a/public/gimpcon/2003/gimpcon2003-mins-1/index.html
+++ b/public/gimpcon/2003/gimpcon2003-mins-1/index.html
@@ -8,8 +8,8 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
-  <title> &middot; GIMP Developer Resources</title>
-  <meta name="description" content="" />
+  <title>The First Big Serious Meeting of GIMPCon 2003 &middot; GIMP Developer Resources</title>
+  <meta name="description" content="Minutes of the first GIMPCon 2003 Meeting" />
 
   
   <link type="text/css" rel="stylesheet" href="https://developer.gimp.org/css/print.css"; media="print">
@@ -101,246 +101,159 @@
           <td class="main">
             <main class="content container">
             <div class="post">
-  <h1></h1>
+  <h1>The First Big Serious Meeting of GIMPCon 2003</h1>
   <time datetime=0001-01-01T00:00:00Z class="post-date">Mon, Jan 1, 0001</time>
-  <pre><code>&lt;title&gt;The First Big Serious Meeting of GIMPCon 2003&lt;/title&gt;
-&lt;titleabbrev&gt;First Meeting&lt;/titleabbrev&gt;
-&lt;summary&gt;Minutes of the first GIMPCon 2003 Meeting&lt;/summary&gt;
-</code></pre>
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<pre><code>&lt;para&gt;
-  The idea of a foundation was proposed. Lots of ideas were thrown
-  about as to what kind of remit it would have. If created, the
-  foundation would certainly have 2 things we don't have at the
-  moment - a bank account people could donate to, and a focus on
-  &lt;quote&gt;marketing&lt;/quote&gt; in the broadest sense of the word.
-&lt;/para&gt;
-
-&lt;para&gt;
-  Some of the issues were whether the foundation would be set up
-  in Europe or in the US (in the US it might make it easier to get
-  donations from US companies, but in Europe we're not as
-  litigious, so setting up would certainly cost less, but then we
-  probably wouldn't have NPO status in the US), whether it would
-  have any technical aspect (that is, would the foundation act as
-  a kind of steering committee for the general direction of the
-  GIMP?), and how, if the issue came up, we might pay someone.
-&lt;/para&gt;
-
-&lt;para&gt;
-  This led onto a discussion of whether the foundation would be
-  responsible for setting release dates, or whether we would have
-  a separate...
-&lt;/para&gt;
-</code></pre>
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<pre><code>&lt;para&gt;
-  The general consensus (more on that later) was that a release
-  manager is a good thing. There do seem to be a few different
-  ideas of what the role would entail. The general idea would be
-  that the release manager would be responsible for following CVS
-  and know at what stage a given feature is at, follow bugzilla
-  making sure that bugs got milestoned for some release in order
-  of their priority, would annoy people to get commits in before
-  feature freeze dates or postpone mercilessly features which are
-  not finished.
-&lt;/para&gt;
-
-&lt;para&gt;
-  It was agreed that a release schedule would be helpful to define
-  the perimeters of responsibility of the release manager -
-  basically, some way to set up large milestones to aim for with
-  things to go into those milestones. This release schedule would
-  be subject to revision, and would be no more realistic than any
-  other release schedule, but it would serve as a guide for
-  development. Dan agreed to draw up a first draft of this, and
-  we'll have something more concrete before the end of the
-  weekend.
-&lt;/para&gt;
-
-&lt;para&gt;
-  The questions that came up about the release manager were things
-  like where his authority comes from, how does he decide which
-  bugs are important and which features can be postponed and so
-  on. In other words, how do decisions get made. Is the release
-  manager a benevolent dictator, or does he answer to the larger
-  developer and user community? If so, to what extent? Is backing
-  out CVS commits OK, for example?
-&lt;/para&gt;
-
-&lt;para&gt;
-  So we started talking about how to get contentious decisions
-  made.
-&lt;/para&gt;
-</code></pre>
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<pre><code>&lt;para&gt;
-  Currently, there are two ways to get something done in the
-  GIMP. First, you can write decent code and patches for a while,
-  until you get CVS commit access, then you write whatever feature
-  you're interested in, and commit it. If no-one backs it out,
-  then it's in.
-&lt;/para&gt;
-
-&lt;para&gt;
-  Second, you can bring it up on the mailing list, or in bugzilla,
-  or in IRC (more on communication later), and discuss it until
-  there is a consensus. However, we tend to be pretty bad at
-  reaching consensus on anything even slightly contentious. The
-  important questions to be answered any time a discussion like
-  this comes up are what's going to be done, and who's going to do
-  it.
-&lt;/para&gt;
-
-&lt;para&gt;
-  It was agreed that beyond a certain point, there is generally
-  very little technical merit to these types of discussions. It
-  was felt that about 5 days was enough for everyone with an
-  opinion on a given matter to make that opinion known, and that
-  after that point, it would be an idea to have a summary of the
-  salient points and close the discussion. That means, the people
-  here would stop posting to the discussion. Of course, if other
-  people want to keep on flaming, they're free to do so, but
-  people will just ignore the thread.
-&lt;/para&gt;
-
-&lt;para&gt;
-  At this point, the summary should sum up the various points, and
-  finish with an answer to those two questions - what gets done,
-  and who's doing it.
-&lt;/para&gt;
-
-&lt;para&gt;
-  We may even have a bake-off system. If there are two competing
-  ideas for the way something should be done, currently no-one
-  tends to do it. Ideally, both people would do it and we pick the
-  best one.
-&lt;/para&gt;
-
-&lt;para&gt;
-  This brings up another point, though - in general, what is
-  authority? And in particular, at what point has someone gained
-  enough standing and authority to post one of these thread-ending
-  summaries? Some discussion is going to be had on that over the
-  weekend.
-&lt;/para&gt;
-</code></pre>
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<pre><code>&lt;para&gt;
-  We talked about various ways of improving the way we use these
-  tools. First is whether it makes sense for us to have module
-  owners, and if so, who should they be? Should we use the system
-  of bug owners to track who is responsible for a bug at any given
-  time, or is the current scheme of bugs gimp org sufficient? Do
-  we need to change bugs gimp org to something else to avoid
-  confusion with the old bug reporting address? There were a few
-  open points in here.
-&lt;/para&gt;
-
-&lt;para&gt;
-  Second, we talked about pre-release branches, and whether it
-  would be worthwhile having a mozilla style release cycle with
-  feature-freezes, followed by concurrent bug-fixing before
-  unstable releases, freeing up the branch for bigger stuff that
-  people want to start committing. In general, it was felt that
-  there was very little to be gained from that, and the current
-  system of a long-lived devel branch with self-imposed feature
-  freezes every few weeks was a better way to go.
-&lt;/para&gt;
-
-&lt;para&gt;
-  We also expressed a desire to have more redundancy in the
-  non-technical aspects of The GIMP, things like the mailing lists
-  and ftp mirror lists should have more than one person with the
-  ability to change them so that if there's a problem, and that
-  person has no time to take care of it, then someone
-  will. Perhaps using a Debian or GNU style ticket system might
-  help here fro these particular tasks? In any case, everyone in a
-  given group should know everyone else in the group, and know
-  more or less that when an issue gets in, it will be handled by
-  at least one person.
-&lt;/para&gt;
-</code></pre>
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<pre><code>&lt;para&gt;
-  It was agreed that we need to communicate better (that's a
-  no-brainer, really). For a start, every developer should be
-  subscribed to the userlist. gimp-devel (if it doesn't disappear
-  altogether) would only be used for technical discussions of
-  implementation details - all the philosophical level discussions
-  of new features, ui changes, release mechanisms and so on should
-  be discussed on the user list.
-&lt;/para&gt;
-
-&lt;para&gt;
-  Basically, we're going to talk a lot more about how the
-  developers can interface better with the users.
-&lt;/para&gt;
-</code></pre>
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<pre><code>&lt;para&gt;
-  Not too many of these... we will have a release manager, but we
-  need to define exactly what his/her remit will be. And who it
-  will be. We agreed that the &lt;quote&gt;5 days and it's dead&lt;/quote&gt;
-  rule for threads makes sense, so that will be done.
-&lt;/para&gt;
-</code></pre>
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<pre><code>&lt;para&gt;
-  &lt;orderedlist&gt;
-    &lt;listitem&gt;
-      Roadmap - rough release schedule, we will have a first draft
-      today.
-    &lt;/listitem&gt;
-    &lt;listitem&gt;
-      GIMP Foundation - we need to define its responsibilities,
-      set up election rules, and get this set up. The principle of
-      the foundation is more or less agreed.
-    &lt;/listitem&gt;
-    &lt;listitem&gt;
-      Communication
-    &lt;/listitem&gt;
-    &lt;listitem&gt;
-      Release Manager - what'll he do, who'll he be. This should
-      be short once we have discussed communication channels a
-      bit.
-    &lt;/listitem&gt;
-    &lt;listitem&gt;
-      Technie stuff - Sven and mitch are going to talk to us about
-      the re-organisation of the code, GObjectification of
-      everything, and other stuff. Daniel and Calvin are going to
-      talk to us about GEGL and how they feel The GIMP could use
-      it. This will probably be a two-way discussion about what
-      kind of things we expect GEGL to furnish as well.
-    &lt;/listitem&gt;
-    &lt;listitem&gt;
-      GIMP tutorials - jimmac and nomis are going to do some
-      presentations for people, which should be good.
-    &lt;/listitem&gt;
-    &lt;listitem&gt;
-      Plug-in distribution - 3 years ago this was discussion, yosh
-      has been working on something as a proof-of-concept, it
-      would be nice to address this and get something in place
-      soon.
-    &lt;/listitem&gt;
-  &lt;/orderedlist&gt;
-&lt;/para&gt;
-</code></pre>
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
+  <p>August 7th 2003, around 8pm</p>
+<p>Discussion was led by Daniel Rogers (dsrogers) but stuff said is
+for the most part anonymous. Partly because there shouldn&rsquo;t be any
+ad hominem attacks that way, and partly because I didn&rsquo;t take down
+any names.</p>
+<p>Present: Daniel Rogers (dsrogers), Raphaël Quinet, Dave Neary
+(bolsh), Sven Neumann (Sven), Michael Natterer (mitch), Henrik
+Brix Andersen (brix), Jakub Steiner (jimmac), Simon Budig (nomis),
+Marc Lehmann, Ville Pätsi (drc), Øyvind Kolås (pippin), Calvin
+Williamson (calvin), Roman Joost (romanofski).</p>
+<p>Absent but at camp: Maurits Rijk (Maurits), Branko Collin (bbc).</p>
+<p>Topic discussion, in approximate chronological order:</p>
+<ul>
+<li><a href="#the-gimp-foundation">The GIMP foundation</a></li>
+<li><a href="#release-manager">Release manager</a></li>
+<li><a href="#decisions">Decision making (or lack of it)</a></li>
+<li><a href="#general">General stuff about CVS, Bugzilla</a></li>
+<li><a href="#communication">Communication</a></li>
+</ul>
+<h2 id="the-gimp-foundation">The GIMP Foundation</h2>
+<p>The idea of a foundation was proposed. Lots of ideas were thrown
+about as to what kind of remit it would have. If created, the
+foundation would certainly have 2 things we don&rsquo;t have at the
+moment - a bank account people could donate to, and a focus on
+<!-- raw HTML omitted -->marketing<!-- raw HTML omitted --> in the broadest sense of the word.</p>
+<p>Some of the issues were whether the foundation would be set up
+in Europe or in the US (in the US it might make it easier to get
+donations from US companies, but in Europe we&rsquo;re not as
+litigious, so setting up would certainly cost less, but then we
+probably wouldn&rsquo;t have NPO status in the US), whether it would
+have any technical aspect (that is, would the foundation act as
+a kind of steering committee for the general direction of the
+GIMP?), and how, if the issue came up, we might pay someone.</p>
+<p>This led onto a discussion of whether the foundation would be
+responsible for setting release dates, or whether we would have
+a separate&hellip;</p>
+<h2 id="release-manager">Release Manager</h2>
+<p>The general consensus (more on that later) was that a release
+manager is a good thing. There do seem to be a few different
+ideas of what the role would entail. The general idea would be
+that the release manager would be responsible for following CVS
+and know at what stage a given feature is at, follow bugzilla
+making sure that bugs got milestoned for some release in order
+of their priority, would annoy people to get commits in before
+feature freeze dates or postpone mercilessly features which are
+not finished.</p>
+<p>It was agreed that a release schedule would be helpful to define
+the perimeters of responsibility of the release manager -
+basically, some way to set up large milestones to aim for with
+things to go into those milestones. This release schedule would
+be subject to revision, and would be no more realistic than any
+other release schedule, but it would serve as a guide for
+development. Dan agreed to draw up a first draft of this, and
+we&rsquo;ll have something more concrete before the end of the
+weekend.</p>
+<p>The questions that came up about the release manager were things
+like where his authority comes from, how does he decide which
+bugs are important and which features can be postponed and so
+on. In other words, how do decisions get made. Is the release
+manager a benevolent dictator, or does he answer to the larger
+developer and user community? If so, to what extent? Is backing
+out CVS commits OK, for example?</p>
+<p>So we started talking about how to get contentious decisions
+made.</p>
+<h2 id="decision-making-or-lack-of-it">Decision making (or lack of it)</h2>
+<p>Currently, there are two ways to get something done in the
+GIMP. First, you can write decent code and patches for a while,
+until you get CVS commit access, then you write whatever feature
+you&rsquo;re interested in, and commit it. If no-one backs it out,
+then it&rsquo;s in.</p>
+<p>Second, you can bring it up on the mailing list, or in bugzilla,
+or in IRC (more on communication later), and discuss it until
+there is a consensus. However, we tend to be pretty bad at
+reaching consensus on anything even slightly contentious. The
+important questions to be answered any time a discussion like
+this comes up are what&rsquo;s going to be done, and who&rsquo;s going to do
+it.</p>
+<p>It was agreed that beyond a certain point, there is generally
+very little technical merit to these types of discussions. It
+was felt that about 5 days was enough for everyone with an
+opinion on a given matter to make that opinion known, and that
+after that point, it would be an idea to have a summary of the
+salient points and close the discussion. That means, the people
+here would stop posting to the discussion. Of course, if other
+people want to keep on flaming, they&rsquo;re free to do so, but
+people will just ignore the thread.</p>
+<p>At this point, the summary should sum up the various points, and
+finish with an answer to those two questions - what gets done,
+and who&rsquo;s doing it.</p>
+<p>We may even have a bake-off system. If there are two competing
+ideas for the way something should be done, currently no-one
+tends to do it. Ideally, both people would do it and we pick the
+best one.</p>
+<p>This brings up another point, though - in general, what is
+authority? And in particular, at what point has someone gained
+enough standing and authority to post one of these thread-ending
+summaries? Some discussion is going to be had on that over the
+weekend.</p>
+<h2 id="general-stuff-about-bugzilla-and-cvs">General stuff, about Bugzilla and CVS</h2>
+<p>We talked about various ways of improving the way we use these
+tools. First is whether it makes sense for us to have module
+owners, and if so, who should they be? Should we use the system
+of bug owners to track who is responsible for a bug at any given
+time, or is the current scheme of <a href="mailto:bugs gimp org">bugs gimp org</a> sufficient? Do
+we need to change <a href="mailto:bugs gimp org">bugs gimp org</a> to something else to avoid
+confusion with the old bug reporting address? There were a few
+open points in here.</p>
+<p>Second, we talked about pre-release branches, and whether it
+would be worthwhile having a mozilla style release cycle with
+feature-freezes, followed by concurrent bug-fixing before
+unstable releases, freeing up the branch for bigger stuff that
+people want to start committing. In general, it was felt that
+there was very little to be gained from that, and the current
+system of a long-lived devel branch with self-imposed feature
+freezes every few weeks was a better way to go.</p>
+<p>We also expressed a desire to have more redundancy in the
+non-technical aspects of The GIMP, things like the mailing lists
+and ftp mirror lists should have more than one person with the
+ability to change them so that if there&rsquo;s a problem, and that
+person has no time to take care of it, then someone
+will. Perhaps using a Debian or GNU style ticket system might
+help here fro these particular tasks? In any case, everyone in a
+given group should know everyone else in the group, and know
+more or less that when an issue gets in, it will be handled by
+at least one person.</p>
+<h2 id="communication">Communication</h2>
+<p>It was agreed that we need to communicate better (that&rsquo;s a
+no-brainer, really). For a start, every developer should be
+subscribed to the userlist. gimp-devel (if it doesn&rsquo;t disappear
+altogether) would only be used for technical discussions of
+implementation details - all the philosophical level discussions
+of new features, ui changes, release mechanisms and so on should
+be discussed on the user list.</p>
+<p>Basically, we&rsquo;re going to talk a lot more about how the
+developers can interface better with the users.</p>
+<h2 id="decisions">Decisions</h2>
+<p>Not too many of these&hellip; we will have a release manager, but we
+need to define exactly what his/her remit will be. And who it
+will be. We agreed that the <!-- raw HTML omitted -->5 days and it&rsquo;s dead<!-- raw HTML omitted -->
+rule for threads makes sense, so that will be done.</p>
+<h2 id="future">Future</h2>
+<ol>
+<li>Roadmap - rough release schedule, we will have a first draft today.</li>
+<li>GIMP Foundation - we need to define its responsibilities, set up election rules, and get this set up. 
The principle of the foundation is more or less agreed.</li>
+<li>Communication</li>
+<li>Release Manager - what&rsquo;ll he do, who&rsquo;ll he be. This should be short once we have discussed 
communication channels a bit.</li>
+<li>Technie stuff - Sven and mitch are going to talk to us about the re-organisation of the code, 
GObjectification of everything, and other stuff. Daniel and Calvin are going to talk to us about GEGL and how 
they feel The GIMP could use it. This will probably be a two-way discussion about what kind of things we 
expect GEGL to furnish as well.</li>
+<li>GIMP tutorials - jimmac and nomis are going to do some presentations for people, which should be 
good.</li>
+<li>Plug-in distribution - 3 years ago this was discussion, yosh has been working on something as a 
proof-of-concept, it would be nice to address this and get something in place soon.</li>
+</ol>
+<p>Written by Dave Neary</p>
 
 </div>
             </main>
diff --git a/public/gimpcon/2003/gimpcon2003-mins-2/index.html 
b/public/gimpcon/2003/gimpcon2003-mins-2/index.html
index a423f57..0b8c2a4 100644
--- a/public/gimpcon/2003/gimpcon2003-mins-2/index.html
+++ b/public/gimpcon/2003/gimpcon2003-mins-2/index.html
@@ -8,8 +8,8 @@
   
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
-  <title> &middot; GIMP Developer Resources</title>
-  <meta name="description" content="" />
+  <title>The Second Big Serious Meeting of GIMPCon2003 &middot; GIMP Developer Resources</title>
+  <meta name="description" content="Minutes of the second GIMPCon 2003 Meeting" />
 
   
   <link type="text/css" rel="stylesheet" href="https://developer.gimp.org/css/print.css"; media="print">
@@ -101,302 +101,173 @@
           <td class="main">
             <main class="content container">
             <div class="post">
-  <h1></h1>
+  <h1>The Second Big Serious Meeting of GIMPCon2003</h1>
   <time datetime=0001-01-01T00:00:00Z class="post-date">Mon, Jan 1, 0001</time>
-  <pre><code>&lt;title&gt;The Second Big Serious Meeting of GIMPCon2003&lt;/title&gt;
-&lt;titleabbrev&gt;Second Meeting&lt;/titleabbrev&gt;
-&lt;summary&gt;Minutes of the second GIMPCon 2003 Meeting&lt;/summary&gt;
-</code></pre>
+  <p>August 8th 2003, around 8pm</p>
+<p>Discussion was led by Daniel Rogers (dsrogers) but stuff said is
+for the most part anonymous. Partly because there shouldn&rsquo;t be any
+ad hominem attacks that way, and partly because I didn&rsquo;t take down
+any names.</p>
+<p>Present: Daniel Rogers (dsrogers), Raphaël Quinet, Dave Neary
+(bolsh), Sven Neumann (Sven), Michael Natterer (mitch), Henrik
+Brix Andersen (brix), Jakub Steiner (jimmac), Simon Budig (nomis),
+Marc Lehmann, Ville Pätsi (drc), Øyvind Kolås (pippin), Calvin
+Williamson (calvin), Roman Joost (romanofski), Maurits Rijk
+(Maurits), Branko Collin (bbc).</p>
+<p>Topic discussion, in approximate chronological order:</p>
+<ul>
+<li>
 <!-- raw HTML omitted -->
+</li>
+<li>
 <!-- raw HTML omitted -->
+</li>
+<li>
 <!-- raw HTML omitted -->
+</li>
+<li>
 <!-- raw HTML omitted -->
+</li>
+<li>
 <!-- raw HTML omitted -->
+</li>
+<li>
 <!-- raw HTML omitted -->
-<pre><code>&lt;para&gt;
-  There was quite a lot of talk on what was required for a 2.0
-  release. It was agreed that a pre-release should have feature
-  complete versions of everything going into 2.0, for obvious
-  reasons. These can be somewhat buggy, but they should at least
-  support what is supported in the 1.2 equivalents.
-&lt;/para&gt;
-
-&lt;para&gt;
-  The major features or API changes which it was agreed are
-  necessary are:
-&lt;orderedlist&gt;
-  &lt;listitem&gt;Complete path tool (nomis)&lt;/listitem&gt;
-  &lt;listitem&gt;Remove libgck (Sven and mitch)&lt;/listitem&gt;
-  &lt;listitem&gt;Finish the text tool (Sven)&lt;/listitem&gt;
-  &lt;listitem&gt;Documentation (more on this later)&lt;/listitem&gt;
-  &lt;listitem&gt;Web-site (again, more on this later)&lt;/listitem&gt;
-  &lt;listitem&gt;Some libgimp changes which need to be made now so that
-  we can havebinary compatibility across a 2.2 release&lt;/listitem&gt;
-&lt;/orderedlist&gt;
-&lt;/para&gt;
-</code></pre>
+</li>
+<li>
 <!-- raw HTML omitted -->
+</li>
+<li>
 <!-- raw HTML omitted -->
-<pre><code>&lt;para&gt;
-  We felt that with pre-releases, the documentation will become
-  more complete. There should, however, be an effort to actively
-  get people writing docs. The main requirement, then, for 2.0
-  pre-releases will be to have a working help framework, so that
-  when people hit F1 for help, they at least get a message saying
-  &lt;quote&gt;This help item does not exist yet.If you would like to
-  help write it, contact docs gimp org&lt;/quote&gt; or some such.
-  &lt;footnote&gt;
-&lt;para&gt;
-      That email address doesn't exist (yet). People interested in
-      helping with the documentation should have a look at the
-      &lt;ulink url=&quot;http://wiki.gimp.org/gimp/GimpDocs&quot;&gt;Wiki&lt;/ulink&gt;.
-    &lt;/para&gt;
-  &lt;/footnote&gt;
-&lt;/para&gt;
-
-&lt;para&gt;
-  If documentation is going to be released as a separate package,
-  as now seems likely, then we will need to define the interface
-  between the core and the help pages reasonably quickly. The
-  general idea is to more or less hard-code tagnames for a
-  particular help topic, and get the core and help using the same
-  tags, and agreeing on how they be communicated. This will
-  presumably require a considerable amount of communication with
-  the help team.
-&lt;/para&gt;
-
-&lt;para&gt;
-  We also need to have the docs browsable online so that if people
-  want to browse them they can.
-&lt;/para&gt;
-</code></pre>
+</li>
+</ul>
+<h2 id="features-required-for-20">Features required for 2.0</h2>
+<p>There was quite a lot of talk on what was required for a 2.0
+release. It was agreed that a pre-release should have feature
+complete versions of everything going into 2.0, for obvious
+reasons. These can be somewhat buggy, but they should at least
+support what is supported in the 1.2 equivalents.</p>
+<p>The major features or API changes which it was agreed are
+necessary are:</p>
 <!-- raw HTML omitted -->
 <!-- raw HTML omitted -->
-<pre><code>&lt;para&gt;
-  The new site should switch over to www.gimp.org soon. There will
-  obviously be quite a bit of pain involved as content gets added
-  and we get lots of &lt;quote&gt;your website sucks&lt;/quote&gt; type
-  feedback, but this will only befor the short term. We should
-  switch to mmaybe as the main site before 2.0pre1. It was
-  suggested to do it even earlier than that, in the region of 2 to
-  3 weeks time.
-&lt;/para&gt;
-
-&lt;para&gt;
-  It was also discussed whether it was a good idea to have a
-  separate coordinator for the website.
-&lt;/para&gt;
-</code></pre>
 <!-- raw HTML omitted -->
 <!-- raw HTML omitted -->
-<pre><code>&lt;para&gt;
-  As an approximate set of ideals, it was agreed that we want
-  this: 2.0pre1 very soon, 2.0 soon, 2.2 next year, and GEGL
-  integration the end of next Summer.
-&lt;/para&gt;
-
-&lt;para&gt;
-  More specifically, the near-term release schedule that we agreed
-  was reasonable is this:
-&lt;/para&gt;
-
-&lt;para&gt;
-  1 or 2 developer releases (one now, more or less, and another
-  one in another 2 weeks). 6 weeks time (end of September 2003):
-  First pre-release of 2.0, including the features mentioned
-  above, and any other minor features that people code in the
-  meantime (hint, hint). Roughly 3 months later: 2.0
-&lt;/para&gt;
-
-&lt;para&gt;
-  It was more or less agreed that 3 to 4 weeks was a nice
-  turnaround time for pre-releases, so that would imply between 4
-  and 6 (inclusive) pre-releases before 2.0.
-&lt;/para&gt;
-
-&lt;para&gt;
-  The reason for not having a pre-release straight away was
-  mentioned above: to be feature complete, some features need a
-  little more than 2 weeks work, and people have real lives. So 6
-  weeks was felt to be a reasonable amount of time to have the
-  path tool and the help browser in place.
-&lt;/para&gt;
-</code></pre>
+<p>If documentation is going to be released as a separate package,
+as now seems likely, then we will need to define the interface
+between the core and the help pages reasonably quickly. The
+general idea is to more or less hard-code tagnames for a
+particular help topic, and get the core and help using the same
+tags, and agreeing on how they be communicated. This will
+presumably require a considerable amount of communication with
+the help team.</p>
+<p>We also need to have the docs browsable online so that if people
+want to browse them they can.
+<!-- raw HTML omitted --></p>
 <!-- raw HTML omitted -->
 <!-- raw HTML omitted -->
-<pre><code>&lt;para&gt;
-  The developer release will also be a prelude to a bug week. We
-  would like people (that's you, in particular) to actively work
-  on bugzilla clean-up for 2.0 - bugs need to be prioritized,
-  unconfirmed bugs need confirming and milestoning (and if you're
-  feeling really helpful, fixing). The idea would more or less be
-  that the 2.0 milestone will be locked down for anything other
-  than serious bugs after this bug week, so if there are bugs that
-  are annoying you a lot, this is your chance to get them
-  considered and worked on for the 2.0 releases.
-&lt;/para&gt;
-
-&lt;para&gt;
-  Just to spell that out - at the end of the bug week, any bugs
-  reported against The GIMP in CVS will be milestoned for 2.0.x,
-  or even 2.2, unless they are considered blockers for the
-  release. If we want to get a 2.0 release soon, we need to get
-  lots of testing done, and lots of bugfixing done, but we also
-  need to choose what to do and what not to do. We felt this was a
-  reasonable compromise.
-&lt;/para&gt;
-
-&lt;para&gt;
-  It was also re-discussed whether it would make sense to have
-  module owners. The conclusion was that for certain components,
-  it makes sense to have a smaller group of people getting the bug
-  reports and having responsibility for them. This would be done
-  via mail aliases for the group of people guiding the component,
-  in a similar way to that which is used for (say) gtktreeview in
-  gtk+.
-&lt;/para&gt;
-
-&lt;para&gt;
-  The module owner group wouldn't have to be technical, and we
-  should be actively recruiting people to do this kind of work and
-  leave more time for programmers to program.
-&lt;/para&gt;
-
-&lt;para&gt;
-  This leads us on to...
-&lt;/para&gt;
-</code></pre>
 <!-- raw HTML omitted -->
+<p>It was also discussed whether it was a good idea to have a
+separate coordinator for the website.
+<!-- raw HTML omitted --></p>
 <!-- raw HTML omitted -->
-<pre><code>&lt;para&gt;
-  There are lots of non-technical jobs that need doing around the
-  gimp-docs, website, bugzilla triage, internationalisation,
-  etc. Often it is quite difficult to know what needs doing, and
-  who to contact about getting it done. We need a list of
-  bite-sized tasks that people can do, including the kinds of
-  tasks that only take a few hours a week to do, but are ongoing
-  tasks.
-&lt;/para&gt;
-
-&lt;para&gt;
-  We used to have a TODO, and we could use that system again, if
-  someone were maintaining it. That could come under the remit of
-  the release manager to some extent, but since the mainenance of
-  the TODO list is mostly a non-technical task, anyone could do it
-  (in fact, as an example of a task, &lt;quote&gt;Maintaining the TODO
-  list&lt;/quote&gt; would go in the TODO list).
-&lt;/para&gt;
-
-&lt;para&gt;
-  We might do this through Bugzilla using a keyword to allow
-  getting at the list easily, which would imply getting more
-  people looking at bugzilla regularly. Then again, if there were
-  a link to a bugzilla query on the webpage marked &lt;quote&gt;GIMP
-  TODO list&lt;/quote&gt; we could get that for free.
-&lt;/para&gt;
-</code></pre>
 <!-- raw HTML omitted -->
 <!-- raw HTML omitted -->
-<pre><code>&lt;para&gt;
-  Basically, we're agreed this is a good idea to have some kind of
-  public face people and companies can contribute to. There is no
-  problem with having 2 foundations, one in Europe and one in the
-  US. It was more or less agreed that assigning copyright to the
-  foundation isn't going to happen soon (for a start, so many
-  plug-in authors have gone their merry way and are almost
-  unfindable) This may hapen in the future, but most people felt
-  that it would not be something they'd be happy doing personally.
-&lt;/para&gt;
-
-&lt;para&gt;
-  Other people said they would prefer to assign copyright to an
-  organism under the jurisdiction of European law rather than
-  under US jurisdiction.
-&lt;/para&gt;
-
-&lt;para&gt;
-  So, to sum up, there's no reason not to have one of
-  these. Daniel Rogers has agreed to do the necessary paperwork
-  and set up the foundation and the bank account for donations in
-  the US. Pretty quickly after getting that up and going, we will
-  need to get a board of directors and a set of by-laws. We know
-  lots of people who can help with this (in particular, the GNOME
-  foundation and the FSF).
-&lt;/para&gt;
-
-&lt;para&gt;
-  If someone wants to set up an equivalent in Europe, we're all
-  ears. Currently no-one has said they'll do it, so it's an open
-  point. To start, the foundation will only be a board an a bank
-  account - in the future, we could expand its responsibilities to
-  promotional work, a single point where people could go to get
-  speakers, a group that does press releases and so on. It was
-  agreed that at least in the short term it is undesirable to have
-  the foundation have actual control of source code, just in case
-  the foundation then gets sued.
-&lt;/para&gt;
-
-&lt;para&gt;
-  In brief, it's being set up with a very narrow remit, with the
-  possibility to expand later if it is felt that there is a need.
-&lt;/para&gt;
-</code></pre>
+<p>More specifically, the near-term release schedule that we agreed
+was reasonable is this:</p>
+<p>1 or 2 developer releases (one now, more or less, and another
+one in another 2 weeks). 6 weeks time (end of September 2003):
+First pre-release of 2.0, including the features mentioned
+above, and any other minor features that people code in the
+meantime (hint, hint). Roughly 3 months later: 2.0</p>
+<p>It was more or less agreed that 3 to 4 weeks was a nice
+turnaround time for pre-releases, so that would imply between 4
+and 6 (inclusive) pre-releases before 2.0.</p>
+<p>The reason for not having a pre-release straight away was
+mentioned above: to be feature complete, some features need a
+little more than 2 weeks work, and people have real lives. So 6
+weeks was felt to be a reasonable amount of time to have the
+path tool and the help browser in place.
+<!-- raw HTML omitted --></p>
 <!-- raw HTML omitted -->
 <!-- raw HTML omitted -->
-<pre><code>&lt;para&gt;
-  The responsibilities are:
-&lt;itemizedlist&gt;
-  &lt;listitem&gt;
-    Follow CVS so that he can write release notes, and knows at
-    any given time who is working on what, and at what stage it
-    is
-  &lt;/listitem&gt;
-  &lt;listitem&gt;
-    Follow bugzilla closely
-  &lt;/listitem&gt;
-  &lt;listitem&gt;
-    Make releases regularly, according to the roadmap (or make
-    sure releases get made)
-  &lt;/listitem&gt;
-  &lt;listitem&gt;
-    Update the roadmap to reflect reality
-  &lt;/listitem&gt;
-  &lt;listitem&gt;
-    Write release notes for the releases (keep NEWS up to date)
-  &lt;/listitem&gt;
-  &lt;listitem&gt;
-    Generally annoy people sending mails to the mailing lists and
-    sending content to the website to explain the state of play
-    and get people to work on stuff.
-  &lt;/listitem&gt;
-&lt;/itemizedlist&gt;
-&lt;/para&gt;
-
-&lt;para&gt;
-  Dave Neary (me) agreed to do this. He already regrets it.
-&lt;/para&gt;
-
-&lt;para&gt;
-  That's it folks - today, Sven and mitch are going to talk to us
-  about the major changes in the codebase and the general utility
-  stuff which exists now which has been written from scratch,
-  Calvin and Daniel are going to talk about GEGL and how we can
-  use it, and work towards having a GEGL that we can use in a
-  year. I'm going to lead a discussion on communication in the
-  GIMP, and how to maybe make it easier for people to contribute,
-  and jimmac is going to demonstrate what a power user really is.
-&lt;/para&gt;
-
-&lt;para&gt;
-  Goodbye from everyone at camp. As usual, comments are welcome on
-  all this stuff. While on a philosophical level, we are agreed on
-  the direction things should take, all the details are open to
-  discussion, if there's any reason to change them.
-&lt;/para&gt;
-</code></pre>
+<!-- raw HTML omitted -->
+<p>Just to spell that out - at the end of the bug week, any bugs
+reported against The GIMP in CVS will be milestoned for 2.0.x,
+or even 2.2, unless they are considered blockers for the
+release. If we want to get a 2.0 release soon, we need to get
+lots of testing done, and lots of bugfixing done, but we also
+need to choose what to do and what not to do. We felt this was a
+reasonable compromise.</p>
+<p>It was also re-discussed whether it would make sense to have
+module owners. The conclusion was that for certain components,
+it makes sense to have a smaller group of people getting the bug
+reports and having responsibility for them. This would be done
+via mail aliases for the group of people guiding the component,
+in a similar way to that which is used for (say) gtktreeview in
+gtk+.</p>
+<p>The module owner group wouldn&rsquo;t have to be technical, and we
+should be actively recruiting people to do this kind of work and
+leave more time for programmers to program.</p>
+<p>This leads us on to&hellip;
+<!-- raw HTML omitted --></p>
+<!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+<p>We used to have a TODO, and we could use that system again, if
+someone were maintaining it. That could come under the remit of
+the release manager to some extent, but since the mainenance of
+the TODO list is mostly a non-technical task, anyone could do it
+(in fact, as an example of a task, <!-- raw HTML omitted -->Maintaining the TODO
+list<!-- raw HTML omitted --> would go in the TODO list).</p>
+<p>We might do this through Bugzilla using a keyword to allow
+getting at the list easily, which would imply getting more
+people looking at bugzilla regularly. Then again, if there were
+a link to a bugzilla query on the webpage marked <!-- raw HTML omitted -->GIMP
+TODO list<!-- raw HTML omitted --> we could get that for free.
+<!-- raw HTML omitted --></p>
+<!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+<p>Other people said they would prefer to assign copyright to an
+organism under the jurisdiction of European law rather than
+under US jurisdiction.</p>
+<p>So, to sum up, there&rsquo;s no reason not to have one of
+these. Daniel Rogers has agreed to do the necessary paperwork
+and set up the foundation and the bank account for donations in
+the US. Pretty quickly after getting that up and going, we will
+need to get a board of directors and a set of by-laws. We know
+lots of people who can help with this (in particular, the GNOME
+foundation and the FSF).</p>
+<p>If someone wants to set up an equivalent in Europe, we&rsquo;re all
+ears. Currently no-one has said they&rsquo;ll do it, so it&rsquo;s an open
+point. To start, the foundation will only be a board an a bank
+account - in the future, we could expand its responsibilities to
+promotional work, a single point where people could go to get
+speakers, a group that does press releases and so on. It was
+agreed that at least in the short term it is undesirable to have
+the foundation have actual control of source code, just in case
+the foundation then gets sued.</p>
+<p>In brief, it&rsquo;s being set up with a very narrow remit, with the
+possibility to expand later if it is felt that there is a need.
+<!-- raw HTML omitted --></p>
 <!-- raw HTML omitted -->
 <!-- raw HTML omitted -->
 <!-- raw HTML omitted -->
+<p>Dave Neary (me) agreed to do this. He already regrets it.</p>
+<p>That&rsquo;s it folks - today, Sven and mitch are going to talk to us
+about the major changes in the codebase and the general utility
+stuff which exists now which has been written from scratch,
+Calvin and Daniel are going to talk about GEGL and how we can
+use it, and work towards having a GEGL that we can use in a
+year. I&rsquo;m going to lead a discussion on communication in the
+GIMP, and how to maybe make it easier for people to contribute,
+and jimmac is going to demonstrate what a power user really is.</p>
+<p>Goodbye from everyone at camp. As usual, comments are welcome on
+all this stuff. While on a philosophical level, we are agreed on
+the direction things should take, all the details are open to
+discussion, if there&rsquo;s any reason to change them.</p>
+<p>Written by Dave Neary</p>
 
 </div>
             </main>
diff --git a/public/gimpcon/2003/index.html b/public/gimpcon/2003/index.html
index 6072e42..ae8467b 100644
--- a/public/gimpcon/2003/index.html
+++ b/public/gimpcon/2003/index.html
@@ -103,13 +103,13 @@
             <main class="content container">
             <ul class="posts">
 <li>
-    <span><a href="https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-1/";></a> <time class="pull-right 
post-list" datetime="0001-01-01T00:00:00Z">Mon, Jan 1, 0001</time></span>
-  </li><li>
-    <span><a href="https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-2/";></a> <time class="pull-right 
post-list" datetime="0001-01-01T00:00:00Z">Mon, Jan 1, 0001</time></span>
-  </li><li>
     <span><a href="https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-3/";></a> <time class="pull-right 
post-list" datetime="0001-01-01T00:00:00Z">Mon, Jan 1, 0001</time></span>
   </li><li>
     <span><a href="https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins/";></a> <time class="pull-right 
post-list" datetime="0001-01-01T00:00:00Z">Mon, Jan 1, 0001</time></span>
+  </li><li>
+    <span><a href="https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-1/";>The First Big Serious 
Meeting of GIMPCon 2003</a> <time class="pull-right post-list" datetime="0001-01-01T00:00:00Z">Mon, Jan 1, 
0001</time></span>
+  </li><li>
+    <span><a href="https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-2/";>The Second Big Serious 
Meeting of GIMPCon2003</a> <time class="pull-right post-list" datetime="0001-01-01T00:00:00Z">Mon, Jan 1, 
0001</time></span>
   </li>
 </ul>
             </main>
diff --git a/public/gimpcon/2003/index.xml b/public/gimpcon/2003/index.xml
index ffd7c84..cd0bd62 100644
--- a/public/gimpcon/2003/index.xml
+++ b/public/gimpcon/2003/index.xml
@@ -9,38 +9,42 @@
     <copyright>Copyright 2003-2022 The GIMP Development Team</copyright><atom:link 
href="https://developer.gimp.org/gimpcon/2003/index.xml"; rel="self" type="application/rss+xml" />
     <item>
       <title></title>
-      <link>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-1/</link>
+      <link>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-3/</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
-      <guid>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-1/</guid>
-      <description>&amp;lt;title&amp;gt;The First Big Serious Meeting of GIMPCon 2003&amp;lt;/title&amp;gt; 
&amp;lt;titleabbrev&amp;gt;First Meeting&amp;lt;/titleabbrev&amp;gt; &amp;lt;summary&amp;gt;Minutes of the 
first GIMPCon 2003 Meeting&amp;lt;/summary&amp;gt; &amp;lt;para&amp;gt; The idea of a foundation was 
proposed. Lots of ideas were thrown about as to what kind of remit it would have. If created, the foundation 
would certainly have 2 things we don&#39;t have at the moment - a bank account people could donate to, and a 
focus on &amp;lt;quote&amp;gt;marketing&amp;lt;/quote&amp;gt; in the broadest sense of the word.</description>
+      <guid>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-3/</guid>
+      <description>&amp;lt;title&amp;gt;The Third Big Serious Meeting of GIMPCon 2003&amp;lt;/title&amp;gt; 
&amp;lt;titleabbrev&amp;gt;Third Meeting&amp;lt;/titleabbrev&amp;gt; &amp;lt;summary&amp;gt;Minutes of the 
third GIMPCon 2003 Meeting&amp;lt;/summary&amp;gt; &amp;lt;para&amp;gt; Like in any Free Software project, 
developers are leaving from time to time to pursue other projects. And from time to time, new developersare 
joining the team and starting to contribute. However, it looks like the number of new developers joining the 
GIMP development has been decreasing in the recent years. This may be due in part to the fact that there 
haven&#39;t been any major changes in a stable release for a long time.</description>
     </item>
     
     <item>
       <title></title>
-      <link>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-2/</link>
+      <link>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins/</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
-      <guid>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-2/</guid>
-      <description>&amp;lt;title&amp;gt;The Second Big Serious Meeting of GIMPCon2003&amp;lt;/title&amp;gt; 
&amp;lt;titleabbrev&amp;gt;Second Meeting&amp;lt;/titleabbrev&amp;gt; &amp;lt;summary&amp;gt;Minutes of the 
second GIMPCon 2003 Meeting&amp;lt;/summary&amp;gt; &amp;lt;para&amp;gt; There was quite a lot of talk on 
what was required for a 2.0 release. It was agreed that a pre-release should have feature complete versions 
of everything going into 2.0, for obvious reasons. These can be somewhat buggy, but they should at least 
support what is supported in the 1.2 equivalents. &amp;lt;/para&amp;gt; &amp;lt;para&amp;gt; The major 
features or API changes which it was agreed are necessary are: &amp;lt;orderedlist&amp;gt; 
&amp;lt;listitem&amp;gt;Complete path tool (nomis)&amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt;Remove 
libgck (Sven and mitch)&amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt;Finish the text tool 
(Sven)&amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt;Documentati
 on (more on this later)&amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt;Web-site (again, more on this 
later)&amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt;Some libgimp changes which need to be made now so 
that we can havebinary compatibility across a 2.</description>
+      <guid>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins/</guid>
+      <description>&amp;lt;title&amp;gt;Minutes of The GIMP Developers Conference 2003&amp;lt;/title&amp;gt; 
&amp;lt;titleabbrev&amp;gt;Minutes&amp;lt;/titleabbrev&amp;gt; &amp;lt;summary&amp;gt;Minutes of the GIMPCon 
2003 Meetings&amp;lt;/summary&amp;gt; &amp;lt;para&amp;gt; This meeting was held in the evening of August 
7th, 2003. The main issues discussed were: &amp;lt;itemizedlist&amp;gt; &amp;lt;listitem&amp;gt; 
&amp;lt;olink targetdocent=&amp;quot;gimpcon2003-mins-1&amp;quot; 
localinfo=&amp;quot;foundation&amp;quot;&amp;gt;The GIMP foundation&amp;lt;/olink&amp;gt; 
&amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt; &amp;lt;olink 
targetdocent=&amp;quot;gimpcon2003-mins-1&amp;quot; localinfo=&amp;quot;manager&amp;quot;&amp;gt;Release 
manager&amp;lt;/olink&amp;gt; &amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt; &amp;lt;olink 
targetdocent=&amp;quot;gimpcon2003-mins-1&amp;quot; localinfo=&amp;quot;decisions&amp;quot;&amp;gt;Decision 
making (or lack of it)&amp;lt;/olink&amp;gt; &a
 mp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt; &amp;lt;olink 
targetdocent=&amp;quot;gimpcon2003-mins-1&amp;quot; localinfo=&amp;quot;general&amp;quot;&amp;gt;General 
stuff about CVS, Bugzilla&amp;lt;/olink&amp;gt; &amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt; 
&amp;lt;olink targetdocent=&amp;quot;gimpcon2003-mins-1&amp;quot; 
localinfo=&amp;quot;communication&amp;quot;&amp;gt;Communication&amp;lt;/olink&amp;gt; 
&amp;lt;/listitem&amp;gt; &amp;lt;/itemizedlist&amp;gt; &amp;lt;/para&amp;gt; &amp;lt;para&amp;gt; The 
minutes from this meeting can be found &amp;lt;olink 
targetdocent=&amp;quot;gimpcon2003-mins-1&amp;quot;&amp;gt;here&amp;lt;/olink&amp;gt;.</description>
     </item>
     
     <item>
-      <title></title>
-      <link>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-3/</link>
+      <title>The First Big Serious Meeting of GIMPCon 2003</title>
+      <link>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-1/</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
-      <guid>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-3/</guid>
-      <description>&amp;lt;title&amp;gt;The Third Big Serious Meeting of GIMPCon 2003&amp;lt;/title&amp;gt; 
&amp;lt;titleabbrev&amp;gt;Third Meeting&amp;lt;/titleabbrev&amp;gt; &amp;lt;summary&amp;gt;Minutes of the 
third GIMPCon 2003 Meeting&amp;lt;/summary&amp;gt; &amp;lt;para&amp;gt; Like in any Free Software project, 
developers are leaving from time to time to pursue other projects. And from time to time, new developersare 
joining the team and starting to contribute. However, it looks like the number of new developers joining the 
GIMP development has been decreasing in the recent years. This may be due in part to the fact that there 
haven&#39;t been any major changes in a stable release for a long time.</description>
+      <guid>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-1/</guid>
+      <description>August 7th 2003, around 8pm
+Discussion was led by Daniel Rogers (dsrogers) but stuff said is for the most part anonymous. Partly because 
there shouldn&amp;rsquo;t be any ad hominem attacks that way, and partly because I didn&amp;rsquo;t take down 
any names.
+Present: Daniel Rogers (dsrogers), Raphaël Quinet, Dave Neary (bolsh), Sven Neumann (Sven), Michael Natterer 
(mitch), Henrik Brix Andersen (brix), Jakub Steiner (jimmac), Simon Budig (nomis), Marc Lehmann, Ville Pätsi 
(drc), Øyvind Kolås (pippin), Calvin Williamson (calvin), Roman Joost (romanofski).</description>
     </item>
     
     <item>
-      <title></title>
-      <link>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins/</link>
+      <title>The Second Big Serious Meeting of GIMPCon2003</title>
+      <link>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-2/</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
-      <guid>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins/</guid>
-      <description>&amp;lt;title&amp;gt;Minutes of The GIMP Developers Conference 2003&amp;lt;/title&amp;gt; 
&amp;lt;titleabbrev&amp;gt;Minutes&amp;lt;/titleabbrev&amp;gt; &amp;lt;summary&amp;gt;Minutes of the GIMPCon 
2003 Meetings&amp;lt;/summary&amp;gt; &amp;lt;para&amp;gt; This meeting was held in the evening of August 
7th, 2003. The main issues discussed were: &amp;lt;itemizedlist&amp;gt; &amp;lt;listitem&amp;gt; 
&amp;lt;olink targetdocent=&amp;quot;gimpcon2003-mins-1&amp;quot; 
localinfo=&amp;quot;foundation&amp;quot;&amp;gt;The GIMP foundation&amp;lt;/olink&amp;gt; 
&amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt; &amp;lt;olink 
targetdocent=&amp;quot;gimpcon2003-mins-1&amp;quot; localinfo=&amp;quot;manager&amp;quot;&amp;gt;Release 
manager&amp;lt;/olink&amp;gt; &amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt; &amp;lt;olink 
targetdocent=&amp;quot;gimpcon2003-mins-1&amp;quot; localinfo=&amp;quot;decisions&amp;quot;&amp;gt;Decision 
making (or lack of it)&amp;lt;/olink&amp;gt; &a
 mp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt; &amp;lt;olink 
targetdocent=&amp;quot;gimpcon2003-mins-1&amp;quot; localinfo=&amp;quot;general&amp;quot;&amp;gt;General 
stuff about CVS, Bugzilla&amp;lt;/olink&amp;gt; &amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt; 
&amp;lt;olink targetdocent=&amp;quot;gimpcon2003-mins-1&amp;quot; 
localinfo=&amp;quot;communication&amp;quot;&amp;gt;Communication&amp;lt;/olink&amp;gt; 
&amp;lt;/listitem&amp;gt; &amp;lt;/itemizedlist&amp;gt; &amp;lt;/para&amp;gt; &amp;lt;para&amp;gt; The 
minutes from this meeting can be found &amp;lt;olink 
targetdocent=&amp;quot;gimpcon2003-mins-1&amp;quot;&amp;gt;here&amp;lt;/olink&amp;gt;.</description>
+      <guid>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-2/</guid>
+      <description>August 8th 2003, around 8pm
+Discussion was led by Daniel Rogers (dsrogers) but stuff said is for the most part anonymous. Partly because 
there shouldn&amp;rsquo;t be any ad hominem attacks that way, and partly because I didn&amp;rsquo;t take down 
any names.
+Present: Daniel Rogers (dsrogers), Raphaël Quinet, Dave Neary (bolsh), Sven Neumann (Sven), Michael Natterer 
(mitch), Henrik Brix Andersen (brix), Jakub Steiner (jimmac), Simon Budig (nomis), Marc Lehmann, Ville Pätsi 
(drc), Øyvind Kolås (pippin), Calvin Williamson (calvin), Roman Joost (romanofski), Maurits Rijk (Maurits), 
Branko Collin (bbc).</description>
     </item>
     
   </channel>
diff --git a/public/index.xml b/public/index.xml
index 68dc84c..c3dbbb4 100644
--- a/public/index.xml
+++ b/public/index.xml
@@ -107,24 +107,6 @@ Below is a list of links to get you started with Gitlab:</description>
       <description>GIMP doesn&amp;rsquo;t use CVS any longer. The source code repository has been migrated 
to git.</description>
     </item>
     
-    <item>
-      <title></title>
-      <link>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-1/</link>
-      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
-      <guid>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-1/</guid>
-      <description>&amp;lt;title&amp;gt;The First Big Serious Meeting of GIMPCon 2003&amp;lt;/title&amp;gt; 
&amp;lt;titleabbrev&amp;gt;First Meeting&amp;lt;/titleabbrev&amp;gt; &amp;lt;summary&amp;gt;Minutes of the 
first GIMPCon 2003 Meeting&amp;lt;/summary&amp;gt; &amp;lt;para&amp;gt; The idea of a foundation was 
proposed. Lots of ideas were thrown about as to what kind of remit it would have. If created, the foundation 
would certainly have 2 things we don&#39;t have at the moment - a bank account people could donate to, and a 
focus on &amp;lt;quote&amp;gt;marketing&amp;lt;/quote&amp;gt; in the broadest sense of the word.</description>
-    </item>
-    
-    <item>
-      <title></title>
-      <link>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-2/</link>
-      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
-      <guid>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-2/</guid>
-      <description>&amp;lt;title&amp;gt;The Second Big Serious Meeting of GIMPCon2003&amp;lt;/title&amp;gt; 
&amp;lt;titleabbrev&amp;gt;Second Meeting&amp;lt;/titleabbrev&amp;gt; &amp;lt;summary&amp;gt;Minutes of the 
second GIMPCon 2003 Meeting&amp;lt;/summary&amp;gt; &amp;lt;para&amp;gt; There was quite a lot of talk on 
what was required for a 2.0 release. It was agreed that a pre-release should have feature complete versions 
of everything going into 2.0, for obvious reasons. These can be somewhat buggy, but they should at least 
support what is supported in the 1.2 equivalents. &amp;lt;/para&amp;gt; &amp;lt;para&amp;gt; The major 
features or API changes which it was agreed are necessary are: &amp;lt;orderedlist&amp;gt; 
&amp;lt;listitem&amp;gt;Complete path tool (nomis)&amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt;Remove 
libgck (Sven and mitch)&amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt;Finish the text tool 
(Sven)&amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt;Documentati
 on (more on this later)&amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt;Web-site (again, more on this 
later)&amp;lt;/listitem&amp;gt; &amp;lt;listitem&amp;gt;Some libgimp changes which need to be made now so 
that we can havebinary compatibility across a 2.</description>
-    </item>
-    
     <item>
       <title></title>
       <link>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-3/</link>
@@ -186,5 +168,27 @@ In the &amp;lt;olink targetdocent=&amp;quot;writing-a-plug-in-2&amp;quot;&amp;gt
       <description>Here are a few screenshots of the development version. More should be 
added&amp;hellip;</description>
     </item>
     
+    <item>
+      <title>The First Big Serious Meeting of GIMPCon 2003</title>
+      <link>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-1/</link>
+      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+      
+      <guid>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-1/</guid>
+      <description>August 7th 2003, around 8pm
+Discussion was led by Daniel Rogers (dsrogers) but stuff said is for the most part anonymous. Partly because 
there shouldn&amp;rsquo;t be any ad hominem attacks that way, and partly because I didn&amp;rsquo;t take down 
any names.
+Present: Daniel Rogers (dsrogers), Raphaël Quinet, Dave Neary (bolsh), Sven Neumann (Sven), Michael Natterer 
(mitch), Henrik Brix Andersen (brix), Jakub Steiner (jimmac), Simon Budig (nomis), Marc Lehmann, Ville Pätsi 
(drc), Øyvind Kolås (pippin), Calvin Williamson (calvin), Roman Joost (romanofski).</description>
+    </item>
+    
+    <item>
+      <title>The Second Big Serious Meeting of GIMPCon2003</title>
+      <link>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-2/</link>
+      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+      
+      <guid>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-2/</guid>
+      <description>August 8th 2003, around 8pm
+Discussion was led by Daniel Rogers (dsrogers) but stuff said is for the most part anonymous. Partly because 
there shouldn&amp;rsquo;t be any ad hominem attacks that way, and partly because I didn&amp;rsquo;t take down 
any names.
+Present: Daniel Rogers (dsrogers), Raphaël Quinet, Dave Neary (bolsh), Sven Neumann (Sven), Michael Natterer 
(mitch), Henrik Brix Andersen (brix), Jakub Steiner (jimmac), Simon Budig (nomis), Marc Lehmann, Ville Pätsi 
(drc), Øyvind Kolås (pippin), Calvin Williamson (calvin), Roman Joost (romanofski), Maurits Rijk (Maurits), 
Branko Collin (bbc).</description>
+    </item>
+    
   </channel>
 </rss>
diff --git a/public/sitemap.xml b/public/sitemap.xml
index fe9b90d..801ad39 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -37,10 +37,6 @@
   </url><url>
     <loc>https://developer.gimp.org/index.html/</loc>
     <lastmod>2022-07-19T00:00:00+00:00</lastmod>
-  </url><url>
-    <loc>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-1/</loc>
-  </url><url>
-    <loc>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-2/</loc>
   </url><url>
     <loc>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-3/</loc>
   </url><url>
@@ -67,6 +63,10 @@
     <loc>https://developer.gimp.org/screenshots.html</loc>
   </url><url>
     <loc>https://developer.gimp.org/tags/</loc>
+  </url><url>
+    <loc>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-1/</loc>
+  </url><url>
+    <loc>https://developer.gimp.org/gimpcon/2003/gimpcon2003-mins-2/</loc>
   </url><url>
     <loc>https://developer.gimp.org/writing-a-plug-in/</loc>
   </url>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]