From b4700c1c22ed00d43904541b9fb2e59098e31f9a Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 10 May 2013 19:30:04 +0800 Subject: [PATCH 1/6] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index e257c4d..6c33138 100644 --- a/LICENSE +++ b/LICENSE @@ -17,7 +17,7 @@ Any derivate works should also include this term. For example, you should credit pdf2htlmEX if pdf2htmlEX (or your modified version) must be called after a user upload some files and before the user can see the result -of the files, you should credit pdf2htmlEX. +of the files. ----- Files: * From 7e7e79b3283c7f664d243b1e54431d40241e0346 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 10 May 2013 22:12:56 +0800 Subject: [PATCH 2/6] Update README.md --- README.md | 53 ++++++----------------------------------------------- 1 file changed, 6 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 770ee7e..791b152 100644 --- a/README.md +++ b/README.md @@ -36,54 +36,13 @@ The generated HTML file is static, Javascript is optional. ## Get started -### Install - -Thanks to all the packagers! +## Wiki Portals - * [Ubuntu PPA](https://launchpad.net/~coolwanglu/+archive/pdf2htmlex) by Lu Wang - * [ArchLinux AUR](https://aur.archlinux.org/packages.php?ID=62426) by Arthur Titeica - * [Gentoo Overlay](http://gpo.zugaina.org/app-text/pdf2htmlex), gentoo-zh, mrueg or sunrise, by respective packagers. - * [Homebrew Formula](https://github.com/mxcl/homebrew/blob/master/Library/Formula/pdf2htmlex.rb) by Jamie Ly - * [Macports (local repo)](https://github.com/iapain/pdf2htmlEX-macport) by Deepak Thukral - * Windows [N/A](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ#wiki-install-windows) - -### Build from source - -#### Dependency - -* CMake, pkg-config -* GNU Getopt -* compilers support C++11, for example - * GCC >= 4.4.6 - * I heard about successful build with Clang -* **poppler** with xpdf header >= 0.20.0 (compile with **--enable-xpdf-headers**) - * Install **libpng** (and headers) BEFORE you compile poppler if you want background images generated - * Install **poppler-data** if your want CJK support -* **fontforge** (with header files) - * git version is recommended to avoid annoying compilation issues -* [Optional] **ttfautohint** - * run pdf2htmlEX with **--external-hint-tool=ttfautohint** to enable it -* [For Windows] - * Cygwin - * or MinGW, with some modifications to pdf2htmlEX. See [pdf2htmlEX on TeX Wiki](http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?pdf2htmlEX) (in Japanese), special thanks to Haruhiko Okumura - -#### Compiling - - git clone --depth 1 git://github.com/coolwanglu/pdf2htmlEX.git - cd pdf2htmlEX - cmake . && make && sudo make install - -## Usage - - pdf2htmlEX --zoom 1.33 /path/to/foobar.pdf - -[Quick Start](https://github.com/coolwanglu/pdf2htmlEX/wiki/QuickStart) - -## FAQ - -* [Troubleshooting compilation errors](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ#wiki-compile) -* [I want more features](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ#wiki-feature_commission) -* [More...](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ) + * [Wiki Home](https://github.com/coolwanglu/pdf2htmlEX/wiki) + * [Download](https://github.com/coolwanglu/pdf2htmlEX/wiki/Download) + * [Building](https://github.com/coolwanglu/pdf2htmlEX/wiki/Building) + * [Quick Start](https://github.com/coolwanglu/pdf2htmlEX/wiki/QuickStart) + * [FAQ](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ) ## LICENSE From 0725718d819043aabb98eb097c3c310f83cd552f Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 10 May 2013 22:22:47 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 791b152..634f765 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,13 @@ The generated HTML file is static, Javascript is optional. [Learn more](https://github.com/coolwanglu/pdf2htmlEX/wiki/Feature-List) [Compare with others](https://github.com/coolwanglu/pdf2htmlEX/wiki/Comparison) -## Get started - ## Wiki Portals * [Wiki Home](https://github.com/coolwanglu/pdf2htmlEX/wiki) * [Download](https://github.com/coolwanglu/pdf2htmlEX/wiki/Download) * [Building](https://github.com/coolwanglu/pdf2htmlEX/wiki/Building) * [Quick Start](https://github.com/coolwanglu/pdf2htmlEX/wiki/QuickStart) + * [How to contribute](https://github.com/coolwanglu/pdf2htmlEX/wiki/Contribute) * [FAQ](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ) ## LICENSE @@ -58,14 +57,6 @@ You are also encouraged to send me a name and a URL for the purpose of statistic Read `LICENSE` for more detail. -## Contribute - -Consider how much you have to pay for an alternatve with a similar quality, keeping in mind that pdf2htmlEX is maintained by one person in spare time. - -* Patches are more than welcome. -* Or you may prefer [making a donation](http://coolwanglu.github.com/pdf2htmlEX/donate.html), the easier way. -* [Other ways you may help](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ#wiki-help) - ## Resources * Mailing list From 84a43f23a48027304d0b89cac31d44ba0af80fa5 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 10 May 2013 22:25:05 +0800 Subject: [PATCH 4/6] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 634f765..f6d45ab 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A beautiful demo is worth a thousand words: [Browser requirements](https://github.com/coolwanglu/pdf2htmlEX/wiki/Browser-Requirements) -## Introduction +### Introduction pdf2htmlEX renders PDF files in HTML, utilizing modern Web technologies. It aims to provide an accuracy rendering, while keeping optimized for Web display. @@ -24,7 +24,7 @@ The generated HTML file is static, Javascript is optional. [Learn more about who and why should use pdf2htmlEX](https://github.com/coolwanglu/pdf2htmlEX/wiki/Introduction) -## Features +### Features * Precise and native text in HTML * Flexible Output @@ -34,7 +34,7 @@ The generated HTML file is static, Javascript is optional. [Learn more](https://github.com/coolwanglu/pdf2htmlEX/wiki/Feature-List) [Compare with others](https://github.com/coolwanglu/pdf2htmlEX/wiki/Comparison) -## Wiki Portals +### Wiki Portals * [Wiki Home](https://github.com/coolwanglu/pdf2htmlEX/wiki) * [Download](https://github.com/coolwanglu/pdf2htmlEX/wiki/Download) @@ -43,13 +43,13 @@ The generated HTML file is static, Javascript is optional. * [How to contribute](https://github.com/coolwanglu/pdf2htmlEX/wiki/Contribute) * [FAQ](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ) -## LICENSE +### LICENSE GPLv2 & GPLv3 for most part, MIT License for `share/*` Read `LICENSE` for more detail. -### For Online Services +#### For Online Services You are free and welcome to modify pdf2htmlEX for your online services, but you should credit pdf2htmlEX if your service involves "online conversion" facilitated by pdf2htmlEX. @@ -57,7 +57,7 @@ You are also encouraged to send me a name and a URL for the purpose of statistic Read `LICENSE` for more detail. -## Resources +### Resources * Mailing list - Questions are welcome @@ -71,7 +71,7 @@ Read `LICENSE` for more detail. - Accepting messages in **中文**, **English** or **日本語** * IRC Channel [irc://irc.freenode.net/pdf2htmlEX](irc://irc.freenode.net/pdf2htmlEX) -## Acknowledge +### Acknowledge pdf2htmlEX is made possible thanks to the following projects: @@ -87,7 +87,7 @@ pdf2htmlEX is inspired by the following projects: * Crocodoc * Google Doc -### Special Thanks +#### Special Thanks * Hongliang Tian * Wanmin Liu From ee9bcbe79370723f75e7150e34206ed3bf5e780b Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 10 May 2013 22:32:20 +0800 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6d45ab..b060156 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The generated HTML file is static, Javascript is optional. ### LICENSE -GPLv2 & GPLv3 for most part, MIT License for `share/*` +GPLv2 & GPLv3 for most parts, MIT License for `share/*` Read `LICENSE` for more detail. From 35baa47fa383b5e04f9ce79c042e1a6d8875ee40 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 10 May 2013 22:38:59 +0800 Subject: [PATCH 6/6] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b060156..48b464b 100644 --- a/README.md +++ b/README.md @@ -59,19 +59,18 @@ Read `LICENSE` for more detail. ### Resources -* Mailing list - - Questions are welcome - - Make sure you have read `man pdf2htmlEX`, [wiki](https://github.com/coolwanglu/pdf2htmlEX/wiki) and [FAQ](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ) - - [Subscribe](https://groups.google.com/forum/#!forum/pdf2htmlex) for announcements and discussions * [pdf2htmlEX Blog](http://pdf2htmlex.blogspot.com) - News and announcemenst - - [Subscribe](http://pdf2htmlex.blogspot.com/feeds/posts/default) + - [RSS Subscribe](http://pdf2htmlex.blogspot.com/feeds/posts/default) +* Mailing list + - Questions are welcome, but make sure you have read `man pdf2htmlEX` and [wiki](https://github.com/coolwanglu/pdf2htmlEX/wiki) + - [Subscribe](https://groups.google.com/forum/#!forum/pdf2htmlex) * Lu Wang or [coolwanglu@twitter](https://twitter.com/coolwanglu) - For personal enquiries only - Accepting messages in **中文**, **English** or **日本語** * IRC Channel [irc://irc.freenode.net/pdf2htmlEX](irc://irc.freenode.net/pdf2htmlEX) -### Acknowledge +### Acknowledgements pdf2htmlEX is made possible thanks to the following projects: