Wiki update

This commit is contained in:
ArsenArsen 2017-08-21 17:34:38 +02:00
parent 84447d1af4
commit c5f1629313
4 changed files with 33 additions and 35 deletions

View File

@ -4,12 +4,12 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta http-equiv="X-UA-Compatible" content="chrome=1">
{% seo %} {% seo %}
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]--> <![endif]-->
</head> </head>
<body> <body>
@ -17,42 +17,40 @@
<header> <header>
<h1>{{ site.title | default: site.github.repository_name }}</h1> <h1>{{ site.title | default: site.github.repository_name }}</h1>
<p>{{ site.description | default: site.github.project_tagline }}</p> <p>{{ site.description | default: site.github.project_tagline }}</p>
<p><a href="/">Click here to go back to the homepage</a></p> <p><a href="/">Click here to go back to the homepage</a></p>
<p>Wiki Pages:</p>
<ul>
{% for page in site.pages %}
{% if page.categories contains 'wiki' %}
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
{% endif %}
{% endfor %}
</ul>
<br> {% for page in site.pages %}
<br> {% if page.categories contains 'wiki' %}
{% if site.github.is_project_page %} <a href="{{ page.url }}">{{ page.title }}</a><br />
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ github_name }}</small></a></p> {% endif %}
{% endfor %}
<br />
<br />
{% if site.github.is_project_page %}
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ github_name }}</small></a></p>
{% endif %} {% endif %}
{% if site.github.is_user_page %} {% if site.github.is_user_page %}
<p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p> <p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
{% endif %} {% endif %}
{% if site.show_downloads %} {% if site.show_downloads %}
<ul> <ul>
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li> <li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li> <li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li> <li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
</ul> </ul>
{% endif %} {% endif %}
</header> </header>
<section> <section>
{{ content }} {{ content }}
</section> </section>
<footer> <footer>
<p>Copyright (c) ArsenArsen 2017</p> <p>Copyright (c) ArsenArsen 2017</p>
{% if site.github.is_project_page %} {% if site.github.is_project_page %}
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p> <p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
{% endif %} {% endif %}
@ -62,16 +60,16 @@
<script src="{{ '/assets/js/scale.fix.js' | relative_url }}"></script> <script src="{{ '/assets/js/scale.fix.js' | relative_url }}"></script>
{% if site.google_analytics %} {% if site.google_analytics %}
<script> <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', '{{ site.google_analytics }}', 'auto'); ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview'); ga('send', 'pageview');
</script> </script>
{% endif %} {% endif %}
</body> </body>
</html> </html>

View File

@ -39,4 +39,4 @@ Takes the active window and uploads it straight to your destination of choice
## Crop Editor ## Crop Editor
Crop Editor is a window you can use to select the area of the screen to upload. It consists of a grey overlay and a re-sizable rectangle. The rectangle is resized by holding the mouse buttons. When you let go of the button, a new selection will start replacing the old one. On the first press the same thing happens. Crop Editor is a window you can use to select the area of the screen to upload. It consists of a grey overlay and a re-sizable rectangle. The rectangle is resized by holding the mouse buttons. When you let go of the button, a new selection will start replacing the old one. On the first press the same thing happens.
Press `Escape` to cancel, and `Return`, or `Enter` to submit. Press `Escape` to cancel, and `Return`, or `Enter` to submit.
Oh. And you can draw with right click. Oh. And you can draw with the bar that appears on the top.

View File

@ -20,7 +20,7 @@ Allows you to set a rectangle to blur out. You'll get a settings popup upon sele
A line between where you start and end dragging A line between where you start and end dragging
### Text ### Text
Asks you to insert some text. Asks you to insert some text.
**WARNING:** Avoid pressing return and enter **WARNING:** Avoid pressing esc
### Rectangle ### Rectangle
Drag to draw a rectangle Drag to draw a rectangle
### Ellipse ### Ellipse

View File

@ -8,4 +8,4 @@ layout: wikipage
The cross platform screenshotting utility The cross platform screenshotting utility
# Usage # Usage
See the [`Basic usage`](/wiki/Basic-Usage) page See the [`Basic usage`](/wiki/Basic-Usage.html) page