-------------------
I created a sweet little class that is able to generate tiny calendars.
98% of all portals (incl. big portals like slashdot and kuro5hin) lack
a decent way to browse older stories that 'felt' of the news page. At
these sites, the only way to access older news is by using the search
form which - I think - will only very few people tend to do. If you do
not know what you are searching for, this isn't very easy neither. As
a consequence, older stories are often completly forgotten and
discussions simply drop death as soon they felt of the main page.
Many stories are actually timeless and can stay interesting and 'live'
for a longer period of time. By making them hard to access they are
often killed before the discussion died peacefully on it's own.
In other words:
---------------
My calendar class is an attempt to make browsing archives (i.e. older
stories) (a) possible and (b) easy to do ... and is hence considered a
navigation improvement compared with the majority of all portals.
IMHO, small improvements like these can and will make us better in the
end.
I suggest to integrate it on the main page if you all agree. You can
check a `demo' at
http://beta.drop.org/calendar.class.php
but be aware: it isn't linked with the database yet so you actually
can't navigate anything yet. ;)
Throw in your 2 cents and let me know what you think of it please!
longer be accessed from the web. Let's keep lurking eyes out. ;)
* I'm still idling (except for these kind of tidbits) until Natrak commited
the new user system. *evil grin*
.inc files can be read from the web including `config.inc' which contains
the account information (login, password) to the MySQL database. Apache
has now been setup to deny access to all *.inc files from the web.
I replaced much of the giffies filenames with more human-readable ones.
Yes this implies a lot of removing and replacing giffies. Expect some more
cvs updates. :)
been fixed yet though, but at least it won't try to load non-existing
themes. That is, you might not be able to select your prefered theme,
but you should be able to surf the pages with the default theme no
matter what. Hence, it semi-fixes the theme problem reported earlier
by UnConeD.
Natrak: make sure the new user system won't suffer the same problem.
Use file_exists(string filename) to check whether the theme
does actually exist. If not, load the default theme.
IMPORTANT: temporary theme fix!
-------------------------------
* Added a *temporary* (see below) file called 'reset.php'. Visiting
this page at http://beta.drop.org/reset.php will reset your drop.org
cookie. This will automatically make you logout from your drop.org
account, eventually (read: hopefully) fixing some cookie problems
(if any).
Example: if you can't surf the site anymore because of the theme
problem, you can visit reset.php to logout. This will dump
you on the default theme, which you should always be able
to use no matter what.
* Note that this is a temporary file/fix! Maybe we should start making
a development page which groups this kind of features. For instance,
we could add a 'cookie reset', 'cookie dump', 'cookie examine', etc.
If non-developers need this kind of features too, then we might want
to add it to the account settings, make a helpdesk.php page or
whatever. Yes or no? Suggestions?
The new version is a generic framework that has everything ready to add
support RSS and XML backends in a 100% transparant way. It's a flexible
framework. Other changes include: better coding, improved robustness and
readability.
* RSS and XML support will be integrated in near future.
* Cache-invalidation is set to 30 minutes.