Skip to content

Commit

Permalink
Merge branch 'gh-pages' of github.com:prose/prose into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
michael committed Jul 10, 2012
2 parents e7377d5 + 3c4a28d commit f2535a0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
---

---
# Prose

[Prose](http://prose.io) is a web-based interface for managing text-based content in your GitHub repositories. Use it to create, edit, and delete files, and save your changes directly to GitHub.

Prose is great for making quick updates to your code or managing your blog. Prose pays special attention to [Jekyll sites](https://github.com/mojombo/jekyll) [hosted on GitHub Pages](http://pages.github.com) with Markdown text preview and syntax reference. It's [configurable](help/handbook.html#set_root_url) to restrict users to files that live within the `_posts` directory so you can use it to manage the content on your blog without fear of changing other critical files. Using Jekyll in conjunction with Prose is a smart way of maintaining websites for developers and editors alike by allowing them to use a visual, web-based tool to manage the content.
Prose is great for making quick updates to your code or managing your blog. Prose pays special attention to [Jekyll sites](https://github.com/mojombo/jekyll) [hosted on GitHub Pages](http://pages.github.com) with Markdown text preview and syntax reference. It's [configurable](http://prose.io/help/handbook.html) to restrict users to files that live within the `_posts` directory so you can use it to manage the content on your blog without fear of changing other critical files. Using Jekyll in conjunction with Prose is a smart way of maintaining websites for developers and editors alike by allowing them to use a visual, web-based tool to manage the content.

[Get started now](http://prose.io/help/getting-started.html) or learn more about [using Jekyll to design flexible static websites](http://developmentseed.org/blog/2011/09/09/jekyll-github-pages/).

Expand Down
6 changes: 3 additions & 3 deletions _includes/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ body.start {
.repos > a .name {
display: inline-block;
vertical-align: middle;
width: 120px;
width: 116px;
font-size: 12px;
text-align: center;
overflow: hidden;
Expand Down Expand Up @@ -708,7 +708,7 @@ ul.site li a {
.post-listing a.link .filename {
display: inline-block;
vertical-align: middle;
width: 120px;
width: 116px;
font-size: 12px;
text-align: center;
overflow: hidden;
Expand All @@ -723,7 +723,7 @@ ul.site li a {
position: absolute;
margin: auto;
left: 0; right: 0; top: 0; bottom: 0;
background: url('images/ajax-loader-white.gif') no-repeat;
background: url('images/ajax-loader.gif') no-repeat;
height: 11px;
width: 44px;
color: #444;
Expand Down
2 changes: 1 addition & 1 deletion _posts/help/2012-06-20-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ Prose is also suitable as a full-featured writing environment, covering authorin
3. Save it.
4. Share it (we support deep linking to the rendered version)

Prose is similiar to [iAWriter](http://www.iawriter.com/) as it is also using a minimal interface for editing Markdown, but it's web-based and uses [GitHub](http://github.com) for storing your text so your writings are more than save and GitHub keeps a history of every saved version. So Prose can potentially be seen as a whole new way of sharing documents online, while utilizing the usual suspects Markdown and GitHub. Oh and it's free and open source.
Prose is similiar to [iAWriter](http://www.iawriter.com/) as it is also using a minimal interface for editing Markdown, but it's web-based and uses [GitHub](http://github.com) for storing your text so your writings are more than safe and GitHub keeps a history of every saved version. So Prose can potentially be seen as a whole new way of sharing documents online, while utilizing the usual suspects Markdown and GitHub. Oh and it's free and open source.

9 changes: 5 additions & 4 deletions _posts/help/2012-06-20-prose-for-writers.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: help
title: Prose for writers
descr: How to use Prose as a writing workspace
image: http://farm7.staticflickr.com/6119/6884293596_b44a31bf0a_m.jpg
descr: How to use Prose as a writing workspace.
image: http://prose.io/images/help/prose-for-writers.png
author_twitter: _mql
author: Michael Aufreiter
published: false
published: true
categories:
- help
---
Expand Down Expand Up @@ -82,4 +82,5 @@ Prose is closely tied to Git and GitHub. We intentionally made the process trans
## Future outlook

- Accessing revision history through the interface
- Invite collaborators right from the interface, and see who has access to the documents.
- Invite collaborators right from the interface, and see who has access to the documents.

Binary file removed images/ajax-loader-white.gif
Binary file not shown.
Binary file modified images/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2535a0

Please sign in to comment.