Git commit 765f81be6732668cdb296daca2f95644d5b970af by Sandro S. Andrade. Committed on 18/01/2016 at 04:19. Pushed by sandroandrade into branch 'master'.
Add initial preparation of Minuet's handbook M +1 -1 doc/CMakeLists.txt M +21 -99 doc/index.docbook M +1 -1 src/CMakeLists.txt D +0 -61 src/minuet.desktop A +35 -0 src/org.kde.minuet.desktop http://commits.kde.org/minuet/765f81be6732668cdb296daca2f95644d5b970af diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 0587894..7792541 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1 +1 @@ -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR minuet) +kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR minuet) diff --git a/doc/index.docbook b/doc/index.docbook index f3a853b..5579440 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1,131 +1,53 @@ <?xml version="1.0" ?> -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ - <!-- Define an entity for your application if it is not part of KDE - Git --> - <!ENTITY minuet "<application>minuet</application>"> - <!ENTITY minuet "&minuet;"><!-- replace minuet here - do *not* replace kappname--> - <!ENTITY package "kde-module"><!-- kdebase, kdeadmin, etc. Leave - this unchanged if your - application is not maintained in KDE source archiv --> +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY kappname "&minuet;"> + <!ENTITY package "kdeedu"> <!ENTITY % addindex "IGNORE"> - <!ENTITY % English "INCLUDE"> <!-- ONLY If you are writing non-English - original documentation, change - the language here --> - - <!-- Do not define any other entities; instead, use the entities - from entities/general.entities and en/user.entities. --> + <!ENTITY % English "INCLUDE"> ]> -<!-- kdoctemplate v0.10.0 2014-04-02 ltoscano - updated to KF5/kdoctools - references to KDE reworded - - kdoctemplate v0.9.2 2012-10-15 pino - update versions to 4.9 - update years to 2012 - switch from CVS to Git - add id attribute to <book> - - kdoctemplate v0.9.1 2010-10-27 lueck - changed releaseinfo format - removed screenshot format="EPS - added comment when to write a command reference - added tip using id's in varlistentries - removed refentry stuff - - kdoctemplate v0.9 January 10 2003 - Changes to comments to clarify entity usage January 10 2003 - Minor update to "Credits and Licenses" section on August 24, 2000 - Removed "Revision history" section on 22 January 2001 - Changed to Installation/Help menu entities 18 October 2001 - Other minor cleanup and changes 18 October 2001 - FPI change and minor changes November 2002 --> - -<!-- -This template was designed by: David Rugge [email protected] -with lots of help from: Eric Bischoff [email protected] -and Frederik Fouvry [email protected] -of the KDE DocBook team. - -You may freely use this template for writing any sort of KDE documentation. -If you have any changes or improvements, please let us know. - -Remember: -- in XML, the case of the <tags> and attributes is relevant ; -- also, quote all attributes. - -Please don't forget to remove all these comments in your final documentation, -thanks ;-). ---> - -<!-- ................................................................ --> - -<!-- The language must NOT be changed here. --> -<!-- If you are writing original documentation in a language other --> -<!-- than English, change the language above ONLY, not here --> -<!-- Change the value of id to the name of your application --> <book id="minuet" lang="&language;"> -<!-- This header contains all of the meta-information for the document such -as Authors, publish date, the abstract, and Keywords --> - <bookinfo> <title>The &minuet; Handbook</title> <authorgroup> <author> -<!-- This is just put in as an example. For real documentation, please - define a general entity in entities/contributor.entities, e.g. -<!ENTITY George.N.Ugnacious "<personname><firstname>George</firstname><othername>N.</othername><surname>Ugnacious</surname></personname>"> -<!ENTITY George.N.Ugnacious.mail "<email>[email protected]</email>"> -and use `&George.N.Ugnacious; &George.N.Ugnacious.mail;' in the author element. - --> <personname> -<firstname>George</firstname> -<othername>N.</othername> -<surname>Ugnacious</surname> +<firstname>Sandro</firstname> +<othername>S.</othername> +<surname>Andrade</surname> </personname> -<email>[email protected]</email> +<email>&Sandro.Andrade.mail;</email> </author> <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> <copyright> -<year>2014</year> -<holder>George N. Ugnacious</holder> +<year>2016</year> +<holder>&Sandro.Andrade;</holder> </copyright> <legalnotice>&FDLNotice;</legalnotice> -<!-- Date of the documentation -Don't forget to include this last date. -Please respect the format of the date (YYYY-MM-DD),it is used by scripts. ---> -<date>2014-04-03</date> +<date>2016-01-17</date> -<!--version information of the application and kde this documentation is valid for. -for example 'xx.yy.zz' ---> -<releaseinfo>1.01.00</releaseinfo> - -<!-- Abstract about this handbook --> +<releaseinfo>1.00.00</releaseinfo> <abstract> <para> -&minuet; is an application specially designed to do nothing you would -ever want. +&minuet; is an application for music education. It presents a large set of ear training exercises +regarding intervals, chords, and scales. </para> </abstract> -<!-- This is a set of Keywords for indexing by search engines. -Please at least include KDE, the KDE section it is in, the name - of your application, and a few relevant keywords. --> - <keywordset> <keyword>KDE</keyword> -<keyword>kdeutils</keyword> -<keyword>Kapp</keyword> -<keyword>nothing</keyword> -<keyword>nothing else</keyword> +<keyword>kdeedu</keyword> +<keyword>music</keyword> +<keyword>education</keyword> +<keyword>intervals</keyword> +<keyword>chords</keyword> +<keyword>scales</keyword> +<keyword>minuet</keyword> </keywordset> </bookinfo> diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5bb74ce..feedded 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -36,5 +36,5 @@ target_link_libraries(minuet ) install(TARGETS minuet ${INSTALL_TARGETS_DEFAULT_ARGS}) -install(PROGRAMS minuet.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) +install(PROGRAMS org.kde.minuet.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) install(FILES minuetui.rc DESTINATION ${KXMLGUI_INSTALL_DIR}/minuet) diff --git a/src/minuet.desktop b/src/minuet.desktop deleted file mode 100644 index 893cec9..0000000 --- a/src/minuet.desktop +++ /dev/null @@ -1,61 +0,0 @@ -[Desktop Entry] -Name=minuet -Name[ca]=minuet -Name[cs]=minuet -Name[da]=minuet -Name[de]=minuet -Name[en_GB]=minuet -Name[es]=minuet -Name[fi]=minuet -Name[gl]=minuet -Name[it]=minuet -Name[ko]=minuet -Name[nl]=minuet -Name[pl]=minuet -Name[pt]=minuet -Name[pt_BR]=minuet -Name[ru]=minuet -Name[sk]=minuet -Name[sl]=minuet -Name[sr]=minuet -Name[sr@ijekavian]=minuet -Name[sr@ijekavianlatin]=minuet -Name[sr@latin]=minuet -Name[sv]=minuet -Name[tr]=minuet -Name[uk]=minuet -Name[x-test]=xxminuetxx -Name[zh_TW]=minuet -Exec=minuet -Icon=minuet -Type=Application -X-DocPath=minuet/index.html -GenericName=A KDE Application -GenericName[ca]=Una aplicació del KDE -GenericName[cs]=Aplikace prostředí KDE -GenericName[da]=Et KDE-program -GenericName[de]=Eine KDE-Anwendung -GenericName[en_GB]=A KDE Application -GenericName[es]=Una aplicación para KDE -GenericName[fi]=KDE-sovellus -GenericName[gl]=Programa de KDE -GenericName[it]=Un'applicazione di KDE -GenericName[ko]=KDE 프로그램 -GenericName[nl]=Een KDE-toepassing -GenericName[nn]=Eit KDE-program -GenericName[pl]=Program dla KDE -GenericName[pt]=Uma Aplicação do KDE -GenericName[pt_BR]=Um aplicativo do KDE -GenericName[ru]=Приложение KDE -GenericName[sk]=KDE Aplikácia -GenericName[sl]=Program za KDE -GenericName[sr]=КДЕ програм -GenericName[sr@ijekavian]=КДЕ програм -GenericName[sr@ijekavianlatin]=KDE program -GenericName[sr@latin]=KDE program -GenericName[sv]=Ett KDE-program -GenericName[tr]=Bir KDE4 Uygulaması -GenericName[uk]=Програма для KDE -GenericName[x-test]=xxA KDE Applicationxx -GenericName[zh_CN]=KDE 应用程序 -GenericName[zh_TW]=KDE 應用程式 diff --git a/src/org.kde.minuet.desktop b/src/org.kde.minuet.desktop new file mode 100644 index 0000000..5285c91 --- /dev/null +++ b/src/org.kde.minuet.desktop @@ -0,0 +1,35 @@ +[Desktop Entry] +Name=Minuet +Name[ca]=Minuet +Name[cs]=Minuet +Name[da]=Minuet +Name[de]=Minuet +Name[en_GB]=Minuet +Name[es]=Minuet +Name[fi]=Minuet +Name[gl]=Minuet +Name[it]=Minuet +Name[ko]=Minuet +Name[nl]=Minuet +Name[pl]=Minuet +Name[pt]=Minuet +Name[pt_BR]=Minuet +Name[ru]=Minuet +Name[sk]=Minuet +Name[sl]=Minuet +Name[sr]=Minuet +Name[sr@ijekavian]=Minuet +Name[sr@ijekavianlatin]=Minuet +Name[sr@latin]=Minuet +Name[sv]=Minuet +Name[tr]=Minuet +Name[uk]=Minuet +Name[x-test]=xxMinuetxx +Name[zh_TW]=Minuet +Exec=minuet +Icon=minuet +Type=Application +X-DocPath=minuet/index.html +GenericName=A KDE Application for music education +Terminal=false +Categories=Qt;KDE;Education;X-KDE-Edu-Misc; _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
