Commit graph

79 commits

Author SHA1 Message Date
Kin Ueng
cf7960d2bb
Update README.md
- Add a clickable badge for the NewsBlur Apple App Store page

- Use Apple's marketing website tool to get the App Store badge
  - https://tools.applemediaservices.com/app/463981119

- Used HTML elements ` ` to add left padding to the Apple badge so
that it aligns with the F-Droid badge. GitHub restricts what kind of
inline styling is allowed in the README.md for security reasons. Inline
styling of padding left is one of those attributes that get removed.
  - https://github.com/github/markup#github-markup
2023-05-12 15:25:27 -05:00
Samuel Clay
35bc9ad07f Rewriting readme from #1545. 2021-12-08 14:55:26 -05:00
Samuel Clay
404c97a600 Revert "Rewriting readme from #1545."
This reverts commit ee06578679.
2021-12-08 14:47:44 -05:00
Samuel Clay
ee06578679 Rewriting readme from #1545. 2021-12-08 12:41:19 -05:00
Linecutterx
7e74ecd0b1
Update README.md 2021-09-26 15:15:11 +01:00
Linecutterx
b1dff7ae9a
Update README.md
Formatting
2021-09-26 15:14:30 +01:00
Linecutterx
a6fe64c342
Update README.md
More Github key stuff
2021-09-26 15:13:29 +01:00
Linecutterx
d347a1bad8
Update README.md
Added need for nodejs npm & Github Keys
2021-09-26 14:52:37 +01:00
Linecutterx
3c42bb2fac
Update README.md 2021-09-25 11:01:22 +01:00
Linecutterx
aea30a8f5a
Update README.md 2021-09-25 10:54:56 +01:00
Linecutterx
674d982626
Update README.md
Clearer setup, with reference to set up utility script. Added some guidance for what seems to be a fairly common setup issue.
2021-09-25 10:53:52 +01:00
Samuel Clay
0579915fc9 Adding docs on changing domain from localhost on self-hosted. 2021-08-25 17:10:51 -04:00
Samuel Clay
9ea331f06f Updating readme to remove stripe language 2021-07-01 16:54:11 -04:00
Jonathan Math
85eb6a4fd5 merge recent changes 2021-05-07 09:59:35 -05:00
Jonathan Math
e068c9ff4e change nb.local.com to localhost 2021-04-20 08:04:08 -05:00
Jonathan Math
47bd541ff2 Update README 2021-03-09 12:34:56 -05:00
Jonathan Math
8c736ac489 add performance test make commands, dockerfile for locust, and rough draft of performance test (locust.py) 2021-02-24 10:21:47 -05:00
Jonathan Math
b21d691211 Update README.md 2021-02-17 11:19:01 -05:00
Jonathan Math
cddb81e75a update the README file 2021-02-17 08:28:39 -05:00
Jonathan Math
c452728f82 update README and create a Maintenance.md file 2020-11-06 14:40:58 +07:00
Jonathan Math
fd7643a078 Update README.md and remove commented lines from docker-compose.yml 2020-11-03 11:26:04 +07:00
Jonathan Math
f2811cb2d7 update README for new test_settings location 2020-10-24 19:23:05 +07:00
Jonathan Math
21651e300e use newsblur_web instead of newsblur as directory name for settings file 2020-10-13 22:10:26 +07:00
Samuel Clay
c508c58224 Merge branch 'django1.11' into django2.0
* django1.11: (102 commits)
  Beginning fix of rss_feeds unit tests.
  Fixing unit test for profile app and signup.
  Remove highlights count when it reaches zero.
  Android v10.1b1.
  Stubbing in profile tests.
  Adding nginx.local.conf
  Adding original text and original story to API docs.
  #1282 Adding feed to root folder
  #1319 In app and external browser options
  Adding a smarter wakeup for real-time to handle cases where a laptop is re-opened but real-time is not immediately reestablished.
  #1348 (scroll indicators theme)
  #1344 (search loses focus)
  #1335 Auto theme option for OS level dark mode
  Fixing signup flow.
  #1347 Show pager with stories after using the intel trainer and refreshing
  #1272 Load HTML in comments
  New icon for Infrequent Site Stories.
  Allowing selection in private notes.
  Autoresizing private notes field.
  For #1035: Adding private notes to saved stories.
  ...
2020-08-10 17:53:48 -04:00
Samuel Clay
5a3884c3bd Merge branch 'django1.7' into django1.8
* django1.7: (102 commits)
  Beginning fix of rss_feeds unit tests.
  Fixing unit test for profile app and signup.
  Remove highlights count when it reaches zero.
  Android v10.1b1.
  Stubbing in profile tests.
  Adding nginx.local.conf
  Adding original text and original story to API docs.
  #1282 Adding feed to root folder
  #1319 In app and external browser options
  Adding a smarter wakeup for real-time to handle cases where a laptop is re-opened but real-time is not immediately reestablished.
  #1348 (scroll indicators theme)
  #1344 (search loses focus)
  #1335 Auto theme option for OS level dark mode
  Fixing signup flow.
  #1347 Show pager with stories after using the intel trainer and refreshing
  #1272 Load HTML in comments
  New icon for Infrequent Site Stories.
  Allowing selection in private notes.
  Autoresizing private notes field.
  For #1035: Adding private notes to saved stories.
  ...
