{"id":22780045,"url":"https://github.com/babab/springwhiz-php","last_synced_at":"2025-10-12T21:17:51.301Z","repository":{"id":4077671,"uuid":"5182986","full_name":"babab/springwhiz-php","owner":"babab","description":"A webapplication that gives you some tools to enhance your browsing experience. It is your personal start page with quick access to favorites and other neat stuff.","archived":false,"fork":false,"pushed_at":"2012-07-25T18:40:32.000Z","size":220,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T14:15:42.911Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/babab.png","metadata":{"files":{"readme":"README.rst","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":"2012-07-25T18:39:02.000Z","updated_at":"2014-01-01T04:39:26.000Z","dependencies_parsed_at":"2022-08-06T15:00:09.912Z","dependency_job_id":null,"html_url":"https://github.com/babab/springwhiz-php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/babab/springwhiz-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babab%2Fspringwhiz-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babab%2Fspringwhiz-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babab%2Fspringwhiz-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babab%2Fspringwhiz-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babab","download_url":"https://codeload.github.com/babab/springwhiz-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babab%2Fspringwhiz-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012992,"owners_count":26085221,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-11T20:12:07.411Z","updated_at":"2025-10-12T21:17:51.263Z","avatar_url":"https://github.com/babab.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"springwhiz\n**********\n\nspringwhiz is a free webapplication that gives you some tools\nto enhance your browsing experience. It is your personal start page\nwith quick access to favorites and other neat stuff.\nIf you prefix your query with an '@' or '#' symbol, springwhiz will\nrun a command or browse to a favorite respectively.\n\nIf the prefix is not found your query will be send directly to\nthe duckduckgo.com search engine.\nThis means you can use the awesome !bang syntax duckduckgo offers to\nsearch on hundreds of sites directly.\n\nspringwhiz is open source software release under the ISC license.\nYou are encouraged to run it on your own webserver and modify/extend\nit to your needs.\n\n\nUsage\n=====\n\nBasic commands::\n\n  command                      alias   description\n  ---------------------------- ------- ---------------------------------------\n  @register                    @reg    Will bring you to the register dialog\n  @login [\u003cusername\u003e]          @li     Will bring you to the login dialog\n  @logout [all]                @lo     Log out (from all your sessions)\n  @help                        @h      Show this help information\n  @notepad                     @np     Open notepad\n  @bookmark \u003csubcommand\u003e       @bm     Execute a bookmark command\n\nBookmark commands::\n\n  command                              description\n  ------------------------------------ ---------------------------------------\n  #\u003clabel\u003e                             Go to bookmark with \u003clabel\u003e\n  @bookmark add \u003clabel\u003e \u003curl\u003e          Add bookmark\n  @bookmark list                       List all bookmarks\n\nDuckduckgo.com bang syntax search::\n\n  bang                                 description\n  ------------------------------------ ---------------------------------------\n  \\\u003cstring\u003e                            Browse to 1st result for string\n  !yt \u003cstring\u003e                         Search YouTube\n  !g \u003cstring\u003e                          Search Google\n  !i \u003cstring\u003e                          Search Google Images\n  !m \u003cstring\u003e                          Search Google Maps\n  !synonyms \u003cstring\u003e                   Search thesaurus.com\n\nLearn more about Duckduckgo's bang search - https://duckduckgo.com/?q=!bang\n\n\nInstalling\n==========\n\nspringwhiz is still in an early development stage at the moment.\nIt already is a great tool for keeping bookmarks and a single\nnotepad though.\n\n1. Clone git repository\n2. Copy or move config.example.php to config.php and edit it\n3. (s)FTP the (inner) springwhiz directory to your hosting environment\n   or set it as the DocumentRoot of a virtual host configuration.\n4. Go to http:// yourdomain.tpl [/springwhiz] /install.php in your\n   browser\n5. Optionally remove config.example.php and/or install.php\n\n\nLicense\n=======\n\nCopyright (c) 2012 Benjamin Althues \u003cbenjamin@babab.nl\u003e\n\nPermission to use, copy, modify, and distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n\n.. vim: set et ts=2 sw=2 sts=2:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabab%2Fspringwhiz-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabab%2Fspringwhiz-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabab%2Fspringwhiz-php/lists"}