Skip to content

Commit 3ec0037

Browse files
committed
Initial commit
1 parent 380eca4 commit 3ec0037

File tree

156 files changed

+3356
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+3356
-0
lines changed

README.md

100644100755
File mode changed.

Resources/Chromium/Web-Apps.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Web Apps
2+
3+
ain't
4+
Astonishing Comic Reader
5+
AWE!Write
6+
Classeur
7+
ezScript
8+
Google Keep
9+
Note Board
10+
Pomodoro Timer
11+
Markdown
12+
Quiet Writer
13+
Readium
14+
Simple To-Do List
15+
Wordflow

Resources/Chromium/Web-Directory.html

+449
Large diffs are not rendered by default.
Binary file not shown.
301 Bytes
Binary file not shown.
563 KB
Binary file not shown.
312 Bytes
Binary file not shown.
881 KB
Binary file not shown.
103 KB
Loading
22.9 KB
Loading
34.5 KB
Loading
Loading
Loading
22.6 KB
Loading
10.2 KB
Loading
607 KB
Loading
Loading

Resources/PiWrite-Help/docs/index.md

+100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
# PiWrite
2+
3+
For full documentation visit [piwrite.com](http://piwrite.com/overview/support/).
4+
5+
## Overview
6+
7+
PiWrite is a writing suite for the Raspberry Pi. It differs from the standard Raspbian Linux in the following ways:
8+
9+
* It offers 26 extra writing related applications, as well as additional themes, wallpapers, and other customizations.
10+
11+
* It uses a specialized configuration of the XFCE desktop environment, which offers a simpler and quicker user interface.
12+
13+
## The Launch Panel
14+
15+
This is the Launch Panel:
16+
17+
![Panel](img/panelonly.png)
18+
19+
Use this to access writing, planning and reference applications.
20+
21+
If you click on one of the launch icon's up-pointing arrows it will show the list of applications available under that category.
22+
23+
![Panel Menu](img/panelmenuonly.png)
24+
25+
## Applications
26+
27+
These are some of the available applications and their purpose:
28+
29+
* **AbiWord** - Word processor *(similar to Microsoft Word or LibreOffice Writer)*
30+
* **Calibre** - eBook reading and editing
31+
* **CherryTree** - Note taking *(similar to Evernote)*
32+
* **Focus Writer** - Distraction free writing *(similar to Write!, OmmWriter, WriteMonkey, etc.)*
33+
* **Kabikaboo & Plume Creator** - Plotting and writing *(similar to Scriviner, iAWriter, Storyist, etc.)*
34+
* **Red Notebook** - Journal *(Similar to Day One, Journey, MacJournal, etc.)*
35+
* **Trelby** - Scripts and Screenplays *(similar to First Draft, Fade In, Scripware etc.)*
36+
* **WriteType** - Essay writing software for students
37+
38+
## Web Guide
39+
40+
Along with these applications there are web browser based applications:
41+
42+
![Web Apps](img/webapps.png)
43+
44+
& There is a directory of writing links ...
45+
46+
![Web Directory](img/webdirectory.png)
47+
48+
## System Tasks
49+
50+
Here are some of the system tasks you may want to carry out:
51+
52+
### Internet Configuration
53+
54+
You can configure Internet access using the network preferences:
55+
56+
![Networking](img/panelnetwork.png)
57+
58+
### Utilities
59+
60+
![Panel Utils](img/panelutils.png)
61+
62+
You can add sticky notes to the desktop
63+
64+
You can view a history of text you have copied and pasted
65+
66+
& You can look up words in the dictionary
67+
68+
### Shutdown & Restart
69+
70+
You can shutdown your Raspberry Pi, or Restart from Log Out menu.
71+
72+
![Logout](img/logoutonly.png)
73+
74+
### Transfer Documents
75+
76+
You can transfer your documents to a USB drive
77+
78+
![Mount Drive](img/mountonly.png)
79+
80+
### Keyboard Configuration
81+
82+
You can change the keyboard language
83+
84+
![Keyboard](img/keyboard.png)
85+
86+
## Donations
87+
88+
Consider helping support this project -
89+
90+
[Donate](http://piwrite.com/overview/donations/)
91+
92+
## Links
93+
94+
Additional online documentation is available at -
95+
96+
[XFCE Documentation](http://docs.xfce.org/xfce/getting-started)
97+
98+
[Raspberry Pi Documentation](https://www.raspberrypi.org/documentation/)
99+
100+
The source code for PiWrite is on [Github](https://github.com/nate2squared/piwrite)

Resources/PiWrite-Help/mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
site_name: PiWrite Documentation

Resources/PiWrite-Help/site/404.html

+110
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
8+
9+
10+
<link rel="shortcut icon" href="./img/favicon.ico">
11+
12+
<title>PiWrite Documentation</title>
13+
14+
<link href="./css/bootstrap-custom.min.css" rel="stylesheet">
15+
<link href="./css/font-awesome-4.5.0.css" rel="stylesheet">
16+
<link href="./css/base.css" rel="stylesheet">
17+
<link rel="stylesheet" href="./css/highlight.css">
18+
19+
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
20+
<!--[if lt IE 9]>
21+
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
22+
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
23+
<![endif]-->
24+
25+
26+
</head>
27+
28+
<body>
29+
30+
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
31+
<div class="container">
32+
33+
<!-- Collapsed navigation -->
34+
<div class="navbar-header">
35+
36+
37+
<!-- Main title -->
38+
<a class="navbar-brand" href=".">PiWrite Documentation</a>
39+
</div>
40+
41+
<!-- Expanded navigation -->
42+
<div class="navbar-collapse collapse">
43+
44+
45+
<ul class="nav navbar-nav navbar-right">
46+
<li>
47+
<a href="#" data-toggle="modal" data-target="#mkdocs_search_modal">
48+
<i class="fa fa-search"></i> Search
49+
</a>
50+
</li>
51+
52+
53+
</ul>
54+
</div>
55+
</div>
56+
</div>
57+
58+
<div class="container">
59+
60+
61+
<div class="row-fluid">
62+
<div id="main-content" class="span12">
63+
<h1 id="404-page-not-found" style="text-align: center">404</h1>
64+
<p style="text-align: center"><strong>Page not found</strong></p>
65+
</div>
66+
</div>
67+
68+
69+
</div>
70+
71+
<footer class="col-md-12">
72+
<hr>
73+
74+
<p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</p>
75+
</footer>
76+
77+
<script src="./js/jquery-1.10.2.min.js"></script>
78+
<script src="./js/bootstrap-3.0.3.min.js"></script>
79+
<script src="./js/highlight.pack.js"></script>
80+
<script>var base_url = '.';</script>
81+
<script data-main="./mkdocs/js/search.js" src="./mkdocs/js/require.js"></script>
82+
<script src="./js/base.js"></script>
83+
84+
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">
85+
<div class="modal-dialog">
86+
<div class="modal-content">
87+
<div class="modal-header">
88+
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
89+
<h4 class="modal-title" id="exampleModalLabel">Search</h4>
90+
</div>
91+
<div class="modal-body">
92+
<p>
93+
From here you can search these documents. Enter
94+
your search terms below.
95+
</p>
96+
<form role="form">
97+
<div class="form-group">
98+
<input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query">
99+
</div>
100+
</form>
101+
<div id="mkdocs-search-results"></div>
102+
</div>
103+
<div class="modal-footer">
104+
</div>
105+
</div>
106+
</div>
107+
</div>
108+
109+
</body>
110+
</html>

Resources/PiWrite-Help/site/__init__.py

Whitespace-only changes.
187 Bytes
Binary file not shown.

Resources/PiWrite-Help/site/base.html

+103
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
{% if page_description %}<meta name="description" content="{{ page_description }}">{% endif %}
8+
{% if site_author %}<meta name="author" content="{{ site_author }}">{% endif %}
9+
{% if canonical_url %}<link rel="canonical" href="{{ canonical_url }}">{% endif %}
10+
{% if favicon %}<link rel="shortcut icon" href="{{ base_url }}/{{ favicon }}">
11+
{% else %}<link rel="shortcut icon" href="{{ base_url }}/img/favicon.ico">{% endif %}
12+
13+
<title>{% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}</title>
14+
15+
<link href="{{ base_url }}/css/bootstrap-custom.min.css" rel="stylesheet">
16+
<link href="{{ base_url }}/css/font-awesome-4.5.0.css" rel="stylesheet">
17+
<link href="{{ base_url }}/css/base.css" rel="stylesheet">
18+
<link rel="stylesheet" href="{{ base_url }}/css/highlight.css">
19+
{%- for path in extra_css %}
20+
<link href="{{ path }}" rel="stylesheet">
21+
{%- endfor %}
22+
23+
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
24+
<!--[if lt IE 9]>
25+
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
26+
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
27+
<![endif]-->
28+
29+
{% if google_analytics %}
30+
<script>
31+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
32+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
33+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
34+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
35+
36+
ga('create', '{{ google_analytics[0] }}', '{{ google_analytics[1] }}');
37+
ga('send', 'pageview');
38+
</script>
39+
{% endif %}
40+
</head>
41+
42+
<body{% if current_page and current_page.is_homepage %} class="homepage"{% endif %}>
43+
44+
{% include "nav.html" %}
45+
46+
<div class="container">
47+
{% block content %}
48+
<div class="col-md-3">{% include "toc.html" %}</div>
49+
<div class="col-md-9" role="main">{% include "content.html" %}</div>
50+
{% endblock %}
51+
</div>
52+
53+
<footer class="col-md-12">
54+
<hr>
55+
{% if copyright %}
56+
<p>{{ copyright }}</p>
57+
{% endif %}
58+
<p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</p>
59+
</footer>
60+
61+
<script src="{{ base_url }}/js/jquery-1.10.2.min.js"></script>
62+
<script src="{{ base_url }}/js/bootstrap-3.0.3.min.js"></script>
63+
<script src="{{ base_url }}/js/highlight.pack.js"></script>
64+
<script>var base_url = '{{ base_url }}';</script>
65+
<script data-main="{{ base_url }}/mkdocs/js/search.js" src="{{ base_url }}/mkdocs/js/require.js"></script>
66+
<script src="{{ base_url }}/js/base.js"></script>
67+
{%- for path in extra_javascript %}
68+
<script src="{{ path }}"></script>
69+
{%- endfor %}
70+
71+
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">
72+
<div class="modal-dialog">
73+
<div class="modal-content">
74+
<div class="modal-header">
75+
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
76+
<h4 class="modal-title" id="exampleModalLabel">Search</h4>
77+
</div>
78+
<div class="modal-body">
79+
<p>
80+
From here you can search these documents. Enter
81+
your search terms below.
82+
</p>
83+
<form role="form">
84+
<div class="form-group">
85+
<input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query">
86+
</div>
87+
</form>
88+
<div id="mkdocs-search-results"></div>
89+
</div>
90+
<div class="modal-footer">
91+
</div>
92+
</div>
93+
</div>
94+
</div>
95+
96+
</body>
97+
</html>
98+
{% if current_page and current_page.is_homepage %}
99+
<!--
100+
MkDocs version : {{ mkdocs_version }}
101+
Build Date UTC : {{ build_date_utc }}
102+
-->
103+
{% endif %}
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{% if meta.source %}
2+
<div class="source-links">
3+
{% for filename in meta.source %}
4+
<span class="label label-primary">{{ filename }}</span>
5+
{% endfor %}
6+
</div>
7+
{% endif %}
8+
9+
{{ content }}

0 commit comments

Comments
 (0)