separate_pages
quadrismegistus 4 years ago
parent 5fb98b7554
commit 20bd29c1d9

@ -1,2 +1,50 @@
# Gyre
Mere anarchy is loosed upon the world
<blockquote><i>
Turning and turning in the widening gyre
<br/>The falcon cannot hear the falconer;
</i></blockquote>
Gyre is a free social network. Not 'free as in beer', like every other social network, but 'free as in freedom': it is predicated on anti-capitalist and anti-racist principles of social and spiritual freedom.
## Features
### Your traffic is untraceable
All traffic is routed via Tor. You can't be surveilled by cops or monetized by capital.
### Be as anonymous as you wish
Design a profile and account which is as anonymous as you want to make it. If you don't reveal yourself, your traffic or behavior elsewhere on the internet won't either.
### Best of what's out there
We present a simplified set of social media features drawn from everything that's out there and then some:
* Profile
* Curate a profile with photo and posts (e.g. Twitter)
* Show profile to world (e.g. Twitter)
* Show profile only to friends (e.g. Facebook)
* Show profile only to your local area (e.g. Nextdoor)
* Posting
* Post to the entire world (e.g. Twitter)
* Post to your friends (e.g. Facebook)
* Post to your surrounding area by a distance radius (e.g. Nextdoor)
* Anonymously up-vote or down-vote posts (e.g. Reddit)
* Post anonymously or from your account (new from Gyre)
* Organizing
* Host events and invite others (e.g. Facebook)
* Host events like protests anonymously (new from Gyre)
* Messaging
* Message securely with encrypted contents (e.g. Signal)
* Message securely with untraceable metadata (new from Gyre)
### Open-source and community run
Not just non-profit, we're anti-profit.

@ -0,0 +1 @@
Subproject commit 1e0d1dd230e31737fdec3c365b64b88145d46965

@ -3,7 +3,7 @@
#:import colors kivymd.color_definitions.colors
#:import partial functools.partial
#:import NoTransition kivy.uix.screenmanager.NoTransition
# :import MDCarousel kivymd.uix.carousel.MDCarousel
MyLayout:
scr_mngr: scr_mngr
@ -40,8 +40,8 @@ MyLayout:
text: "Turning and turning in the widening gyre \nThe falcon cannot hear the falconer;\nThings fall apart; the centre cannot hold;\nMere anarchy is loosed upon the world,\nThe blood-dimmed tide is loosed, and everywhere \nThe ceremony of innocence is drowned;\nThe best lack all conviction, while the worst \nAre full of passionate intensity.\n\nSurely some revelation is at hand;\nSurely the Second Coming is at hand. \nThe Second Coming! Hardly are those words out \nWhen a vast image out of Spiritus Mundi\nTroubles my sight: somewhere in sands of the desert \nA shape with lion body and the head of a man, \nA gaze blank and pitiless as the sun, \nIs moving its slow thighs, while all about it \nReel shadows of the indignant desert birds. \nThe darkness drops again; but now I know \nThat twenty centuries of stony sleep\nWere vexed to nightmare by a rocking cradle, \nAnd what rough beast, its hour come round at last, \nSlouches towards Bethlehem to be born?"
FeedScreen:
name: 'feed'
PeopleScreen:
name: 'people'
ScrollView:
id: scroll
@ -61,10 +61,72 @@ MyLayout:
PeopleScreen:
name: 'people'
MyLabel:
text: "The falcon cannot hear the falconer..."
FeedScreen:
name: 'feed'
#MyLabel:
# text: "The falcon cannot hear the falconer..."
Carousel:
direction: 'right'
#AsyncImage:
# source:'avatar.jpg'
MDCard:
orientation: "vertical"
padding: "8dp"
size_hint: 0.9, 0.9
# md_bg_color: 1,0,0,1
pos_hint: {"center_x": .5, "center_y": .5}
MDLabel:
text: "Counter culture is dead"
theme_text_color: "Secondary"
size_hint_y: None
height: self.texture_size[1]
font_style: 'H5'
halign: 'center'
AsyncImage:
source: 'avatar.jpg'
MDLabel:
text: "Resistance to popular music (Taylor Swift, etc) is culturally obsolete. It's no longer possible to 'counter' culture as 'bad' or aesthetically impoverished: music is good, TV is good, the internet is funny, and we're all just hooked up to the same cultural 'streams' and 'feeds'."
pos_hint: {'center_y':1}
font_style: 'Body1'
MDCard:
orientation: "vertical"
padding: "8dp"
size_hint: 0.9, 0.9
# md_bg_color: 1,0,0,1
pos_hint: {"center_x": .5, "center_y": .5}
MDLabel:
text: "Can God compete with Adam?"
theme_text_color: "Secondary"
size_hint_y: None
height: self.texture_size[1]
font_style: 'H5'
halign: 'center'
AsyncImage:
source: 'spiral4.png'
MDLabel:
text: "The lines to break Tech up on are already there, just covered up: Amazon is both the infrastructure connecting all businesses & consumers, while at the same time competing with those businesses—using its omnipotent money and omniscient data like God 'competing' with Adam & Eve."
MDCard:
orientation: "vertical"
padding: "8dp"
size_hint: 0.9, 0.9
pos_hint: {"center_x": .5, "center_y": .5}
AsyncImage:
source: 'spiral4.png'
MDLabel:
text: "The lines to break Tech up on are already there, just covered up: Amazon is both the infrastructure connecting all businesses & consumers, while at the same time competing with those businesses—using its omnipotent money and omniscient data like God 'competing' with Adam & Eve."
AsyncImage:
source:'spiral2.png'
AsyncImage:
source: 'spiral4.png'
EventsScreen:
name: 'events'

@ -0,0 +1 @@
python3 /home/ryan/github/Gyre/client/watcher.py
Loading…
Cancel
Save