From c815938d11d3caf3952550abb55e42aa14051335 Mon Sep 17 00:00:00 2001 From: americanman Date: Tue, 5 Sep 2017 20:34:26 -0400 Subject: [PATCH 1/3] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5169893..5e63ab1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Release Date: August 24 2017 (pending better coded demo) +gmgm,jgmjgtmjhtgmjutmjkut# Release Date: August 24 2017 (pending better coded demo) ## For Developers All code is included inside app folder.
Rakefile in app folder contains the commands that run the program. From 4f9edb4a33835bf5f985a29f9913847eea7a1059 Mon Sep 17 00:00:00 2001 From: americanman Date: Wed, 6 Sep 2017 00:38:59 -0400 Subject: [PATCH 2/3] proof reading --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5e63ab1..3796c70 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -gmgm,jgmjgtmjhtgmjutmjkut# Release Date: August 24 2017 (pending better coded demo) +# Release Date: August 24 2017 (pending better coded demo) ## For Developers All code is included inside app folder.
Rakefile in app folder contains the commands that run the program.
All other classes currently in app/src. ## Why Github-Maps? -It started after looking at someones Repository on Github called "RandomPrograms". The repository consisted of subfolders and each subfolder having subfolders. A context was presented by this "RandomPrograms" repository; however, a user could not star and self organize the projects they appreciated. +It started after looking at someone's Repository on Github called "RandomPrograms". The repository consisted of subfolders and each subfolder having subfolders. A context was presented by this "RandomPrograms" repository; however, a user could not star and self-organize the projects they appreciated. -The initial mission of the program is to go through each subfolder in that repository and convert it into a github map with subfolders becoming repositories - either on your account or an account with a moniker "Star" at the end of it. The user will be left with a map. Where projects can be accessed and a user is free to star what they enjoy. +The initial mission of the program is to go through each sub folder in that repository and convert it into a github map with subfolders becoming repositories - either on your account or an account with a moniker "Star" at the end of it. The user will be left with a map. Where projects can be accessed and a user is free to star what they enjoy. The second part of the project is that most people have repositories correctly organized on Github. However, there is no context between projects. A quick look at github.com/google shows 961 repositories. But a user curious in finding something unique and not something popular to contribute toward would need to read all 961 repositories. Github-Maps solves this problem by allowing a repo to provide context for other repositories. ## How to install. @@ -23,9 +23,9 @@ cd Github-Map/app rake demo_github_map -Wait for program to complete then check github.com/miketestgit02 to ensure it created. +Wait for the program to complete then check github.com/miketestgit02 to ensure it created.
rake demo_de_github_map
-Wait for program to complete then check github.com/miketestgit02 to ensure it deleted. +Wait for the program to complete then check github.com/miketestgit02 to ensure it deleted. ## How to use. #### Convert your repo with many subfolders into a map... with the subfolders as repo's

From 1d8276518b7a62ef13f20e836693ba97bb4cfaf8 Mon Sep 17 00:00:00 2001
From: americanman 
Date: Wed, 6 Sep 2017 01:03:15 -0400
Subject: [PATCH 3/3] proof reading

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3796c70..851af4e 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ All code is included inside app folder.
 ## Why Github-Maps?
 It started after looking at someone's Repository on Github called "RandomPrograms". The repository consisted of subfolders and each subfolder having subfolders. A context was presented by this "RandomPrograms" repository; however, a user could not star and self-organize the projects they appreciated.
 
-The initial mission of the program is to go through each sub folder in that repository and convert it into a github map with subfolders becoming repositories - either on your account or an account with a moniker "Star" at the end of it. The user will be left with a map. Where projects can be accessed and a user is free to star what they enjoy.
+The initial mission of the program is to go through each subfolder in that repository and convert it into a github map with subfolders becoming repositories - either on your account or an account with a moniker "Star" at the end of it. The user will be left with a map. Where projects can be accessed and a user is free to star what they enjoy.
 
 The second part of the project is that most people have repositories correctly organized on Github. However, there is no context between projects. A quick look at github.com/google shows 961 repositories. But a user curious in finding something unique and not something popular to contribute toward would need to read all 961 repositories. Github-Maps solves this problem by allowing a repo to provide context for other repositories.
 ## How to install.