From d73cd9a7937d7ddab9a9f839f61c51e5e17659d2 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Wed, 3 Oct 2012 20:12:51 +0800 Subject: [PATCH 1/6] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd3526b..0f9793b 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,9 @@ I have tested with CYGWIN without any problem, and I believe it also works on Mi ## FAQ -[here](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ) +* [How can I help](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ#wiki-help) +* [I want more features](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ#wiki-feature_commission) +* [More](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ) ## LICENSE From a8714ba3d59f5681d54aa61489a2b259a8c5c019 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Wed, 3 Oct 2012 20:32:21 +0800 Subject: [PATCH 2/6] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0f9793b..d4783f8 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ I have tested with CYGWIN without any problem, and I believe it also works on Mi pdf2htmlEX /path/to/foobar.pdf pdf2htmlEX --help + + man pdf2htmlEX ### For Geeks @@ -101,6 +103,7 @@ I have tested with CYGWIN without any problem, and I believe it also works on Mi ## FAQ +* [Troubleshooting compilation errors](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ#wiki-compile) * [How can I help](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ#wiki-help) * [I want more features](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ#wiki-feature_commission) * [More](https://github.com/coolwanglu/pdf2htmlEX/wiki/FAQ) From 53a0aef91ffce34410b01aa0ed0b06302505ac73 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Wed, 3 Oct 2012 20:32:52 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4783f8..de291c6 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ I have tested with CYGWIN without any problem, and I believe it also works on Mi * Experimental and unsupported - pdf2htmlEX --process-nontext 0 --css-draw 0 /path/to/foobar.pdf + pdf2htmlEX --process-nontext 0 --css-draw 1 /path/to/foobar.pdf ## FAQ From 21dbf9b7ded478361215e8dc1cf1c696f1962e3a Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Wed, 3 Oct 2012 21:38:30 +0800 Subject: [PATCH 4/6] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de291c6..6772a8c 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,9 @@ This program is designed for scientific papers with complicate formulas and figu ### Mac -MacPorts and Homebrew are coming soon +[Homebrew Formula](https://github.com/jamiely/homebrew/blob/pdf2htmlex/Library/Formula/pdf2htmlex.rb), special thanks to Jamie Ly + +MacPorts is coming soon ### Windows From d3c4069d6d6a1845fb451794f3c0c7204cb4597d Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Thu, 4 Oct 2012 02:41:07 +0800 Subject: [PATCH 5/6] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6772a8c..752a4fb 100644 --- a/README.md +++ b/README.md @@ -62,11 +62,13 @@ This program is designed for scientific papers with complicate formulas and figu [Homebrew Formula](https://github.com/jamiely/homebrew/blob/pdf2htmlex/Library/Formula/pdf2htmlex.rb), special thanks to Jamie Ly -MacPorts is coming soon +[Macports (local repo)](https://github.com/iapain/pdf2htmlEX-macport), special thanks to Deepak Thukral ### Windows -I have tested with CYGWIN without any problem, and I believe it also works on MinGW without many modifications. +The code may be built with Cygwin. + +Or with MinGW with [some modifications](http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?pdf2htmlEX) (Japanese site) ### Build from source @@ -120,7 +122,7 @@ GPLv2 & GPLv3 Dual licensed **Font extraction, conversion or redistribution may be illegal, please check your local laws** -## Credits +## Acknowledge pdf2htmlEX is made possible thanks to the following projects: @@ -136,6 +138,9 @@ pdf2htmlEX is inspired by the following projects: * Crocodoc * Google Doc +Special thanks to Haruhiko Okumura, for the [pdf2htmlEX page in TeX Wiki](http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?pdf2htmlEX) (in Japanese). + + ## Contact * Lu Wang From 90a91913632bc0ab33ccd814c7ca839932629145 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Thu, 4 Oct 2012 02:43:45 +0800 Subject: [PATCH 6/6] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 752a4fb..aa7dc39 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,10 @@ This program is designed for scientific papers with complicate formulas and figu The code may be built with Cygwin. -Or with MinGW with [some modifications](http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?pdf2htmlEX) (Japanese site) +Or with MinGW with some modifications. + +More info can be found on [the pdf2htmlEX page in TeX Wiki](http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?pdf2htmlEX) (in Japanese), special thanks to Haruhiko Okumura + ### Build from source @@ -138,8 +141,6 @@ pdf2htmlEX is inspired by the following projects: * Crocodoc * Google Doc -Special thanks to Haruhiko Okumura, for the [pdf2htmlEX page in TeX Wiki](http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?pdf2htmlEX) (in Japanese). - ## Contact