Skip to content

Commit 9cf3e6b

Browse files
author
Andreas Bilke
committed
Updated webpage for the new release
1 parent 4a422a7 commit 9cf3e6b

File tree

4 files changed

+169
-226
lines changed

4 files changed

+169
-226
lines changed

pdfpc/index.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1>
7070
<li>Video playback support</li>
7171
</ul>
7272

73-
<p>See the man page for more details.</p>
73+
<p>See the <a href="manpage.html">man page</a> for more details.</p>
7474

7575
<p>To get a better feeling of pdfpc, install it, download the demo presentation and start it with</p>
7676

@@ -81,6 +81,7 @@ <h1>
8181
<a id="news" class="anchor" href="#news" aria-hidden="true"><span class="octicon octicon-link"></span></a>News</h1>
8282

8383
<ul>
84+
<li>June 2015: pdfpc 4.0 release</li>
8485
<li>February 2015: fork from davvil/pdfpc</li>
8586
<li>July 2012: pdfpc 3.1.1 released (bugfix release)</li>
8687
<li>June 2012: pdfpc 3.1 released</li>
@@ -97,22 +98,24 @@ <h2>
9798

9899
<ul>
99100
<li>CMake Version &gt;=2.6</li>
100-
<li>Gtk+ 3.x</li>
101-
<li>libPoppler with glib bindings</li>
102-
<li>gstreamer</li>
101+
<li>valac &gt;= 0.24</li>
102+
<li>GTK+ 3.x</li>
103+
<li>gee 0.8</li>
104+
<li>libpoppler with glib bindings</li>
105+
<li>gstreamer 1.0</li>
103106
</ul>
104107

105108
<h2>
106109
<a id="compile-and-install" class="anchor" href="#compile-and-install" aria-hidden="true"><span class="octicon octicon-link"></span></a>Compile and install</h2>
107110

108-
<p>Download pdfpc-3.1.1.tgz. Uncompress the tarball (we use v3.1.1 as an example here)</p>
111+
<p>Download pdfpc-4.0.tgz. Uncompress the tarball (we use v4.0 as an example here)</p>
109112

110-
<pre><code>tar xvf pdfpc-3.1.1.tgz
113+
<pre><code>tar xvf pdfpc-4.0.tgz
111114
</code></pre>
112115

113116
<p>Change to the extracted directory::</p>
114117

115-
<pre><code>cd pdfpc-3.1.1
118+
<pre><code>cd pdfpc-4.0
116119
</code></pre>
117120

118121
<h2>
@@ -135,7 +138,7 @@ <h1>
135138

136139
<p>If you use Arch Linux, you can download the <a href="https://aur.archlinux.org/packages/pdfpc">AUR package</a>.</p>
137140

138-
<p>If you use Debian or Ubuntu, you can install it from the repository. Older releases of Debian/Ubuntu generally come with an older version of pdfpc, or (in the case of Debian squeeze or Ubuntu precise) with the original pdf-presenter-console by Jakob Westhoff.</p>
141+
<p>If you use Debian or Ubuntu, you can install it from the repository. Older releases of Debian/Ubuntu generally come with an older version of pdfpc.</p>
139142

140143
<pre><code>apt-get install pdf-presenter-console
141144
</code></pre>
@@ -161,8 +164,5 @@ <h1>
161164
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
162165
</footer>
163166
</div>
164-
165-
166-
167167
</body>
168168
</html>

pdfpc/javascripts/main.js

-1
This file was deleted.

0 commit comments

Comments
 (0)