Compare commits

...

2 Commits

Author SHA1 Message Date
Kostanjevec ab77c9ee1d added an abour part 2022-06-28 17:23:34 +02:00
Kostanjevec af1ae58cc1 minor corrections 2022-06-28 17:22:55 +02:00
3 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,10 @@
# Contentmatcher
## About
Contentmatcher is a General Intelligence Agency of Ljubljana prototype.
Contentmatcher is hosted by kompot, 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.
@ -12,12 +18,12 @@ 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 diffent lists of links like browser bookmarks, liked tweets and "watch later" youtube videos.
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.
### 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**?"
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.
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.
### Matches
If you and at least one other user rate an **item** with a yes then a match will appear on your matches page. There you can send a email to talk.

View File

@ -9,7 +9,7 @@
<p>You can find the its code <a href="https://git.kompot.si/gia/contentmatcher">here</a>.</p>
<p>Contentmatcher is hosted by <a href="https://kompot.si/wi">kompot</a>, a local librehosters community.</p>
<p>Contentmatcher is hosted by <a href="https://kompot.si/wi">kompot</a>, a librehosters community from Ljubljana.</p>
If you have any questions, feedback or if you would like contribute, please contact us at <a href="mailto:gia@kompot.si">gia@kompot.si</a>.

View File

@ -31,7 +31,7 @@
<h2>Importing your content</h2>
<p>
For now you they only way to import content is to <a href='{{ url_for('upload.index')}}'>upload</a> your PDFs. We're figuring out how to add diffent lists of links like browser bookmarks, liked tweets and "watch later" youtube videos.
For now you they only way to import content is to <a href='{{ url_for('upload.index')}}'>upload</a> your PDFs. We're figuring out how to add different lists of links like browser bookmarks, liked tweets and "watch later" youtube videos.
</p>
<h2>Sessions</h2>
@ -43,7 +43,7 @@
In sessions you rate them with <mark style="color: black; background-color: #736B1E;">yes</mark>, <mark style="color: black; background-color: #ED8008;">maybe</mark>, <mark style="color: black; background-color: #ED3f1C;">no</mark> and <mark style="color: black; background-color: #BF1B1B;">delete</mark> buttons. It's weird because there is no question, maybe the question posed is: "are you really interested in this <strong>item</strong>?"
</p>
<p>
There is also the <mark style="color: black; background-color: #D9D2C6;">share</mark> button. This will create a new <strong>item</strong> with this content for all other users, so it will appear in their decks from now on.
There is also the <mark style="color: black; background-color: #D9D2C6;">share</mark> button. This will create a new <strong>item</strong> with this content for all other users, so it will appear in their decks from now on as well.
</p>
<h2>Matches</h2>