Commit graph

678 commits

Author SHA1 Message Date
Hiroki Sato
cfd9e12239 www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/nabibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>?share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
2006-08-19 21:20:54 +00:00
Joel Dahl
102836444a Fix typos. 2006-08-12 11:37:55 +00:00
Joseph Koshy
daf251b0c8 Correct link text.
Submitted by:	Kedar Damle <kedar.damle at gmail.com>
2006-08-05 12:47:42 +00:00
Joe Marcus Clarke
86c91de839 Announce GNOME 2.15.90 and 2.14.3 for FreeBSD. 2006-08-03 18:24:03 +00:00
Joe Marcus Clarke
67fe0d5fca Announce GNOME 2.15.4 for FreeBSD as well as our work to move GNOME from
X11BASE to LOCALBASE.
2006-07-25 03:47:31 +00:00
Joe Marcus Clarke
4dd60998fe Announce GNOME 2.14.2 for FreeBSD. 2006-06-05 03:26:12 +00:00
Jeremy Messenger
12e7d2a110 - Chase the rename.
- A few of small clean up like double 'cvsup', '2.10 to 2.12' -> '2.12 to 2.14',
  and etc.
2006-05-29 18:12:05 +00:00
Joe Marcus Clarke
747c8988fb Add referencehack to the list of universal GNOME components. 2006-05-13 20:05:49 +00:00
Joe Marcus Clarke
114d58091f Add 6.1 to the list of supported versions. 2006-05-09 19:36:59 +00:00
Joe Marcus Clarke
8eb6b89a6f Update some more links for 2.14. 2006-05-03 00:21:41 +00:00
Joe Marcus Clarke
3c079a02d4 Now that the poppler/xpdf conflict has been resolved, indicate that there
are no known issues with GNOME 2.14.
2006-05-02 03:48:01 +00:00
Joe Marcus Clarke
cfbfa9440d Avahi and mDNSResponder no longer conflict with each other. 2006-05-01 16:28:30 +00:00
Joe Marcus Clarke
f0c638ba58 Sync upgrade instructions with UPDATING. 2006-05-01 16:26:04 +00:00
Joe Marcus Clarke
33d2a1d657 Announce the official GNOME 2.14 release into the ports tree. 2006-05-01 05:42:53 +00:00
Joe Marcus Clarke
c375a687aa Remove the item about porting mono. tmclaugh and the BSD# project has done
an excellent job of this.
2006-05-01 04:53:45 +00:00
Joe Marcus Clarke
2716bd8d26 Add the GNOME/KDE conflict problem to the list of known issues. 2006-05-01 02:41:00 +00:00
Joe Marcus Clarke
18daa99d0d Update new features list. 2006-04-30 23:43:29 +00:00
Joe Marcus Clarke
9da4ffbea4 Update the example Makefile to bring in new autotools changes, better
MASTER_SITE_SUBDIR handling, and the new ltverhack component.
2006-04-30 23:38:56 +00:00
Joe Marcus Clarke
219a0ee1ca Remove some additional legacy paragraphs, and update more missed bits for
GNOME 2.14.
2006-04-30 23:34:46 +00:00
Joe Marcus Clarke
9c97c090cb Sync upgrade instructions with UPDATING. 2006-04-30 22:14:35 +00:00
Joe Marcus Clarke
3658ba0b27 Update some version numbers I missed previously. 2006-04-30 22:12:51 +00:00
Joe Marcus Clarke
d4ea2a1fac gnome_upgrade.sh is no longer needed. 2006-04-30 19:27:32 +00:00
Joe Marcus Clarke
db96c0f4f0 librsvg2 no longer depends on libartlgpl2. 2006-04-30 06:14:48 +00:00
Joe Marcus Clarke
1e34c55e4b Add missing GNOME components, and update the implied list for others. 2006-04-30 06:09:04 +00:00
Joe Marcus Clarke
c592cb8636 Add ltverhack, and update the description for lthack. 2006-04-30 05:59:33 +00:00
Joe Marcus Clarke
958a94698b Update FAQ for GNOME 2.14.
* Remove obsolete question on D-BUS.  D-BUS sessions are now the default.

