openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
pandoc
Settings
|
Report Duplicate
33
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
11 months
ago. based on code collected
11 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 565 of 571
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removed unneeded WRAPPER_ARGS and WRAPPEE_ARGS variables from src/wrappers/common.sh.
fiddlosopher
More...
almost 18 years ago
Cleaned up and improved Makefile target for wrappers.
fiddlosopher
More...
almost 18 years ago
Improved Makefile 'wrappers' target. (Previously, it would build all wrappers corresponding to src/wrappers/*.in. Now, it will only build wrappers in WRAPPERS. This might be useful if we decide to have 'hsmarkdown' be a wrapper on Windows and a symlink on unix.)
fiddlosopher
More...
almost 18 years ago
Improved test-markdown target in Makefile: + Use 'hsmarkdown' instead of building 'pandoc-strict' (which was a hack, and didn't work on Windows machines, anyway, due to the line ending problem) + Put top-level directory in path before running the test script, so that hsmarkdown can find 'pandoc' even if it hasn't been installed.
fiddlosopher
More...
almost 18 years ago
Modified main 'pandoc' program so that if it is called with program name = 'hsmarkdown' (e.g. through a symlink, on a system with real symbolic links), it will translate markdown to HTML in strict mode and interpret all command-line options as arguments, like Markdown.pl.
fiddlosopher
More...
almost 18 years ago
CSS changes for website.
fiddlosopher
More...
almost 18 years ago
Fixed a bug in website generation, which only worked if 'pandoc' and the wrappers had been installed.
fiddlosopher
More...
almost 18 years ago
Added fuller package descriptions to debian/control.
fiddlosopher
More...
almost 18 years ago
Moved hsmarkdown to src/wrappers/hsmarkdown.in, so it works with our existing build process. There's no harm in having it be a template, even though there's nothing to fill it.
fiddlosopher
More...
almost 18 years ago
Added 'hsmarkdown' wrapper, designed to be used as a drop-in replacement for Markdown.pl. It calls pandoc with the options '--from markdown --to html --strict' and disallows other options. (Any command-line options will be interpreted as arguments.)
fiddlosopher
More...
almost 18 years ago
Added package URL to Pandoc.cabal.in.
fiddlosopher
More...
almost 18 years ago
Documented change of 'HtmlEntities' to 'Entities' in changelog.
fiddlosopher
More...
almost 18 years ago
Change 'HtmlEntities' module to 'Entities'. Adjusted calling code accordingly.
fiddlosopher
More...
almost 18 years ago
Use entities for all characters above 127 in docbook output. Though XML tools should support unicode, some people will be using SGML tools, and these do not. Using entities makes the docbook files more portable.
fiddlosopher
More...
almost 18 years ago
Changed representation of code blocks to use <screen> and escaped characters rather than <programlisting> and CDATA. Reason: XML source more easily editable and readable.
fiddlosopher
More...
almost 18 years ago
Changed description in debian/control to include docbook writer.
fiddlosopher
More...
almost 18 years ago
Inserted a needed slash in the Makefile, after $(osx_pkg_name), which is the name of a directory!
fiddlosopher
More...
almost 18 years ago
Modified changelog to bring up to date.
fiddlosopher
More...
almost 18 years ago
Removed a line that was causing a compiler warning in docbook writer. The line isn't necessary, since we have a case for every kind of block element.
fiddlosopher
More...
almost 18 years ago
Added docbook writer to list of exposed modules in Pandoc.cabal.in.
fiddlosopher
More...
almost 18 years ago
Merged changes from docbook branch since r363.
fiddlosopher
More...
almost 18 years ago
Refactored fillTemplates.pl.
fiddlosopher
More...
almost 18 years ago
Added a note to pandoc(1) man page about the differences between standard markdown and Pandoc's markdown-variant.
fiddlosopher
More...
almost 18 years ago
Revised inline code parsing in Markdown reader to conform to Markdown.pl. Now any number of `'s can begin inline code, which will end with the same number of `'s. For example, to have two backticks as code, write ``` `` ```
fiddlosopher
More...
almost 18 years ago
Documented makefile targets in INSTALL.
fiddlosopher
More...
almost 18 years ago
Simplified list parsing code in RST reader.
fiddlosopher
More...
almost 18 years ago
Added instructions for using the GHC profiler.
fiddlosopher
More...
almost 18 years ago
Cleaned up some code in RST reader.
fiddlosopher
More...
almost 18 years ago
Changed Markdown reader so that the first pass, in which a list of reference keys is made, is much faster. This gets us a big performance boost.
fiddlosopher
More...
almost 18 years ago
Removed unneeded 'do' block from 'parseBlocks' definition in Markdown reader.
fiddlosopher
More...
almost 18 years ago
←
1
2
…
561
562
563
564
565
566
567
568
569
570
571
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree