]> granicus.if.org Git - re2c/commitdiff
Embed PDF paper directly rather than provide a download link.
authorUlya Trofimovich <skvadrik@gmail.com>
Sat, 12 Aug 2017 09:07:02 +0000 (10:07 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Sat, 12 Aug 2017 09:07:02 +0000 (10:07 +0100)
src/about/about.rst
src/conf.py
src/feed/feed/atom.xml
src/news/release_notes/1_0.rst

index c427db0c09005142e485a76cd15212c2990315cd..de4c2398e29f595217a1fccece8440dc042d84fe 100644 (file)
@@ -15,7 +15,7 @@ by Peter Bumbulis, Donald D. Cowan, 1994,
 ACM Letters on Programming Languages and Systems (LOPLAS).
 
 The implementation of submatch extraction in re2c is described in the article
-:download:`"Tagged Deterministic Finite Automata with Lookahead" <2017_trofimovich_tagged_deterministic_finite_automata_with_lookahead.pdf>`
+`"Tagged Deterministic Finite Automata with Lookahead" <../2017_trofimovich_tagged_deterministic_finite_automata_with_lookahead.pdf>`_
 by Ulya Trofimovich, 2017.
 
 Since then many people have contributed to re2c:
index a7240f1462b4979d513c9707f68fee863d64cd86..dcb242d4463b2ea4cf12d4830e9892058da5d314 100644 (file)
@@ -183,7 +183,8 @@ html_static_path = ['_static']
 html_extra_path = [
     'CNAME',
     '.nojekyll',
-    'feed/'
+    'feed/',
+    'about/2017_trofimovich_tagged_deterministic_finite_automata_with_lookahead.pdf'
 ]
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
index 1dc2b2a43e0af4462db6102c41062098d5798bd6..1a6a279a44093afa2cda92f3b9c838633b64f709 100644 (file)
@@ -93,7 +93,7 @@
         <updated>2017-08-11T00:00:00Z</updated>
         <summary type="xhtml">
             <div xmlns="http://www.w3.org/1999/xhtml">
-                Release re2c-1.0! (<a href="http://re2c.org/news/release_notes/0_16.html">release notes</a>).
+                Release re2c-1.0! (<a href="http://re2c.org/news/release_notes/1_0.html">release notes</a>).
             </div>
         </summary>
         <author>
index c8d61e7c7f0c435a4ae2f9232b1741b958f08e67..49336a8caac2f3c8a94e22793fcabf8e955812ee 100644 (file)
@@ -42,7 +42,7 @@ and perform a lot of redundant operations that could be easily avoided.
 It was only logical to fix Laurikari algorithm;
 but as I worked on it, a couple of other issues showed up,
 and so it happened that I ended up writing a whole paper on the subject:
-:download:`"Tagged Deterministic Finite Automata with Lookahead" <../../about/2017_trofimovich_tagged_deterministic_finite_automata_with_lookahead.pdf>`.
+`"Tagged Deterministic Finite Automata with Lookahead" <../../2017_trofimovich_tagged_deterministic_finite_automata_with_lookahead.pdf>`_
 
 Submatch extraction in re2c comes in two flavors:
 POSIX-compliant capturing groups (with true POSIX semantics)