{"id":13858748,"url":"https://github.com/ilesinge/memor","last_synced_at":"2026-01-23T06:48:08.343Z","repository":{"id":11582331,"uuid":"14072050","full_name":"ilesinge/memor","owner":"ilesinge","description":"Bookmark manager","archived":false,"fork":false,"pushed_at":"2015-08-06T22:16:25.000Z","size":464,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-22T17:48:44.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ilesinge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-02T18:22:08.000Z","updated_at":"2020-09-21T06:11:15.000Z","dependencies_parsed_at":"2022-09-23T00:30:33.336Z","dependency_job_id":null,"html_url":"https://github.com/ilesinge/memor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ilesinge/memor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilesinge%2Fmemor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilesinge%2Fmemor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilesinge%2Fmemor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilesinge%2Fmemor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilesinge","download_url":"https://codeload.github.com/ilesinge/memor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilesinge%2Fmemor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265230958,"owners_count":23731489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-05T03:02:19.567Z","updated_at":"2026-01-23T06:48:08.315Z","avatar_url":"https://github.com/ilesinge.png","language":"Ruby","readme":"Memor\n=====\n\nMemor is a bookmark manager.\n\nFeatures\n--------\n\n* Multi-user\n* Responsive design (usable on mobile)\n* Grouping of bookmarks based on tags\n* Import/Export browser-format bookmarks file\n* Quick posting with bookmarklet\n* Filter with multiple criteria (tags, user, search)\n* I18n (available locales : English, French)\n* REST API (partial implementation of delicious.com / Semantic Scuttle API)\n* Compatible with [Scuttloid](https://github.com/ilesinge/scuttloid) Android App (although the privacy status of a bookmark is meaningless in Memor)\n\nPlanned features\n----------------\n\n* Tag management (rename, merge, delete)\n* Commenting system\n* More REST API features\n\nScreenshots\n-----------\n\n###Main Memor view:\n\n![Main Memor view](http://www.ndre.gr/memor/memor1.png \"Main Memor view\")\n\n###Bookmark detail:\n\n![Bookmark detail](http://www.ndre.gr/memor/memor2.png \"Bookmark detail\")\n\n###On a small screen:\n\n![On a small screen](http://www.ndre.gr/memor/memor3.png \"On a small screen\")\n\nTechnology\n----------\n\n* Ruby 2.0\n* Rails 4\n* Database: tested with MySQL and SQLite (should work with PostgreSQL)\n* Twitter Bootstrap\n* Bootswatch Metro theme for Bootstrap\n* And some Ruby gems : https://github.com/ilesinge/memor/blob/master/Gemfile\n\nInstallation\n------------\n\n- Ensure you have Ruby 2.0 installed (with https://rvm.io/, just saying)\n- Set up the database if using MySQL or PostgreSQL\n- Copy `config/database.yml.mysql` (and adapt database auth parameters) or `config/database.yml.sqlite` to `config/database.yml`\n- Comment the line `gem 'mysql2'` or `gem 'sqlite3'` in the file `Gemfile` based on which database you're using \n- Install gem dependencies:\n\n```sh\ngem install bundler\ncd memor\nbundle install\n```\n\n- Generate database structure:\n\n```sh\nrake db:migrate\n```\n\nOR if you're doing a production install:\n\n```sh\nRAILS_ENV=production rake db:migrate\n```\n\n- Create an admin account:\n\n```sh\n# Prepend with 'RAILS_ENV=production' if needed\nrake db:seed\n```\n\n- Precompile assets if you're doing a production install:\n\n```sh\nRAILS_ENV=production rake assets:precompile\n```\n\n- Start the server:\n\n```sh\n# Prepend with 'RAILS_ENV=production' if needed\nrails s\n```\n\n- Launch http://localhost:3000/ in your browser\n- Connect with user `administrator`, password `memorFTW!`\n- Access http://localhost:3030/users/administrator/edit to change admin password (and username if you want)\n\nEt voilà !\n\nFor production servers, I suggest to use [Unicorn](http://unicorn.bogomips.org/) with Nginx or [Phusion Passenger](https://www.phusionpassenger.com/) with Apache.\n\nBugs, ideas, questions?\n----------------------\n\nUse Github [issue tracker](https://github.com/ilesinge/memor/issues) !\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filesinge%2Fmemor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filesinge%2Fmemor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filesinge%2Fmemor/lists"}