Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin-X authored Jan 7, 2022
1 parent 5253a03 commit c244810
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
4sweep
Foursweep (formerly 4sweep)
======

4sweep is a Rails 3.2 web application for mass editing of Foursquare venues. It
Foursweep is a Rails 3.2 web application for mass editing of Foursquare venues. It
is built on a concept of "flags" that can be submitted to the Foursquare API
v2. 4sweep supports the following flag types, which all operate on venues:
v2. Foursweep supports the following flag types, which all operate on venues:

* Edit Venue Details (name, address, contacts, etc)
* Close Flag (event over, closed) and Re-Open
Expand All @@ -22,7 +22,7 @@ by DelayedJob.
Current Status
--------------

4sweep was unmaintained as of March 2015, but in July of 2018, 4sweep was open sourced and has become primarily maintained by Foursquare. While Foursquare will make periodic security and maintenance updates, the 4sweep/Foursquare community is highly encouraged to fork and submit pull requests with new features.
Foursweep was unmaintained as of March 2015, but in July of 2018, Foursweep was open sourced and has become primarily maintained by Foursquare. While Foursquare will make periodic security and maintenance updates, the Foursweep/Foursquare community is highly encouraged to fork and submit pull requests with new features.


Explorer Features
Expand All @@ -48,7 +48,7 @@ Flag Features
Configuration and setup
-----------------------

4sweep is currently built for Rails 3.2 (Ruby 2.0.0) and uses Bootstrap 2.0. You will need
Foursweep is currently built for Rails 3.2 (Ruby 2.0.0) and uses Bootstrap 2.0. You will need
to install all required gems. It relies on a database supported by ActiveRecord,
and has only been tested with MySQL 5.5/5.6.

Expand All @@ -72,7 +72,7 @@ Rails asset pipeline to generate a javascript parser.
ENV Variable Storage
----

4sweep now uses ENV variables to store sensitive config variables (like api keys, database credentials, etc). Feel free to use whatever method of storing these ENV variables works best for you, but if a `config/app_environment_variables.rb` file is present, it will be loaded. An example of what that file might look like (and the variables currently stored) can be found in the `config/app_environment_variables-example.rb` file.
Foursweep now uses ENV variables to store sensitive config variables (like api keys, database credentials, etc). Feel free to use whatever method of storing these ENV variables works best for you, but if a `config/app_environment_variables.rb` file is present, it will be loaded. An example of what that file might look like (and the variables currently stored) can be found in the `config/app_environment_variables-example.rb` file.

Most recent variables used:
```
Expand Down

0 comments on commit c244810

Please sign in to comment.