2020-08-10 17:51:25 -04:00
Samuel Clay
7ee517444e Merge branch 'django1.6' into django1.7
* django1.6: (102 commits)
  Beginning fix of rss_feeds unit tests.
  Fixing unit test for profile app and signup.
  Remove highlights count when it reaches zero.
  Android v10.1b1.
  Stubbing in profile tests.
  Adding nginx.local.conf
  Adding original text and original story to API docs.
  #1282 Adding feed to root folder
  #1319 In app and external browser options
  Adding a smarter wakeup for real-time to handle cases where a laptop is re-opened but real-time is not immediately reestablished.
  #1348 (scroll indicators theme)
  #1344 (search loses focus)
  #1335 Auto theme option for OS level dark mode
  Fixing signup flow.
  #1347 Show pager with stories after using the intel trainer and refreshing
  #1272 Load HTML in comments
  New icon for Infrequent Site Stories.
  Allowing selection in private notes.
  Autoresizing private notes field.
  For #1035: Adding private notes to saved stories.
  ...
2020-08-10 17:49:20 -04:00
Samuel Clay
325a6d26e1 Fixing signup flow. 2020-07-21 17:04:01 -04:00
Jonathan Math
7279171e4c update dockerfile and readme to use wsgi/settings files that have been moved 2020-07-01 02:32:35 -04:00
Samuel Clay
2e2ed09d0b Updating refresh_feeds task in readme. 2020-06-08 13:53:09 -04:00
jmath1
09b9583b7a Update README files to replace syncdb with migrate 2020-06-07 08:12:51 -04:00
jmath1
4e89bcd67a upgrade to django 1.6 and make migrations 2020-06-05 11:00:54 -04:00
Samuel Clay
eaa24a0412 Removing old feedvalidator, unused fab commands. 2020-06-01 10:42:13 -04:00
Jason Cooke
2c3e405747
docs: fix typo 2019-08-15 14:22:10 +12:00
Samuel Clay
2e6ad3afda Adding new node app: original_text. To replace Mercury Reader. Thanks for all the text. 2019-04-13 15:29:14 -04:00
Samuel Clay
7cde62dbe3 Updating README. -db22a. 2018-05-19 16:08:00 -07:00
Poussinou
f890e0d9ea Add two buttons to get the app 2017-03-12 13:13:04 +01:00
Samuel Clay
4458234821 Updating README's downtime section in prep for Burning Man 2016. 2016-08-12 21:21:15 -07:00
Morton Fox
45ce17caf3 Fix pymongo and Underscore.js links. 2015-08-21 14:38:09 -04:00
Samuel Clay
379b06b9dc Adding python 2.7+ req to readme. Closes #112. 2015-08-04 16:06:12 -07:00
Samuel Clay
d1d5b3b644 Adding section on what you cna safely ignore when installing NewsBlur. 2015-06-22 14:17:58 -07:00
Samuel Clay
7cb1726ab2 Preparing the great expense cutting. Adding munin data transfer. 2015-05-06 21:53:11 -07:00
Morton Fox
f496f15228 Fix email link. 2015-04-14 14:01:05 -04:00
Samuel Clay
7ac067b6f1 Adding source syntax highlighting. 2014-10-29 16:45:16 -07:00
Samuel Clay
1962e097b7 Adding readme info about jammit. 2014-10-29 16:44:49 -07:00
Samuel Clay
611dbdb075 Adding info about draining feeds due to a faulty deploy (which just happened on the PIL->Pillow icon transition). 2014-05-16 13:07:12 -07:00
Samuel Clay
121cf3ebda Adding downtime handling to readme. 2013-08-15 12:22:14 -07:00
Samuel Clay
1024db2295 Merge branch 'master' into circular
# By ojiikun (3) and others
# Via Samuel Clay (3) and ojiikun (1)
* master:
  Upping ulimit file descriptor limits.
  README.md typo fixes
  newline at end of readme
  Fix duplicate appearance of All Stories heading.
  Revert "Fix NPE on login."
  Fix NPE on login.
2013-04-30 10:28:45 -07:00
Sumana Harihareswara
a52a4bea16 README.md typo fixes 2013-04-30 01:14:38 -03:00
Sumana Harihareswara
a9a9aa8301 newline at end of readme 2013-04-30 01:12:35 -03:00
Samuel Clay
4e3df85b61 Merge branch 'master' into circular
# By Piotr Mitros (5) and others
# Via Samuel Clay (2) and Daniel (1)
* master:
  Normalizing settings.
  Fixed #217. Remove (via Newsblur) when sharing
  Documented additional hack to get into the system without Stripe installed
  Expanded requirements
  Fixed doc. We do require a non-fake migrate as well.
  Removed SES dependency for development. Fixed bug where DEVELOPMENT was used before being overridden by local_settings.py.
  Added requirements.txt
2013-04-29 11:28:38 -07:00