summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ArchivedFeed.md4
-rw-r--r--ContentFilters.md2
-rw-r--r--GeneratedFeeds.md2
-rw-r--r--Home.md14
-rw-r--r--InstallationNotes.md10
-rw-r--r--KeyboardShortcuts.md2
-rw-r--r--Plugins.md2
-rw-r--r--PublishArticles.md2
8 files changed, 19 insertions, 19 deletions
diff --git a/ArchivedFeed.md b/ArchivedFeed.md
index 37c7a47..a88e52f 100644
--- a/ArchivedFeed.md
+++ b/ArchivedFeed.md
@@ -12,7 +12,7 @@ absolutely sure, you don’t need to manually archive anything.
In general, consider manual un/archiving of articles an advanced
function. The point of this feed is to give you access to externally
-shared data ([ShareAnything](ShareAnything)) which has no feed by definition or your
+shared data ([ShareAnything](wiki/ShareAnything)) which has no feed by definition or your
starred articles if originating feed no longer exists in tt-rss
database.
@@ -27,5 +27,5 @@ Archived article feed works as such:
originating feed is still available (e.g. subscribed).
- Archived articles are not subject to the usual automatic expiration
process.
-- Articles created using [ShareAnything](ShareAnything) are placed into Archived
+- Articles created using [ShareAnything](wiki/ShareAnything) are placed into Archived
feed.
diff --git a/ContentFilters.md b/ContentFilters.md
index 211b7f5..c5d3eda 100644
--- a/ContentFilters.md
+++ b/ContentFilters.md
@@ -58,7 +58,7 @@ actually delete anything from the database
3. Set starred - sets article starred automatically on import
4. Assign tags - assigns custom tags on import
5. Publish article - sets article published automatically on import
-6. [Modify score](Scoring) - modifies article overall score based on
+6. [Modify score](wiki/Scoring) - modifies article overall score based on
the parameter, a signed integer number. Final article score is calculated after all filters had been applied and is a sum of all
matched scoring actions. I.e. if 3 actions matched the article: -5, +5, +10 the overall score will be 10.
7. Assign label - assigns specified label to the article on import
diff --git a/GeneratedFeeds.md b/GeneratedFeeds.md
index 087f8ee..af35617 100644
--- a/GeneratedFeeds.md
+++ b/GeneratedFeeds.md
@@ -94,4 +94,4 @@ Order values:
- date\_reverse - reverse sort by batch date
- feed\_dates - sort by feed-provided article dates
-See also: [PublishArticles](PublishArticles) \ No newline at end of file
+See also: [PublishArticles](wiki/PublishArticles) \ No newline at end of file
diff --git a/Home.md b/Home.md
index 82edc10..cbb285d 100644
--- a/Home.md
+++ b/Home.md
@@ -30,20 +30,20 @@ Features
- OPML import/export,
- multiple ways to share stuff: via RSS feeds, using plugins to
various social sites, sharing by URL, etc,
- - [sharing arbitrary content through tt-rss](ShareAnything),
+ - [sharing arbitrary content through tt-rss](wiki/ShareAnything),
- internationalization,
- - [Plugins](Plugins) and [themes](Themes),
+ - [Plugins](wiki/Plugins) and [themes](Themes),
- detecting and filtering duplicate articles,
- podcasts,
- - [flexible article filtering](ContentFilters),
- - [JSON-based API](ApiReference),
+ - [flexible article filtering](wiki/ContentFilters),
+ - [JSON-based API](wiki/ApiReference),
- and much more…
- Official [Android client](https://tt-rss.org/gitlab/fox/tt-rss-android)
Get in touch
============
-**[Read the FAQ before asking questions](FAQ)**
+**[Read the FAQ before asking questions](wiki/FAQ)**
Join [community forums](https://discourse.tt-rss.org/) if you have any questions, comments or bug reports. Please don't email me with tt-rss support questions, use the forums.
@@ -70,7 +70,7 @@ in your particular case but if you have problems you are on your own.
Additionally, tt-rss requires:
-- PHP version **5.4** or newer ([detailed PHP requirements](PhpCompatibilityNotes))
+- PHP version **5.4** or newer ([detailed PHP requirements](wiki/PhpCompatibilityNotes))
- [PostgreSQL](http://www.postgresql.org) (**9.1** or newer) or
[MySQL](http://www.mysql.com) (**InnoDB is required**, MyISAM will
not work).
@@ -85,4 +85,4 @@ Tiny Tiny RSS uses a rolling release model based on [git master branch](https://
There’s no warranty. If it breaks you get to keep both parts.
-Please read the [installation guide](InstallationNotes) and [UpdatingFeeds](UpdatingFeeds) before installing.
+Please read the [installation guide](wiki/InstallationNotes) and [UpdatingFeeds](UpdatingFeeds) before installing.
diff --git a/InstallationNotes.md b/InstallationNotes.md
index 1346899..f1780a9 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -14,7 +14,7 @@ need to do so before installing. Tiny Tiny RSS can coexist with other
applications in a shared database, creating a dedicated one is not
necessary.
3. Your http server should be running PHP version 5.4 or later. Having
-an accelerator like php-apc is highly recommended. See also: [PhpCompatibilityNotes](PhpCompatibilityNotes).
+an accelerator like php-apc is highly recommended. See also: [PhpCompatibilityNotes](wiki/PhpCompatibilityNotes).
4. The manual assumes you have basic knowledge of Git SCM.
After you have gone through the above list, you can proceed to the
@@ -55,7 +55,7 @@ default credentials (username: <code>admin</code>, password:
6. Go to preferences and change your password!
7. You will also need to decide on the method tt-rss uses to update
-feeds. This is a separate topic, outlined in [UpdatingFeeds](UpdatingFeeds).
+feeds. This is a separate topic, outlined in [UpdatingFeeds](wiki/UpdatingFeeds).
7. If all went well, you may proceed to use tt-rss normally. Create a
separate non-admin user, login under it, and start importing your feeds,
@@ -63,14 +63,14 @@ subscribing, and configure it to your taste.
8. That’s all!
-Don’t forget to read [UpdatingFeeds](UpdatingFeeds) otherwise your feeds won’t update
+Don’t forget to read [UpdatingFeeds](wiki/UpdatingFeeds) otherwise your feeds won’t update
automatically.
-See also: [SecuringCacheDirectories](SecuringCacheDirectories)
+See also: [SecuringCacheDirectories](wiki/SecuringCacheDirectories)
### Take a look at available plugins
-There are many plugins written for tt-rss. You can see the list here: [Plugins](Plugins).
+There are many plugins written for tt-rss. You can see the list here: [Plugins](wiki/Plugins).
Upgrading Tiny Tiny RSS
-----------------------
diff --git a/KeyboardShortcuts.md b/KeyboardShortcuts.md
index 693e559..ca82561 100644
--- a/KeyboardShortcuts.md
+++ b/KeyboardShortcuts.md
@@ -11,4 +11,4 @@ notation. So “c m” means you press “c” and “m” sequentially.
Since version:1.7.0 you can modify hotkey maps using plugins, see
<code>plugins/swap\_jk</code> for an example.
-See also: [InterfaceTips](InterfaceTips)
+See also: [InterfaceTips](wiki/InterfaceTips)
diff --git a/Plugins.md b/Plugins.md
index 81c1038..592d631 100644
--- a/Plugins.md
+++ b/Plugins.md
@@ -25,7 +25,7 @@ it for all users.
Themes and plugins are also available on the forums.
-If you are interested in making plugins, see [MakingPlugins](MakingPlugins).
+If you are interested in making plugins, see [MakingPlugins](wiki/MakingPlugins).
Since version version:1.7.5, the plugin architecture of tt-rss is pretty
stable. But for one or other reason, some plugins may profit if someone
diff --git a/PublishArticles.md b/PublishArticles.md
index 6531f80..a69d034 100644
--- a/PublishArticles.md
+++ b/PublishArticles.md
@@ -3,7 +3,7 @@ Publishing articles
Since version:1.2.14 TT-RSS has support for publishing selected articles
in a special RSS feed, accessible to anyone who knows the special
-randomly-generated URL. This works independently of [GeneratedFeeds](GeneratedFeeds).
+randomly-generated URL. This works independently of [GeneratedFeeds](wiki/GeneratedFeeds).
You can mark articles as published by clicking [standard feed
icon](http://feedicons.com/) near headline title: