this repo has no description
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

update homepage and links

+39 -2
+19
LICENSE.txt
··· 1 + MIT License 2 + 3 + Permission is hereby granted, free of charge, to any person obtaining a copy 4 + of this software and associated documentation files (the "Software"), to deal 5 + in the Software without restriction, including without limitation the rights 6 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 + copies of the Software, and to permit persons to whom the Software is 8 + furnished to do so, subject to the following conditions: 9 + 10 + The above copyright notice and this permission notice shall be included in all 11 + copies or substantial portions of the Software. 12 + 13 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 16 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 19 + SOFTWARE.
+15 -1
README.md
··· 2 2 ATProto User Intents / AI-PREF Demo 3 3 =================================== 4 4 5 - https://tangled.sh/@bnewbold.net/user-intents 5 + - Git repo: https://tangled.sh/@bnewbold.net/user-intents 6 + - ATProto User Intents config web app: https://demo.user-intents.org 7 + - Bluesky app with AI-PREF headers patch: https://social-app-pr-8676.onrender.com/ 8 + - Tool for inspecting repo records: https://astrolabe.at/at/alt.robocracy.org/org.user-intents.demo.declaration/self 9 + 10 + Other resources: 11 + 12 + - User Intents proposal: https://github.com/bluesky-social/proposals/blob/main/0008-user-intents/README.md 13 + - AI-PREF Vocabulary I-D: https://datatracker.ietf.org/doc/draft-ietf-aipref-vocab/ 14 + - AI-PREF Attachment I-D: https://datatracker.ietf.org/doc/draft-ietf-aipref-attach/ 15 + 16 + 17 + ## License 18 + 19 + This open source project is published under the [MIT License](http://opensource.org/licenses/MIT)
+5 -1
home.html
··· 1 1 {{ define "content" }} 2 - This is home! 2 + <p>This is a demo tool which allows atproto accounts to configure a reuse declaration for their public data. You can read more about this atproo mechanism in the <a href="https://github.com/bluesky-social/proposals/tree/main/0008-user-intents">"User Intents for Data Reuse" proposal</a> from March 2025. Any account in the atproto network (including Bluesky accounts) can use this tool via OAuth. The source code for this demo is linked above. 3 + 4 + <p>This demo was originally created at the <a href="https://www.ietf.org/meeting/123/">IETF 123 Hackathon</a> to show how these preference declarations can be used to set a `Content-Usage` HTTP header when accessing Bluesky profile information on the web. It maps the atproto declaration to the <a href="https://ietf-wg-aipref.github.io/drafts/draft-ietf-aipref-vocab.html">draft aipref vocabulary</a> and uses the <a href="https://ietf-wg-aipref.github.io/drafts/draft-ietf-aipref-attach.html">draft aipref HTTP header attachment mechanism</a>. 5 + 6 + <p>A companion demo of the Bluesky app making use of these records is online (for now) at <a href="https://social-app-pr-8676.onrender.com/">social-app-pr-8676.onrender.com</a>. You do not need to log in; simply browse to a public profile page. The source code for that demo is available <a href="https://github.com/bluesky-social/social-app/pull/8676">as a PR on Github</a>. 3 7 {{ end }}