Navigation Menu

Skip to content

Commit

Permalink
setup tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rmculpepper committed Mar 26, 2012
1 parent 00c7f2d commit 21c4956
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions private/setup/style.css
Expand Up @@ -18,6 +18,7 @@ h2, h3 {
padding: 5ex 10ex 5ex 10ex;
width: 80ex;
background-color: white;
color: black;
}

.profile_form div {
Expand Down
7 changes: 4 additions & 3 deletions run-setup.rkt
Expand Up @@ -122,13 +122,14 @@
`(div
(h2 "Setup Overview")
(p "Scriblogify is a tool for creating blog posts from Scribble documents.")
(p "It can be used purely as a local document processor, but it can also "
"be used to automatically post blog entries and upload embedded images "
(p "You can use Scriblogify purely as a local document processor, but you can also "
"use it to automatically post blog entries and upload embedded images "
"to image hosting services. (Currently only Blogger and Picasa Web Albums "
"are supported.)")
(p "A " (emph "profile") " consists of a blog" mdash "where to upload posts" mdash
(p "A " (em "profile") " consists of a blog" mdash "where to upload posts" mdash
"together with, optionally, a web album" mdash
"where to store images that are part of a post.")
(p (em "Warning: Use Scriblogify at your own risk!"))
,@(cond [oauth2
`((h3 "Use existing authorization")
(p "You have already authorized Scriblogify to access your Blogger "
Expand Down

0 comments on commit 21c4956

Please sign in to comment.