dont spit out the edit link next to headers in wikicloth
rick technoweenie@gmail.com
Mon, 03 Jan 2011 17:07:55 -0800
bump to 0.5.2
rick technoweenie@gmail.com
Fri, 31 Dec 2010 01:06:59 -0600
remove newline at the end of the mediawiki test output
rick technoweenie@gmail.com
Fri, 31 Dec 2010 01:05:13 -0600
added mediawiki support
Douglas Campos qmx@qmx.me
Thu, 30 Dec 2010 01:26:29 -0200
v0.5.1
Ryan Tomayko rtomayko@gmail.com
Thu, 30 Sep 2010 06:37:34 -0700
Support relative links in rdoc
tekkub tekkub@gmail.com
Tue, 20 Jul 2010 16:40:01 -0600
v0.5.0
Chris Wanstrath chris@ozmm.org
Wed, 07 Jul 2010 16:44:45 -0500
creole fixtures
Nic Ferrier nferrier@ferrier.me.uk
Wed, 07 Jul 2010 16:38:58 -0500
gemspec
Chris Wanstrath chris@ozmm.org
Wed, 07 Jul 2010 16:35:44 -0500
add creole support using creole gem
minad dmendler@wurzelteiler.de
Tue, 06 Jul 2010 13:52:20 +0200
Pod::Simple is only in Perl >= 5.10
Chris Wanstrath chris@ozmm.org
Mon, 21 Jun 2010 10:30:02 -0700
Fix incorrect gem install hints
Chris Wanstrath chris@ozmm.org
Mon, 21 Jun 2010 10:27:47 -0700
Link to markup docs
tekkub tekkub@gmail.com
Fri, 18 Jun 2010 20:43:35 -0600
Fix links in README.
Chris Wanstrath chris@ozmm.org
Sun, 09 May 2010 13:59:20 -0700
v0.4.0
Chris Wanstrath chris@ozmm.org
Fri, 23 Apr 2010 07:59:05 -0700
Remove man page support, not ready for prime time.
Chris Wanstrath chris@ozmm.org
Fri, 23 Apr 2010 07:58:21 -0700
v0.3.3
Chris Wanstrath chris@ozmm.org
Mon, 29 Mar 2010 17:26:28 -0700
make utf-8 work with .rst files
Chris Wanstrath chris@ozmm.org
Mon, 29 Mar 2010 17:26:01 -0700
v0.3.2
Chris Wanstrath chris@ozmm.org
Thu, 25 Mar 2010 13:22:31 -0700
list markups and their dependencies in the README
Chris Wanstrath chris@ozmm.org
Thu, 25 Mar 2010 13:18:49 -0700
Quiet down the test failure output a little
tekkub tekkub@gmail.com
Tue, 23 Mar 2010 21:53:33 -0600
use diff(1) for showing test failures
Chris Wanstrath chris@ozmm.org
Thu, 25 Mar 2010 13:02:44 -0700
Be forgiving of ReST errors or problems that aren't user errors, but show up due to context (e.g. raw and include directives are disabled for the GitHub site). GitHub should still give an approximate rendering
Dave Abrahams dave@boostpro.com
Mon, 22 Mar 2010 15:47:15 -0700
v0.3.1
Chris Wanstrath chris@ozmm.org
Mon, 22 Mar 2010 17:10:49 -0700
Revert "Be forgiving of ReST errors or problems that aren't user errors, but show up due to context (e.g. raw and include directives are disabled for the GitHub site). GitHub should still give an approximate rendering " This reverts commit 86c376173892c8734c4330fb8f4b9777b5cadeea.
Chris Wanstrath chris@ozmm.org
Mon, 22 Mar 2010 17:10:20 -0700
escape!
Chris Wanstrath chris@ozmm.org
Mon, 22 Mar 2010 17:06:57 -0700
History
Chris Wanstrath chris@ozmm.org
Mon, 22 Mar 2010 17:06:52 -0700
Be forgiving of ReST errors or problems that aren't user errors, but show up due to context (e.g. raw and include directives are disabled for the GitHub site). GitHub should still give an approximate rendering
Dave Abrahams dave@boostpro.com
Tue, 23 Mar 2010 06:47:15 +0800
It seems .rst.txt is an acceptable rst extension blasted windows users
tekkub tekkub@gmail.com
Thu, 04 Mar 2010 02:19:45 +0800
Fix ASCII encoding error while using print u'\u010c' non-ASCII char and similar.
Gasper Zejn zejn@kiberpipa.org
Fri, 19 Mar 2010 19:47:27 +0800
v0.3.0
Chris Wanstrath chris@ozmm.org
Wed, 17 Mar 2010 20:48:20 -0700
update history
Chris Wanstrath chris@ozmm.org
Thu, 11 Mar 2010 14:18:25 -0800
$ github-markup FILE.md
Chris Wanstrath chris@ozmm.org
Thu, 11 Mar 2010 14:17:55 -0800
if render isn't passed content, try to fetch it
Chris Wanstrath chris@ozmm.org
Thu, 11 Mar 2010 14:17:35 -0800
fix floats in man rendering
Chris Wanstrath chris@ozmm.org
Thu, 11 Mar 2010 14:17:26 -0800
Add groff rendering (README.[1-9])
Chris Wanstrath chris@ozmm.org
Thu, 11 Mar 2010 14:12:57 -0800
0.2.2
Chris Wanstrath chris@ozmm.org
Tue, 09 Feb 2010 13:13:50 -0800
fix pod test
Chris Wanstrath chris@ozmm.org
Tue, 09 Feb 2010 12:47:33 -0800
how to run the tests?
Chris Wanstrath chris@ozmm.org
Tue, 09 Feb 2010 12:43:57 -0800
use Pod::Simple::HTML to live in this century
Ricardo Signes rjbs@cpan.org
Wed, 03 Feb 2010 05:03:19 +0800
0.2.1
Chris Wanstrath chris@ozmm.org
Mon, 25 Jan 2010 10:22:00 -0800
Updated rst test code for docutils 0.6 The previous render result was mistakenly written for output from docutils 0.5. This has been adjusted accordingly.
Michael Jones m.pricejones@gmail.com
Mon, 25 Jan 2010 18:09:51 +0000
Disabled doctitle_xform for rest rendering Restructured text was previously being rendered so that: Header1 ======= Some text. Header2 ------- Some text. Header3 ~~~~~~~ Some more text. Had a tag pattern of: <h1 class="title">Header1</h1> ... <h1>Header2</h1> ... <h2>Header3</h2> Which does not suit the github css stylesheets well, as the class="title" is ignored so the first two headings are rendered the same size. Additionally the github stylesheets add a horizontal rule/line above <h2> headings which in rst are really level 3 headings in the source document. Adding doctitle_xform: False to the render settings results in: <h1>Header1</h1> ... <h2>Header2</h2> ... <h3>Header3</h3> Which suits the github stylesheets much better and matches the markdown results. The tests have also been updated to include appropriate headings in the rst example.
Michael Jones m.pricejones@gmail.com
Mon, 25 Jan 2010 17:24:35 +0000
0.2.0
Chris Wanstrath chris@ozmm.org
Sun, 10 Jan 2010 13:00:46 -0800
superfluous require
Chris Wanstrath chris@ozmm.org
Sun, 10 Jan 2010 13:00:13 -0800
install the org-ruby gem for org mode
Chris Wanstrath chris@ozmm.org
Sun, 10 Jan 2010 12:59:55 -0800
puts => warn
Chris Wanstrath chris@ozmm.org
Sun, 10 Jan 2010 12:58:14 -0800
update history
Chris Wanstrath chris@ozmm.org
Sun, 10 Jan 2010 12:38:12 -0800
Added org-mode support.
Brian Dewey bdewey@gmail.com
Wed, 30 Dec 2009 23:13:29 -0800
0.1.7
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 18:39:28 -0800
okay this is how we'll deal with broken commands
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 18:36:06 -0800
call asciidoc directly
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 18:32:59 -0800
0.1.6
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 13:51:16 -0800
mdown
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 13:50:36 -0800
0.1.5
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 11:40:35 -0800
Actually, if we can't render a thing then don't. Not once, not never.
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 11:39:46 -0800
0.1.4
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 11:13:55 -0800
Missing commands return the input (instead of nothing)
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 11:13:43 -0800
FileUtils
Chris Wanstrath chris@ozmm.org
Tue, 17 Nov 2009 11:03:21 -0800
0.1.3
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 18:03:18 -0800
strip the index comments in POD
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 18:02:40 -0800
0.1.2
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:57:18 -0800
improved POD rendering
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:54:49 -0800
better (real world) .pod test case
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:54:38 -0800
github_markup => github-markup
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:46:22 -0800
0.1.1
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:35:58 -0800
Bugfix: actually check file extensions
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:35:39 -0800
rake gem
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:29:12 -0800
Added `GitHub::Markup.can_render?` helper.
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:28:40 -0800
use test/unit so we can add more features more easily
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 17:15:34 -0800
yay gemcutter
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 16:10:09 -0800
don't let the rm affect anything
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 16:08:45 -0800
pod is spitting out tmp files we don't want
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 16:08:32 -0800
add admin rake tasks
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 16:06:35 -0800
0.1.0
Chris Wanstrath chris@ozmm.org
Mon, 02 Nov 2009 16:02:42 -0800
custom test runner
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 17:04:01 -0700
missing ostruct require
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 17:03:50 -0700
i have no idea. thanks bry4n
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 16:53:12 -0700
documentation
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 11:31:04 -0700
group file extension regexp
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 11:22:22 -0700
asciidoc passes
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 11:11:43 -0700
no carriage returns ever, please
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 11:11:39 -0700
Awesome new codeless way of writing tests!
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 11:09:59 -0700
contributing
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 00:25:16 -0700
expanded readme
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 00:23:40 -0700
pod!
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 23:43:54 -0700
okay now you can pass a block to `command` to tinker with the output
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 23:43:44 -0700
always pyc
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 23:13:44 -0700
boom, asciidoc
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 23:13:21 -0700
add rdoc markup
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 23:07:01 -0700
add rest
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 22:59:26 -0700
add `command` to the dsl, for shelling out (when we don't have a class)
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 22:59:22 -0700
new testing style, start adding ReST
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 19:16:29 -0700
don't fork this yet!
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 19:03:55 -0700
gettin' fancy
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 19:00:55 -0700
define markups in a separate file
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:59:17 -0700
nicer dsl
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:55:46 -0700
tweakages
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:19:30 -0700
basic usage
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:17:57 -0700
get out of here!
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:17:52 -0700
license
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:17:47 -0700
graceful fail test
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:16:15 -0700
whoops, don't require and please fail gracefully
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:15:02 -0700
basic textile and markdown
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:14:48 -0700
rake test and rake kick
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:14:39 -0700
add .kick, i love it
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:14:35 -0700
what the what
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:03:58 -0700
skeletor
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:03:47 -0700
first commit
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:02:53 -0700