The official repo for Fipamo https://fipamo.blog
Find a file
ro c85e145774
added getbyIndex for pages, urlencode page titles
the theme controller was grabbing the index by its page name, which was
bad because that might change. that was replaced with a getById function
since the index id will always be 0 since it's the first page. this is a
seperate function from getByUuid which is a unique indentifier for each
page which was being used interchangably before the fix. all of those
references have been cleaned up to reference which type of id is needed

there was also a bug that happened on rendering when there were special
characters in the title. this was solved by saving the title as a
urlencoded string and then just decodded when it was needed for display
on the front end
2024-09-04 14:32:36 -06:00
app added getbyIndex for pages, urlencode page titles 2024-09-04 14:32:36 -06:00
bootstrap The Big Flip 2024-02-29 11:09:17 -06:00
config added helper function scaffolding 2024-03-27 14:04:19 -06:00
content FEATURE: Full site restore 2024-07-05 13:17:53 -06:00
database The Big Flip 2024-02-29 11:09:17 -06:00
public Settings API, Part 1 2024-07-26 15:10:37 -06:00
resources added getbyIndex for pages, urlencode page titles 2024-09-04 14:32:36 -06:00
routes Settings API, Part 1 2024-07-26 15:10:37 -06:00
storage The Big Flip 2024-02-29 11:09:17 -06:00
tests The Big Flip 2024-02-29 11:09:17 -06:00
.babelrc added assets compiling scripts, added syntax highlighting for text editor, fix for #73 2021-12-27 16:42:10 -08:00
.editorconfig The Big Flip 2024-02-29 11:09:17 -06:00
.env.example removed hard-coded environment paths; updated .env 2024-06-12 14:53:10 -06:00
.eslintrc started implementation of multiple file uploads and sorting 2022-02-12 18:35:09 +00:00
.gitattributes The Big Flip 2024-02-29 11:09:17 -06:00
.gitignore ignore scripts/theme folder 2024-07-02 15:07:54 -06:00
.php-cs-fixer.php PHP Linting Tweaks 2022-10-10 11:49:04 -07:00
.prettierignore started implementation of multiple file uploads and sorting 2022-02-12 18:35:09 +00:00
.prettierrc cleaned up new page creation 2024-03-12 16:16:36 -06:00
artisan The Big Flip 2024-02-29 11:09:17 -06:00
composer.json updated sanitizer, fixed render on save 2024-09-04 13:29:06 -06:00
composer.lock updated sanitizer, fixed render on save 2024-09-04 13:29:06 -06:00
CONTRIBUTING.md Contribution Guide 2024-08-05 15:53:34 -06:00
LICENSE added license 2024-04-15 14:35:12 -06:00
package.json The Big Flip 2024-02-29 11:09:17 -06:00
phpunit.xml The Big Flip 2024-02-29 11:09:17 -06:00
README.md added link to contributiong guide to readme 2024-08-05 15:56:45 -06:00
vite.config.js The Big Flip 2024-02-29 11:09:17 -06:00

Fipamo

The Fipamo Project was originally a side project of Ro to help make his development work easier by having a stable base to build from instead of having to build from scratch each time.

With the rise of independent social media becoming a permanent topic in mainstream tech discourse, the need for easy-to-use tools to create and maintain a personal online experience that the individual can control is a priority.

To address this need, Fipamo has evolved into a self-hosted no-database content management platform that is accessible, easy to understand, and extendable.

Fipamo Goals

Fipamo will be a full-featured content management platform that makes it easy for people to create and manage their content and retain full control of their creations, with the ability to share their content with other platforms at their discretion.

Fipamo Planned Features

  • Blog-style posting with a variety of media types, i.e. text, images, video, sound, etc
  • Micro-blog capabilities through Activity Pub integration
  • Sharing content with any platform with any platform with an available API (Instagram, TikTok, WordPress, etc)
  • Modern accessibility to serve the needs of differently-abled people.
  • Plug-in system to extend functionality
  • Easy data portability

Contribute to Fipamo

Fipamo is a project that wants to foster a healthy community through the values of safety, ease of use, and transparency. The creation of a tool that promotes these attributes cannot be done by one person, so contributors from a variety of backgrounds are welcome to lend their expertise to accomplish this goal.

For details on how to lend a hand, check the guide.