diff --git a/AUTHORS b/AUTHORS index 8f845076..efd98ae3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,6 +15,7 @@ Contributors: Łukasz Jernaś Michael Monreal Oleg Khlystov + Paul Cutler Philipp Gildein Ruben Vermeersch Sandy Armstrong diff --git a/patch b/patch new file mode 100644 index 00000000..1ec9307a --- /dev/null +++ b/patch @@ -0,0 +1,247 @@ +From e0222b3cac15a021212239e124a950c91848612f Mon Sep 17 00:00:00 2001 +From: Paul Cutler +Date: Sun, 29 Aug 2010 15:05:54 -0500 +Subject: [PATCH] [help] Add help stub pages + +--- + help/C/account-creation.page | 32 ++++++++++++++++++++++++++++++++ + help/C/advanced.page | 32 ++++++++++++++++++++++++++++++++ + help/C/index.page | 40 ++++++++++++++++++++++++++++++++++++++++ + help/C/introduction.page | 42 ++++++++++++++++++++++++++++++++++++++++++ + help/C/legal.xml | 9 +++++++++ + help/C/share.page | 32 ++++++++++++++++++++++++++++++++ + 6 files changed, 187 insertions(+), 0 deletions(-) + create mode 100644 help/C/account-creation.page + create mode 100644 help/C/advanced.page + create mode 100644 help/C/index.page + create mode 100644 help/C/introduction.page + create mode 100644 help/C/legal.xml + create mode 100644 help/C/share.page + +diff --git a/help/C/account-creation.page b/help/C/account-creation.page +new file mode 100644 +index 0000000..4c976af +--- /dev/null ++++ b/help/C/account-creation.page +@@ -0,0 +1,32 @@ ++ ++ ++ ++ ++ ++ Add the location of your remote folders. ++ ++ ++ Paul Cutler ++ pcutler@gnome.org ++ ++ ++ ++ ++ ++ Account Setup ++ ++

Insert how to setup your accounts here) ++

++ ++

Insert more help here, if needed. ++

++ ++
+diff --git a/help/C/advanced.page b/help/C/advanced.page +new file mode 100644 +index 0000000..a75e3a3 +--- /dev/null ++++ b/help/C/advanced.page +@@ -0,0 +1,32 @@ ++ ++ ++ ++ ++ Get help for advanced actions. ++ ++ ++ Paul Cutler ++ pcutler@gnome.org ++ ++ ++ ++ ++ ++ Advanced Options and Help ++ ++
++ ++ TBD ++ ++ TBD ++
++ ++
+diff --git a/help/C/index.page b/help/C/index.page +new file mode 100644 +index 0000000..21761b5 +--- /dev/null ++++ b/help/C/index.page +@@ -0,0 +1,40 @@ ++ ++ ++ ++ ++ ++ Paul Cutler ++ pcutler@gnome.org ++ ++ ++ ++ ++ ++ SparkleShare ++ ++
++ Account Setup ++
++ ++
++ Sync and Share Files ++
++ ++
++ Advanced options and help ++
++ ++
++ Common Problems ++
++ ++
+diff --git a/help/C/introduction.page b/help/C/introduction.page +new file mode 100644 +index 0000000..2515ce2 +--- /dev/null ++++ b/help/C/introduction.page +@@ -0,0 +1,42 @@ ++ ++ ++ ++ ++ ++ ++ Introduction to SparkleShare. ++ ++ ++ Paul Cutler ++ pcutler@gnome.org ++ ++ ++ ++ ++ ++ Introduction ++ ++

++ SparkleShare is an application that allows you to easily ++ sync and share your files and folders. SparkeShare uses the ++ distributed version control system Git to keep a record ++ of all the changes in your files, making it easy to easily go back ++ to an earlier version of the file if you make a mistake. ++

++ ++
++ <gui>SparkleShare</gui> screenshot ++ SparkleShare ++ ++

Sparkleshare

++
++
++ ++
+diff --git a/help/C/legal.xml b/help/C/legal.xml +new file mode 100644 +index 0000000..86d6173 +--- /dev/null ++++ b/help/C/legal.xml +@@ -0,0 +1,9 @@ ++ ++

This work is licensed under a ++Creative Commons ++Attribution-Share Alike 3.0 Unported License.

++

As a special exception, the copyright holders give you permission to copy, ++modify, and distribute the example code contained in this document under the ++terms of your choosing, without restriction.

++
+diff --git a/help/C/share.page b/help/C/share.page +new file mode 100644 +index 0000000..95e95c5 +--- /dev/null ++++ b/help/C/share.page +@@ -0,0 +1,32 @@ ++ ++ ++ ++ ++ ++ Sync and share your folders and files. ++ ++ ++ Paul Cutler ++ pcutler@gnome.org ++ ++ ++ ++ ++ ++ Sync and share your files and folders ++ ++

Insert help here. ++

++ ++

++

++ ++
+-- +1.7.1 + +