Add a gnomedevelver entity, similar to the gnomever entity except different.
Set it to 2.5.
This commit is contained in:
parent
800aa66217
commit
154cd065b5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19305
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
<!-- $FreeBSD: www/en/gnome/includes.sgml,v 1.2 2002/02/27 17:18:25 sobomax Exp $ -->
|
||||
<!-- $FreeBSD: www/en/gnome/includes.sgml,v 1.3 2003/09/20 18:53:02 marcus Exp $ -->
|
||||
|
||||
<!ENTITY email 'freebsd-gnome'>
|
||||
<!ENTITY gnomever '2.4'>
|
||||
<!ENTITY gnomedevelver '2.5'>
|
||||
<!ENTITY author '<a href="&base;/gnome/contact.html">&email@FreeBSD.org</a><br>
|
||||
©right;'>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/en/gnome/includes.xsl,v 1.4 2003/08/25 11:36:16 simon Exp $ -->
|
||||
<!-- $FreeBSD: www/en/gnome/includes.xsl,v 1.5 2003/09/20 18:53:02 marcus Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -12,6 +12,10 @@
|
|||
2.4
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="gnomedevelver">
|
||||
2.5
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="author">
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
|
|
Loading…
Reference in a new issue