2007-02-23 Alex Roitman <shura@gramps-project.org>
* C/gramps.xml: List Don just once, as a maintainer. * output/Makefile.am (HELP_LINGUAS): Disable nb for now. * output/gramps-help-screen.css: Modify css to see revision history by the main text. svn: r8220
This commit is contained in:
parent
6db979b1f8
commit
a53f6e61b2
@ -5,7 +5,7 @@
|
||||
<!--
|
||||
User Manual for Gramps - a GTK+/GNOME based genealogy program
|
||||
|
||||
Copyright (C) 2003-2006 Alexander Roitman
|
||||
Copyright (C) 2003-2007 Alexander Roitman
|
||||
|
||||
This document is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@ -44,7 +44,7 @@
|
||||
</copyright>
|
||||
|
||||
<copyright>
|
||||
<year>2003-2006</year>
|
||||
<year>2003-2007</year>
|
||||
|
||||
<holder>Alex Roitman</holder>
|
||||
</copyright>
|
||||
@ -100,16 +100,6 @@
|
||||
</affiliation>
|
||||
</author>
|
||||
|
||||
<author>
|
||||
<firstname>Donald N.</firstname>
|
||||
<surname>Allingham</surname>
|
||||
|
||||
<affiliation>
|
||||
<orgname>GRAMPS Project</orgname>
|
||||
<address><email>don@gramps-project.org</email></address>
|
||||
</affiliation>
|
||||
</author>
|
||||
|
||||
<othercredit role="maintainer">
|
||||
<firstname>Donald N.</firstname>
|
||||
<surname>Allingham</surname>
|
||||
|
@ -1,3 +1,9 @@
|
||||
2007-02-23 Alex Roitman <shura@gramps-project.org>
|
||||
* C/gramps.xml: List Don just once, as a maintainer.
|
||||
* output/Makefile.am (HELP_LINGUAS): Disable nb for now.
|
||||
* output/gramps-help-screen.css: Modify css to see revision
|
||||
history by the main text.
|
||||
|
||||
2007-02-22 Alex Roitman <shura@gramps-project.org>
|
||||
* output/Makefile.am: Write rule for manual website creation.
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
|
||||
BRANCH = 2.2
|
||||
HELP_LINGUAS = C fr nb sk nl
|
||||
HELP_LINGUAS = C fr sk nl #nb
|
||||
|
||||
# admon images to copy
|
||||
ADMON_IMAGES = note.png tip.png warning.png
|
||||
|
@ -12,6 +12,13 @@
|
||||
|
||||
*/
|
||||
|
||||
/* Modified by for GRAMPS by:
|
||||
Benny
|
||||
Alex Roitman
|
||||
|
||||
$Id$
|
||||
*/
|
||||
|
||||
@media screen {
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
@ -125,7 +132,6 @@
|
||||
|
||||
.titlepage hr {
|
||||
width: 0;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.toc,
|
||||
|
Loading…
Reference in New Issue
Block a user