Difference between revisions of "GRepo - The NewGRF Repository"
From #openttdcoop wiki
m (→Functions) |
(→Tables) |
||
Line 1: | Line 1: | ||
The GRF Manager is the first module of a set for administrating a OpenTTD server over Web. | The GRF Manager is the first module of a set for administrating a OpenTTD server over Web. | ||
==Tables== | ==Tables== | ||
+ | Depense on the used Framework, but at least a field for TIMESTAMP (updated), DELETED, CREATED is default for every table. | ||
+ | |||
===GRFS=== | ===GRFS=== | ||
*GRFID | *GRFID | ||
+ | *name | ||
*(same as GRF Crawler) | *(same as GRF Crawler) | ||
*static | *static | ||
*exklusiveSet | *exklusiveSet | ||
===VERSIONS=== | ===VERSIONS=== | ||
+ | *name | ||
*md5sum | *md5sum | ||
*path | *path | ||
Line 16: | Line 20: | ||
*optional | *optional | ||
===USERS=== | ===USERS=== | ||
+ | already a table of the admin (mainmodul)? | ||
*Nick | *Nick | ||
*Realname | *Realname | ||
Line 28: | Line 33: | ||
*GRF Crawler | *GRF Crawler | ||
*Homepage | *Homepage | ||
+ | |||
+ | == Headline text == | ||
==Functions== | ==Functions== |
Revision as of 18:32, 25 August 2007
The GRF Manager is the first module of a set for administrating a OpenTTD server over Web.
Contents
Tables
Depense on the used Framework, but at least a field for TIMESTAMP (updated), DELETED, CREATED is default for every table.
GRFS
- GRFID
- name
- (same as GRF Crawler)
- static
- exklusiveSet
VERSIONS
- name
- md5sum
- path
CATEGORIES
- Link GRF Crawler
DEPENDENCIES
- Before/After
- optional
USERS
already a table of the admin (mainmodul)?
- Nick
- Realname
- Link to TT-Forum Profile
- Link to wiki.openttd.org Userpage
- openttdcoop username
LINKS
- Download
- Forum
- GRF Crawler
- Homepage
Headline text
Functions
- Fetching Filesystem for all available GRFs
- Fetching GRFdata from GRF Crawler
- generating GRFPacks (zip)
- auto checking for available updates