What this site hopes to cover
What is "Startpage"?
The "Startpage" is a project i have been working on for several
years. It was orginally written in Delphi CGI code, but from
there i ported it to PHP. What the startpage is ment to do is be
the first page you visit when you open a browser, it is ment to
be more useful than the bookmarking system that browsers use.
It is also ment to be easier to edit than the browser created
system. Although it does mimc the bookmarking system in several
ways.
Why use the Startpage?
Well there is no real reason to use the startpage. You could
simply use your bookmark system that your webbrowser provides.
But one of the reasons I use startpage is because I have
multiple computers and multiple browsers and there seems to be
no way i can intergreate my bookmark system between them. It
also allows me to go to anypublic computer and use my bookmarks.
There is also the benefit of using the browsers bookmarks for
tempoary stuff with out having to worry about organization.
How to install + setup the startpage
Currently I can only tell you how to install and setup the
script on a UNIX machine (Gentoo linux specifically).
Step 1 - roots job!
Make sure all dependencies have been installed:
CREATE DATABASE {databasename}; USE {databasename}; GRANT SELECT, INSERT, UPDATE, DELETE, ALTER, CREATE, DROP ON {databasename}.* TO {username} IDENTIFIED BY '{password}'; |
$ mkdir ~/public_html $ mkdir ~/public_html/startpage $ cd ~/public_html/startpage Get the compressed startpage file here $ tar -xvjf startpage*.tar.bz2 |
$mysqlhost="localhost"; $mysqluser="username"; $mysqlpass="password"; $mysqldatabase="database"; |
How to use the startpage!
Well it is rather simple, after registering and logging in,
you will be presented with a page of many links. (lol). From
there you click on "Catogrys". At the bottom of the page you
will be able to enter catogry names. Ignore the NICE value at
the moment, that is used when you want to change the order of
catogries, (lowest to highest). Some commom catogries:
Screenshots
Sorry no screen shots at the moment, it is a webbased project..
Although you could install it and give it a go. I will get an
example server up here, for people to play around with. (but
hopefully not use) when I put a bit more work in to the webpage.
Until then enjoy what you have here. :)