bootstraponline
55786e2d29
Uninstall old gollum before installing the new gem.
2012-07-11 10:35:37 -06:00
bootstraponline
9c40cbea76
Merge pull request #377 from pipex/latex-align
...
[Fix] Inline latex formula alignment
2012-06-19 13:22:26 -07:00
bootstraponline
bc5896b51f
Update readme.
2012-06-17 16:01:48 -06:00
bootstraponline
3224f5f422
Document building the gem from master.
...
[ci skip]
2012-06-16 12:17:13 -06:00
Felipe Lalanne
74c1ba1653
[Fix] Inline latex formula alignment
...
Fixed an issue of latex inline formulas not aligning correctly with
the text. The fix is a ruby translation of the Perl code described in
http://tex.stackexchange.com/questions/44486/pixel-perfect-vertical-alignment-of-image-rendered-tex-snippets .
This code calculates the alignment of the generated image depending on
the image size and the size of the white space between the formula and
the margins of the image.
The alignment now is nearly perfect, however the new rendering comes
with a performance impact because of the increased number of operations.
To reduce this impact, the generated images and calculated values for
the alignment are now cached in `~/.cache/gollum`. The caching is done
per formula and not per page, thus avoiding caching the same formula
twice.
The Readme and tests have been modified accordingly with the new tool
requirements and expected markup.
2012-06-11 11:25:25 +02:00
bootstraponline
59ac86cf6e
Add header example to readme.
2012-06-05 15:56:02 -06:00
bootstraponline
00edcbbf64
Move build status to top of readme.
2012-06-03 15:56:29 -06:00
bootstraponline
d7dd90f073
Update README.md
2012-05-23 11:12:29 -06:00
kristi
e77154bf7a
Merge remote-tracking branch 'upstream/master' into toc
2012-05-22 12:14:03 -07:00
bootstraponline
484629734e
Update README.md
2012-05-21 10:17:05 -06:00
kristi
fe0088d1ae
Add TOC to readme file
2012-05-14 16:12:20 -07:00
bootstraponline
2fd07211d9
Update README.md
2012-05-09 12:06:05 -06:00
bootstraponline
e465358ec0
Add Ubuntu asciidoc install commmand.
2012-05-09 10:03:38 -06:00
bootstraponline
e782538777
Add windows filename invalid notice to readme.
2012-05-08 12:17:36 -06:00
bootstraponline
e9a9eb1779
Add header.
2012-05-05 13:49:01 -06:00
Corey Donohoe
e2cd8d93f4
Merge pull request #306 from pdeschen/master
...
README Installation requirements sub section for mathematical equations support
2012-05-01 16:33:51 -07:00
Corey Donohoe
afc6ec468f
bit of testing info
2012-05-02 01:33:15 +02:00
Pascal Deschenes
1f318de812
add missing note about dvips in installation requirements sub section + associated section text
2012-05-01 18:15:01 -04:00
Pascal Deschenes
0ceeadd75b
add installation requirements regarding mathematical equations support
2012-05-01 18:10:21 -04:00
kristi
fed49bb98b
Fix gollum_path in rack setup documentation
2012-05-01 01:37:17 -07:00
Corey Donohoe
4a50635fe1
docs for releasing the gem
2012-04-25 20:52:40 +02:00
Corey Donohoe
4cd3fdcdba
fixup readme error, fixes #294
2012-04-16 15:41:11 -07:00
Vicent Martí
adc3abe82a
Update README
2012-04-12 22:59:44 +02:00
Corey Donohoe
8ee52e7d05
cleanup whitespace
2012-04-10 18:26:13 -07:00
Corey Donohoe
0bfa049778
Merge remote-tracking branch 'origin/master' into websequencediagrams
...
Conflicts:
README.md
lib/gollum.rb
lib/gollum/markup.rb
2012-04-10 17:37:48 -07:00
Dave Hulihan
4e9111976e
Make default markup changeable through sinatra settings
2011-12-22 20:20:03 -07:00
Joshua Peek
fa20343253
Remove MathJax from README
2011-11-28 13:36:42 -06:00
Kashif Rasul
e910dd0ccf
Fixed spelling.
2011-05-02 07:15:11 -07:00
rick
2523b4e849
Release 1.2.0
2011-03-31 14:44:45 -07:00
rick
e1f92e3ca2
update readme with new features
2011-01-17 10:30:26 -08:00
Nathan Long
a1876ccd7a
Fixed formatting mistake (auto-wrap in vim)
2011-01-14 13:59:03 -05:00
Nathan Long
dda8a7374f
Clarified a couple of points in the documentation
2011-01-14 13:55:49 -05:00
Tim Sharpe
5fc3c298c1
Some docs for the README
2010-10-01 16:10:24 +10:00
Tom Preston-Werner
dddb73672a
Minor readme typo and various whitespace fixups.
2010-08-30 16:38:01 -07:00
dblugeon
45446f3481
update the source code url of github markup
2010-08-13 18:23:57 +02:00
Tom Preston-Werner
8c09e26fc1
Revise description in readme.
2010-08-05 19:05:54 -06:00
rick
760d9c1640
Wiki#update_page takes a name parameter for renames
2010-08-02 15:39:04 -07:00
Tom Preston-Werner
16d048c804
Fix spelling error in readme.
2010-07-31 14:48:08 -04:00
Tom Preston-Werner
206c8b0712
Implement Wiki#preview_page.
2010-07-31 14:29:54 -04:00
Tom Preston-Werner
46e006272e
A few tweaks to the contributors section of the readme.
2010-07-29 22:43:36 -04:00
Tom Preston-Werner
68a370aad2
A few small fixes for the readme.
2010-07-29 22:30:11 -04:00
Tom Preston-Werner
076194a34d
There is no default width/height in reality.
2010-07-29 21:07:54 -04:00
Tom Preston-Werner
188c90ba8d
More docs on sanitization.
2010-07-29 21:00:13 -04:00
Tom Preston-Werner
7e94a80bd2
Document gollum executable in readme.
2010-07-29 17:29:23 -04:00
Tom Preston-Werner
762608f344
Improved readme.
2010-07-28 00:58:59 -04:00
Tom Preston-Werner
aa7ae33107
Document Page#footer in Readme.
2010-07-26 16:52:04 -07:00
Tom Preston-Werner
d37d57596b
Support TeX-style math equations via MathJax.
2010-07-25 22:40:09 -07:00
Tom Preston-Werner
04aa89af5b
Alphabetize formats and tell how to install them.
2010-07-20 23:05:32 -05:00
Tom Preston-Werner
244d85db5c
Document external links in Readme.
2010-07-20 22:49:51 -05:00
Tom Preston-Werner
9d68c4ef8a
Support external file links.
2010-07-20 21:06:54 -05:00