------------------------------------------------------------ revno: 442 committer: Jason P. Pickering <[email protected]> branch nick: dhis2-docbook-docs timestamp: Sat 2012-01-21 08:05:15 +0200 message: Removed uneeded files. removed: src/bibliography/docbook44.begin.layout src/bibliography/docbook44.end.layout src/bibliography/docbook44.layout src/bibliography/docbook44.mastersthesis.layout src/bibliography/docbook44.phdthesis.layout src/bibliography/jabref_docbook44.diff
-- lp:~dhis2-documenters/dhis2/dhis2-docbook-docs https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== removed file 'src/bibliography/docbook44.begin.layout' --- src/bibliography/docbook44.begin.layout 2011-06-08 18:36:47 +0000 +++ src/bibliography/docbook44.begin.layout 1970-01-01 00:00:00 +0000 @@ -1,4 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<!-- This file was exported from JabRef --> -<bibliography> \ No newline at end of file === removed file 'src/bibliography/docbook44.end.layout' --- src/bibliography/docbook44.end.layout 2011-06-08 18:36:47 +0000 +++ src/bibliography/docbook44.end.layout 1970-01-01 00:00:00 +0000 @@ -1,1 +0,0 @@ -</bibliography> === removed file 'src/bibliography/docbook44.layout' --- src/bibliography/docbook44.layout 2011-06-08 18:36:47 +0000 +++ src/bibliography/docbook44.layout 1970-01-01 00:00:00 +0000 @@ -1,20 +0,0 @@ -<biblioentry xreflabel="\bibtexkey" id="\bibtexkey"> - <authorgroup> -\begin{author} \format[CreateDocBookAuthors]{\author} \end{author} -\begin{editor} \format[CreateDocBookEditors]{\editor} \end{editor} - </authorgroup> - <citetitle pubwork="article">\format[XMLChars,RemoveLatexCommands]{\title}</citetitle> -\begin{journal} <citetitle pubwork="journal">\format[XMLChars]{\journal}</citetitle>\end{journal} -\begin{publisher} <publisher> - <publishername>\format[XMLChars]{\publisher}</publishername> - </publisher>\end{publisher} -\begin{volume} <volumenum>\volume</volumenum> \end{volume} -\begin{edition} <edition>\format[XMLChars,RemoveLatexCommands]{\edition}</edition> \end{edition} -\begin{pages} <artpagenums>\format[FormatPagesForXML]{\pages}</artpagenums> \end{pages} -\begin{year} <pubdate>\year</pubdate> \end{year} -\begin{url} <bibliomisc><ulink url="\format[XMLChars]{\url}">\format[XMLChars]{\url}</ulink></bibliomisc>\end{url} -\begin{abstract} <abstract> - <para>\format[XMLChars,RemoveLatexCommands]{\abstract} - </para> - </abstract>\end{abstract} -</biblioentry> === removed file 'src/bibliography/docbook44.mastersthesis.layout' --- src/bibliography/docbook44.mastersthesis.layout 2011-06-08 18:36:47 +0000 +++ src/bibliography/docbook44.mastersthesis.layout 1970-01-01 00:00:00 +0000 @@ -1,11 +0,0 @@ -<biblioentry xreflabel="\bibtexkey" id="\bibtexkey"> - <authorgroup> -\begin{author} \format[CreateDocBookAuthors]{\author} \end{author} - </authorgroup> - <citetitle pubwork="manuscript">\format[XMLChars,RemoveLatexCommands]{\title}</citetitle> -\begin{school} <publisher> - <publishername>\format[XMLChars]{\school}</publishername> - </publisher>\end{school} -\begin{year} <pubdate>\year</pubdate> \end{year} -\begin{url} <bibliomisc><ulink url="\format[XMLChars]{\url}">\format[XMLChars]{\url}</ulink></bibliomisc>\end{url} -</biblioentry> === removed file 'src/bibliography/docbook44.phdthesis.layout' --- src/bibliography/docbook44.phdthesis.layout 2011-06-15 17:29:28 +0000 +++ src/bibliography/docbook44.phdthesis.layout 1970-01-01 00:00:00 +0000 @@ -1,11 +0,0 @@ -<biblioentry xreflabel="\bibtexkey" id="\bibtexkey"> - <authorgroup> -\begin{author} \format[CreateDocBookAuthors]{\author} \end{author} - </authorgroup> - <citetitle pubwork="manuscript">\format[XMLChars,RemoveLatexCommands]{\title}</citetitle> -\begin{school} <publisher> - <publishername>\format[XMLChars]{\school}</publishername> - </publisher>\end{school} -\begin{year} <pubdate>\year</pubdate> \end{year} -\begin{url} <bibliomisc><ulink url="\format[XMLChars]{\url}">\format[XMLChars]{\url}</ulink></bibliomisc>\end{url} -</biblioentry> === removed file 'src/bibliography/jabref_docbook44.diff' --- src/bibliography/jabref_docbook44.diff 2011-06-08 20:21:31 +0000 +++ src/bibliography/jabref_docbook44.diff 1970-01-01 00:00:00 +0000 @@ -1,88 +0,0 @@ -Index: java/net/sf/jabref/export/ExportFormats.java -=================================================================== ---- java/net/sf/jabref/export/ExportFormats.java (revision 3552) -+++ java/net/sf/jabref/export/ExportFormats.java (working copy) -@@ -40,6 +40,7 @@ - putFormat(new ExportFormat( - Globals.lang("Simple HTML"), "simplehtml", "simplehtml", null, ".html")); - putFormat(new ExportFormat(Globals.lang("Docbook"), "docbook", "docbook", null, ".xml")); -+ putFormat(new ExportFormat(Globals.lang("Docbook 4.4"), "docbook44", "docbook44", "docbook44", ".xml")); - putFormat(new ExportFormat(Globals.lang("BibTeXML"), "bibtexml", "bibtexml", null, ".xml")); - putFormat(new ExportFormat(Globals.lang("BibO RDF"), "bibordf", "bibordf", null, ".rdf")); - putFormat(new ModsExportFormat()); -Index: java/net/sf/jabref/export/layout/format/CreateDocBookAuthors.java -=================================================================== ---- java/net/sf/jabref/export/layout/format/CreateDocBookAuthors.java (revision 3552) -+++ java/net/sf/jabref/export/layout/format/CreateDocBookAuthors.java (working copy) -@@ -99,12 +99,12 @@ - sb.append("</othername>"); - } - if ((a.getLast() != null) && (a.getLast().length() > 0)) { -- sb.append("<lastname>"); -+ sb.append("<surname>"); - sb.append(xc.format(a.getLast())); - if ((a.getJr() != null) && (a.getJr().length() > 0)) { - sb.append(" "+xc.format(a.getJr())); - } -- sb.append("</lastname>"); -+ sb.append("</surname>"); - } - - if (i < al.size()-1) -Index: resource/layout/docbook44/docbook44.mastersthesis.layout -=================================================================== ---- resource/layout/docbook44/docbook44.mastersthesis.layout (revision 0) -+++ resource/layout/docbook44/docbook44.mastersthesis.layout (revision 0) -@@ -0,0 +1,11 @@ -+<biblioentry xreflabel="\bibtexkey" id="\bibtexkey"> -+ <authorgroup> -+\begin{author} \format[CreateDocBookAuthors]{\author} \end{author} -+ </authorgroup> -+ <citetitle pubwork="manuscript">\format[XMLChars,RemoveLatexCommands]{\title}</citetitle> -+\begin{school} <publisher> -+ <publishername>\format[XMLChars]{\school}</publishername> -+ </publisher>\end{school} -+\begin{year} <pubdate>\year</pubdate> \end{year} -+\begin{url} <bibliomisc><ulink url="\format[XMLChars]{\url}">\format[XMLChars]{\url}</ulink></bibliomisc>\end{url} -+</biblioentry> -Index: resource/layout/docbook44/docbook44.layout -=================================================================== ---- resource/layout/docbook44/docbook44.layout (revision 0) -+++ resource/layout/docbook44/docbook44.layout (revision 0) -@@ -0,0 +1,20 @@ -+<biblioentry xreflabel="\bibtexkey" id="\bibtexkey"> -+ <authorgroup> -+\begin{author} \format[CreateDocBookAuthors]{\author} \end{author} -+\begin{editor} \format[CreateDocBookEditors]{\editor} \end{editor} -+ </authorgroup> -+ <citetitle pubwork="article">\format[XMLChars,RemoveLatexCommands]{\title}</citetitle> -+\begin{journal} <citetitle pubwork="journal">\format[XMLChars]{\journal}</citetitle>\end{journal} -+\begin{publisher} <publisher> -+ <publishername>\format[XMLChars]{\publisher}</publishername> -+ </publisher>\end{publisher} -+\begin{volume} <volumenum>\volume</volumenum> \end{volume} -+\begin{edition} <edition>\format[XMLChars,RemoveLatexCommands]{\edition}</edition> \end{edition} -+\begin{pages} <artpagenums>\format[FormatPagesForXML]{\pages}</artpagenums> \end{pages} -+\begin{year} <pubdate>\year</pubdate> \end{year} -+\begin{url} <bibliomisc><ulink url="\format[XMLChars]{\url}">\format[XMLChars]{\url}</ulink></bibliomisc>\end{url} -+\begin{abstract} <abstract> -+ <para>\format[XMLChars,RemoveLatexCommands]{\abstract} -+ </para> -+ </abstract>\end{abstract} -+</biblioentry> -Index: resource/layout/docbook44/docbook44.begin.layout -=================================================================== ---- resource/layout/docbook44/docbook44.begin.layout (revision 0) -+++ resource/layout/docbook44/docbook44.begin.layout (revision 0) -@@ -0,0 +1,4 @@ -+<?xml version='1.0' encoding='UTF-8'?> -+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -+<!-- This file was exported from JabRef --> -+<bibliography> -\ No newline at end of file -Index: resource/layout/docbook44/docbook44.end.layout -=================================================================== ---- resource/layout/docbook44/docbook44.end.layout (revision 0) -+++ resource/layout/docbook44/docbook44.end.layout (revision 0) -@@ -0,0 +1 @@ -+</bibliography>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

