Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add abiword support in the image #32

Open
dereckson opened this issue Mar 25, 2018 · 1 comment
Open

Add abiword support in the image #32

dereckson opened this issue Mar 25, 2018 · 1 comment

Comments

@dereckson
Copy link

With a simple apt update && apt upgrade && apt install abiword installation, without the XDG environment variable, I got a working abiword import/export feature for HTML, PDF and Microsoft Word (ie, all formats excepted LibreOffice).

Did you get another issue at commit 5b6d8a6e21f7 "Remove abiword and base on debian jessie image" or was it only for OpenOffice?

If so, perhaps a good idea could be to offer all the others conversions but disable the OpenOffice one from the UI:

diff --git a/src/templates/pad.html b/src/templates/pad.html
index 9a9c6f0..809e6e5 100644
--- a/src/templates/pad.html
+++ b/src/templates/pad.html
@@ -234,7 +234,6 @@
                 <a id="exportplaina" target="_blank" class="exportlink"><div class="exporttype" id="exportplain" data-l10n-id="pad.importExport.exportplain"></div></a>
                 <a id="exportworda" target="_blank" class="exportlink"><div class="exporttype" id="exportword" data-l10n-id="pad.importExport.exportword"></div></a>
                 <a id="exportpdfa" target="_blank" class="exportlink"><div class="exporttype" id="exportpdf" data-l10n-id="pad.importExport.exportpdf"></div></a>
-                <a id="exportopena" target="_blank" class="exportlink"><div class="exporttype" id="exportopen" data-l10n-id="pad.importExport.exportopen"></div></a>
                 <% e.end_block(); %>
             </div>
         </div>
diff --git a/src/templates/timeslider.html b/src/templates/timeslider.html
index 395d0c4..172c975 100644
--- a/src/templates/timeslider.html
+++ b/src/templates/timeslider.html
@@ -216,7 +216,6 @@
   <a id="exportplaina" target="_blank" class="exportlink"><div class="exporttype" id="exportplain" data-l10n-id="pad.importExport.exportplain"></div></a>
   <a id="exportworda" target="_blank" class="exportlink"><div class="exporttype" id="exportword" data-l10n-id="pad.importExport.exportword"></div></a>
   <a id="exportpdfa" target="_blank" class="exportlink"><div class="exporttype" id="exportpdf" data-l10n-id="pad.importExport.exportpdf"></div></a>
-  <a id="exportopena" target="_blank" class="exportlink"><div class="exporttype" id="exportopen" data-l10n-id="pad.importExport.exportopen"></div></a>
 </div>
 </div>
@tvelocity tvelocity changed the title Current status of abiword Add abiword support in the image May 1, 2018
@tvelocity
Copy link
Owner

That's definitely a good idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants