summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-04-01 13:17:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-04-02 17:03:58 +0900
commit44192f839344c79b0daa2855f1e80b8a9024a6f2 (patch)
tree83eb032a19ed66fc0d9be577cd2cbb5d644e6692
parent010efdf1e896d2aaccd61a727e4c5230e7e3fc39 (diff)
downloadtdeio-sword-44192f83.tar.gz
tdeio-sword-44192f83.zip
Remove unnecessary files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8e2f90822304aecc8622f8f697d6761fc3dacf5d)
-rw-r--r--src/data/CMakeLists.txt4
-rw-r--r--src/data/tdeio_sword.css.cmake (renamed from src/data/tdeio_sword.css)2
-rw-r--r--src/data/tdeio_sword.css.in273
-rw-r--r--tdeio_sword.tdevelop214
4 files changed, 4 insertions, 489 deletions
diff --git a/src/data/CMakeLists.txt b/src/data/CMakeLists.txt
index fe2aaef..5543e1c 100644
--- a/src/data/CMakeLists.txt
+++ b/src/data/CMakeLists.txt
@@ -1,4 +1,6 @@
+configure_file( tdeio_sword.css.cmake tdeio_sword.css @ONLY )
+
install(
- FILES tdeio_sword.css swordvertical.png
+ FILES ${CMAKE_CURRENT_BINARY_DIR}/tdeio_sword.css swordvertical.png
DESTINATION ${DATA_INSTALL_DIR}/tdeio_sword
)
diff --git a/src/data/tdeio_sword.css b/src/data/tdeio_sword.css.cmake
index 52b6d66..df000d2 100644
--- a/src/data/tdeio_sword.css
+++ b/src/data/tdeio_sword.css.cmake
@@ -17,7 +17,7 @@ div.content
margin: 0px;
background: #ffffff;
border: solid #808080 1px;
- /* background-image: url('file:///usr/share/apps/tdeio_sword/swordvertical.png');
+ /* background-image: url('file://@DATA_INSTALL_DIR@/tdeio_sword/swordvertical.png');
background-repeat: no-repeat;
background-position: 50% 50%; */
}
diff --git a/src/data/tdeio_sword.css.in b/src/data/tdeio_sword.css.in
deleted file mode 100644
index ad54f41..0000000
--- a/src/data/tdeio_sword.css.in
+++ /dev/null
@@ -1,273 +0,0 @@
-body {
- background-color: #d0d0d0;
- margin: 0px;
- padding: 0px;
- line-height: 1.5em;
-}
-
-
-div.page
-{
- margin: 10px;
-}
-
-div.content
-{
- padding: 5px 5px 5px 25px;
- margin: 0px;
- background: #ffffff;
- border: solid #808080 1px;
- /* background-image: url('file://@prefix@/share/apps/tdeio_sword/swordvertical.png');
- background-repeat: no-repeat;
- background-position: 50% 50%; */
-}
-
-
-h1, h2, h3 {
- color: #404040;
-}
-
-h1 {
- font-size: 135%;
- margin-left: -15px;
-}
-
-h2
-{
- font-size: 120%;
- margin-left: -10px;
-}
-
-h3
-{
- font-size: 110%;
- margin-left: -5px;
-}
-
-h4, h5, h6 { font-size: 100%; }
-
-
-hr {
- text-align: center ;
-}
-
-a {
- color: #4000ff;
- font-weight: bold;
-}
-
-a:link, a:visited {
- text-decoration: none ;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-div.text {
- margin-bottom: 10px;
-}
-
-td.page {
- background-color: #ffffff;
- width: 100%;
-}
-
-.jesusquote {
- color: red ;
-}
-
-.versenumber {
- vertical-align: super;
- font-size: 0.7em ;
-}
-
-.biblename {
- text-align: right ;
- color: #202020 ;
- font-style: italic;
- font-size: small;
-}
-
-img.tableimg {
- display: block;
- margin: 0px;
- padding: 0px;
- border: none;
-}
-
-.error {
- font-size: 1.2em ;
- color: red ;
-}
-
-.fixme {
- font-size: 1.2em ;
- color: red ;
-}
-
-h1.moduletitle, h2.moduletitle, h1.bibleref, h2.biblref {
- text-align: center;
-}
-
-h1.moduleslist {
- text-align: center;
-}
-
-/* Page links */
-div.links {
- font-size: 90%;
- text-align: center;
- clear: both;
- padding-top: 5px;
-}
-
-div.links ul {
- list-style: none;
- margin: 0px;
- padding: 0px;
-}
-div.links li {
- display: inline;
- margin: 0px;
- padding: 0px;
-}
-
-div.links li:before {
- display: inline;
- content: " | ";
-}
-div.links li:first-child:before {
- display: inline;
- content: "";
-}
-
-/* Page toggles */
-div.toggles {
- font-size: 90%;
- text-align: right;
- border-bottom: 1px solid #808080;
- border-left: 1px solid #808080;
- border-right: 1px solid #808080;
- padding-left: 2px;
- padding-right: 2px;
- background: #e0e0e0;
-}
-
-div.toggles ul {
- list-style: none;
- margin: 0px;
- padding: 0px;
-}
-div.toggles li {
- display: inline;
- margin: 0px;
- padding: 0px;
-}
-
-div.toggles li:before {
- display: inline;
- content: " | ";
-}
-div.toggles li:first-child:before {
- display: inline;
- content: "Toggles: ";
-}
-
-/* Settings page */
-
-table.settings {
- border-top: 1px solid black;
- border-left: 1px solid black;
-}
-table.settings td,
-table.settings th {
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- margin: 0px;
-}
-
-
-table.settings th {
- padding: 3pt 5pt 3pt 5pt ;
- vertical-align: middle;
- text-align: center;
- background-color: #c0c0c0;
-}
-
-table.settings td {
- padding: 2pt 5pt 2pt 5pt;
- vertical-align: top;
- text-align: left;
- background-color: white;
-}
-
-
-table.settings td.settingscategory {
- text-align: center;
- vertical-align: middle;
- font-weight: bold ;
- background-color: #e0e0e0;
-}
-
-/* Search form */
-
-h1.searchform {
- text-align: center;
-}
-
-div.searchform {
- text-align: center;
-}
-div.searchform table {
- margin: auto;
-}
-
-/* Nav links */
-div.navbottom,
-div.navtop {
- font-size: 0.9em;
- text-align: right;
- margin-top: 1em;
-}
-div.navbottom {
- padding-top: 0px;
- margin-top: 0px;
-}
-
-div.navtop {
- padding-bottom: 0px;
- margin-bottom: 0px;
-}
-
-div.navtop li,
-div.navbottom li {
- display: inline;
- margin: 0px;
-}
-
-div.navtop li:before,
-div.navbottom li:before {
- content: "| ";
-}
-
-div.navtop li.first:before,
-div.navbottom li.first:before {
- content: ""
-}
-
-div.navtop ul,
-div.navbottom ul {
- margin-bottom: 0px;
- margin-top: 0px
-}
-
-
-/* Misc */
-
-
-.strongs, .morph {
- font-size: small;
- font-style: italic;
-}
-
diff --git a/tdeio_sword.tdevelop b/tdeio_sword.tdevelop
deleted file mode 100644
index 4924bd2..0000000
--- a/tdeio_sword.tdevelop
+++ /dev/null
@@ -1,214 +0,0 @@
-<?xml version = '1.0'?>
-<tdevelop>
- <general>
- <author>Luke Plant</author>
- <email>L.Plant.98@cantab.net</email>
- <version>0.1</version>
- <projectmanagement>KDevKDEAutoProject</projectmanagement>
- <primarylanguage>C++</primarylanguage>
- <keywords>
- <keyword>C++</keyword>
- <keyword>Code</keyword>
- <keyword>Qt</keyword>
- <keyword>KDE</keyword>
- <keyword>tdeioslave</keyword>
- </keywords>
- <projectdirectory>.</projectdirectory>
- <absoluteprojectpath>false</absoluteprojectpath>
- <description/>
- <ignoreparts>
- <part>kdevdebugger</part>
- <part>kdevkonsoleview</part>
- <part>kdevrbdebugger</part>
- </ignoreparts>
- <secondaryLanguages/>
- <versioncontrol>kdevsubversion</versioncontrol>
- </general>
- <kdevautoproject>
- <general>
- <activetarget>src/tdeio_sword.la</activetarget>
- <useconfiguration>default</useconfiguration>
- </general>
- <configurations>
- <optimized>
- <builddir>optimized</builddir>
- <ccompiler>kdevgccoptions</ccompiler>
- <cxxcompiler>kdevgppoptions</cxxcompiler>
- <f77compiler>kdevg77options</f77compiler>
- <cxxflags>-O2 -g0</cxxflags>
- </optimized>
- <debug>
- <configargs>--enable-debug=full</configargs>
- <builddir>debug</builddir>
- <ccompiler>kdevgccoptions</ccompiler>
- <cxxcompiler>kdevgppoptions</cxxcompiler>
- <f77compiler>kdevg77options</f77compiler>
- <cxxflags>-O0 -g3</cxxflags>
- </debug>
- <default>
- <configargs>--enable-debug=full</configargs>
- <builddir/>
- <topsourcedir/>
- <cppflags/>
- <ldflags/>
- <ccompiler>kdevgccoptions</ccompiler>
- <cxxcompiler>kdevgppoptions</cxxcompiler>
- <f77compiler>kdevg77options</f77compiler>
- <ccompilerbinary/>
- <cxxcompilerbinary/>
- <f77compilerbinary/>
- <cflags/>
- <cxxflags>-O0 -g3</cxxflags>
- <f77flags/>
- <envvars/>
- </default>
- </configurations>
- <make>
- <envvars>
- <envvar value="1" name="WANT_AUTOCONF_2_5" />
- <envvar value="1" name="WANT_AUTOMAKE_1_6" />
- </envvars>
- <abortonerror>false</abortonerror>
- <numberofjobs>1</numberofjobs>
- <dontact>false</dontact>
- <makebin/>
- <prio>0</prio>
- </make>
- <run>
- <directoryradio>executable</directoryradio>
- <customdirectory>/</customdirectory>
- <mainprogram/>
- <programargs/>
- <terminal>false</terminal>
- <autocompile>true</autocompile>
- <envvars/>
- </run>
- </kdevautoproject>
- <kdevfileview>
- <groups>
- <group pattern="*.cpp;*.cxx;*.h" name="Sources" />
- <group pattern="*.po;*.ts" name="Translations" />
- <group pattern="*" name="Others" />
- <hidenonprojectfiles>false</hidenonprojectfiles>
- <hidenonlocation>false</hidenonlocation>
- </groups>
- <tree>
- <hidepatterns>*.o,*.lo,CVS</hidepatterns>
- <hidenonprojectfiles>false</hidenonprojectfiles>
- <showvcsfields>false</showvcsfields>
- </tree>
- </kdevfileview>
- <kdevdoctreeview>
- <ignoretocs>
- <toc>bash</toc>
- <toc>bash_bugs</toc>
- <toc>clanlib</toc>
- <toc>fortran_bugs_gcc</toc>
- <toc>gnome1</toc>
- <toc>gnustep</toc>
- <toc>gtk</toc>
- <toc>gtk_bugs</toc>
- <toc>haskell</toc>
- <toc>haskell_bugs_ghc</toc>
- <toc>java_bugs_gcc</toc>
- <toc>java_bugs_sun</toc>
- <toc>opengl</toc>
- <toc>pascal_bugs_fp</toc>
- <toc>php</toc>
- <toc>php_bugs</toc>
- <toc>perl</toc>
- <toc>perl_bugs</toc>
- <toc>python</toc>
- <toc>python_bugs</toc>
- <toc>ruby</toc>
- <toc>ruby_bugs</toc>
- <toc>sdl</toc>
- <toc>stl</toc>
- <toc>sw</toc>
- <toc>w3c-dom-level2-html</toc>
- <toc>w3c-svg</toc>
- <toc>w3c-uaag10</toc>
- <toc>wxwindows_bugs</toc>
- </ignoretocs>
- <ignoreqt_xml>
- <toc>Guide to the Qt Translation Tools</toc>
- <toc>Qt Assistant Manual</toc>
- <toc>Qt Designer Manual</toc>
- <toc>Qt Reference Documentation</toc>
- </ignoreqt_xml>
- </kdevdoctreeview>
- <kdevdebugger>
- <general>
- <dbgshell>libtool</dbgshell>
- <programargs/>
- <gdbpath/>
- <configGdbScript/>
- <runShellScript/>
- <runGdbScript/>
- <breakonloadinglibs>true</breakonloadinglibs>
- <separatetty>false</separatetty>
- <floatingtoolbar>false</floatingtoolbar>
- </general>
- <display>
- <staticmembers>false</staticmembers>
- <demanglenames>true</demanglenames>
- <outputradix>10</outputradix>
- </display>
- </kdevdebugger>
- <kdevfilecreate>
- <filetypes/>
- <useglobaltypes>
- <type ext="cpp" />
- <type ext="h" />
- </useglobaltypes>
- </kdevfilecreate>
- <cppsupportpart>
- <filetemplates>
- <interfacesuffix>.h</interfacesuffix>
- <implementationsuffix>.cpp</implementationsuffix>
- </filetemplates>
- </cppsupportpart>
- <kdevcppsupport>
- <codecompletion>
- <includeGlobalFunctions>true</includeGlobalFunctions>
- <includeTypes>true</includeTypes>
- <includeEnums>true</includeEnums>
- <includeTypedefs>false</includeTypedefs>
- <automaticCodeCompletion>true</automaticCodeCompletion>
- <automaticArgumentsHint>true</automaticArgumentsHint>
- <automaticHeaderCompletion>true</automaticHeaderCompletion>
- <codeCompletionDelay>250</codeCompletionDelay>
- <argumentsHintDelay>400</argumentsHintDelay>
- <headerCompletionDelay>250</headerCompletionDelay>
- </codecompletion>
- <references/>
- <creategettersetter>
- <prefixGet/>
- <prefixSet>set</prefixSet>
- <prefixVariable>m_,_</prefixVariable>
- <parameterName>theValue</parameterName>
- <inlineGet>true</inlineGet>
- <inlineSet>true</inlineSet>
- </creategettersetter>
- </kdevcppsupport>
- <kdevdocumentation>
- <projectdoc>
- <docsystem/>
- <docurl/>
- <usermanualurl/>
- </projectdoc>
- </kdevdocumentation>
- <ctagspart>
- <customArguments/>
- <customTagfilePath/>
- </ctagspart>
- <kdevvisualadvance>
- <emulator>VisualBoyAdvance</emulator>
- <binary/>
- <addOptions/>
- <terminal>false</terminal>
- <fullscreen>false</fullscreen>
- <graphicFilter>-f0</graphicFilter>
- <scaling>-1</scaling>
- </kdevvisualadvance>
-</tdevelop>