<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/markdown2html, branch master</title>
<subtitle>Conversion between markup formats</subtitle>
<id>https://git.pashev.ru/pandoc/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/pandoc/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/'/>
<updated>2006-12-12T07:04:09Z</updated>
<entry>
<title>Merge changes in branches/wrappers into trunk.</title>
<updated>2006-12-12T07:04:09Z</updated>
<author>
<name>roktas</name>
<email>roktas@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2006-12-12T07:04:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=426cbadfef6c26323faedcab2cd5ea7efa64d1bb'/>
<id>urn:sha1:426cbadfef6c26323faedcab2cd5ea7efa64d1bb</id>
<content type='text'>
    [in trunk] svn merge -r105:HEAD \
        https://pandoc.googlecode.com/svn/branches/wrappers


git-svn-id: https://pandoc.googlecode.com/svn/trunk@177 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Remove ' -- ' prefix instead of '--' in passed-through options.</title>
<updated>2006-11-15T00:34:32Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2006-11-15T00:34:32Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=79fdbcea695e41a7d5033f50ac3e99ae52312949'/>
<id>urn:sha1:79fdbcea695e41a7d5033f50ac3e99ae52312949</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@101 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>* Add PANDOC_OPTS support to 'markdown2pdf'.</title>
<updated>2006-11-13T16:34:07Z</updated>
<author>
<name>roktas</name>
<email>roktas@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2006-11-13T16:34:07Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=19486ee0e17b12ed5a0c800c8cd8e43fe3522065'/>
<id>urn:sha1:19486ee0e17b12ed5a0c800c8cd8e43fe3522065</id>
<content type='text'>
* Sanitize comand line handling a bit in all wrappers:
  + Correct delimiters syntax should be ' -- '.
  + Print warning for extra arguments which are ignored.
  + Instead of positional arguments use named variables whenever 
    appropriate.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@97 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Modified wrapper scripts to pass all command-line options after -- </title>
<updated>2006-11-13T15:22:41Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2006-11-13T15:22:41Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=574290c92f0c62298491134458bd98ceba151774'/>
<id>urn:sha1:574290c92f0c62298491134458bd98ceba151774</id>
<content type='text'>
to pandoc.  These options override the environment variable PANDOC_OPTS,
if it is set.  (Note:  these changes don't include changes to the
documentation or man pages, or to markdown2pdf.)


git-svn-id: https://pandoc.googlecode.com/svn/trunk@95 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Replace which(1) in all wrappers with 'pathfind', a POSIX-compliant shell </title>
<updated>2006-11-12T21:17:06Z</updated>
<author>
<name>roktas</name>
<email>roktas@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2006-11-12T21:17:06Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=2763382dd803916e34e6575904147d7e3594a7f6'/>
<id>urn:sha1:2763382dd803916e34e6575904147d7e3594a7f6</id>
<content type='text'>
function.  Expand tabs to four spaces.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@94 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Portability fixes and various cleanups in wrapper scripts:</title>
<updated>2006-11-12T12:11:25Z</updated>
<author>
<name>roktas</name>
<email>roktas@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2006-11-12T12:11:25Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=3ed8fc8784496722af85b6ec2ff5120c75db84dc'/>
<id>urn:sha1:3ed8fc8784496722af85b6ec2ff5120c75db84dc</id>
<content type='text'>
+ Fix the tests at the header of wrappers.  which(1) doesn't behave as 
  expected on some systems.  We should only assume that it's pretty widely 
  available (for example, it's a builtin in csh) and we should only rely on 
  its exit code by ignoring its output.
+ Replace 'echo -n' with 'printf' as the latter is recommended.
+ In markdown2pdf script, '--suffix' and '--backup' options of mv(1) appear 
  to be GNU-ism.  Apply a workaround.
+ Wrap some long lines to fit in an 80-column screen.
+ Remove spaces at the line ends.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@92 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Made wrapper scripts sensitive to PANDOC_OPTS environment variable,</title>
<updated>2006-11-12T01:50:56Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2006-11-12T01:50:56Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=69e23af8e4198dc4e308935855662248a31c6dc2'/>
<id>urn:sha1:69e23af8e4198dc4e308935855662248a31c6dc2</id>
<content type='text'>
which may contain command-line options to be passed to pandoc.
+ Changed the scripts themselves, including $PANDOC_OPTS after 'pandoc'
+ Added ENVIRONMENT to man pages for wrappers
+ Formatting changes to man files
+ Added description of PANDOC_OPTS to README


git-svn-id: https://pandoc.googlecode.com/svn/trunk@91 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Use iconv on output as well as input in wrapper scripts.</title>
<updated>2006-11-01T06:33:47Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2006-11-01T06:33:47Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=a4a2792dc11df1a5d2b523261de09118ca8e5262'/>
<id>urn:sha1:a4a2792dc11df1a5d2b523261de09118ca8e5262</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@58 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>initial import</title>
<updated>2006-10-17T14:22:29Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2006-10-17T14:22:29Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=df7b68225101966051f8b592a27127bf789eb81e'/>
<id>urn:sha1:df7b68225101966051f8b592a27127bf789eb81e</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@2 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
</feed>
