Skip to content

Commit

Permalink
Updating license to GPLv3
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffstratton committed Sep 9, 2021
1 parent 77a9fa2 commit 5bc4912
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@ Prerequisites:
1. When building this I had the Microsoft.Office.Interop.Word 12.0 (Word 2007) library referenced from the project. The easiest way to meet this requirement is to install some recent version of Office, but any version of the Microsoft.Office.Interop.Word library that natively handles the .docx format should work.
2. I had the very useful Html Agility Pack version 1.4.6 library referenced as well. I was using .NET 4.0 and the 4.0 version of the library. Html Agility Pack now [lives on Github](https://github.com/zzzprojects/html-agility-pack) so you can grab it easily and reference it from your project.

Later I realized a better way to do this might be to invoke the LibreOffice converter on the command line, convert your document to HTML or text, filter it with Python's BeautifulSoup library or sed or Ruby's Nokogiri, and then insert the results straight into the database of your web system. But maybe not: in text, tags like <<span>table</span>> and <<span>ul</span>> would be lost, and LibreOffice's HTML is still pretty ugly.
Later I realized a better way to do this might be to invoke the LibreOffice converter on the command line, convert your document to HTML or text, filter it with Python's BeautifulSoup library or sed or Ruby's Nokogiri, and then insert the results straight into the database of your web system. But maybe not: in text, tags like <<span>table</span>> and <<span>ul</span>> would be lost, and LibreOffice's HTML is still pretty ugly.

License
---------------
GNU General Public License v3.0

Author
---------------
Geoff Stratton

0 comments on commit 5bc4912

Please sign in to comment.