* Remove some legacy bits from other questions.

* Mention that Gamin is the new default FAM provider.
2006-04-30 05:45:35 +00:00
Joe Marcus Clarke
0bed55f45b Remove old screenshots. 2006-04-30 05:38:59 +00:00
Joe Marcus Clarke
3b5a1db618 Update the upgrade FAQ for GNOME 2.14. 2006-04-30 05:20:38 +00:00
Joe Marcus Clarke
ed22fd69af Update the current version of GNOME and our supported versions of FreeBSD. 2006-04-30 05:11:20 +00:00
Joe Marcus Clarke
b83647cfdd Update the current versions of GNOME. 2006-04-30 05:09:50 +00:00
Joe Marcus Clarke
bd023dfda0 * Add an entry for my podcast interview on bsdtalks
* Announce GNOME 2.14.1 for FreeBSD
2006-04-20 19:20:57 +00:00
Ceri Davies
cc403ddc14 Fix example XML declarations. 2006-04-18 21:15:03 +00:00
Alexander Nedotsukov
55217ff740 Fix typo. 2006-04-18 04:19:08 +00:00
Alexander Nedotsukov
e15f8e5e2a Add entry about procfs requirement. 2006-04-18 04:18:04 +00:00
Joe Marcus Clarke
20203aa2ff Fix a bad img src reference.
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net>
2006-04-04 18:11:47 +00:00
Joe Marcus Clarke
ebeb405432 Fix the size of the thumbnail images.
Reported by:	Antoine Brodin <antoine.brodin@laposte.net>
2006-04-04 17:17:46 +00:00
Pav Lucistnik
36a7fad431 - Update devel FAQ about state of port 2006-03-23 15:42:33 +00:00
Joel Dahl
f538d45815 Fix typo. 2006-03-20 16:52:27 +00:00
Joe Marcus Clarke
b3af224328 Add a link to the FreeBSD daemon background found in one of the GNOME 2.14
screenshots.
2006-03-19 04:52:47 +00:00
Joe Marcus Clarke
0ae05db01c Add some GNOME 2.14 screenshots.
Submitted by:	Khairil Yusof <khairil.yusof@gmail.com>
2006-03-19 04:51:43 +00:00
Joe Marcus Clarke
3c38e0cb24 Announce GNOME 2.14.0 for FreeBSD! This is the unofficial FreeBSD release
announcement.  Once 5.5 and 6.1 are released, we will make a more public
announcement.
2006-03-16 21:50:24 +00:00
Joe Marcus Clarke
9d89c0fe4a Announce GNOME 2.13.92 (aka GNOME 2.14 Release Candidate) for FreeBSD. 2006-03-12 19:24:22 +00:00
Joe Marcus Clarke
cf80dbfbc1 Announce GNOME 2.13.91 (aka 2.14 Beta 2) for FreeBSD. 2006-02-26 01:13:14 +00:00
Joe Marcus Clarke
07df3859d2 Add 5.5 and 6.1 to the list of supported versions. 2006-02-14 16:31:09 +00:00
Joe Marcus Clarke
ac4cfafe28 Announce GNOME 2.12.3 for FreeBSD. 2006-02-10 06:10:36 +00:00
Joe Marcus Clarke
d3eefb8f59 * Announce GNOME 2.13.90 (aka 2.14 Beta 1) for FreeBSD
* We no longer need to use gnome_upgrade.sh to upgrade to GNOME 2.13.90
* Update development status
2006-02-05 06:39:52 +00:00
Pav Lucistnik
64a4877aee - Remove usage of undefined attribute set att.body (gone with emily's redesign)
Pointed out by:	Rudolf Cejka <cejkar@fit.vutbr.cz>
2006-01-21 14:58:36 +00:00
Pav Lucistnik
151cc08833 - Remove unused entity/variable author 2006-01-21 12:03:38 +00:00
Adam Weinberger
9c9f6d992e Grammar fixes. 2006-01-16 18:24:09 +00:00
Joe Marcus Clarke
614761899b Correct some grammar in the recent commits, and use the US English spelling
of "behavior."
2006-01-07 18:06:51 +00:00