[abandoned] Fork of online-bookmarks
Nichlas Severinsen 4098811092 Fixed importing | před 7 roky | |
---|---|---|
images | před 16 roky | |
jquery | před 7 roky | |
lib | před 7 roky | |
.gitignore | před 7 roky | |
CHANGES | před 16 roky | |
COPYING | před 7 roky | |
INSTALL | před 16 roky | |
README.md | před 7 roky | |
VERSION | před 16 roky | |
admin.php | před 7 roky | |
bookmark_add.php | před 16 roky | |
bookmark_delete.php | před 7 roky | |
bookmark_edit.php | před 7 roky | |
bookmark_move.php | před 7 roky | |
bookmark_new.php | před 7 roky | |
bookmarks.php | před 7 roky | |
change_password.php | před 16 roky | |
export.php | před 7 roky | |
favicon.ico | před 16 roky | |
favicon.php | před 7 roky | |
folder_delete.php | před 7 roky | |
folder_edit.php | před 7 roky | |
folder_move.php | před 7 roky | |
folder_new.php | před 16 roky | |
folders.php | před 7 roky | |
footer.php | před 16 roky | |
header.php | před 7 roky | |
import.php | před 7 roky | |
index.php | před 7 roky | |
install.php | před 7 roky | |
register.php | před 7 roky | |
select_folder.php | před 7 roky | |
settings.php | před 16 roky | |
shared.php | před 7 roky | |
sidebar.php | před 7 roky | |
style.css | před 16 roky |
Online Bookmarks 2 (OB2) is a server-side PHP program designed as a personal online bookmarking system. Have a website that you want to store bookmarks on? OB2 is what you're looking for.
Features:
Optionally:
mv /path/to/online-bookmarks \
/path/to/online-bookmarks-backup
mysqldump --user=bookmarkmgr \
--password=password_of_bookmarkmgr \
bookmarks \
> /some/path/online-bookmarks-backup.sql
cp -a /path/to/online-bookmarks-backup/favicons/* \
/path/to/online-bookmarks/favicons/
Open the "Settings" page in Online-Bookmarks you will find a bookmarklet link called bookmark. Drag this link to your browsers "Personal Toolbar" and a button with the correct settings will be created. The code beind the button is a simple JavaScript line. You can choose between opening the bookmarklet in a new window or in the same window.
Online Bookmarks 2 (OB2) is a fork of online-bookmarks written by Stefan Frech.
The original source code was stored in CVS but thanks to crap it was possible to convert it to Git.
Online-bookmarks was released as Free Software by Frech under the GPLv2. Online Bookmarks 2 will continue to release further changes under GPLv2.
Unlike another fork, openbookmark, OB2 does not aim to overhaul or add 'modern' (read: bloated) javascript libraries. In addition, the other fork did not convert the CVS repository to Git, effectively removing the true history of online-bookmarks in their fork. In addition, openbookmarks uses the term "Open Source" when even the creator of online-bookmarks - Stefan Frech - uses the term "Free Software", as well as not adding proper licensing to neither COPYING/LICENSE or source files.
Copyright © 2008 Stefan Frech
Copyright © 2017 Nichlas Severinsen
Clone this repo and cd into it.
You're gonna need an empty favicon folder, as well as ImageMagick installed, if you've enabled favicon. In addition you need a config/config.php file, you have to make it yourself. We might consider making the file ourselves if PHP supports it.
Add $development = true;
in config/config.php to circumvent the 'you have to remove install.php' message.
Then just run
php -S localhost:8000