aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorV.Krishn <vkrishn4@gmail.com>2021-11-30 21:44:22 +0530
committerV.Krishn <vkrishn4@gmail.com>2021-11-30 21:44:22 +0530
commit058b0f0b0be981e829af12a98c4257555be30fed (patch)
treedbc52895f0d933c02c38b6fed57d0515bbee458c /doc
parent08d0e639105e236602a0661d5f76ba92b0da6f2c (diff)
downloadnbreader-058b0f0b0be981e829af12a98c4257555be30fed.tar.bz2
fix minor bug in get_site_base
update docs
Diffstat (limited to 'doc')
-rw-r--r--doc/bookmarks.md8
-rw-r--r--doc/howto-opml.md4
-rw-r--r--doc/install-alpinelinux.md7
-rw-r--r--doc/install.md7
4 files changed, 18 insertions, 8 deletions
diff --git a/doc/bookmarks.md b/doc/bookmarks.md
index 3fead02..784f3df 100644
--- a/doc/bookmarks.md
+++ b/doc/bookmarks.md
@@ -1,4 +1,8 @@
-
-the default periodic are `15min`, `hourly`, `daily`, `weekly` and `monthly`
+## Bookmarks
+
+Bookmarks folder - config/bookmarks/
+
+* the default periodic are `15min`, `hourly`, `daily`, `weekly` and `monthly`
+
diff --git a/doc/howto-opml.md b/doc/howto-opml.md
index 575c0d8..adfa512 100644
--- a/doc/howto-opml.md
+++ b/doc/howto-opml.md
@@ -1,6 +1,6 @@
-make opml file non-blob like
------------------------------
+Howto make opml file non-blob like
+-----------------------------------
1. make it non-blob like
`sed -i 's/</\n</g' feedlist-liferea.opml`
diff --git a/doc/install-alpinelinux.md b/doc/install-alpinelinux.md
index 3453683..e79f2c9 100644
--- a/doc/install-alpinelinux.md
+++ b/doc/install-alpinelinux.md
@@ -17,9 +17,12 @@
eg.
* php5
-`apk add newsbeuter sqlite curl file php-apache2 php-xml php-phar php-sqlite3 php-json php-ctype php-curl`
+
+ `apk add newsbeuter sqlite curl file php-apache2 php-xml php-phar php-sqlite3 php-json php-ctype php-curl`
+
* php7
-`php7-apache2 php7-xml php7-phar php7-sqlite3 php7-calendar php7-ctype php7-curl php7-gettext php7-iconv php7-json php7-mbstring php7-session`
+
+ `php7-apache2 php7-xml php7-phar php7-sqlite3 php7-calendar php7-ctype php7-curl php7-gettext php7-iconv php7-json php7-mbstring php7-session`
### Issues (see `doc/install.md`):
1. Download required 3rd party framework/libs used in application.
diff --git a/doc/install.md b/doc/install.md
index 7706cfd..0ffa77f 100644
--- a/doc/install.md
+++ b/doc/install.md
@@ -1,4 +1,4 @@
-
+
## A. 3rd Party frameworks/libs
@@ -6,7 +6,10 @@
2. Download 3rd party libs/css used in application,
extract libs content it in `public/lib/` accordingly.
-_For convenience the bundle can be found at `http://download.tuxfamily.org/pmreader/nb/lib.01-20200129.tar.gz`_
+_For convenience the requied lib bundles can be found at_
+
+* `http://download.tuxfamily.org/pmreader/nb/lib.01-20200129.tar.gz`
+* `http://download.tuxfamily.org/pmreader/nb/codeigniter-3.1.11.phar`
## B. Configs