#jeremycherfasThere are many domain name registrars that will provide you with a domain. And hosting companies that will host your website for you. Some companies will do both.
#ZegnatYou can get started for free. E.g. with a blog on wordpress.com
#autistbut then the companys can delete my things. I only want to write and share some things. Is there no possibility to build it on my own pc?
#jeremycherfasWill wordpress.com allow you to own your domain for free? I don't think so.
#jeremycherfasYou can definitely build a website on your own PC, and if you have a good internet connection you can also host it yourself. But I don't know how easy that would be for a "very noob".
#jeremycherfasI'm sure that there are guides on the internet to hosting your own website, but I have not tried to do that.
#ZegnatSome systems try to make hosting stuff from your house easier. But easier is not neccessarily actually easy.
#jeremycherfas[jgmac1106] Are you including self-hosting? That's ambitious.
#jgmac1106Glitch is free and you can map to a domain if you buy one, also exporting to gGitHub where you can use GitHub pages
#ZegnatFreedomBox and UBOS come to mind. There are probably several small webservers you can run on something like a RaspberryPi.
#autistin germany theres a guy, he has a very simple blog. fefe blog. I read he too the simlest code
#jgmac1106jeremycherfas, no this more for my tech or grad classes, I will still start most people in a CMS
#jgmac1106autist that is where I am going to get to by end of module two, a simple blog written in HTML that sends and recieves webemetions….up to lesson four in module one
#autistOkay, i see. I should choose somethign very simple. And also i think i should pay :)
#Zegnatautist: I would definitely recommend paying for a domain. That already enables you to use free hosting from places like GitHub and Glitch
#jgmac1106then do micro.blog, $5.00 a month everything works and if you ever want to go from simple to complex you have total control
#autistthought theres maybe a simple program, like. Click your webpage with drag and drop-like
#jeremycherfasI do not speak German, but that site does look very simple. The problem is, there is no way for me to know what kind of technology is behind that website.
#jgmac1106Yes Wix, Weebly, or Squarespace are drag and drop options
#jeremycherfasBut none of those offer the kind of autonomy that autist says they want.
#jgmac1106make sure to read the terms of service of each and make sure you lare okay with them, well I am off back to work
#ZegnatLots of places will let you pay them and give you something that generates a site. It is not always easy to take your content out of them again when you want to move elsewhere.
#jgmac1106please stop by and let us know what route you choose
#ZegnatI wonder if Wordpress.com will not be the easiest for that? Or indeed micro.blog if you just want a blog.
#jgmac1106wordpress.com gets expensive quick for full control, would recommend micro.blog over it
#jeremycherfasIt is interesting that blog.fefe.de says "Proudly made without PHP, Java, Perl, MySQL and Postgres". That suggests to me some kind of flat-file system, which would be easy if you pay for a domain and host somewhere like github.
#autistthe thing with a raspi i also had in mind. Maybe i can buy a server ready Raspi?
#jgmac1106if you are paying for wordpress.ocm you are better off paying for a shared host with one press wordpress.org install
#autistFor me its important that i can share my vision about some things, so i want to write, share informations, who no one can delete
#LoqiUBOS (pronounced You-Boss) is a new Linux distro that makes it much simpler to install and maintain indie web and IoT applications on physical servers, cloud servers and devices such as as the Raspberry Pi https://indieweb.org/UBOS
#Zegnatautist: maybe. I am not sure what the best ready-out-of-the-box RPi setup would be. But there are probably people selling ready made servers
#autistlast time i shared something, my 4 year long used, investigative fb.was deleted. No chance to get back.
#jgmac1106never used so I make no recommendation but dig the development team
#autistyeah, thak you, i think i will buy a ready one raspi
#ZegnatThe UBOS website seems to suggest it is all command line management? Depending on how much linux experience someone has, I am not sure I would recommend it
#jgmac1106That one I linked to comes with IndieWeb WordPress and the Known CMS pre installed with one button push according to the developer demo at the Summit
#autistas i tried to make an account on wordpress. everytime i clicked for register, nothing happens. Weird
#LoqiGlitch (formerly Gomix, HyperDev before that) is a tool allowing you to quickly prototype web applications in a complete IDE with built in version control, sharing, and more https://indieweb.org/Glitch
#jgmac1106I don’t even know what that sentence means. For me Glitch is a real time collaborative text editor and easy way to remix other people’s stuff in order to learn cool things.
#autistty, so this is a tool for making sites like his
#autistwhen i understand right. A tool to buil my own hompeage?
#jgmac1106yeah, all you are doing is writing HTML and using Glitch as kind of a CMS and shared host
#jgmac1106for me it is a homepage, other people use it to build Discord Bots, and VR games
#jgmac1106well back to work…onthe how to build your first website lesson
#jgmac1106sentences=writing code? math algorithm=code?, for me its just how we read, write, and participate. I would never teach a kid to read and not teach them to write a book. The web should be no different
#autistThank you guys. This community is realy friendly and i am totaly surprised many options i got
#autistI read a lot, about many things. But not coding. There are many pople who can do it better. Also understand what they want to do with it. And there are so many many codelanguages
#jeremycherfasHTML is kind of code, yes, but more it tells the browser how things should look. So that fefe blog you linked yo has very minimal HTML in it, and in a browser it looks very plain and simple. HTML can also be used to make things look very complicated.
#jgmac1106Focus on your goal, find the balance you want between learning code and creating content, choose the tool where you can reach your goal and stay balanced. As you grow the balance between content and code may shift and you may move on to new tools and languages
#jeremycherfasAt its simplest, HTML is just saying things like "This is a big headline", this is a smaller headline, this is a paragraph and stuff like that.
[tonz] joined the channel
#autistthis would take to much time for me, i only want to share important information. Thats the point, i dont want to learn coding :( Maybe sounds stupid for some of you. But its better for everyone^^
#jgmac1106no then you use a CMS. Everyone started with a CMS…but with HTML it really means putting an opening and closing tag around stuff
#LoqiThat! (or "that ^" or "that ^^^") is a rarely seen reply often emphasizing agreement with a This post, but sometimes[1] merely emphasizing agreement with a previous reply https://indieweb.org/that
#jgmac1106<h1>My first Website</h1><h2>by Greg McVerry</h2><p>Hello World</p> would be perfect, if you dig patterns you will like mucking about in the poetry of HTML, it all comes down to patterns
#[jgmac1106]and then you can use the directions here: https://buildyourfirstwebsitelessonplans.glitch.me/ but maybe you might want to slow down and decide., Do I want to learn HTML and design my own basic site or use a CMS like wordpress.com, mirco.blog, etc
#autist Loqi =) youre confusing me :) i think i agrree.
#autistIf CMS and micro.blog are things to pay for. Then i damn, have to learn your steps, till leson 2 =)
#[jgmac1106]I tell people to start with paper, go slow, write down the goal you want to accomplish, then write a bio you would include on the website. Then layout no more than three webpages on paper..boxes and stick figures fine..then decide
#[jgmac1106]You can get through lessons one and two and have a website up, good luck with what ever you decide. Always here to help. Once questions get technical we will move to dev channel
#autistI marked your site to find it again. And then i will try to follow the steps.
#autisti dont understand what it means remix with glitch. Notepad is not glitch, or?
#[jgmac1106]it means you are forking my prject and making your own. You can dowload it all to notepad or just start writing plain html in notepad
KempfCreative1 joined the channel
#autistokay, ty. Sorry its not always easy for me to concentrate on things, when its a must and i HAVE to. But the expirience with you guys make me optimistic.
#autistnope, cant do anything. Unknown: Server error An unexpected error has occurred. undefined
#[jgmac1106]sounds good, remember to set tiny goals to not get lost in the possibility. Today I will get my homepage up, tomorrow I will add an About Me, you can also try different technolgoy for 2 week trials and find one that fits how you learn
#[jgmac1106]yeah i got the same error on my project, just filed a bug
#[jgmac1106]I think the entire service might be down
#Loqinotepad has 1 karma in this channel over the last year (0 in all channels)
#autistthats my big fear, to get lost in possibilitys.
#[jgmac1106]many of us keep track of our goals on the wiki and try to support each other in getting done the probable so we can all accomplish the impossible
#autistyes, i downloaded last week. Till now no clue how or for what to use.
#autistmy goal is to spread important informations about the dangers of these experimental jetfuels. also to show, that geoengineering is an ongoing thing for decades. Can talk a lot, but when people see the evidences, then they should be alarmed
[eddie] and Nuve joined the channel
#autistand often, when i try to share things i get banned, and its NO FAKE or misinformation. all serious links and soures. And then this link above was taken offline. Because of its information on it.
#autistsorry for beeing crazy, but to share it here (inhope someone other safes it) lets me come down a bit. Thats not lost....
wolftune, gareppa, KempfCreative1, [renem], [schmarty], Kaja, jackjamieson, strugee, bleb, [Zegnat], sknebel, [jgmac1106], [snarfed], gRegorLove and [zach] joined the channel; jgmac1106 left the channel
#[tantek]dietrich! coming tonight to HWC SF? Hoping you can tell us about your DWebCamp experience!
#chrisaldrichThe author's article states: "To comply with Medium’s policies, I have re-published the story on my professional page. Permalink to the story here: http://www.wudanyan.com/late-fee"
[frank] joined the channel
#chrisaldrichThis seems like an odd form of syndication that I haven't seen before on Medium.
#chrisaldrichInterestingly there are a lot of replies to the Medium post despite the fact that the article actually lives somewhere else.
#chrisaldrichTo be clear, the form of the syndication has been defined, it's the oddness of the message pointing to the original. Why a pointer to the article instead of posting the entirety of the article?
#chrisaldrichWhat are Medium's (new?) policies that would require re-publishing on one's professional page? Perhaps they somehow violated the terms of service, though that seems a stretch given the anonymity of the parties involved.
#KartikPrabhuI am guessing the policy was about some content and so the author instead put the full content on their website and linked to it
#KartikPrabhu"Posting copies of private communications between private individuals without the explicit consent of all parties to the communication"
#chrisaldrichThanks KartikPrabhu, perhaps that? I'd skimmed through their policy page and managed to miss that, though the fact that they specifically redacted the parties in question should have more than sufficed.
#LoqiIt looks like we don't have a page for "redaction" yet. Would you like to create it? (Or just say "redaction is ____", a sentence describing the term)
#LoqiIt looks like we don't have a page for "terms of service" yet. Would you like to create it? (Or just say "terms of service is ____", a sentence describing the term)
#LoqiA disclosure is a bit of content, typically on a home page, on an indie web site that proactively discloses some aspect about the site that the site owner wants the user to explicitly be aware of https://indieweb.org/disclosure
#chrisaldrichThat's relatively close enough tantek, but I think that TOS is subtly and semantically different enough in scope to be different than the intent of /disclosure.
#chrisaldrichAnd /disclosure#Silo_Examples actually already states this.... perhaps worth circling back later and fleshing out the /silo version of TOS definition more explicitly?