diff --git a/README.md b/README.md index 63a935e..fb067a9 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # Contentmatcher ## About -Contentmatcher is a General Intelligence Agency of Ljubljana prototype. +Contentmatcher is a (General Intelligence Agency)[https://gia.kompot.si/about.php] of Ljubljana prototype. -Contentmatcher is hosted by kompot, a librehosters community from Ljubljana. +Contentmatcher is hosted by (kompot)[https://kompot.si/wiki/doku.php], a librehosters community from Ljubljana. If you have any questions, feedback or if you would like contribute, you can contact us at gia@kompot.si. ## Intstructions Contentmatcher is a GIA prototype that tries to help you engage with your content and share it with other users. It assumes that you have a heap of content that you would like to reconsider. This heap can take many forms such vast libraries of PDFs on your computer or a long lists of bookmarks. -The app will help you get through this content step by step and continue to show you your content again based on the interest you express as well present you with shared contnet. If you and at least one more person express a high interest in an **item** a match will appear on your matches page. There you can send them an email to talk about the **item** your interested in. +The app will help you get through this content step by step and continue to show you your content again based on the interest you express as well present you with shared content. If you and at least one more person express a high interest in an **item** a match will appear on your matches page. There you can send them an email to talk about the **item** your interested in. ### Some definitions: * An **item** is a unit of content (like a PDF you upload). @@ -18,10 +18,10 @@ The app will help you get through this content step by step and continue to show * When you start a new session Contentmatcher will create a **deck**, which is a small part of the **collection**. ### Importing your content -For now you they only way to import content is to upload your PDFs. We're figuring out how to add different lists of links like browser bookmarks, liked tweets and "watch later" youtube videos. +For now the only way to import content is to upload your PDFs. We're figuring out how to add different lists of links like browser bookmarks, liked tweets and "watch later" youtube videos. ### Sessions -Going through sessions is the main activity in using Contentmatcher. A session consists of rating and potentially shareing **items** in a **deck**. You can adjust the size of your **deck** in the settings. In sessions you rate them with yes, maybe, no and delete buttons. It's weird because there is no question, maybe the question posed is: "are you really interested in this **item**?" +Going through sessions is the main activity in using Contentmatcher. A session consists of rating and potentially shareing **items** in a **deck**. You can adjust the size of your **deck** in the settings. In sessions you rate items with yes, maybe, no and delete buttons. It's weird because there is no question, maybe think of a question like: "Are you really interested in this **item**?" There is also the share button. This will create a new **item** with this content for all other users, so it will appear in their **deck**s from now on as well. diff --git a/templates/about.html b/templates/about.html index a485ec5..a3b7d32 100644 --- a/templates/about.html +++ b/templates/about.html @@ -9,7 +9,7 @@
You can find the its code here.
-Contentmatcher is hosted by kompot, a librehosters community from Ljubljana.
+Contentmatcher is hosted by kompot, a librehosters community from Ljubljana.
If you have any questions, feedback or if you would like contribute, please contact us at gia@kompot.si. diff --git a/templates/instructions.html b/templates/instructions.html index adacf30..dd37d60 100644 --- a/templates/instructions.html +++ b/templates/instructions.html @@ -9,7 +9,7 @@ Contentmatcher is a GIA prototype that tries to help you engage with your content and share it with other users. It assumes that you have a heap of content that you would like to reconsider. This heap can take many forms such vast libraries of PDFs on your computer or a long lists of bookmarks.- The app will help you get through this content step by step and continue to show you your content again based on the interest you express as well present you with shared contnet. If you and at least one more person express a high interest in an item a match will appear on your matches page. There you can send them an email to talk about the item your interested in. + The app will help you get through this content step by step and continue to show you your content again based on the interest you express as well present you with shared content. If you and at least one more person express a high interest in an item a match will appear on your matches page. There you can send them an email to talk about the item your interested in.
- For now you they only way to import content is to upload your PDFs. We're figuring out how to add different lists of links like browser bookmarks, liked tweets and "watch later" youtube videos. + For now the only way to import content is to upload your PDFs. We're figuring out how to add different lists of links like browser bookmarks, liked tweets and "watch later" youtube videos.
There is also the share button. This will create a new item with this content for all other users, so it will appear in their decks from now on as well.