Todo

From AminetWiki
Revision as of 03:16, 30 August 2006 by Gutjahr (talk | contribs) (TODO moved to Todo)
Jump to navigation Jump to search

The things-nicomen-should-have-done-ages-ago list

  • CUSTWAIT: check priv/check/storage/adt.c.gz and moderate it if possible
  • create architectures "other" and "ppc-aros"
  • check aminetpix.morphosi.net and tell Robin/Christoph what he wants to have changed before creating a #?.aminet.net subdomain and announcing the service
  • HALF-DONE: fix the wiki's access rights so we can make it public

Web Interface

  • make http://aminetpix.morphosi.net/ the official (temporary) gallery frontend for Aminet
  • create equivalent of OldWorld function "show uploads since last visit", e.g. by adding another option to setup.php: "make recent show only uploads since last visit yes/no"
  • add package size to package.php
  • Provide a web interface for moderators
  • Fix url-highlighting to not include surrounding elements like <>,(),[]
  • Customizable wildcards (#? vs. * vs .* vs % and ? vs ? vs . vs _)
  • All requests to go thru index.php or similar to be able to add statistics to database and similar. ALTERNATIVE: Could be done by parsing http logs and ftp logs
  • Ability to add comments per package
  • Ability to add screenshots per package
  • Ability to rate packages
  • Torrents per file
  • Search in listings, show matched files
  • Ability to report broken packages
  • Statistic showing how much archives were uploaded for m68k-amigaos/ppc-amigaos/ppc-morphos during the last n days e.g. on top of "Recent" (mj)
  • Add an architecture named "source"
  • add thumbnails for pictures (.jpg, .png etc. packages) to the database. currently package.php forces the user's browser to render the full picture as a thumbnail on the fly.

Scripts

  • admin.pl: refuse to accept uploads without architecture field (i.e. force moderator to add said field)
  • admin.pl: execute the replaces: directive automatically (do not rely on moderators doing that manually)
  • admin.pl: always display name, short: and architecture: (e.g. when returning from editing or reading the readme)
  • Make a tar-ball of the scripts for easy mirroring of the interface and metadata, this is almost done.
  • web-script: the delete action should put a file into a deleted dir in addition to removing it from the database.

Mirror script

  • Download an index.php file at the same time as mirroring, this should show latest packages and have link to local mirror.

Mail notifications

  • change the layout to make room for a architecture description

Other