Git commit 6df3fda5f5567c14e76ae414e15c50fe750eae87 by Burkhard Lück. Committed on 02/08/2015 at 09:35. Pushed by lueck into branch 'master'.
Fix date+releaseinfo+title+productinfo in frameworks/kdoctools docbooks Set date to last update/proofreading Set releaseinfo to 'Frameworks 5.x' where x is the corresponding frameworks version Use <productname>KDE Frameworks</productname> Fix title REVIEW:124531 M +4 -2 docs/checkXML5/man-checkXML5.1.docbook M +4 -3 docs/kf5options/man-kf5options.7.docbook M +5 -4 docs/meinproc5/man-meinproc5.8.docbook M +4 -3 docs/qt5options/man-qt5options.7.docbook http://commits.kde.org/kdoctools/6df3fda5f5567c14e76ae414e15c50fe750eae87 diff --git a/docs/checkXML5/man-checkXML5.1.docbook b/docs/checkXML5/man-checkXML5.1.docbook index 15854b5..c6a54d5 100644 --- a/docs/checkXML5/man-checkXML5.1.docbook +++ b/docs/checkXML5/man-checkXML5.1.docbook @@ -5,9 +5,11 @@ <refentry lang="&language;"> <refentryinfo> -<title>&kde; User's Manual</title> +<title>checkXML5 User's Manual</title> <author><personname><firstname>Lauri</firstname><surname>Watts</surname></personname><email>[email protected]</email></author> -<date>2003-07-03</date> +<date>2014-03-04</date> +<releaseinfo>Frameworks 5.0</releaseinfo> +<productname>KDE Frameworks</productname> </refentryinfo> <refmeta> diff --git a/docs/kf5options/man-kf5options.7.docbook b/docs/kf5options/man-kf5options.7.docbook index f1c4783..f79d42c 100644 --- a/docs/kf5options/man-kf5options.7.docbook +++ b/docs/kf5options/man-kf5options.7.docbook @@ -5,10 +5,11 @@ <refentry lang="&language;"> <refentryinfo> -<title>KDE User's Manual</title> +<title>kf5options User's Manual</title> <author>&Lauri.Watts; &Lauri.Watts.mail;</author> -<date>2004-02-02</date> -<productname>KDE Software</productname> +<date>2014-03-04</date> +<releaseinfo>Frameworks 5.0</releaseinfo> +<productname>KDE Frameworks</productname> </refentryinfo> <refmeta> diff --git a/docs/meinproc5/man-meinproc5.8.docbook b/docs/meinproc5/man-meinproc5.8.docbook index 6a2a59c..4ca0f2f 100644 --- a/docs/meinproc5/man-meinproc5.8.docbook +++ b/docs/meinproc5/man-meinproc5.8.docbook @@ -3,10 +3,10 @@ <!ENTITY % English "INCLUDE"><!-- change language only here --> ]> -<refentry> +<refentry lang="&language;"> <refentryinfo> -<title>&kde; User's Manual</title> +<title>meinproc5 User's Manual</title> <!-- There is no author in the meinproc.cpp file Also, based on the information from http://olympus.het.brown.edu/cgi-bin/man/man2html?meinproc+1 @@ -34,8 +34,9 @@ Also, based on the information from http://olympus.het.brown.edu/cgi-bin/man/man </affiliation> </author> --> -<date>2008-10-03</date> -<releaseinfo>0.01.01</releaseinfo> +<date>2014-05-08</date> +<releaseinfo>Frameworks 5.0</releaseinfo> +<productname>KDE Frameworks</productname> </refentryinfo> diff --git a/docs/qt5options/man-qt5options.7.docbook b/docs/qt5options/man-qt5options.7.docbook index 25e2994..d5891eb 100644 --- a/docs/qt5options/man-qt5options.7.docbook +++ b/docs/qt5options/man-qt5options.7.docbook @@ -5,10 +5,11 @@ <refentry lang="&language;"> <refentryinfo> -<title>KDE User's Manual</title> +<title>qt5options User's Manual</title> <author>&Lauri.Watts; &Lauri.Watts.mail;</author> -<date>2004-02-02</date> -<productname>K Desktop Environment</productname> +<date>2014-03-04</date> +<releaseinfo>Frameworks 5.0</releaseinfo> +<productname>KDE Frameworks</productname> </refentryinfo> <refmeta> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
