summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2009-09-25Use inline SVG for relation graphsYorhel1-1/+0
The graphs are now stored in the DB in SVG format, the static/rg/ directory can be removed (not used anymore). SVG data is stored using the xml data type, so now I can say for sure you'd need at least PostgreSQL 8.3. This feature still needs some tweaking, though. Current state isn't perfect.
2008-12-21Basic skin generator + example skin for testingYorhel1-0/+2
How it works: Create new directory in static/s/ Create a 'conf' file (see the test skin for a template) Run skingen.pl, which will generate a style.css and boxbg.png This process will probably be automated using a simple web interface or something... There's no skin selector yet, so Util/LayoutHTML.pm has to be modified to view the generated skin.
2008-10-26Removing all files we're not going to use with the rewriteYorhel1-1/+0
...this is basically everything we're going to rewrite
2008-10-26Adding .gitignoreYorhel1-0/+9