bootstraponline
796d1b44c2
Update README.md
2012-11-11 14:46:58 -07:00
bootstraponline
cc11cb866c
Add css note
...
#572
2012-11-08 18:51:57 -07:00
bootstraponline
7c4052906c
Add custom css
2012-11-07 19:40:52 -07:00
bootstraponline
3a56f39f6a
Fix readme
2012-11-07 19:17:49 -07:00
bootstraponline
213e2bb432
Add config example
2012-11-07 18:48:07 -07:00
bootstraponline
79bb5c10ab
Remove lib.so note
2012-11-07 18:46:36 -07:00
bootstraponline
dc06edcf5b
Add x.y.z
2012-11-05 17:30:01 -07:00
Nikita Afanasenko
c8868d369f
Update README to new Sequence diagram markup style
2012-10-31 18:02:28 +04:00
bootstraponline
a9807bd1e1
Update math note
2012-10-21 17:22:31 -06:00
bootstraponline
554b80b39d
Add MathJax examples
2012-10-21 17:21:24 -06:00
bootstraponline
f68bebe0f6
Update math note
2012-10-21 16:26:35 -06:00
bootstraponline
4c6019b439
Update math note
2012-10-21 16:23:58 -06:00
bootstraponline
e1fca457e4
Restore gemnasium
...
Gemnasium fixed the missing pygments.rb issue.
https://github.com/laserlemon/gemnasium-parser/commit/c9b3e43c3021967d5c1bb115e7dd1555e01c6444
2012-10-17 20:54:01 -06:00
bootstraponline
7f8485ce80
Improve system requirements language
2012-10-16 22:31:25 -06:00
bootstraponline
290061fd11
Add system requirements to readme
2012-10-16 22:15:26 -06:00
bootstraponline
82913cea20
Improve base path note
2012-10-14 21:42:25 -06:00
bootstraponline
fa97b57a96
Define default map as suggested on #460
...
Base path now sets a default map without having to use an external config.ru.
2012-10-14 20:57:27 -06:00
bootstraponline
cb9dd4d228
Fix formatting
2012-10-14 14:31:40 -06:00
bootstraponline
cd823bf10c
Add doc from wiki.rb
2012-10-14 14:31:00 -06:00
bootstraponline
5560ec52c2
Add base_path doc
2012-10-14 14:27:08 -06:00
bootstraponline
065151a77f
Add base_path disclaimer
2012-10-14 14:25:27 -06:00
bootstraponline
8269c8e574
TOC doesn't require '
2012-10-13 13:11:31 -06:00
bootstraponline
4a421842d5
https://github.com/travis-ci/travis-ci/issues/725
...
Modified README to trigger a Travis CI build. It's currently broken.
2012-10-12 20:22:10 -06:00
bootstraponline
cfbb124f81
Update README.md
2012-10-12 20:16:43 -06:00
bootstraponline
4776d0b422
Use rake release in readme
2012-10-10 19:45:42 -06:00
bootstraponline
ee790a9b7c
Add rake bump to readme
2012-10-10 19:38:53 -06:00
bootstraponline
7cba65b138
Gemnasium is not including all deps.
...
pygments.rb is missing for example. Will restore once Gemnasium has fixed the issue.
2012-10-01 23:50:35 -06:00
bootstraponline
e1942dda03
Merge pull request #513 from bootstraponline/embed_code
...
Embed code. #508 .
2012-10-01 22:36:25 -07:00
Henrik
749b5a5ff8
Adding functionality for fetching code from github
...
hack for 1.8.7
Don't miss test_markup's relative require
need some food now
2012-09-25 23:29:08 -06:00
bootstraponline
e9b6bdbdd7
Add dependency status.
2012-09-25 21:38:09 -06:00
bootstraponline
7bcf35f5b1
Fix #517 . Thanks @roa
2012-09-23 16:26:48 -06:00
Keith Duncan
ac405803e8
Add notes on providing author details to the Rack documentation section
2012-09-16 16:25:09 +01:00
bootstraponline
041b01f171
Fix #490
2012-09-01 12:33:08 -06:00
bootstraponline
942d32c9b6
Fix uninstall command
2012-08-30 21:36:11 -06:00
bootstraponline
29a1ef8f8a
Skip doc on install
2012-08-30 20:04:20 -06:00
bootstraponline
772d18ee62
Fix uninstall command
2012-08-30 20:00:54 -06:00
bootstraponline
410cd912ac
Fix releasing.
2012-08-06 18:31:36 -06:00
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