Skip to content

Commit

Permalink
Give more visibility to the logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cimbali committed Aug 8, 2019
1 parent 9eab1ce commit 1071632
Show file tree
Hide file tree
Showing 37 changed files with 119 additions and 39 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# What is Pympress?
# <img src="https://raw.githubusercontent.com/Cimbali/pympress/master/pympress/share/pixmaps/pympress-32.png" alt="Pympress logo" /> What is Pympress?

Pympress is a little PDF reader written in Python using Poppler for PDF rendering and GTK+ for the GUI.

Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: f58d0b3be04465415bb90cfaab6f526a
config: 4542b13fe5c445b1c52b5e4068b00cfb
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

.PHONY:update clean
update:
@cp ../README.md source/README.md && make -C source html && rm source/README.md
@sed "1s/<img[^>]*>//" ../README.md > source/README.md && make -C source html && rm source/README.md

clean:
@rm -rf source/_build _modules _sources _static
Expand Down
12 changes: 9 additions & 3 deletions docs/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="_static/pympress.ico"/>




Expand Down Expand Up @@ -51,8 +53,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="index.html" class="icon icon-home"> Docs home</a>
<img src="_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down Expand Up @@ -213,7 +216,8 @@ <h3>From source<a class="headerlink" href="#from-source" title="Permalink to thi
<h2>Binary install (currently only for windows)<a class="headerlink" href="#binary-install-currently-only-for-windows" title="Permalink to this headline"></a></h2>
<p>Grab <a class="reference external" href="https://github.com/Cimbali/pympress/releases/latest">the latest installer for your platform</a> and execute it.
If you don’t want to know about source code or dependencies, this is for you.</p>
<p>Packages with ‘amd64’ in the name are for 64 bit machines, ‘x86’ for 32 bit machines. The ‘vlc’ suffix indicates that the installer ships VLC as well, so try it if the other version fails to read videos.</p>
<p>Packages with ‘x86_64’ in the name are for 64 bit machines, ‘i686’ for 32 bit machines.
To support playing embedded videos in the PDFs, your system must have VLC installed, with the same bitness than pympress.</p>
<p>If you get an error message along the lines of “MSVCP100.dll is missing”, get the Visual C++ 2010 redistributables from Microsoft (<a class="reference external" href="https://www.microsoft.com/en-in/download/details.aspx?id=5555">x86 (32 bit)</a> or <a class="reference external" href="https://www.microsoft.com/en-us/download/details.aspx?id=14632">x64 (64 bits)</a>). Those libraries really should already be installed on your system.</p>
</div>
</div>
Expand Down Expand Up @@ -310,14 +314,16 @@ <h2>On windows<a class="headerlink" href="#on-windows" title="Permalink to this
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span> <span class="n">pacman</span> <span class="o">-</span><span class="n">S</span> <span class="o">--</span><span class="n">needed</span> <span class="n">mingw</span><span class="o">-</span><span class="n">w64</span><span class="o">-</span><span class="n">x86_64</span><span class="o">-</span><span class="n">gtk3</span> <span class="n">mingw</span><span class="o">-</span><span class="n">w64</span><span class="o">-</span><span class="n">x86_64</span><span class="o">-</span><span class="n">cairo</span> <span class="n">mingw</span><span class="o">-</span><span class="n">w64</span><span class="o">-</span><span class="n">x86_64</span><span class="o">-</span><span class="n">poppler</span> <span class="n">mingw</span><span class="o">-</span><span class="n">w64</span><span class="o">-</span><span class="n">x86_64</span><span class="o">-</span><span class="n">python3</span> <span class="n">mingw</span><span class="o">-</span><span class="n">w64</span><span class="o">-</span><span class="n">x86_64</span><span class="o">-</span><span class="n">vlc</span> <span class="n">python3</span><span class="o">-</span><span class="n">pip</span> <span class="n">mingw</span><span class="o">-</span><span class="n">w64</span><span class="o">-</span><span class="n">x86_64</span><span class="o">-</span><span class="n">python3</span><span class="o">-</span><span class="n">pip</span> <span class="n">mingw</span><span class="o">-</span><span class="n">w64</span><span class="o">-</span><span class="n">x86_64</span><span class="o">-</span><span class="n">python3</span><span class="o">-</span><span class="n">gobject</span> <span class="n">mingw</span><span class="o">-</span><span class="n">w64</span><span class="o">-</span><span class="n">x86_64</span><span class="o">-</span><span class="n">python3</span><span class="o">-</span><span class="n">cairo</span>
</pre></div>
</div>
<p>This is also the strategy used to automate <a class="reference external" href="scripts/build_msi_mingw.sh">builds on appveyor</a>.</p>
</li>
<li><p>Using PyGobjectWin32. <em>Be sure to check the supported Python versions (up to 3.4 at the time of writing)</em>, they appear in the FEATURES list in the linked page.</p></li>
</ol>
<ul class="simple">
<li><p>Install native <a class="reference external" href="https://www.python.org/downloads/windows/">python for windows</a></p></li>
<li><p>Get GTK+3, Poppler and their python bindings by executing <a class="reference external" href="https://sourceforge.net/projects/pygobjectwin32/">the PyGi installer</a>. Be sure to tick all the necessary dependencies in the installer (Poppler, Cairo, Gdk-Pixbuf).</p></li>
</ul>
<p>Alternately, you can build your Gtk+3 stack from source using MSVC, see <a class="reference external" href="https://wiki.gnome.org/Projects/GTK+/Win32/MSVCCompilationOfGTKStack">the Gnome wiki</a> and <a class="reference external" href="https://github.com/wingtk/gvsbuild/">this python script that compiles the whole Gtk+3 stack</a>.</p>
<p>Alternately, you can build your Gtk+3 stack from source using MSVC, see <a class="reference external" href="https://wiki.gnome.org/Projects/GTK+/Win32/MSVCCompilationOfGTKStack">the Gnome wiki</a> and <a class="reference external" href="https://github.com/wingtk/gvsbuild/">this python script that compiles the whole Gtk+3 stack</a>.
This strategy has not been used successfully yet, due to problems building Poppler with its introspection bidings (i.e. typelib) − see #109.</p>
</div>
</div>
<div class="section" id="contributing">
Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/gi/overrides/Gdk.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../../../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../../../index.html" class="icon icon-home"> Docs home</a>
<img src="../../../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/gi/overrides/GdkPixbuf.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../../../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../../../index.html" class="icon icon-home"> Docs home</a>
<img src="../../../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../index.html" class="icon icon-home"> Docs home</a>
<img src="../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/pympress/__main__.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<img src="../../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/pympress/builder.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<img src="../../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/pympress/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<img src="../../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/pympress/document.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<img src="../../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/pympress/editable_label.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<img src="../../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/pympress/extras.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<img src="../../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/pympress/media_overlay.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<img src="../../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/pympress/pointer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<img src="../../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/pympress/scribble.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<img src="../../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/pympress/surfacecache.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<img src="../../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/pympress/talk_time.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<img src="../../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/pympress/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<img src="../../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
5 changes: 4 additions & 1 deletion docs/_modules/pympress/util.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="../../_static/pympress.ico"/>




Expand Down Expand Up @@ -49,8 +51,9 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<img src="../../_static/pympress-128.png" class="logo" alt="Logo"/>
<div class="version">
v1.4.0
v1.4.1
</div>


Expand Down
Loading

0 comments on commit 1071632

Please sign in to comment.