## # # EdCube Server properties file for client parameters # ## # # default parameters for a new group # group.name = Untitled # # default parameters for a new portfolio # portfolio.contents.width = 768 portfolio.contents.height = 1024 portfolio.contents.background.red = 255 portfolio.contents.background.green = 255 portfolio.contents.background.blue = 255 # # default parameters for a new topic # topic.name = Untitled topic.contents.x = 20 topic.contents.y = 20 topic.contents.z = 0 topic.contents.width = 200 topic.contents.height = 200 topic.contents.foreground.red = 0 topic.contents.foreground.green = 0 topic.contents.foreground.blue = 0 topic.contents.background.red = 255 topic.contents.background.green = 255 topic.contents.background.blue = 255 # # default parameters for a new page # page.name = Untitled page.number = 0 page.width = 768 page.height = 1024 page.background.red = 255 page.background.green = 255 page.background.blue = 255 # # default parameters for a new text object # text.editable = true text.x = 20 text.y = 20 text.z = 0 text.width = 200 text.height = 150 text.default = Change this text! # need to be careful here to actually specify a font family name that is actually installed text.font = SlabStick text.size = 14 text.bold = false text.italic = false text.alignment = left text.spacing = 0.0 text.foreground.red = 0 text.foreground.green = 0 text.foreground.blue = 0 text.background.red = 255 text.background.green = 255 text.background.blue = 255 # default parameters for a new image object image.editable = true image.x = 20 image.y = 20 image.z = 0 image.width = 200 image.height = 150 image.name = Untitled # default parameters for a new resource object resource.editable = true resource.x = 20 resource.y = 20 resource.z = 0 resource.width = 96 resource.height = 48 resource.name = Untitled resource.foreground.red = 0 resource.foreground.green = 0 resource.foreground.blue = 0 # # the list of suffixes we support and their mimes # mime.gif = image/gif mime.jpg = image/jpeg mime.mp4 = audio/mp4 mime.mov = video/quicktime mime.doc = application/msword mime.xls = application/x-msexcel mime.ppt = application/x-mspowerpoint mime.pps = application/mspowerpoint mime.docx = application/msword mime.xlsx = application/x-msexcel mime.pptx = application/x-mspowerpoint mime.ppsx = application/mspowerpoint mime.pdf = application/pdf mime.txt = text/plain mime.rtf = application/rtf mime.pub = application/x-mspublisher mime.swf = application/x-shockwave-flash mime.wav = audio/wav mime.wmv = video/x-ms-wmv mime.avi = video/avi mime.ins = application/x-inspiration mime.log = text/plain mime.mp3 = audio/mp3 mime.mpeg = video/mpeg mime.mpg = video/mpg mime.zip = application/zip mime.html = text/html mime.htm = text/html mime.xml = text/xml mime.odt = application/vnd.oasis.opendocument.text mime.odb = application/vnd.sun.xml.base mime.ods = application/vnd.oasis.opendocument.spreadsheet mime.odf = application/vnd.oasis.opendocument.formula mime.odg = application/vnd.oasis.opendocument.graphics mime.odp = application/vnd.oasis.opendocument.presentation mime.xbk = application/x-EN-NObList mime.notebook = application/x-EN-NObList