I wish we could get back to a “mom and pop” software market. Itch.io feels like it’s doing a lot of work for indie software that used to just be everywhere and easy to stumble onto.
"It's built so that if something looks wrong, you can change it yourself without spending hours reading tutorials and watching coding videos"
Does anyone do this?
Every none coder I know just has llms build everything for them - can't imagine why they'd be looking up coding tutorials for a homepage.
I'm not going to blame you _too_ much, since I had similar suspicion, but you could have (as I did) just downloaded the .zip file and examined the contents. In the shareware version, some things are probably missing (I think not all themes are there), but otherwise it's just a bunch of PHP files, no obfuscation or anything. The markup language is configured in a text file, and the parser for that file is just next to it. The configuration is used for configuring the markup parser, which is also present. And so on. It's not open-source only if your definition of OSS is "has to have a Github page".
Just because you can see the source code does not make it open source. Shareware software is proprietary software.
Open source means free software, which is a license that allows unrestricted use of the source code. Shareware isn’t free (as in speech OR as in beer) software.
The definition of OSS is well defined, and isn’t my definition. This is why there is a term called “OSI-approved license”.
I happen to have a cat named Kiki who looks rather like the mascot for this project. Her health is failing, now. I just spent the night on my living room floor next to her. I'll, likely have to put her down, today.
I might use this project to make a memorial page for her.
I'm sorry to hear about Kiki. She's very beautiful, thanks for sharing.
She reminds me of my tuxedo cat Bob who recently passed. I remember laying down all night in the comfort room before he had to be put down and sobbing knowing how much pain he was in. It's really hard.
I think a memorial site is a lovely idea, I created one for my cat as well: https://bob.duchastel.com
A fair amount of software follows the model but does not use the term, everytime I go on the play store to look for an app I encounter many that offer a free version with limited features.
include $_GET[...], register_globals, magic quotes, extract($_REQUEST), weak comparisons, loose typing, eval, risky file upload defaults/patterns, preg_replace /e, dangerous deserialization gadget chains, path traversal into includes, and the whole "URLs can be file paths" abstraction...
PHP is basically "RCE-as-a-Service" as far as I'm concerned. Allowing a URL in any function that wanted a file path was an absolutely bone-headed design choice. They made `curl | php` a language feature.
Like everything it depends on your goals. As a novice developer PHP is wonderful. Everything you see as an obvious security failing is exactly what made it great to a new dev back when most of that was still allowed by default.
The best part of the no-build, small-footprint approach is longevity: no dependency rot, nothing to maintain, and it'll still open and run in ten years. We've half-forgotten that "view source and hack it" is how a lot of us learned the web in the first place. Good to see tools that lean back into that.
Hello, neat project. I am also from Edmonton area. I wonder if we have talked previously, in the the late 90s I ran a local BBS system with my colleague.
32 comments
[ 0.30 ms ] story [ 50.2 ms ] threadhttps://www.cmsimple.org/en/
Does anyone do this? Every none coder I know just has llms build everything for them - can't imagine why they'd be looking up coding tutorials for a homepage.
Cute page, but does not walk the walk.
Open source means free software, which is a license that allows unrestricted use of the source code. Shareware isn’t free (as in speech OR as in beer) software.
The definition of OSS is well defined, and isn’t my definition. This is why there is a term called “OSI-approved license”.
I happen to have a cat named Kiki who looks rather like the mascot for this project. Her health is failing, now. I just spent the night on my living room floor next to her. I'll, likely have to put her down, today.
I might use this project to make a memorial page for her.
https://ibb.co/7dRCnWrp https://ibb.co/1GWwDKLY
She reminds me of my tuxedo cat Bob who recently passed. I remember laying down all night in the comfort room before he had to be put down and sobbing knowing how much pain he was in. It's really hard.
I think a memorial site is a lovely idea, I created one for my cat as well: https://bob.duchastel.com
For what it's worth, a random person on the internet just shed a tear for the both of you.
Hear, hear. We need more of this kind of courage to start over from first principles.
Now that is a blast from the past.
Is much else distributed that way these days?
Happy times
include $_GET[...], register_globals, magic quotes, extract($_REQUEST), weak comparisons, loose typing, eval, risky file upload defaults/patterns, preg_replace /e, dangerous deserialization gadget chains, path traversal into includes, and the whole "URLs can be file paths" abstraction...
PHP is basically "RCE-as-a-Service" as far as I'm concerned. Allowing a URL in any function that wanted a file path was an absolutely bone-headed design choice. They made `curl | php` a language feature.
I'm guessing this is made for a specific audience who dig this type of UI